Sorry, I forgot the .install file.
Please use this patch instead of bad-2.
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 17:55:55.000000000 +0100
+++ gst-plugins-bad0.10-0.10.5.new/debian/extra	2008-02-21 17:57:08.000000000 +0100
@@ -11,8 +11,12 @@
       faac)
         echo "libfaac-dev"
         ;;
+      x264)
+        echo "libx264-dev"
+        ;;
       xvid)
         echo "libxvidcore-dev | libxvidcore4-dev"
+        ;;
       *)
         echo "ERROR invalid plugin: add your plugin to debian/extra"
         exit 1
@@ -26,12 +30,24 @@
 Package: @[EMAIL PROTECTED]
 Architecture: any
 Section: libs
+Homepage: http://www.audiocoding.com/
 Depends: \${shlibs:Depends}, @GST_LIB@
 Description: FAAC plugin for GStreamer
  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
+;;
+      x264)
+cat << EOF
+Package: @[EMAIL PROTECTED]
+Architecture: any
+Section: libs
+Homepage: http://www.videolan.org/developers/x264.html
+Depends: \${shlibs:Depends}, @GST_LIB@
+Description: x264 plugin for GStreamer
+ This GStreamer plugin uses x264 to encode video streams into a H.264
+ compressed video stream.  This is commonly known as the "h264" format.
 
 EOF
 ;;
@@ -40,12 +56,11 @@
 Package: @[EMAIL PROTECTED]
 Architecture: any
 Section: libs
+Homepage: http://www.xvid.org/
 Depends: \${shlibs:Depends}, @GST_LIB@
-Description: XVID plugin for GStreamer
- This GStreamer plugin uses XVID to encode video streams into a MPEG4
+Description: Xvid plugin for GStreamer
+ 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
 ;;
diff -Nur gst-plugins-bad0.10-0.10.5/debian/gstreamer-x264.install gst-plugins-bad0.10-0.10.5.new/debian/gstreamer-x264.install
--- gst-plugins-bad0.10-0.10.5/debian/gstreamer-x264.install	1970-01-01 01:00:00.000000000 +0100
+++ gst-plugins-bad0.10-0.10.5.new/debian/gstreamer-x264.install	2008-02-21 17:58:43.000000000 +0100
@@ -0,0 +1 @@
+debian/tmp/usr/lib/[EMAIL PROTECTED]@/libgstx264.so

Reply via email to