Bug#724444: patch
Control: tags -1 patch Patch attached. -- Eric Dorland ICQ: #61138586, Jabber: ho...@jabber.com diff -ruN whitedune-0.30.10.old/debian/control whitedune-0.30.10/debian/control --- whitedune-0.30.10.old/debian/control 2014-02-12 00:33:37.388249031 -0500 +++ whitedune-0.30.10/debian/control 2014-02-12 01:08:34.235505313 -0500 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Philippe Coval -Build-Depends: debhelper (>= 5), autotools-dev, automake1.9, autoconf, bison, flex, gawk, libxmu-dev, libxi-dev, x11proto-core-dev, libmotif-dev, libpng-dev, libjpeg-dev, libglu1-mesa-dev, libgl1-mesa-dev, libgl1-mesa-dev | libgl-dev | freeglut3-dev +Build-Depends: debhelper (>= 5), autotools-dev, autoconf, bison, flex, gawk, libxmu-dev, libxi-dev, x11proto-core-dev, libmotif-dev, libpng-dev, libjpeg-dev, libglu1-mesa-dev, libgl1-mesa-dev, libgl1-mesa-dev | libgl-dev | freeglut3-dev Standards-Version: 3.9.1 Homepage: http://vrml.cip.ica.uni-stuttgart.de/dune/ Vcs-Git: git://git.debian.org/git/pkg-multimedia/whitedune.git signature.asc Description: Digital signature ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processed: patch
Processing control commands: > tags -1 patch Bug #72 [src:whitedune] Please stop build depending on automake1.4, automake1.9 and automake1.10 Added tag(s) patch. -- 72: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=72 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
hello! I would like to join the pkg-multimedia team
Hello everyone, I am Andrew Kelley. Some relevant things I have been working on: * Contributed to LMMS - http://lmms.sourceforge.net/ * Built a music player app - https://github.com/andrewrk/groovebasin * Packaged a library for computing the EBU R128 loudness standard: http://mentors.debian.net/package/libebur128 * Created an audio dispatching library: https://github.com/andrewrk/libgroove And packaged it: http://mentors.debian.net/package/libgroove * Actively contribute to various open source software: https://github.com/andrewrk * Contributions to libav - http://www.libav.org/ I have done the requested things: * created an alioth account: https://alioth.debian.org/users/andrewrk-guest/ * subscribed to the pkg-multimedia-maintainers mailing list * subscribed to the pkg-multimedia-commits mailing list * I have read the relevant guides FAQs about managing bugs in debian * I will do my best to provide useful reviews on others' work I have not yet contributed any patches to pkg-multimedia, but I hope to start. I love open source software! What do you say? ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#738599: fails to decode H264: "Different bit depth between chroma and luma is not implemented"
On 2014-02-11 09:11:58, Sebastian Ramacher wrote: > Anyway, could you please test if the issues persists with libav 10 from > experimental? It doesn't, I marked the issue as fixed for the experimental version. Thanks, A. -- Rock journalism is people who can't write, interviewing people who can't talk, in order to provide articles for people who can't read. - Frank Zappa pgpNUWedOHUjR.pgp Description: PGP signature ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processed: fixed 738599 in 6:10~alpha2-1
Processing commands for cont...@bugs.debian.org: > fixed 738599 6:10~alpha2-1 Bug #738599 [libavcodec54] fails to decode H264: "Different bit depth between chroma and luma is not implemented" There is no source info for the package 'libavcodec54' at version '6:10~alpha2-1' with architecture '' Unable to make a source version for version '6:10~alpha2-1' Marked as fixed in versions 6:10~alpha2-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 738599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738599 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#738684: jack-audio-connection-kit: Patch to bootstrap without libffado
Source: jack-audio-connection-kit Version: 1:0.124.1+20140122git5013bed0-2 Severity: wishlist Tags: patch As the subject says: the attached patch adds a bootstrap build to allow the package to build without libffado-dev available yet. This was the point I chose to break the following Build-Depends cycle: jack-audio-connection-kit Build-Depends on libffado-dev (on Linux builds); libffado Build-Depends on python-qt4; python-qt4 Build-Depends on libphonon-dev; phonon Build-Depends on libpulse-dev; and pulseaudio Build-Depends on libjack-dev. -- Daniel Schepler diff -urN jack-audio-connection-kit-0.121.3+20120418git75e3e20b.old/debian/rules jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/rules --- jack-audio-connection-kit-0.121.3+20120418git75e3e20b.old/debian/rules 2012-02-21 15:26:11.0 -0800 +++ jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/rules 2013-07-14 17:17:27.993092982 -0700 @@ -15,6 +15,10 @@ DEB_AUTO_UPDATE_ACLOCAL = 1.11 DEB_AUTO_UPDATE_AUTOMAKE = 1.11 +ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES))) +export DH_OPTIONS = -Njackd1-firewire +endif + include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/upstream-tarball.mk ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processed: found 738599 in 6:9.11-1
Processing commands for cont...@bugs.debian.org: > found 738599 6:9.11-1 Bug #738599 [libavcodec54] fails to decode H264: "Different bit depth between chroma and luma is not implemented" Marked as found in versions libav/6:9.11-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 738599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738599 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#738599: fails to decode H264: "Different bit depth between chroma and luma is not implemented"
On 2014-02-10 21:38:25, Antoine Beaupré wrote: > Package: libavcodec54 > Version: 6:9.10-2 > Severity: important > > libav can't seem to play some H264 videos. Here's an example: > > anarcat@marcos:~$ avplay "/srv/video/films/Documentary/The Power of > Nightmares/The_Power_Of_Nightmares-Part_1.mkv" > avplay version 9.10-6:9.10-2, Copyright (c) 2003-2013 the Libav developers > built on Jan 3 2014 23:27:39 with gcc 4.8 (Debian 4.8.2-11) > [h264 @ 0x7f306c004960] Overread VUI by 8 bits > [h264 @ 0x7f306c004960] Different bit depth between chroma and luma is not > implemented. Update your Libav version to the newest one from Git. If the > problem still occurs, it means that your file has a feature which has not > been implemented. > [h264 @ 0x7f306c004960] If you want to help, upload a sample of this file to > ftp://upload.libav.org/incoming/ and contact the libav-devel mailing list. > [h264 @ 0x7f306c004960] Decoding sps 0 from avcC failed > [h264 @ 0x7f306c004960] Overread VUI by 8 bits > [h264 @ 0x7f306c004960] Different bit depth between chroma and luma is not > implemented. Update your Libav version to the newest one from Git. If the > problem still occurs, it means that your file has a feature which has not > been implemented. > [h264 @ 0x7f306c004960] If you want to help, upload a sample of this file to > ftp://upload.libav.org/incoming/ and contact the libav-devel mailing list. > [h264 @ 0x7f306c004960] Decoding sps 0 from avcC failed > Input #0, matroska,webm, from '/srv/video/films/Documentary/The Power of > Nightmares/The_Power_Of_Nightmares-Part_1.mkv': > Duration: 00:59:13.04, start: 0.00, bitrate: N/A > Stream #0.0(eng): Video: h264, 704x480, PAR 182:205 DAR 4004:3075, 29.97 > fps, 29.97 tbr, 1k tbn (default) > Stream #0.1: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s (default) > [h264 @ 0x7f306c0f8f60] Overread VUI by 8 bits > [h264 @ 0x7f306c0f8f60] Different bit depth between chroma and luma is not > implemented. Update your Libav version to the newest one from Git. If the > problem still occurs, it means that your file has a feature which has not > been implemented. > [h264 @ 0x7f306c0f8f60] If you want to help, upload a sample of this file to > ftp://upload.libav.org/incoming/ and contact the libav-devel mailing list. > [h264 @ 0x7f306c0f8f60] Decoding sps 0 from avcC failed Looking at the h264 code from the version in experimental, support for different chroma and luma bit depths has not been implemented in libav 10 - but I might just be reading the code wrong. Anyway, could you please test if the issues persists with libav 10 from experimental? Regards -- Sebastian Ramacher signature.asc Description: Digital signature ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
[no subject]
Good day, I am a private loan lender by name Gary Normani give certified loans to serious minded individuals and company at an interest rate of 3% with total loan repayment allowed weekly monthly or yearly depending on how you can make repayments if interested email me at leadwayfinanc...@gmail.com We only offer out in: Dollars, Pounds, Euro. and more.. Information Needed Full Name: Country: Phone: State: Amount Needed: Loan Duration: ALL Reply Should be sent to this company email Address leadwayfinanc...@gmail.com ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#738599: Acknowledgement (fails to decode H264: "Different bit depth between chroma and luma is not implemented")
I confirm that ffmpeg doesn't exhibit the same behaviour, when statically built using this provisionnal package: https://github.com/anarcat/FFmpeg The problem therefore seems specific to libav. A. -- Music gives a soul to the universe, wings to the mind, flight to the imagination and life to everything - Plato pgprf7SwyP9MP.pgp Description: PGP signature ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers