Re: [packman] libavcore needs latest libavutil

2010-11-16 Diskussionsfäden Pascal Bleser
On 2010-11-15 16:25:39 (+0100), Manfred Tremmel manf...@links2linux.de wrote:
 Am Montag, 15. November 2010 schrieb Pascal Bleser:
  On 2010-11-15 15:30:06 (+0100), Pascal Bleser 
 pascal.ble...@opensuse.org wrote:
   AFAICS, ffmpeg is built without faac support. At least it is now.
  
  Nah, my bad, it was built _with_ faac support.
 
 Right. But it's easy to turn it on or off, I've added a switch at the 
 last update.

Yes, and I changed the default for that flag, to have it disabled by
default (bcond_with) instead of enabled by default (bcond_without)

  I turned it off for now, needs clarification whether that's actually
   a badass feature everybody needs. Or not.
  (building as we speak)
 
 I've turned it off three versions ago and It's turned on again, because
 - bugreports
 - I do not see a licence problem (se my other mail).
 
 Please do not change packages without feedback of the packager, 
 especially when they cause a rebuild of halve of our packages!

Yeah, sorry, I was in an inbox-reducing-frenzy, forgot that ffmpeg is
yours, thought it was maintained by someone else (who barely updates
packages any more these days).

cheers
-- 
  -o) Pascal Bleser pascal.ble...@opensuse.org
  /\\ http://opensuse.org -- I took the green pill
 _\_v FOSDEM XI: 5 + 6 Feb 2011, http://fosdem.org


pgpzHcBosw3hJ.pgp
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Shorten License

2010-11-16 Diskussionsfäden Pascal Bleser
On 2010-11-15 13:34:25 (+0100), Carl Eugen Hoyos c...@hoyos.ws wrote:
[...]
 Thank you, next problem is (lib)faac, it is also listed as GPL,
 but it is actually non-free:
 http://www.audiocoding.com/faac.html
 (Making it impossible to distribute FFmpeg linked to faac.)

Solved, as discussed on the other thread.

cheers
-- 
  -o) Pascal Bleser pascal.ble...@opensuse.org
  /\\ http://opensuse.org -- I took the green pill
 _\_v FOSDEM XI: 5 + 6 Feb 2011, http://fosdem.org


pgpD2IF3pNcOk.pgp
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] [PM] ffmpeg 0.6.25512svn-2.pm.3.1 (openSUSE 11.3/x86_64)

2010-11-16 Diskussionsfäden Manfred Tremmel
Am Dienstag, 16. November 2010 schrieb Carl Eugen Hoyos:
 Manfred Tremmel manf...@... writes:
   Any reason why libopenjpeg is not enabled? It is impossible to
   decode jpg2k without it.
 
  Compile errors when I've tried last time.
 
 I believe I remember now what the problem is:
 OpenJPEG upstream has two locations for its header file, depending on
  which make you use, make or cmake. (I reported this upstream some
  time ago, I would welcome if somebody else does it too, what I did
  wrong was to request changing the cmake location, it would also be
  fine if they just made the two install into the same directory, no
  matter which.)
 
 Unfortunately, Packman and FFmpeg do not agree on which location to
  use. My suggestion would be to add a symlink from
  /usr/include/openjpeg.h to /usr/include/openjpeg/openjpeg.h to
  libopenjpeg-devel-1.3-0.pm.5.1, but
  --extra-cflags=-I/usr/include/openjpeg should also work (please
  report if not).
 
 Or do you have another problem? It compiles fine for me.

Here's the openjpeg part of config.log on my openSUSE 11.2 x86_64

