From 8d71425079a3a56e0a64838c319dfcd594a9e599 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Mon, 15 Apr 2002 09:31:28 +0000 Subject: 0.3.4-1 packaging info Original commit message from CVS: 0.3.4-1 packaging info --- debian/README.Debian | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'debian/README.Debian') diff --git a/debian/README.Debian b/debian/README.Debian index ec7d2e67..3e90da4d 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -32,7 +32,6 @@ plugins with external dependencies: gstreamer-gnomevfs gstreamer-gsm gstreamer-jpeg - gstreamer-lame gstreamer-mad gstreamer-mikmod gstreamer-mpeg2dec @@ -47,4 +46,38 @@ library plugins: gstreamer-lib-misc various libs gstreamer-lib-misc-dev headers for -lib-misc libs +Notes: + +Various plugins in the upstream source are not yet packaged. This is +most likely due to: + + 1 - upstream considers them too unstable + 2 - libraries they depend on not being in Debian. + +Your favorite codec isn't wrapped as a plugin? External programs can be +used to process streams. Take a look at "pipefilter" element or try +something like this: + + $ mkfifo fifo + $ gst-launch myaudiosrc ! disksink location=fifo & + $ cat fifo | my_encoder > output_file + +mp3 encoding plugins are NOT packaged. Specifically, the LAME plugin is +NOT packaged due to Debian not including the LAME libraries. Please see +the following links for more information: + + http://www.debian.org/devel/wnpp/unable-to-package + http://lists.debian.org/debian-devel-0006/msg01213.html + http://www.mp3dev.org/ + +It was packaged prior to 0.3.3-2. In case anyone is interested the +unsupported diff might be found at: + + http://gstreamer.net/releases/debian/gstreamer-lame-0.3.3-1.diff + +Ogg Vorbis provides a good alternative to mp3s. Try the +gstreamer-vorbis package. For more information: + + http://www.vorbis.com/ + David I. Lehn Fri, 19 Jan 2001 19:13:06 -0500 -- cgit v1.2.1