Your message dated Mon, 25 Feb 2008 06:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466861: fixed in gst-plugins-bad0.10 0.10.6-2
has caused the Debian Bug report #466861,
regarding gstreamer0.10-plugins-bad: 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.)


-- 
466861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466861
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gstreamer0.10-plugins-bad
Version: 0.10.5-5
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 xvidcore is called 'libxvidcore4-dev' in debian-multimedia.org and 'libxvidcore-dev' in debian-unofficial.org. It should be possible to rebuild gstreamer0.10-plugins-bad with either package. Furthermore I added a homepage link pointing to to the xvid and faac sources to stay in sync with the lame package provided by gstreamer0.10-plugins-ugly.

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-bad0.10-0.10.5/debian/extra gst-plugins-bad0.10-0.10.5.new/debian/extra
--- gst-plugins-bad0.10-0.10.5/debian/extra	2008-02-21 14:21:01.000000000 +0100
+++ gst-plugins-bad0.10-0.10.5.new/debian/extra	2008-02-21 14:25:41.000000000 +0100
@@ -12,7 +12,7 @@
         echo "libfaac-dev"
         ;;
       xvid)
-        echo "libxvidcore4-dev"
+        echo "libxvidcore-dev | libxvidcore4-dev"
       *)
         echo "ERROR invalid plugin: add your plugin to debian/extra"
         exit 1
@@ -31,6 +31,8 @@
  This GStreamer plugin uses FAAC to encode audio stream into a AAC
  compressed audio stream.  This is commonly known as the "mp4" format.
  .
+ http://www.audiocoding.com/
+
 EOF
 ;;
       xvid)
@@ -43,6 +45,8 @@
  This GStreamer plugin uses XVID to encode video streams into a MPEG4
  compressed video stream.  This is commonly known as the "divx" format.
  .
+ http://www.xvid.org/
+
 EOF
 ;;
       *)

--- End Message ---
--- Begin Message ---
Source: gst-plugins-bad0.10
Source-Version: 0.10.6-2

We believe that the bug you reported is fixed in the latest version of
gst-plugins-bad0.10, which is due to be installed in the Debian FTP archive:

gst-plugins-bad0.10_0.10.6-2.diff.gz
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.6-2.diff.gz
gst-plugins-bad0.10_0.10.6-2.dsc
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.6-2.dsc
gstreamer0.10-plugins-bad-dbg_0.10.6-2_i386.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-dbg_0.10.6-2_i386.deb
gstreamer0.10-plugins-bad-doc_0.10.6-2_all.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-doc_0.10.6-2_all.deb
gstreamer0.10-plugins-bad_0.10.6-2_i386.deb
  to pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad_0.10.6-2_i386.deb
gstreamer0.10-sdl_0.10.6-2_i386.deb
  to pool/main/g/gst-plugins-bad0.10/gstreamer0.10-sdl_0.10.6-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-bad0.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: Mon, 25 Feb 2008 07:03:11 +0100
Source: gst-plugins-bad0.10
Binary: gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad 
gstreamer0.10-sdl gstreamer0.10-plugins-bad-dbg
Architecture: source all i386
Version: 0.10.6-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages <[EMAIL PROTECTED]>
Changed-By: Sebastian Dröge <[EMAIL PROTECTED]>
Description: 
 gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set
 gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set
 gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the 
"bad" set
 gstreamer0.10-sdl - GStreamer plugin for SDL output
Closes: 346455 466861
Changes: 
 gst-plugins-bad0.10 (0.10.6-2) unstable; urgency=low
 .
   * debian/extra:
     + Update for new xvid package names in Debian Multimedia and Debian
       Unofficial Thanks to Fabian Greffrath (Closes: #466861).
       Also add support for x264 and do some small cleanup.
   * debian/rules:
     + SPC is only available on Linux-i386, enable it as such. Fixes
       FTBFS on kfreebsd-i386.
   * debian/build-deps.in,
     debian/patches/01_wildmidi-build.patch,
     debian/patches/02_wildmidi-config.patch,
     debian/gstreamer-plugins-bad.install:
     + Enable the wildmidi plugin and change the config file path to our
       default (Closes: #346455).
Files: 
 c5871cc9dd2ea7008f4049a874607797 1820 libs extra 
gst-plugins-bad0.10_0.10.6-2.dsc
 6b0496704043a3cde13cd7f374e7fb6e 12212 libs extra 
gst-plugins-bad0.10_0.10.6-2.diff.gz
 68aa409ff357437fc5564f3149ec7272 120860 doc extra 
gstreamer0.10-plugins-bad-doc_0.10.6-2_all.deb
 fdd39522701f44889de1e3dbf6c05554 830270 libs extra 
gstreamer0.10-plugins-bad_0.10.6-2_i386.deb
 bb70c0575c36abb4f109341a2167439c 32870 libs extra 
gstreamer0.10-sdl_0.10.6-2_i386.deb
 4d53c4bdfdbe717a66a4d45ee8423654 1865322 libdevel extra 
gstreamer0.10-plugins-bad-dbg_0.10.6-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHwl3yBsBdh1vkHyERAup+AKCZajSY4j7WbcnVG4FLdmiVsZn5GgCfXF6B
/kGYtz7mkfU0nnIrd2ydfxo=
=HJgp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to