check_func opj_version -lopenjpeg
check_ld -lopenjpeg
check_cc
BEGIN /tmp/ffconf.V6h4hsXr.c
1   extern int opj_version();
2   int main(void){ opj_version(); }
END /tmp/ffconf.V6h4hsXr.c
gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -
funwind-tables -fasynchronous-unwind-tables -fPIC -I/usr/include/gsm -
I/usr/include/openjpeg -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -
D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -fmessage-length=0 -O2 -
Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
fasynchronous-unwind-tables -fPIC -I/usr/include/gsm -
I/usr/include/openjpeg -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC -
I/usr/include/gsm -I/usr/include/openjpeg -std=c99 -fomit-frame-pointer 
-fPIC -pthread -I/usr/include/dirac -c -o /tmp/ffconf.bLZOwjuu.o 
/tmp/ffconf.V6h4hsXr.c
gcc -o /tmp/ffconf.1Dz9k32M /tmp/ffconf.bLZOwjuu.o -lopencore-amrwb -
lopencore-amrnb -lmp3lame -lgsm -ldirac_encoder -ldirac_decoder -lm -
lstdc++ -ldirac_encoder -ldirac_decoder -lm -lstdc++ -lm -pthread -lbz2 
-lz -lopenjpeg
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so: 
undefined reference to `floor'
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so: 
undefined reference to `ceil'
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so: 
undefined reference to `lrintf'
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so: 
undefined reference to `pow'
collect2: ld returned 1 exit status
ERROR: libopenjpeg not found

Looks to me like a missing #include math.h

-- 
Machs gut| http://www.iivs.de/schwinde/buerger/tremmel/

Manfred  | http://packman.links2linux.de/

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] [PM] ffmpeg 0.6.25512svn-2.pm.3.1 (openSUSE 11.3/x86_64)

2010-11-16 Diskussionsfäden Toni
Am Dienstag, 16. November 2010 schrieb Manfred Tremmel:
 Am Dienstag, 16. November 2010 schrieb Carl Eugen Hoyos:
  Manfred Tremmel manf...@... writes:
Any reason why libopenjpeg is not enabled? It is impossible to
decode jpg2k without it.
  
   Compile errors when I've tried last time.
 
  I believe I remember now what the problem is:
  OpenJPEG upstream has two locations for its header file, depending on
   which make you use, make or cmake. (I reported this upstream some
   time ago, I would welcome if somebody else does it too, what I did
   wrong was to request changing the cmake location, it would also be
   fine if they just made the two install into the same directory, no
   matter which.)
 
  Unfortunately, Packman and FFmpeg do not agree on which location to
   use. My suggestion would be to add a symlink from
   /usr/include/openjpeg.h to /usr/include/openjpeg/openjpeg.h to
   libopenjpeg-devel-1.3-0.pm.5.1, but
   --extra-cflags=-I/usr/include/openjpeg should also work (please
   report if not).
 
  Or do you have another problem? It compiles fine for me.

 Here's the openjpeg part of config.log on my openSUSE 11.2 x86_64

 check_func opj_version -lopenjpeg
 check_ld -lopenjpeg
 check_cc
 BEGIN /tmp/ffconf.V6h4hsXr.c
 1 extern int opj_version();
 2 int main(void){ opj_version(); }
 END /tmp/ffconf.V6h4hsXr.c
 gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -
 funwind-tables -fasynchronous-unwind-tables -fPIC -I/usr/include/gsm -
 I/usr/include/openjpeg -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -
 D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -fmessage-length=0 -O2 -
 Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
 fasynchronous-unwind-tables -fPIC -I/usr/include/gsm -
 I/usr/include/openjpeg -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC -
 I/usr/include/gsm -I/usr/include/openjpeg -std=c99 -fomit-frame-pointer
 -fPIC -pthread -I/usr/include/dirac -c -o /tmp/ffconf.bLZOwjuu.o
 /tmp/ffconf.V6h4hsXr.c
 gcc -o /tmp/ffconf.1Dz9k32M /tmp/ffconf.bLZOwjuu.o -lopencore-amrwb -
 lopencore-amrnb -lmp3lame -lgsm -ldirac_encoder -ldirac_decoder -lm -
 lstdc++ -ldirac_encoder -ldirac_decoder -lm -lstdc++ -lm -pthread -lbz2
 -lz -lopenjpeg
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `floor'
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `ceil'
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `lrintf'
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `pow'
 collect2: ld returned 1 exit status
 ERROR: libopenjpeg not found

 Looks to me like a missing #include math.h
it is a linker error == it misses a library not a header (compile time error)

