Hello Sebastian,
I have added support for amrnb and fixed a consistency issue with MPEG-*
nomenclature. Please apply the attached patch and not the one from my previous mail.
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.7~/debian/extra gst-plugins-ugly0.10-0.10.7/debian/extra
--- gst-plugins-ugly0.10-0.10.7~/debian/extra 2008-02-25 13:10:20.000000000 +0100
+++ gst-plugins-ugly0.10-0.10.7/debian/extra 2008-02-25 13:45:56.000000000 +0100
@@ -8,9 +8,11 @@
case $1 in
deps)
case $2 in
+ amrnb)
+ echo "libamrnb-dev | amrnb-dev"
+ ;;
lame)
- echo "lame-dev (>= 3.91)"
- echo "liblame0 (>= 3.91)"
+ echo "libmp3lame-dev (>= 3.91) | liblame-dev (>= 3.91) | lame-dev (>= 3.91)"
;;
*)
echo "ERROR invalid plugin: add your plugin to debian/extra"
@@ -20,6 +22,20 @@
control)
case $2 in
+ amrnb)
+cat << EOF
+Package: @[EMAIL PROTECTED]
+Architecture: any
+Section: libs
+Depends: \${shlibs:Depends}, @GST_LIB@
+Description: amrnb plugin for GStreamer
+ This GStreamer plugin uses amrnb to encode audio stream into an Adaptive
+ Multi-Rate Floating-point (AMR) Speech Codec compressed audio stream.
+ .
+ amrnb Homepage: http://www.penguin.cz/~utx/amr
+
+EOF
+;;
lame)
cat << EOF
Package: @[EMAIL PROTECTED]
@@ -27,13 +43,10 @@
Section: libs
Depends: \${shlibs:Depends}, @GST_LIB@
Description: LAME plugin for GStreamer
- This GStreamer plugin uses LAME to encode audio stream into a MPEG1 layer 3
+ This GStreamer plugin uses LAME to encode audio stream into a MPEG-1 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/
+ LAME Homepage: http://lame.sourceforge.net/
EOF
;;
diff -Nur gst-plugins-ugly0.10-0.10.7~/debian/gstreamer-amrnb.install gst-plugins-ugly0.10-0.10.7/debian/gstreamer-amrnb.install
--- gst-plugins-ugly0.10-0.10.7~/debian/gstreamer-amrnb.install 1970-01-01 01:00:00.000000000 +0100
+++ gst-plugins-ugly0.10-0.10.7/debian/gstreamer-amrnb.install 2008-02-25 13:24:21.000000000 +0100
@@ -0,0 +1 @@
+debian/tmp/usr/lib/[EMAIL PROTECTED]@/libgstamrwb.so
diff -Nur gst-plugins-ugly0.10-0.10.7~/debian/README.Debian gst-plugins-ugly0.10-0.10.7/debian/README.Debian
--- gst-plugins-ugly0.10-0.10.7~/debian/README.Debian 2008-02-25 13:10:20.000000000 +0100
+++ gst-plugins-ugly0.10-0.10.7/debian/README.Debian 2008-02-25 13:12:55.000000000 +0100
@@ -49,6 +49,7 @@
* Rebuild
Currently available untested and unsupported info has been added for:
+ * gstreamer-amrnb
* gstreamer-lame
mp3 encoding plugins are NOT officially packaged. Specifically, the LAME