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
 ;;
       *)

Reply via email to