try to add
export SUSE_ASNEEDED=0

in the build section as a quick workaround.


-- 
have fun
Toni

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] [PM] ffmpeg 0.6.25512svn-2.pm.3.1 (openSUSE 11.3/x86_64)

2010-11-16 Diskussionsfäden Cristian Morales Vega
2010/11/16 Toni t...@links2linux.de:
 Am Dienstag, 16. November 2010 schrieb Manfred Tremmel:
 Am Dienstag, 16. November 2010 schrieb Carl Eugen Hoyos:
  Manfred Tremmel manf...@... writes:
Any reason why libopenjpeg is not enabled? It is impossible to
decode jpg2k without it.
  
   Compile errors when I've tried last time.
 
  I believe I remember now what the problem is:
  OpenJPEG upstream has two locations for its header file, depending on
   which make you use, make or cmake. (I reported this upstream some
   time ago, I would welcome if somebody else does it too, what I did
   wrong was to request changing the cmake location, it would also be
   fine if they just made the two install into the same directory, no
   matter which.)
 
  Unfortunately, Packman and FFmpeg do not agree on which location to
   use. My suggestion would be to add a symlink from
   /usr/include/openjpeg.h to /usr/include/openjpeg/openjpeg.h to
   libopenjpeg-devel-1.3-0.pm.5.1, but
   --extra-cflags=-I/usr/include/openjpeg should also work (please
   report if not).
 
  Or do you have another problem? It compiles fine for me.

 Here's the openjpeg part of config.log on my openSUSE 11.2 x86_64

 check_func opj_version -lopenjpeg
 check_ld -lopenjpeg
 check_cc
 BEGIN /tmp/ffconf.V6h4hsXr.c
     1 extern int opj_version();
     2 int main(void){ opj_version(); }
 END /tmp/ffconf.V6h4hsXr.c
 gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -
 funwind-tables -fasynchronous-unwind-tables -fPIC -I/usr/include/gsm -
 I/usr/include/openjpeg -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -
 D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -fmessage-length=0 -O2 -
 Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
 fasynchronous-unwind-tables -fPIC -I/usr/include/gsm -
 I/usr/include/openjpeg -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC -
 I/usr/include/gsm -I/usr/include/openjpeg -std=c99 -fomit-frame-pointer
 -fPIC -pthread -I/usr/include/dirac -c -o /tmp/ffconf.bLZOwjuu.o
 /tmp/ffconf.V6h4hsXr.c
 gcc -o /tmp/ffconf.1Dz9k32M /tmp/ffconf.bLZOwjuu.o -lopencore-amrwb -
 lopencore-amrnb -lmp3lame -lgsm -ldirac_encoder -ldirac_decoder -lm -
 lstdc++ -ldirac_encoder -ldirac_decoder -lm -lstdc++ -lm -pthread -lbz2
 -lz -lopenjpeg
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `floor'
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `ceil'
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `lrintf'
 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libopenjpeg.so:
 undefined reference to `pow'
 collect2: ld returned 1 exit status
 ERROR: libopenjpeg not found

 Looks to me like a missing #include math.h
 it is a linker error == it misses a library not a header (compile time error)

 try to add
 export SUSE_ASNEEDED=0

 in the build section as a quick workaround.

And the problem is in the openjpeg package. The library should link to libm.

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


[packman] baselibs/32bit support for gstreamer

2010-11-16 Diskussionsfäden Pascal Bleser
JFYI, gstreamer and the plugins packages are currently rebuilding
because I added baselibs.conf (-32bit) support in all of them; only some
of them had -32bit support.

cheers
-- 
  -o) Pascal Bleser pascal.ble...@opensuse.org
  /\\ http://opensuse.org -- I took the green pill
 _\_v FOSDEM XI: 5 + 6 Feb 2011, http://fosdem.org


pgpsyS7cNgkCa.pgp
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

[packman] mythweather-0_24 dependency problem i586 opensuse 11.3

2010-11-16 Diskussionsfäden Rob Verduijn
Hello,


 I've found out that mythweather-0_24 has a dependency problem. i586
opensuse 11.3


