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
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
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
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
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
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
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
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
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
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 "$@"
__
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.
___
11 matches
Mail list logo