Your message dated Tue, 11 Mar 2008 05:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466863: fixed in gst-plugins-ugly0.10 0.10.7-2
has caused the Debian Bug report #466863,
regarding gstreamer0.10-plugins-ugly: clean-up of debian/extra
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
466863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466863
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gstreamer0.10-plugins-ugly
Version: 0.10.6-3
Severity: Minor
Hi,
I consider it a very good and important idea to make it as easy as possible for
Debian users to rebuild the gstreamer0.10-plugins packages with some additional
"unofficial" codecs activated.
However, I found some issues in the debian/extra script which is responsible for
enabling the additional packages.
The development package for lame is called 'liblame-dev' in
debian-multimedia.org and 'libmp3lame-dev' in debian-unofficial.org. It should
be possible to rebuild gstreamer0.10-plugins-ugly with either package. The
resulting dependency on the shared library package should be considered, too.
Furthermore I removed the link pointing to a homepage that supposedly offered
Debian packages but does no more and fixed the link to the lame homepage.
Please find attached a patch that fixes the aforementioned issues.
Cheers,
Fabian
--
Dipl.-Phys. Fabian Greffrath
Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum
Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail: [EMAIL PROTECTED]
diff -Nur gst-plugins-ugly0.10-0.10.6/debian/extra gst-plugins-ugly0.10-0.10.6.new/debian/extra
--- gst-plugins-ugly0.10-0.10.6/debian/extra 2008-02-21 14:16:37.000000000 +0100
+++ gst-plugins-ugly0.10-0.10.6.new/debian/extra 2008-02-21 14:20:08.000000000 +0100
@@ -9,8 +9,8 @@
deps)
case $2 in
lame)
- echo "lame-dev (>= 3.91)"
- echo "liblame0 (>= 3.91)"
+ echo "libmp3lame-dev (>= 3.91) | liblame-dev (>= 3.91) | lame-dev (>= 3.91)"
+ echo "libmp3lame0 (>= 3.91) | liblame0 (>= 3.91)"
;;
*)
echo "ERROR invalid plugin: add your plugin to debian/extra"
@@ -30,10 +30,7 @@
This GStreamer plugin uses LAME to encode audio stream into a MPEG1 layer 3
compressed audio stream. This is commonly known as the "mp3" format.
.
- http://www.mp3dev.org/
- .
- Debian packages can be found at:
- http://www.mayin.org/~gandalf/downloads/
+ http://lame.sourceforge.net/
EOF
;;
--- End Message ---
--- Begin Message ---
Source: gst-plugins-ugly0.10
Source-Version: 0.10.7-2
We believe that the bug you reported is fixed in the latest version of
gst-plugins-ugly0.10, which is due to be installed in the Debian FTP archive:
gst-plugins-ugly0.10_0.10.7-2.diff.gz
to pool/main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.7-2.diff.gz
gst-plugins-ugly0.10_0.10.7-2.dsc
to pool/main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.7-2.dsc
gstreamer0.10-plugins-ugly-dbg_0.10.7-2_i386.deb
to
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-dbg_0.10.7-2_i386.deb
gstreamer0.10-plugins-ugly-doc_0.10.7-2_all.deb
to
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-doc_0.10.7-2_all.deb
gstreamer0.10-plugins-ugly_0.10.7-2_i386.deb
to
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly_0.10.7-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Dröge <[EMAIL PROTECTED]> (supplier of updated gst-plugins-ugly0.10
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 11 Mar 2008 05:20:22 +0100
Source: gst-plugins-ugly0.10
Binary: gstreamer0.10-plugins-ugly-doc gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly-dbg
Architecture: source all i386
Version: 0.10.7-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages <[EMAIL PROTECTED]>
Changed-By: Sebastian Dröge <[EMAIL PROTECTED]>
Description:
gstreamer0.10-plugins-ugly - GStreamer plugins from the "ugly" set
gstreamer0.10-plugins-ugly-dbg - GStreamer plugins from the "ugly" set
gstreamer0.10-plugins-ugly-doc - GStreamer documentation for plugins from the
"ugly" set
Closes: 466863 468626
Changes:
gst-plugins-ugly0.10 (0.10.7-2) unstable; urgency=low
.
* debian/extra:
+ Update for new lame package names in Debian Multimedia and Debian
Unofficial. Thanks to Fabian Greffrath (Closes: #466863).
Also add amrnb package and be more consistent with MPEG in the
descriptions.
* debian/patches/75_build_docs_without_python_xml.patch,
debian/build-deps.in:
+ Stop using pyxml for building the docs (Closes: #468626).
* debian/patches/01_xingmux-header-position.patch:
+ Write the Xing header at the correct position for stereo files.
Patch from upstream CVS.
* debian/patches/02_mp3parse-timestamps.patch:
+ Try harder to get correct timestamps with mp3parse.
Patch from upstream CVS.
* debian/patches/03_mp3-tag-caching.patch:
+ Cache all events except EOS, this fixes missing tags when reenconding
MP3s. Patch from upstream CVS.
Files:
d30bbe92117f7df217bb488979e15b02 1255 libs optional
gst-plugins-ugly0.10_0.10.7-2.dsc
450d9ed688354c16074ea366bc819456 26411 libs optional
gst-plugins-ugly0.10_0.10.7-2.diff.gz
08165a0620452561ef993773d75c7576 51306 doc optional
gstreamer0.10-plugins-ugly-doc_0.10.7-2_all.deb
73c34b715a15c399d65cc421debf7d53 280552 libs optional
gstreamer0.10-plugins-ugly_0.10.7-2_i386.deb
1096dfd8881b38eec51e7d06150ac4a2 542154 libdevel extra
gstreamer0.10-plugins-ugly-dbg_0.10.7-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1g66BsBdh1vkHyERAtS8AJ9WjC3Q6oY4VYeunhD48pTaLanuKwCfZ/OT
pmP8etcXvuFs8jIGBQlbE8c=
=9nsM
-----END PGP SIGNATURE-----
--- End Message ---