It requires DateTime::Format::ISO8601 which is not in packman or the default
suse repos.


It can be found in the opensuse perl development repo.

http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_11.3/


 Dependency problem is solved after adding the aforementioned repo.


 Regards

Rob Verduijn
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


[packman] [PM] libdvdcss2 1.2.10-2.pm.3.1 (openSUSE 11.3/x86_64)

2010-11-16 Diskussionsfäden Frank Eschenauer
Moin Manfred Tremmel!

zu der o.g. Datei gab es auf Packman mal eine Anleitung, mit welchen 
parametern die beiden Dateien zusammen aufgerufen werden müssen.

Gibt es die noch? wenn ja, wo?
Wenn es die aus bestimmten Gründen nicht mehr gibt, könnte ich eine Zeile Code 
per Mail erhalten.

Gruß Frank Eschenauer

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


[packman] dvdauthor

2010-11-16 Diskussionsfäden massimo
Yes, but look at the name: dvdauthor0_6-0.6.18-3.pm.4.1.i586.rpm, i think is
wrong.
Best regards
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] [Package Request] eviacam

2010-11-16 Diskussionsfäden Malcolm
On Sun, 14 Nov 2010 14:16:19 +0100
Pascal Bleser pascal.ble...@opensuse.org
wrote:

 On 2010-11-11 20:58:37 (-0600), Malcolm
 malcolmle...@opensuse-forums.org
 wrote:
  Hi
  I've built eviacam on the openSUSE Build Service, however the
  application requires the packman version of opencv to function.
  
  Can this package be built by packman?
 
 It's in packman now.
 
 I also added a Provides: opencv-ffmpeg and Provides:
 libopencv-ffmpeg in our opencv package, to make sure that eviacam
 pulls in that dependency instead of an opencv build without ffmpeg
 support (Requires: libopencv-ffmpeg in eviacam)
 
 Thanks!
 
 cheers

*bump*

Hi Pascal
Have you had a chance to rebuild this package due to the error;

2 Problems:
Problem: nothing provides libopencv-ffmpeg needed by
eviacam-1.3.1-1.pm.1.1.i586 Problem: eviacam-lang-1.3.1-1.pm.1.1.noarch 
requires eviacam = 1.3.1, but this requirement cannot be provided

Problem: nothing provides libopencv-ffmpeg needed by
eviacam-1.3.1-1.pm.1.1.i586 Solution 1: do not install
eviacam-1.3.1-1.pm.1.1.i586 Solution 2: break eviacam by ignoring some of its 
dependencies

-- 
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.24-0.2-default
up 4 days 1:26, 3 users, load average: 0.22, 0.12, 0.08
GPU GeForce 8600 GTS Silent - Driver Version: 260.19.21



___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Shorten License

2010-11-16 Diskussionsfäden Carl Eugen Hoyos
Pascal Bleser pascal.ble...@... writes:

 
 On 2010-11-15 13:34:25 (+0100), Carl Eugen Hoyos c...@... wrote:
 [...]
  Thank you, next problem is (lib)faac, it is also listed as GPL,
  but it is actually non-free:
  http://www.audiocoding.com/faac.html
  (Making it impossible to distribute FFmpeg linked to faac.)
 
 Solved, as discussed on the other thread.

No, afaict faac is still listed as GPL v2 or later and the description says
FAAC is licensed under the GPL.

Carl Eugen


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] libavcore needs latest libavutil

2010-11-16 Diskussionsfäden Carl Eugen Hoyos
Manfred Tremmel manf...@... writes:

 Ok, you are right. I've reed the GPL and LICENSE file from ffmpeg and 
 yes, I've made a mistake. I've also turned of building libfaac support
 in my daily snapshot.

Thank you!

FYI, after zypper update ffmpeg, libavfilter is still outdated.

Carl Eugen


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


[packman] Jokosher

2010-11-16 Diskussionsfäden Scott Newton
Are there any plans to package Jokosher for openSUSE 11.3?

http://packman.links2linux.org/package/jokosher
http://www.jokosher.org/

Thanks
-- 
Regards
Scott Newton

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman