Good morning Sebastian,
The more I think about it I come to the conclusion that
- I cannot remember having read about an "h264" format before. Maybe this should
be removed from the description
- it is a bad idea to move the homapage into the control header of the plugin
packages, because it is not the plugin's homepage. Instead, the link should go
into the long description and explicitely describe where it points to.
Please find another patch attached. Sorry for the many SVN commits. ;)
Cheers,
Fabian
Index: debian/extra
===================================================================
--- debian/extra (Revision 1244)
+++ debian/extra (Arbeitskopie)
@@ -30,11 +30,12 @@
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.
+ .
+ FAAC Homepage: http://www.audiocoding.com/
EOF
;;
@@ -43,11 +44,12 @@
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.
+ compressed video stream.
+ .
+ x264 Homepage: http://www.videolan.org/developers/x264.html
EOF
;;
@@ -56,11 +58,12 @@
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
compressed video stream. This is commonly known as the "divx" format.
+ .
+ Xvid Homepage: http://www.xvid.org/
EOF
;;