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

Reply via email to