Bug#804376: static library not linked correctly

2015-11-07 Thread djcj
Package: x265 Version: 1.8-3 There's a mistake in the command that should create the final static library. In debian/rules line 51: mv x265-8bit/libx265.a x265-8bit/lib264_main.a It should be: mv x265-8bit/libx265.a x265-8bit/libx265_main.a So the static library is missing the object code fo

Bug#802093: library not linked against libdl

2015-10-17 Thread djcj
Package: x265 Version: 1.8-2 The shared library is using symbols from libdl but it's not linked against it: $ readelf -s libx265.so.68 | grep dlopen 32: 0 NOTYPE GLOBAL DEFAULT UND dlopen $ readelf -d libx265.so.68 | grep libdl $ I only checked the amd64 version. Thi

Bug#802092: Wrong version listed in x265.pc

2015-10-17 Thread djcj
Package: x265 Version: 1.8-2 Just a minor issue, but the pkg-config file x265.pc lists the library's version as "0.0". That appears to be a bug in the upstream build system. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists

Bug#791492: Library packages not multi-arch

2015-07-05 Thread djcj
Package: gpac Version: 0.5.2-426-gc5ad4e4~dfsg4-1 The shared libraries aren't installed into multi-arch directories. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/m

Bug#791490: Package libgpac3 should be libgpac4

2015-07-05 Thread djcj
Package: gpac Version: 0.5.2-426-gc5ad4e4~dfsg4-1 The package libgpac3 should be renamed to libgpac4. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo

Bug#784908: New fdk-aac release

2015-05-10 Thread djcj
Package: fdk-aac Version: 0.1.3+20140816-2 fdk-aac version 0.1.4 has been released. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-ma

Bug#775181: (no subject)

2015-01-13 Thread djcj
Thanks Sebastian. The patch you did provide works fine for me. I made a bug report to upstream: https://bitbucket.org/multicoreware/x265/issue/98/make-cli-work-with-any-bit-depth-version ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maint

Bug#775181: x265-10bit doesn't work

2015-01-12 Thread djcj
Package: x265 Version: 1.4-5 Running the x265 binary with the 10 bit library version preloaded (which is what the x265-10bit wrapper script does) does not work: $ LD_PRELOAD=./libx265.so.35 ./x265 --pass 1 --bitrate 10 -o /dev/null test.y4m x265 [error]: Only bit depths of 8 are supported in

Bug#751458: Using the 10bit library

2014-06-15 Thread djcj
When I compiled and experimented a bit with version 0.142.2431 I figured out that the 10bit library does not work with the 8bit binary (despite being linked dynamically). So I had to install both libraries and both binaries. I installed the 10bit binary in the same folder as the library and used

Bug#751458: Using the 10bit library

2014-06-12 Thread djcj
Package: x264 Version: 2:0.142.2389+git956c8d8-5 Can you add a script with the name "x264-10b" and the following content to /usr/bin, to make it a little easier to work with the 10bit library? #!/bin/sh LD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.142 x264 "$@" __

x264 10 bit

2014-06-09 Thread djcj
Package: x264 Version:2:0.142.2389+git956c8d8-5 Can you create a separate 10 bit package of x264? I made a script which does this: https://github.com/darealshinji/x264-10b-debian It basically just renames everything from x264 to x264-10b, so that you can install both versions. ___