Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19387 - [avbin] included library is wrong.
Attached to Project:
Community Packages
Opened by jck (jck) - Friday, 07 May 2010, 20:18 GMT
Last edited by Thomas Dziedzic (tomd123) - Thursday, 08 July 2010, 20:47 GMT
Opened by jck (jck) - Friday, 07 May 2010, 20:18 GMT
Last edited by Thomas Dziedzic (tomd123) - Thursday, 08 July 2010, 20:47 GMT
|
DetailsDescription:
This package: http://www.archlinux.org/packages/community/x86_64/avbin/ is supposed to contain a 3.7 mb library from http://code.google.com/p/avbin/ . However the library included in the package is 14kb and it does not work. When i download the library from google code and replace it then it works, |
This task depends upon
Closed by Thomas Dziedzic (tomd123)
Thursday, 08 July 2010, 20:47 GMT
Reason for closing: Won't fix
Additional comments about closing: moved to aur
Thursday, 08 July 2010, 20:47 GMT
Reason for closing: Won't fix
Additional comments about closing: moved to aur
what doesn't work?
the prebuilt library is considerably larger.. but then again we have our own makefile..
patching file src/avbin.c
Hunk #2 succeeded at 56 (offset -1 lines).
Hunk #3 succeeded at 98 (offset -1 lines).
patching file src/avbin.c
mkdir -p build
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -DAVBIN_VERSION=7 -DFFMPEG_REVISION=23619 -fPIC -fno-stack-protector -O3 -m64 -I include -I /usr/include -o build/avbin.o src/avbin.c
src/avbin.c: In function ‘avbin_decode_audio’:
src/avbin.c:302:5: warning: ‘avcodec_decode_audio2’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3414)
src/avbin.c: In function ‘avbin_decode_video’:
src/avbin.c:325:5: warning: ‘avcodec_decode_video’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3476)
mkdir -p dist
gcc -Wl,--hash-style=gnu -Wl,--as-needed -shared -fPIC -Wl,-soname,libavbin.so.7 -o dist/libavbin.so.7 build/avbin.o -L/usr/lib -lavformat -lavcodec -lavutil
cd dist && ln -s libavbin.so.7 libavbin.so
But it works when i download the compiled library from the avbin site.
It is an orphan and has a usage of "avbin 0.21 %" someone who actually uses it will be able to take care of it better. (for example aur/avbin-source looks like a nicely maintained package)