summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2004-03-04 23:27:42 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2004-03-04 23:27:42 +0000
commitcb924406cdef87fee308f0801c2a997c6c9a2a10 (patch)
treef4a3886ba65a247b98c1115eab3e818806621fa2 /debian
parentef255131dc7988d4ef77f76bbdf94cf44b428057 (diff)
downloadgst-plugins-bad-cb924406cdef87fee308f0801c2a997c6c9a2a10.tar.gz
gst-plugins-bad-cb924406cdef87fee308f0801c2a997c6c9a2a10.tar.bz2
gst-plugins-bad-cb924406cdef87fee308f0801c2a997c6c9a2a10.zip
Debian package info not maintained here.
Original commit message from CVS: Debian package info not maintained here.
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian96
-rw-r--r--debian/build-deps38
-rw-r--r--debian/changelog370
-rw-r--r--debian/control433
-rw-r--r--debian/control.in433
-rw-r--r--debian/copyright31
-rw-r--r--debian/gstreamer-a52dec.files1
-rw-r--r--debian/gstreamer-aa.files1
-rw-r--r--debian/gstreamer-alsa.files1
-rw-r--r--debian/gstreamer-alsa.manpages1
-rw-r--r--debian/gstreamer-arts.files1
-rw-r--r--debian/gstreamer-artsd.files1
-rw-r--r--debian/gstreamer-audiofile.files1
-rw-r--r--debian/gstreamer-avifile.files1
-rw-r--r--debian/gstreamer-cdparanoia.files1
-rw-r--r--debian/gstreamer-colorspace.files1
-rw-r--r--debian/gstreamer-doc.files1
-rw-r--r--debian/gstreamer-dv.files1
-rw-r--r--debian/gstreamer-dvd.files2
-rw-r--r--debian/gstreamer-esd.files2
-rw-r--r--debian/gstreamer-festival.files1
-rw-r--r--debian/gstreamer-flac.files1
-rw-r--r--debian/gstreamer-gconf.conffiles1
-rw-r--r--debian/gstreamer-gconf.files5
-rw-r--r--debian/gstreamer-gconf.postinst13
-rw-r--r--debian/gstreamer-gnomevfs.files2
-rw-r--r--debian/gstreamer-gsm.files1
-rw-r--r--debian/gstreamer-http.files1
-rw-r--r--debian/gstreamer-jack.files1
-rw-r--r--debian/gstreamer-jpeg.files1
-rw-r--r--debian/gstreamer-mad.files1
-rw-r--r--debian/gstreamer-mikmod.files1
-rw-r--r--debian/gstreamer-misc.files63
-rw-r--r--debian/gstreamer-mpeg2dec.files1
-rw-r--r--debian/gstreamer-oss.files1
-rw-r--r--debian/gstreamer-plugin-apps.files2
-rw-r--r--debian/gstreamer-plugin-apps.manpages2
-rw-r--r--debian/gstreamer-plugin-libs-dev.files6
-rw-r--r--debian/gstreamer-plugin-libs.files4
-rw-r--r--debian/gstreamer-plugin-template.postinst13
-rw-r--r--debian/gstreamer-plugin-template.postrm13
-rw-r--r--debian/gstreamer-sdl.files1
-rw-r--r--debian/gstreamer-sid.files1
-rw-r--r--debian/gstreamer-vorbis.files1
-rw-r--r--debian/gstreamer-x.files2
-rwxr-xr-xdebian/mk.control17
-rw-r--r--debian/rules146
47 files changed, 0 insertions, 1719 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 9cb04ee1..00000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,96 +0,0 @@
-GStreamer for Debian
-----------------------
-This package contains the GStreamer plugin distribution.
-
-More information can be found at http://gstreamer.net/
-
-GStreamer plugins are split into a number of packages:
-
-pseudo package:
-
- gstreamer-plugins depends on all the packages below
-
-plugins without external dependencies:
-
- gstreamer-misc many independent plugins
-
-plugins with external dependencies:
-
- gstreamer-a52dec
- gstreamer-aa
- gstreamer-alsa
- gstreamer-arts
- gstreamer-artsd
- gstreamer-audiofile
- gstreamer-avifile
- gstreamer-cdparanoia
- gstreamer-colorspace
- gstreamer-dv
- gstreamer-dvd
- gstreamer-esd
- gstreamer-festival
- gstreamer-flac
- gstreamer-gconf
- gstreamer-gnomevfs
- gstreamer-gsm
- gstreamer-http
- gstreamer-jack
- gstreamer-jpeg
- gstreamer-mad
- gstreamer-mikmod
- gstreamer-mpeg2dec
- gstreamer-oss
- gstreamer-sdl
- gstreamer-sid
- gstreamer-vorbis
- gstreamer-x
-
-library plugins:
-
- gstreamer-plugin-libs various libs
- gstreamer-plugin-libs-dev headers for -plugin-libs libs
-
-apps:
-
- gstreamer-plugin-apps small script apps to using gst-launch
-
-
-Notes:
-
-
-Various plugins in the upstream source are not yet packaged. This is
-most likely due to:
-
- * upstream considers them too unstable
- * libraries they depend on are not are yet 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 <dlehn@vt.edu> Fri, 19 Jan 2001 19:13:06 -0500
diff --git a/debian/build-deps b/debian/build-deps
deleted file mode 100644
index 95390e22..00000000
--- a/debian/build-deps
+++ /dev/null
@@ -1,38 +0,0 @@
-debhelper (>= 3.0.0)
-libgstreamer-dev (>= 0.4.0)
-gstreamer-core-libs-dev (>= 0.4.0)
-xlibs-dev (>= 4.1.0)
-xlibs-pic (>= 4.1.0)
-libxml2-dev (>= 2.4.23)
-zlib1g-dev (>= 1:1.1.4)
-libghttp-dev (>= 1.0.9)
-libglib2.0-dev (>= 2.0.4)
-libesd0-dev (>= 0.2.28)
-libcdparanoia0-dev (>= 3a9.8)
-libvorbis-dev (>= 1.0.0)
-libasound2-dev (>= 0.9.0)
-libjpeg62-dev (>= 6b)
-aalib1-dev (>= 1.4p5)
-libmad0-dev (>= 0.14.2b)
-hermes1-dev (>= 1.3.2)
-libarts-dev (>= 2.2.2)
-libgsm1-dev (>= 1.0.10)
-libgnomevfs2-dev (>= 2.0.2)
-libsdl1.2-dev (>= 1.2.4)
-libaudiofile-dev (>= 0.2.3)
-libavifile0.7-dev (>= 0.7.12.20020719)
-festival-dev (>= 1.4.2)
-libflac-dev (>= 1.0.4)
-libmpeg2-1-dev (>= 0.2.1)
-libcpuaccel0-dev (>= 0.2.1)
-pkg-config (>= 0.11.0)
-libsidplay1-dev (>= 1.36.47)
-libmikmod2-dev (>= 3.1.10)
-liba52-0.7.4-dev
-libdvdread2 (>= 0.9.3)
-libid3tag0-dev (>= 0.14.2b)
-libgconf2-dev (>= 1.2.0)
-libdvdnav-dev (>= 0.1.1)
-libjack0.34.0-dev (>= 0.34.0)
-libdv2-dev
-ladspa-sdk (>= 1.0)
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7688d834..00000000
--- a/debian/changelog
+++ /dev/null
@@ -1,370 +0,0 @@
-gst-plugins (0.4.1-1) unstable; urgency=low
-
- * New upstream
- * Update FLAC dependency to 1.0.4 and use support patch from CVS
- * Build gconf code as a library rather than a plugin
- * Improved plugin descriptions
- * Added to -misc: cdplayer, videocrop, videotestsrc, mixmatrix
-
- -- David I. Lehn <dlehn@vt.edu> Wed, 2 Oct 2002 14:48:28 -0400
-
-gst-plugins (0.4.0.2-cvs20020919-1) unstable; urgency=low
-
- * CVS snapshot, release branch
- * gstreamer-gconf.files: libgstgconf.so moved to /usr/lib
- * added control.in, build-deps, and mk.control script. Edit control.in
- and/or build-deps, and run 'debian/rules debian/control' from toplevel
- directory to recreate debian/control. This should make it a lot
- easier to diff build dependencies.
-
- -- David Schleef <ds@schleef.org> Thu, 19 Sep 2002 15:18:41 -0700
-
-gst-plugins (0.4.0-5) unstable; urgency=low
-
- * Update Build-Depends
- * Use pkg-config checking vs m4 macros for libdv
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 23 Aug 2002 10:33:29 -0400
-
-gst-plugins (0.4.0-4) unstable; urgency=low
-
- * Fixes from CVS for gstgnomevfssrc.c and endian issue in vorbisfile.c
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 2 Aug 2002 20:51:38 -0400
-
-gst-plugins (0.4.0-3) unstable; urgency=low
-
- * Add ladspa-sdk to Build-Depends
- * Removed qcam plugin from -misc.
- It's i386 only and probably not widely used. Will figure out how to
- package in the future if someone needs it.
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 29 Jul 2002 16:32:33 -0400
-
-gst-plugins (0.4.0-2) unstable; urgency=low
-
- * Clean up the Build-Depends:
- - stricter versioning
- - remove gnome deps (used for examples which are not build now)
- * Fix segfault in vorbis.m4 check
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 29 Jul 2002 10:47:12 -0400
-
-gst-plugins (0.4.0-1) unstable; urgency=low
-
- * New upstream
- * FLAC compile fixes from CVS
- * DV comiled fixes
- * Upated ltmain hack
- * autogen.sh with more recent tools
- * Update config.{guess,sub}
- * Added plugin packages: -gconf, -http, -jack, -dv
- * Added dvdnav plugin to -dvd
- * Removed osshelper plugin from -oss
- * Added xvideosink back to -x
- * Added effectv, filter, and qtdemux plugins to -misc
- * Rename gstreamer-lib-misc{-dev} to gstreamer-plugin-libs{-dev} to match
- gstreamer core.
- * Added gstreamer-plugin-apps package for a lonely 2 scripts
- * Renamed gstreamer-all to gstreamer-plugins
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 16 Jul 2002 02:10:07 -0400
-
-gst-plugins (0.3.4-2) unstable; urgency=low
-
- * Rebuild for new avifile
-
- -- David I. Lehn <dlehn@vt.edu> Wed, 24 Apr 2002 14:06:46 -0400
-
-gst-plugins (0.3.4-1) unstable; urgency=low
-
- * New upstream
- * Fix mpeg2dec.m4 to use newer mpeg2dec libs
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 15 Apr 2002 03:34:21 -0400
-
-gst-plugins (0.3.3-2) unstable; urgency=low
-
- * Port a52dec plugin to 0.7.3 API (applied upstream)
- * Use a52dec packages in Debian vs current external ones
- * This switches a52dec plugin to static linking
- * Remove LAME support
- * No LAME packages in Debian to depend on
- * Added explanation in README.Debian since this will likely
- cause no end of "Why is there no LAME plugin?"
- * Depend on and rebuild for mpeg2dec 0.2.1
- * Depend on and rebuild for glib 2.0
- * Remove gtk from Build-Depends: (not needed for the built plugins)
-
- -- David I. Lehn <dlehn@vt.edu> Sat, 23 Mar 2002 17:52:03 -0500
-
-gst-plugins (0.3.3-1) unstable; urgency=low
-
- * New upstream version
- * SDL fixed upstream, remove patch
- * Require libid3tag for mad support
- * Remove xvideosink from gstreamer-x package in favor of videosink
- Needed to be removed due to symbol conflicts with videosink
- * Sync with upstream changes:
- * Added videosink to gstreamer-x package
- * parseau renamed to auparse in -misc
- * Added various plugins to -misc: goom, monoscope, modplug, ...
- * Note: new upstream scripts gst-launch-ext and gst-visualise not
- packaged yet
-
- -- David I. Lehn <dlehn@vt.edu> Thu, 21 Mar 2002 02:06:21 -0500
-
-gst-plugins (0.3.2-3) unstable; urgency=low
-
- * Rebuild for glib/gtk 1.3.15
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 25 Feb 2002 00:06:51 -0500
-
-gst-plugins (0.3.2-2) unstable; urgency=low
-
- * Build against liblinc1 and newer gnomevfs
-
- -- David I. Lehn <dlehn@vt.edu> Sun, 17 Feb 2002 15:52:57 -0500
-
-gst-plugins (0.3.2-1) unstable; urgency=low
-
- * New upstream release
- * Many diffs merged upstream
- * Unversioned plugins upstream, just packaging .so (no .la, .a)
- * Added cdxa plugin to -misc
- * Various plugins in -misc moved around and merged upstream
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 15 Feb 2002 21:54:27 -0500
-
-gst-plugins (0.3.1-4) unstable; urgency=low
-
- * Rebuild for glib/gtk 1.3.13
-
- -- David I. Lehn <dlehn@vt.edu> Wed, 6 Feb 2002 02:16:16 -0500
-
-gst-plugins (0.3.1-3) unstable; urgency=low
-
- * Fix arts symbol problem (add -lartsflow -lartsflow_idl)
- * Replace m4/gst-sdl.m4 with Debian's sdl.m4
- * Use SDL_LIBS_FOR_PLUGINS instead of SDL_LIBS
-
- -- David I. Lehn <dlehn@vt.edu> Wed, 23 Jan 2002 12:37:00 -0500
-
-gst-plugins (0.3.1-2) unstable; urgency=low
-
- * Rebuild against fixed gstreamer.pc in libgst-dev 0.3.1-2
- Should just link to libxml2 now rather than v1 and v2
-
- -- David I. Lehn <dlehn@vt.edu> Wed, 23 Jan 2002 02:29:49 -0500
-
-gst-plugins (0.3.1-1) unstable; urgency=low
-
- * Upstream split plugins into new package
- * Upstream removed mpg123 plugin - use mad plugin
- * Upstream removed ac3dec plugin - use a52dec
- * Added -lib-misc and -lib-misc-dev packages for
- library plugins and headers
- * Patch to link all plugins to GST_LIBS
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 11 Jan 2002 11:22:01 -0500
-
-gstreamer (0.3.0-3) unstable; urgency=low
-
- * Remove upstream ChangeLog from packages: 128k changelog.gz per
- plugin package for 40 packages is too much
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 25 Dec 2001 23:36:28 -0500
-
-gstreamer (0.3.0-2) unstable; urgency=low
-
- * Fix bug that slipped into 0.3.0: s/aasink/xvideosink/ in
- gstplay/gstplay.c
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 25 Dec 2001 17:56:29 -0500
-
-gstreamer (0.3.0-1) unstable; urgency=low
-
- * New upstream release
- * Attempt to update various Build-Depends versions
- * Added plugin packages: -a52dec, -dvd, -mikmod, -sid
- * Renamed -elements to -core
- * Added to -core: gstbasicscheduler
- * Moved from -common to -core: gsttypes, autoplug related
- * Renamed -common to -misc
- * Added to -misc: speed, qcam, bytesteram, control, silence, sinesrc,
- mpegstream, playondemand, resample
- * Added gstreamer-guilaunch to gstreamer-tools package
- * Added dependencies on unofficial LAME packages
- * Use PIC libs for Xv
- * Disable broken building of PDF/PS docs
- * Renamed -all-plugins to -all
- * Disable docs -- too hard to build
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 21 Dec 2001 12:00:02 -0500
-
-gstreamer (0.2.1-4) unstable; urgency=low
-
- * Fix some problems reported from lintian 1.20.14:
- * copyright-lists-upstream-authors-like-dh_make
- * debian-changelog-file-contains-user-emacs-settings
- * Patch from CVS to link libgst into plugins
- Plugins now properly depend on libgst package
- * Use RedHat Gtk+-1.3 hack to fix relink issues with ltmain.sh
- * Patch from CVS for xvideosink segfault when no DISPLAY set
- * Remove builddir references from gstreamer-config.in
- * Move libgstelements.la from libgst-dev to gstreamer-elements
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 28 Aug 2001 20:05:28 -0400
-
-gstreamer (0.2.1-3) unstable; urgency=low
-
- * Update build dependencies to FLAC 1.0
- * Enable debug features
- * Fixup broken doc build -scan voodoo with link into .libs/ dir
-
- -- David I. Lehn <dlehn@vt.edu> Sun, 5 Aug 2001 23:04:28 -0400
-
-gstreamer (0.2.1-2) unstable; urgency=low
-
- * Fix lib deps: run debhelper tools in the right order
- * Added arts dir to Makefile.am SUBDIRS so it builds again
- * Changed libmpeg2dec to libgstmpeg2dec to avoid naming issues
- when using -lmpeg2dec
- * Updated system_encode/ with CVS segfaulter bug fix
-
- -- David I. Lehn <dlehn@vt.edu> Thu, 19 Jul 2001 15:47:24 -0400
-
-gstreamer (0.2.1-1) unstable; urgency=low
-
- * New upstream 0.2.1: "Return of the Sedi Master"
- * New plugin packages: -festival, -flac, -avifile, -x
- * New plugins in -common: chart, deinterlace, udp
- * Added some post-0.2.1 fixes for FLAC, build system, ALSA
-
- -- David I. Lehn <dlehn@vt.edu> Thu, 28 Jun 2001 20:15:15 -0400
-
-gstreamer (0.2.0-6) unstable; urgency=low
-
- * Move -compprep to -runtime and call it same places as -register
- * Do -register and -compprep in postrm instead of prerm
- * Make -arts plugin actually build all the source (sent upstream)
- * Purge of -runtime removes /etc/gstreamer
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 19 Jun 2001 13:09:32 -0400
-
-gstreamer (0.2.0-5) unstable; urgency=low
-
- * Added element package dependencies to libgstmediaplay0
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 18 Jun 2001 11:18:53 -0400
-
-gstreamer (0.2.0-4) unstable; urgency=low
-
- * Add --gst-mask=0 to -runtime.postinst
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 15 Jun 2001 11:47:24 -0400
-
-gstreamer (0.2.0-3) unstable; urgency=low
-
- * Fix the plugin control file symlink creation
- * Add audiofile to Build-Depends
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 15 Jun 2001 05:22:28 -0400
-
-gstreamer (0.2.0-2) unstable; urgency=low
-
- * Fixed ALSA checks to not include -lasound in -every- link
- * Update LAME plugin to use latest CVS API
- * Removed OSS src/sink from -common.files (was in -oss too)
- * Swapped -arts.files and -artsd.files contents
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 15 Jun 2001 04:02:21 -0400
-
-gstreamer (0.2.0-1) unstable; urgency=low
-
- * Added gstreamer-compprep manpage
- * Upgrade to 0.2.0
-
- -- David I. Lehn <dlehn@vt.edu> Thu, 7 Jun 2001 12:53:59 -0400
-
-gstreamer (0.2.0-0.3) unstable; urgency=low
-
- * GStreamer 0.2.0-pre3
-
- -- David I. Lehn <dlehn@vt.edu> Wed, 6 Jun 2001 15:09:59 -0400
-
-gstreamer (0.2.0-0.2) unstable; urgency=low
-
- * GStreamer 0.2.0-pre2 + CVS 20010604
- * Added -artsd (vs -arts), -audiofile, -gnomevfs, -gsm, -jpeg,
- -oss, and -sdl plugin packages
- * Added osshelper lib to oss package
- * Added more AVI related plugins and autoplug libs to -common
- * Added pkgconfig file to libgst-dev
- * Added gstreamer-all-plugins pseudo package that depends on
- all other plugin pacakges
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 4 Jun 2001 17:33:20 -0400
-
-gstreamer (0.2.0-0.1) unstable; urgency=low
-
- * GStreamer 0.2.0-pre1
-
- -- David I. Lehn <dlehn@vt.edu> Thu, 31 May 2001 17:16:23 -0400
-
-gstreamer (0.1.1.20010504-1) unstable; urgency=low
-
- * Latest CVS code
-
- -- David I. Lehn <dlehn@vt.edu> Fri, 4 May 2001 21:48:45 -0400
-
-gstreamer (0.1.1.20010430-2) unstable; urgency=low
-
- * Added -colorspace package for Hermes dependent conversion
- * Added -arts package for aRts sink
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 1 May 2001 19:46:08 -0400
-
-gstreamer (0.1.1.20010430-1) unstable; urgency=low
-
- * Latest CVS code
- * Added -aa package for aasink output
- * Added -mad package for mad mp3 decoder
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 30 Apr 2001 18:25:52 -0400
-
-gstreamer (0.1.1.20010320-1) unstable; urgency=low
-
- * Latest CVS code
- * enable main docs
- * disable broken plugin docs with new option
-
- -- David I. Lehn <dlehn@vt.edu> Tue, 20 Mar 2001 18:15:19 -0500
-
-gstreamer (0.1.1.20010315-1) unstable; urgency=low
-
- * Latest CVS code
- * Added man pages
- * Split mpeg2dec to seperate plugin
- * libgst Architectures updated to cothread supported archs
-
- -- David I. Lehn <dlehn@vt.edu> Thu, 15 Mar 2001 20:17:19 -0500
-
-gstreamer (0.1.1-1) unstable; urgency=low
-
- * New upstream release
- * disable docs build, broken at the momemnt
-
- -- David I. Lehn <dlehn@vt.edu> Sun, 25 Feb 2001 17:58:25 -0500
-
-gstreamer (0.1.0-2) unstable; urgency=low
-
- * debian/rules: call configure instead of autogen.sh
-
- -- David I. Lehn <dlehn@vt.edu> Sat, 24 Feb 2001 18:31:36 -0500
-
-gstreamer (0.1.0-1) unstable; urgency=low
-
- * Initial Release.
-
- -- David I. Lehn <dlehn@vt.edu> Mon, 15 Jan 2001 18:25:18 -0500
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 2e14056b..00000000
--- a/debian/control
+++ /dev/null
@@ -1,433 +0,0 @@
-Source: gst-plugins
-Section: libs
-Priority: optional
-Maintainer: David I. Lehn <dlehn@vt.edu>
-Build-Depends: debhelper (>= 3.0.0), libgstreamer-dev (>= 0.4.0), gstreamer-core-libs-dev (>= 0.4.0), xlibs-dev (>= 4.1.0), xlibs-pic (>= 4.1.0), libxml2-dev (>= 2.4.23), zlib1g-dev (>= 1:1.1.4), libghttp-dev (>= 1.0.9), libglib2.0-dev (>= 2.0.4), libesd0-dev (>= 0.2.28), libcdparanoia0-dev (>= 3a9.8), libvorbis-dev (>= 1.0.0), libasound2-dev (>= 0.9.0), libjpeg62-dev (>= 6b), aalib1-dev (>= 1.4p5), libmad0-dev (>= 0.14.2b), hermes1-dev (>= 1.3.2), libarts-dev (>= 2.2.2), libgsm1-dev (>= 1.0.10), libgnomevfs2-dev (>= 2.0.2), libsdl1.2-dev (>= 1.2.4), libaudiofile-dev (>= 0.2.3), libavifile0.7-dev (>= 0.7.12.20020719), festival-dev (>= 1.4.2), libflac-dev (>= 1.0.4), libmpeg2-1-dev (>= 0.2.1), libcpuaccel0-dev (>= 0.2.1), pkg-config (>= 0.11.0), libsidplay1-dev (>= 1.36.47), libmikmod2-dev (>= 3.1.10), liba52-0.7.4-dev, libdvdread2 (>= 0.9.3), libid3tag0-dev (>= 0.14.2b), libgconf2-dev (>= 1.2.0), libdvdnav-dev (>= 0.1.1), libjack0.34.0-dev (>= 0.34.0), libdv2-dev, ladspa-sdk (>= 1.0)
-Standards-Version: 3.5.7
-
-Package: gstreamer-plugins
-Architecture: any
-Section: libs
-Depends: gstreamer-plugin-apps, gstreamer-plugin-libs, gstreamer-a52dec, gstreamer-aa, gstreamer-alsa, gstreamer-arts, gstreamer-artsd, gstreamer-audiofile, gstreamer-avifile, gstreamer-cdparanoia, gstreamer-colorspace, gstreamer-core, gstreamer-core-libs, gstreamer-misc, gstreamer-dv, gstreamer-dvd, gstreamer-esd, gstreamer-festival, gstreamer-flac, gstreamer-gconf, gstreamer-gnomevfs, gstreamer-gsm, gstreamer-http, gstreamer-jack, gstreamer-jpeg, gstreamer-mad, gstreamer-mikmod, gstreamer-mpeg2dec, gstreamer-oss, gstreamer-sdl, gstreamer-sid, gstreamer-vorbis, gstreamer-x
-Description: Pseudo package for all GStreamer plugins
- Pseudo package which depends on all current GStreamer plugin packages.
- .
- This package enables the use of all current GStreamer plugins.
- .
- NOTE: This package depends on many other packages. Installing this
- package could also cause many other sub-dependencies to be installed.
-
-Package: gstreamer-plugin-apps
-Architecture: any
-Section: x11
-Depends: ${shlibs:Depends}
-Recommends: gstreamer-plugins
-Description: Simple GStreamer applications
- Simple GStreamer applications
- .
- gst-launch-ext - wrapper script around common gst-launch pipelines
- gst-visualise - simple visualization script
-
-Package: gstreamer-plugin-libs
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Description: Various GStreamer library plugins
- Various GStreamer library plugins
- .
- GStreamer plugins load these at runtime as needed.
- Other plugin pacakges will depend on this package if it is needed.
- .
- gstaudio
- gstidct
- gstriff
- gstresample
-
-Package: gstreamer-plugin-libs-dev
-Architecture: any
-Section: devel
-Depends: gstreamer-plugin-libs
-Description: Development files for various GStreamer library plugins
- Development files for the GStreamer library plugins found in
- the gstreamer-plugin-libs package. Install this package if you
- are developing plugins that use the following library plugins:
- .
- gstaudio
- gstidct
- gstriff
- gstresample
-
-Package: gstreamer-a52dec
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-core-libs, gstreamer-runtime (>= 0.4.1)
-Description: ATSC A/52 audio decoder plugin for GStreamer
- ATSC A/52 audio decoder plugin for GStreamer based on liba52
- .
- This plugin enables decoding of audio commonly found on DVDs and in other
- MPEG streams.
- .
- http://liba52.sourceforge.net/
-
-Package: gstreamer-aa
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: AA-lib plugin for GStreamer
- AA-lib plugin for GStreamer
- .
- This plugin enables video streams to be displayed as text.
- .
- http://aa-project.sourceforge.net/aalib/
-
-Package: gstreamer-alsa
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-core-libs, gstreamer-runtime (>= 0.4.1)
-Description: ALSA plugin for GStreamer
- ALSA plugin for GStreamer
- .
- This plugin enables the usage of ALSA supported devices for input and output
- audio streams.
- .
- http://www.alsa-project.org/
-
-Package: gstreamer-arts
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: aRts plugin for GStreamer
- Analog Realtime Synthesizer (aRts) plugin for GStreamer
- .
- This plugin enables the use of arts processing in a GStreamer pipeline.
- .
- http://www.arts-project.org/
-
-Package: gstreamer-artsd
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: aRtsd plugin for GStreamer
- Analog Realtime Synthesizer daemon (aRtsd) plugin for GStreamer
- .
- This plugin enables audio output to artsd.
- .
- http://www.arts-project.org/
-
-Package: gstreamer-audiofile
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-plugin-libs, gstreamer-runtime (>= 0.4.1)
-Description: AudioFile plugin for GStreamer
- AudioFile plugin for GStreamer based on libaudiofile
- .
- This plugin enables the processing of audio data from formats supported by
- libaudiofile including AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, and raw data.
- .
- http://oss.sgi.com/projects/audiofile/
-
-Package: gstreamer-avifile
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: avifile plugin for GStreamer
- avifile plugin for GStreamer
- .
- This plugin uses libavifile to read and write compressed streams. avifile
- supports many libraries that are natively supported with other GStreamer
- plugins. It also supports AVI files (Indeo Video, DivX :-), etc.) under
- x86 Linux through the use of win32 codecs.
- .
- http://avifile.sourceforge.net/
-
-Package: gstreamer-cdparanoia
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: cdparanoia plugin for GStreamer
- cdparanoia plugin for GStreamer
- .
- This plugin enables the use of a cd player as an audio stream source
- .
- http://www.xiph.org/paranoia/
-
-Package: gstreamer-colorspace
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: colorspace conversion plugin for GStreamer
- colorspace conversion plugin for GStreamer
- .
- This plugin converts a video stream from one colorspace format to another.
- This is often used to convert from a native stream format to a format that
- can be efficiently displayed.
-
-Package: gstreamer-dv
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: DV plugin for GStreamer
- DV plugin for GStreamer based on libdv.
- .
- This plugin enables the use of DV formatted video. The Quasar DV Codec
- (libdv) is a software decoder for DV format video, as defined by the
- IEC 61834 and SMPTE 314M standards. DV is the encoding format used by
- consumer-grade digital camcorders.
- .
- http://libdv.sourceforge.net/
-
-Package: gstreamer-dvd
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: DVD plugin for GStreamer
- DVD plugins for GStreamer based on libdvdread and libdvdnav.
- .
- This plugin enables the use of a DVD player as an audio and video input.
- .
- http://dvd.sourceforge.net/
-
-Package: gstreamer-esd
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: Enlightened Sound Daemon plugin for GStreamer
- Enlightened Sound Daemon plugin for GStreamer
- .
- This plugin enables the use of ESD for audio output.
-
-Package: gstreamer-festival
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: Festival speech synthesis plugin for GStreamer
- Festival speech synthesis plugin for GStreamer
- .
- This plugin enables the use of a festival server to perform speech
- synthesis.
-
-Package: gstreamer-flac
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: FLAC plugin for GStreamer
- Free Lossless Audio Codec (FLAC) plugin for GStreamer
- .
- This plugin enables lossless audio compression and decompression with
- the FLAC library.
- .
- http://flac.sourceforge.net/
-
-Package: gstreamer-gconf
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: GConf support for GStreamer
- GConf support for GStreamer
- .
- GStreamer applications can use GConf to support persistent and/or shared
- settings such as a default user specified audio and video sink.
- .
- Includes a library, development files, and a schema.
- .
- http://www.gnome.org/projects/gconf/
-
-Package: gstreamer-gnomevfs
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: Gnome VFS plugin for GStreamer
- Gnome VFS plugin for GStreamer
- .
- This plugin enables data stream input from a wide variety of sources.
- Use this plugin for access to HTTP, FTP, file, gzip, cdda, WebDAV, and
- many other data streams.
- .
- http://www.gnu.org/directory/libs/GnomeVFS.html
-
-Package: gstreamer-gsm
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: GSM plugin for GStreamer
- GSM plugin for GStreamer based on libgsm
- .
- This plugin enables the use of the European GSM 06.10 provisional standard
- for full-rate speech transcoding, prI-ETS 300 036.
-
-Package: gstreamer-http
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: HTTP plugin for GStreamer
- HTTP plugin for GStreamer
- .
- This plugin enables the input of data from a HTTP source.
- .
- Try the Gnome VFS plugin in the gstreamer-gnomevfs package for
- a more flexible data source.
-
-Package: gstreamer-jack
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: JACK plugin for GStreamer
- JACK plugin for GStreamer
- .
- This plugin enables the use of the JACK low-latency audio server
- for audio stream input and output.
- .
- http://jackit.sourceforge.net/
-
-Package: gstreamer-jpeg
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: JPEG plugin for GStreamer
- JPEG plugin for GStreamer
- .
- This plugin enables the output of JPEG images from a video stream.
-
-Package: gstreamer-mad
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: MAD MPEG audio decoder plugin for GStreamer
- MAD MPEG audio decoder plugin for GStreamer
- .
- This plugin enables the decoding of MPEG audio streams. It currently
- supports the all three audio layers of the MPEG 1 standard (Layer I,
- Layer II, and Layer III, the latter often colloquially known as MP3.)
- .
- http://www.mars.org/home/rob/proj/mpeg/
-
-Package: gstreamer-mikmod
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: MikMod decoder plugin for GStreamer
- MikMod decoder plugin for GStreamer.
- .
- This plugin enables the decoding of various module formats into an
- audio stream. MikMod is able to decode the IT, XM, S3M, MTM, 669,
- STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX, OKT and of course MOD
- module formats.
- .
- http://www.mikmod.org/
-
-Package: gstreamer-misc
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-plugin-libs, gstreamer-runtime (>= 0.4.1)
-Description: Collection of various GStreamer plugins
- Collection of various GStreamer plugins
- .
- This collection of plugins is useful to process many types of stream.
- You most certainly want to install this package.
- .
- A short list of features in this package:
- * a/mulaw
- * audioscale
- * au/cdxa/mp1video/mpegaudio/wavparse
- * avi/qtdemux
- * avimux
- * cutter
- * deinterlace
- * EffecTV (various plugins)
- * synaesthesia
- * goom
- * flxdec
- * int/float conversion
- * LADSPA
- * mono/stereo conversion
- * mpeg stream support
- * mpeg1 system encoder
- * mpeg1/2 encoder
- * mpeg1/2 types
- * mp3 type detection
- * UDP support
- * video scaler
- * volume meter/control
- * v4l support
- * VCD support
- * cdplayer
- * videocrop
- * videotestsrc
- * mixmatrix
- * passthrough!
- * and more...
- .
- These plugins have few if any external dependencies.
-
-Package: gstreamer-mpeg2dec
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: MPEG1 and MPEG2 video decoder plugin for GStreamer
- MPEG1 and MPEG2 video decoder plugin for GStreamer based on libmpeg2
- .
- This plugin enables the decoding of MPEG1 and MPEG2 video streams.
- This type of video is found on DVDs, in VOBs, and as standalone
- streams.
- .
- http://libmpeg2.sourceforge.net/
-
-Package: gstreamer-oss
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: OSS plugin for GStreamer
- OSS plugin for GStreamer
- .
- This plugin enables the use of OSS supported hardware for audio input
- and output.
-
-Package: gstreamer-sdl
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: SDL videosink plugin for GStreamer
- SDL videosink plugin for GStreamer
- .
- This plugin enables the use of SDL supported drivers for video stream
- output.
- .
- http://www.libsdl.org/
-
-Package: gstreamer-sid
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: C64 SID decoder plugin for GStreamer
- C64 SID decoder plugin for GStreamer.
- .
- This plugin enables the decoding of music written for C64 SID chip
- (MOS 6581) and CPU (6510).
- .
- http://stud1.tuwien.ac.at/~e9426444/
- http://sidplay2.sourceforge.net/
-
-Package: gstreamer-vorbis
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: Vorbis plugin for GStreamer
- Vorbis plugin for GStreamer
- .
- This plugin enables the encoding and decoding of Ogg Vorbis audio streams.
- .
- http://www.vorbis.com/
-
-Package: gstreamer-x
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= 0.4.1)
-Description: X videosink plugin for GStreamer
- X videosink plugin for GStreamer
- .
- This plugin enables the use of X to display video streams. This plugin
- will take advantage of XVideo acceleration if the X extension and hardware
- are available.
- .
- http://www.x.org/
- http://www.xfree86.org/
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 88e6f91a..00000000
--- a/debian/control.in
+++ /dev/null
@@ -1,433 +0,0 @@
-Source: gst-plugins
-Section: libs
-Priority: optional
-Maintainer: David I. Lehn <dlehn@vt.edu>
-Build-Depends: BUILDDEPS
-Standards-Version: 3.5.7
-
-Package: gstreamer-plugins
-Architecture: any
-Section: libs
-Depends: gstreamer-plugin-apps, gstreamer-plugin-libs, gstreamer-a52dec, gstreamer-aa, gstreamer-alsa, gstreamer-arts, gstreamer-artsd, gstreamer-audiofile, gstreamer-avifile, gstreamer-cdparanoia, gstreamer-colorspace, gstreamer-core, gstreamer-core-libs, gstreamer-misc, gstreamer-dv, gstreamer-dvd, gstreamer-esd, gstreamer-festival, gstreamer-flac, gstreamer-gconf, gstreamer-gnomevfs, gstreamer-gsm, gstreamer-http, gstreamer-jack, gstreamer-jpeg, gstreamer-mad, gstreamer-mikmod, gstreamer-mpeg2dec, gstreamer-oss, gstreamer-sdl, gstreamer-sid, gstreamer-vorbis, gstreamer-x
-Description: Pseudo package for all GStreamer plugins
- Pseudo package which depends on all current GStreamer plugin packages.
- .
- This package enables the use of all current GStreamer plugins.
- .
- NOTE: This package depends on many other packages. Installing this
- package could also cause many other sub-dependencies to be installed.
-
-Package: gstreamer-plugin-apps
-Architecture: any
-Section: x11
-Depends: ${shlibs:Depends}
-Recommends: gstreamer-plugins
-Description: Simple GStreamer applications
- Simple GStreamer applications
- .
- gst-launch-ext - wrapper script around common gst-launch pipelines
- gst-visualise - simple visualization script
-
-Package: gstreamer-plugin-libs
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Description: Various GStreamer library plugins
- Various GStreamer library plugins
- .
- GStreamer plugins load these at runtime as needed.
- Other plugin pacakges will depend on this package if it is needed.
- .
- gstaudio
- gstidct
- gstriff
- gstresample
-
-Package: gstreamer-plugin-libs-dev
-Architecture: any
-Section: devel
-Depends: gstreamer-plugin-libs
-Description: Development files for various GStreamer library plugins
- Development files for the GStreamer library plugins found in
- the gstreamer-plugin-libs package. Install this package if you
- are developing plugins that use the following library plugins:
- .
- gstaudio
- gstidct
- gstriff
- gstresample
-
-Package: gstreamer-a52dec
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-core-libs, gstreamer-runtime (>= @RTVERSION@)
-Description: ATSC A/52 audio decoder plugin for GStreamer
- ATSC A/52 audio decoder plugin for GStreamer based on liba52
- .
- This plugin enables decoding of audio commonly found on DVDs and in other
- MPEG streams.
- .
- http://liba52.sourceforge.net/
-
-Package: gstreamer-aa
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: AA-lib plugin for GStreamer
- AA-lib plugin for GStreamer
- .
- This plugin enables video streams to be displayed as text.
- .
- http://aa-project.sourceforge.net/aalib/
-
-Package: gstreamer-alsa
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-core-libs, gstreamer-runtime (>= @RTVERSION@)
-Description: ALSA plugin for GStreamer
- ALSA plugin for GStreamer
- .
- This plugin enables the usage of ALSA supported devices for input and output
- audio streams.
- .
- http://www.alsa-project.org/
-
-Package: gstreamer-arts
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: aRts plugin for GStreamer
- Analog Realtime Synthesizer (aRts) plugin for GStreamer
- .
- This plugin enables the use of arts processing in a GStreamer pipeline.
- .
- http://www.arts-project.org/
-
-Package: gstreamer-artsd
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: aRtsd plugin for GStreamer
- Analog Realtime Synthesizer daemon (aRtsd) plugin for GStreamer
- .
- This plugin enables audio output to artsd.
- .
- http://www.arts-project.org/
-
-Package: gstreamer-audiofile
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-plugin-libs, gstreamer-runtime (>= @RTVERSION@)
-Description: AudioFile plugin for GStreamer
- AudioFile plugin for GStreamer based on libaudiofile
- .
- This plugin enables the processing of audio data from formats supported by
- libaudiofile including AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, and raw data.
- .
- http://oss.sgi.com/projects/audiofile/
-
-Package: gstreamer-avifile
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: avifile plugin for GStreamer
- avifile plugin for GStreamer
- .
- This plugin uses libavifile to read and write compressed streams. avifile
- supports many libraries that are natively supported with other GStreamer
- plugins. It also supports AVI files (Indeo Video, DivX :-), etc.) under
- x86 Linux through the use of win32 codecs.
- .
- http://avifile.sourceforge.net/
-
-Package: gstreamer-cdparanoia
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: cdparanoia plugin for GStreamer
- cdparanoia plugin for GStreamer
- .
- This plugin enables the use of a cd player as an audio stream source
- .
- http://www.xiph.org/paranoia/
-
-Package: gstreamer-colorspace
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: colorspace conversion plugin for GStreamer
- colorspace conversion plugin for GStreamer
- .
- This plugin converts a video stream from one colorspace format to another.
- This is often used to convert from a native stream format to a format that
- can be efficiently displayed.
-
-Package: gstreamer-dv
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: DV plugin for GStreamer
- DV plugin for GStreamer based on libdv.
- .
- This plugin enables the use of DV formatted video. The Quasar DV Codec
- (libdv) is a software decoder for DV format video, as defined by the
- IEC 61834 and SMPTE 314M standards. DV is the encoding format used by
- consumer-grade digital camcorders.
- .
- http://libdv.sourceforge.net/
-
-Package: gstreamer-dvd
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: DVD plugin for GStreamer
- DVD plugins for GStreamer based on libdvdread and libdvdnav.
- .
- This plugin enables the use of a DVD player as an audio and video input.
- .
- http://dvd.sourceforge.net/
-
-Package: gstreamer-esd
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: Enlightened Sound Daemon plugin for GStreamer
- Enlightened Sound Daemon plugin for GStreamer
- .
- This plugin enables the use of ESD for audio output.
-
-Package: gstreamer-festival
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: Festival speech synthesis plugin for GStreamer
- Festival speech synthesis plugin for GStreamer
- .
- This plugin enables the use of a festival server to perform speech
- synthesis.
-
-Package: gstreamer-flac
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: FLAC plugin for GStreamer
- Free Lossless Audio Codec (FLAC) plugin for GStreamer
- .
- This plugin enables lossless audio compression and decompression with
- the FLAC library.
- .
- http://flac.sourceforge.net/
-
-Package: gstreamer-gconf
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: GConf support for GStreamer
- GConf support for GStreamer
- .
- GStreamer applications can use GConf to support persistent and/or shared
- settings such as a default user specified audio and video sink.
- .
- Includes a library, development files, and a schema.
- .
- http://www.gnome.org/projects/gconf/
-
-Package: gstreamer-gnomevfs
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: Gnome VFS plugin for GStreamer
- Gnome VFS plugin for GStreamer
- .
- This plugin enables data stream input from a wide variety of sources.
- Use this plugin for access to HTTP, FTP, file, gzip, cdda, WebDAV, and
- many other data streams.
- .
- http://www.gnu.org/directory/libs/GnomeVFS.html
-
-Package: gstreamer-gsm
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: GSM plugin for GStreamer
- GSM plugin for GStreamer based on libgsm
- .
- This plugin enables the use of the European GSM 06.10 provisional standard
- for full-rate speech transcoding, prI-ETS 300 036.
-
-Package: gstreamer-http
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: HTTP plugin for GStreamer
- HTTP plugin for GStreamer
- .
- This plugin enables the input of data from a HTTP source.
- .
- Try the Gnome VFS plugin in the gstreamer-gnomevfs package for
- a more flexible data source.
-
-Package: gstreamer-jack
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: JACK plugin for GStreamer
- JACK plugin for GStreamer
- .
- This plugin enables the use of the JACK low-latency audio server
- for audio stream input and output.
- .
- http://jackit.sourceforge.net/
-
-Package: gstreamer-jpeg
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: JPEG plugin for GStreamer
- JPEG plugin for GStreamer
- .
- This plugin enables the output of JPEG images from a video stream.
-
-Package: gstreamer-mad
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: MAD MPEG audio decoder plugin for GStreamer
- MAD MPEG audio decoder plugin for GStreamer
- .
- This plugin enables the decoding of MPEG audio streams. It currently
- supports the all three audio layers of the MPEG 1 standard (Layer I,
- Layer II, and Layer III, the latter often colloquially known as MP3.)
- .
- http://www.mars.org/home/rob/proj/mpeg/
-
-Package: gstreamer-mikmod
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: MikMod decoder plugin for GStreamer
- MikMod decoder plugin for GStreamer.
- .
- This plugin enables the decoding of various module formats into an
- audio stream. MikMod is able to decode the IT, XM, S3M, MTM, 669,
- STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX, OKT and of course MOD
- module formats.
- .
- http://www.mikmod.org/
-
-Package: gstreamer-misc
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-plugin-libs, gstreamer-runtime (>= @RTVERSION@)
-Description: Collection of various GStreamer plugins
- Collection of various GStreamer plugins
- .
- This collection of plugins is useful to process many types of stream.
- You most certainly want to install this package.
- .
- A short list of features in this package:
- * a/mulaw
- * audioscale
- * au/cdxa/mp1video/mpegaudio/wavparse
- * avi/qtdemux
- * avimux
- * cutter
- * deinterlace
- * EffecTV (various plugins)
- * synaesthesia
- * goom
- * flxdec
- * int/float conversion
- * LADSPA
- * mono/stereo conversion
- * mpeg stream support
- * mpeg1 system encoder
- * mpeg1/2 encoder
- * mpeg1/2 types
- * mp3 type detection
- * UDP support
- * video scaler
- * volume meter/control
- * v4l support
- * VCD support
- * cdplayer
- * videocrop
- * videotestsrc
- * mixmatrix
- * passthrough!
- * and more...
- .
- These plugins have few if any external dependencies.
-
-Package: gstreamer-mpeg2dec
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: MPEG1 and MPEG2 video decoder plugin for GStreamer
- MPEG1 and MPEG2 video decoder plugin for GStreamer based on libmpeg2
- .
- This plugin enables the decoding of MPEG1 and MPEG2 video streams.
- This type of video is found on DVDs, in VOBs, and as standalone
- streams.
- .
- http://libmpeg2.sourceforge.net/
-
-Package: gstreamer-oss
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: OSS plugin for GStreamer
- OSS plugin for GStreamer
- .
- This plugin enables the use of OSS supported hardware for audio input
- and output.
-
-Package: gstreamer-sdl
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: SDL videosink plugin for GStreamer
- SDL videosink plugin for GStreamer
- .
- This plugin enables the use of SDL supported drivers for video stream
- output.
- .
- http://www.libsdl.org/
-
-Package: gstreamer-sid
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: C64 SID decoder plugin for GStreamer
- C64 SID decoder plugin for GStreamer.
- .
- This plugin enables the decoding of music written for C64 SID chip
- (MOS 6581) and CPU (6510).
- .
- http://stud1.tuwien.ac.at/~e9426444/
- http://sidplay2.sourceforge.net/
-
-Package: gstreamer-vorbis
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: Vorbis plugin for GStreamer
- Vorbis plugin for GStreamer
- .
- This plugin enables the encoding and decoding of Ogg Vorbis audio streams.
- .
- http://www.vorbis.com/
-
-Package: gstreamer-x
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, gstreamer-runtime (>= @RTVERSION@)
-Description: X videosink plugin for GStreamer
- X videosink plugin for GStreamer
- .
- This plugin enables the use of X to display video streams. This plugin
- will take advantage of XVideo acceleration if the X extension and hardware
- are available.
- .
- http://www.x.org/
- http://www.xfree86.org/
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 67d40bef..00000000
--- a/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-This package was debianized by David I. Lehn <dlehn@vt.edu> on
-Mon, 15 Jan 2001 18:21:37 -0500.
-
-It was downloaded from http://gstreamer.net/
-
-Upstream Authors:
-
- Erik Walthinsen <omegahacker@users.sourceforge.net>
- Wim Taymans <wim.taymans@chello.be>
- Richard Boulton <richard@tartarus.org>
- and many more...
-
-Copyright:
-
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
diff --git a/debian/gstreamer-a52dec.files b/debian/gstreamer-a52dec.files
deleted file mode 100644
index eb013d06..00000000
--- a/debian/gstreamer-a52dec.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgsta52dec.so
diff --git a/debian/gstreamer-aa.files b/debian/gstreamer-aa.files
deleted file mode 100644
index f68c1370..00000000
--- a/debian/gstreamer-aa.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstaasink.so
diff --git a/debian/gstreamer-alsa.files b/debian/gstreamer-alsa.files
deleted file mode 100644
index 4be7f02f..00000000
--- a/debian/gstreamer-alsa.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstalsa.so
diff --git a/debian/gstreamer-alsa.manpages b/debian/gstreamer-alsa.manpages
deleted file mode 100644
index d3700464..00000000
--- a/debian/gstreamer-alsa.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/gst-plugins/usr/share/man/man1/gstalsa.1
diff --git a/debian/gstreamer-arts.files b/debian/gstreamer-arts.files
deleted file mode 100644
index b8509b5c..00000000
--- a/debian/gstreamer-arts.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstarts.so
diff --git a/debian/gstreamer-artsd.files b/debian/gstreamer-artsd.files
deleted file mode 100644
index da928eb1..00000000
--- a/debian/gstreamer-artsd.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstartsdsink.so
diff --git a/debian/gstreamer-audiofile.files b/debian/gstreamer-audiofile.files
deleted file mode 100644
index 632dbfab..00000000
--- a/debian/gstreamer-audiofile.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstaudiofile.so
diff --git a/debian/gstreamer-avifile.files b/debian/gstreamer-avifile.files
deleted file mode 100644
index 8189a6aa..00000000
--- a/debian/gstreamer-avifile.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstwincodec.so
diff --git a/debian/gstreamer-cdparanoia.files b/debian/gstreamer-cdparanoia.files
deleted file mode 100644
index b16285ff..00000000
--- a/debian/gstreamer-cdparanoia.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstcdparanoia.so
diff --git a/debian/gstreamer-colorspace.files b/debian/gstreamer-colorspace.files
deleted file mode 100644
index 7bfd8c1d..00000000
--- a/debian/gstreamer-colorspace.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstcolorspace.so
diff --git a/debian/gstreamer-doc.files b/debian/gstreamer-doc.files
deleted file mode 100644
index 630c4eab..00000000
--- a/debian/gstreamer-doc.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/gstreamer-doc
diff --git a/debian/gstreamer-dv.files b/debian/gstreamer-dv.files
deleted file mode 100644
index f476f569..00000000
--- a/debian/gstreamer-dv.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstdvdec.so
diff --git a/debian/gstreamer-dvd.files b/debian/gstreamer-dvd.files
deleted file mode 100644
index 85887979..00000000
--- a/debian/gstreamer-dvd.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/gst/libgstdvdreadsrc.so
-usr/lib/gst/libgstdvdnavsrc.so
diff --git a/debian/gstreamer-esd.files b/debian/gstreamer-esd.files
deleted file mode 100644
index 25964088..00000000
--- a/debian/gstreamer-esd.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/gst/libgstesdsink.so
-usr/lib/gst/libgstesdmon.so
diff --git a/debian/gstreamer-festival.files b/debian/gstreamer-festival.files
deleted file mode 100644
index 42d6d9de..00000000
--- a/debian/gstreamer-festival.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstfestival.so
diff --git a/debian/gstreamer-flac.files b/debian/gstreamer-flac.files
deleted file mode 100644
index 606b729e..00000000
--- a/debian/gstreamer-flac.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstflac.so
diff --git a/debian/gstreamer-gconf.conffiles b/debian/gstreamer-gconf.conffiles
deleted file mode 100644
index 48a3ea53..00000000
--- a/debian/gstreamer-gconf.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/gconf/schemas/gstreamer.schemas
diff --git a/debian/gstreamer-gconf.files b/debian/gstreamer-gconf.files
deleted file mode 100644
index 83b6f4e3..00000000
--- a/debian/gstreamer-gconf.files
+++ /dev/null
@@ -1,5 +0,0 @@
-etc/gconf/schemas/gstreamer.schemas
-usr/include/gst-plugins-*/gst/gconf
-usr/lib/libgstgconf-*.so.*
-usr/lib/libgstgconf.{la,so}
-usr/lib/pkgconfig
diff --git a/debian/gstreamer-gconf.postinst b/debian/gstreamer-gconf.postinst
deleted file mode 100644
index d8a67bc6..00000000
--- a/debian/gstreamer-gconf.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-install-rule /etc/gconf/schemas/gstreamer.schemas > /dev/null
-fi
-
-#DEBHELPER#
-
-exit 0
-
diff --git a/debian/gstreamer-gnomevfs.files b/debian/gstreamer-gnomevfs.files
deleted file mode 100644
index 6ec34a24..00000000
--- a/debian/gstreamer-gnomevfs.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/gst/libgstgnomevfssrc.so
-usr/lib/gst/libgstgnomevfssink.so
diff --git a/debian/gstreamer-gsm.files b/debian/gstreamer-gsm.files
deleted file mode 100644
index ac059bac..00000000
--- a/debian/gstreamer-gsm.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstgsm.so
diff --git a/debian/gstreamer-http.files b/debian/gstreamer-http.files
deleted file mode 100644
index fa179b0e..00000000
--- a/debian/gstreamer-http.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgsthttpsrc.so
diff --git a/debian/gstreamer-jack.files b/debian/gstreamer-jack.files
deleted file mode 100644
index 8148b6a7..00000000
--- a/debian/gstreamer-jack.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstjack.so
diff --git a/debian/gstreamer-jpeg.files b/debian/gstreamer-jpeg.files
deleted file mode 100644
index 8cc35cd4..00000000
--- a/debian/gstreamer-jpeg.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstjpeg.so
diff --git a/debian/gstreamer-mad.files b/debian/gstreamer-mad.files
deleted file mode 100644
index 718ab043..00000000
--- a/debian/gstreamer-mad.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstmad.so
diff --git a/debian/gstreamer-mikmod.files b/debian/gstreamer-mikmod.files
deleted file mode 100644
index 45f24f59..00000000
--- a/debian/gstreamer-mikmod.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstmikmod.so
diff --git a/debian/gstreamer-misc.files b/debian/gstreamer-misc.files
deleted file mode 100644
index 32d5d78d..00000000
--- a/debian/gstreamer-misc.files
+++ /dev/null
@@ -1,63 +0,0 @@
-usr/lib/gst/libgstac3parse.so
-usr/lib/gst/libgstadder.so
-usr/lib/gst/libgstalaw.so
-usr/lib/gst/libgstaudioscale.so
-usr/lib/gst/libgstauparse.so
-usr/lib/gst/libgstavidemux.so
-usr/lib/gst/libgstavimux.so
-usr/lib/gst/libgstcdplayer.so
-usr/lib/gst/libgstcdxaparse.so
-usr/lib/gst/libgstchart.so
-usr/lib/gst/libgstcutter.so
-usr/lib/gst/libgstdeinterlace.so
-usr/lib/gst/libgsteffectv.so
-usr/lib/gst/libgstfilter.so
-usr/lib/gst/libgstflxdec.so
-usr/lib/gst/libgstgoom.so
-usr/lib/gst/libgstintfloat.so
-usr/lib/gst/libgstladspa.so
-usr/lib/gst/libgstlevel.so
-usr/lib/gst/libgstmedian.so
-usr/lib/gst/libgstmodplug.so
-usr/lib/gst/libgstmono2stereo.so
-usr/lib/gst/libgstmonoscope.so
-usr/lib/gst/libgstmp1videoparse.so
-usr/lib/gst/libgstmp3types.so
-usr/lib/gst/libgstmpeg1encoder.so
-usr/lib/gst/libgstmpeg1systemencode.so
-usr/lib/gst/libgstmpeg1types.so
-usr/lib/gst/libgstmpeg2enc.so
-usr/lib/gst/libgstmpeg2subt.so
-usr/lib/gst/libgstmpeg2types.so
-usr/lib/gst/libgstmpegaudio.so
-usr/lib/gst/libgstmpegaudioparse.so
-usr/lib/gst/libgstmpegstream.so
-usr/lib/gst/libgstmulaw.so
-usr/lib/gst/libgstpassthrough.so
-usr/lib/gst/libgstplayondemand.so
-usr/lib/gst/libgstqtdemux.so
-usr/lib/gst/libgstrtjpeg.so
-usr/lib/gst/libgstsilence.so
-usr/lib/gst/libgstsinesrc.so
-usr/lib/gst/libgstsmooth.so
-usr/lib/gst/libgstspectrum.so
-usr/lib/gst/libgstspeed.so
-usr/lib/gst/libgststereo.so
-usr/lib/gst/libgststereo2mono.so
-usr/lib/gst/libgststereosplit.so
-usr/lib/gst/libgstsynaesthesia.so
-usr/lib/gst/libgstudp.so
-usr/lib/gst/libgstv4lelement.so
-usr/lib/gst/libgstv4lmjpegsink.so
-usr/lib/gst/libgstv4lmjpegsrc.so
-usr/lib/gst/libgstv4lsrc.so
-usr/lib/gst/libgstvcdsrc.so
-usr/lib/gst/libgstvideocrop.so
-usr/lib/gst/libgstvideoscale.so
-usr/lib/gst/libgstvideotestsrc.so
-usr/lib/gst/libgstvolenv.so
-usr/lib/gst/libgstvolume.so
-usr/lib/gst/libgstvumeter.so
-usr/lib/gst/libgstwavparse.so
-usr/lib/gst/libgsty4menc.so
-usr/lib/gst/libmixmatrix.so
diff --git a/debian/gstreamer-mpeg2dec.files b/debian/gstreamer-mpeg2dec.files
deleted file mode 100644
index 4d6f4496..00000000
--- a/debian/gstreamer-mpeg2dec.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstmpeg2dec.so
diff --git a/debian/gstreamer-oss.files b/debian/gstreamer-oss.files
deleted file mode 100644
index 83934ce5..00000000
--- a/debian/gstreamer-oss.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstossaudio.so
diff --git a/debian/gstreamer-plugin-apps.files b/debian/gstreamer-plugin-apps.files
deleted file mode 100644
index 0be157ba..00000000
--- a/debian/gstreamer-plugin-apps.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/gst-launch-ext
-usr/bin/gst-visualise
diff --git a/debian/gstreamer-plugin-apps.manpages b/debian/gstreamer-plugin-apps.manpages
deleted file mode 100644
index c95defb9..00000000
--- a/debian/gstreamer-plugin-apps.manpages
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/gst-plugins/usr/share/man/man1/gst-launch-ext.1
-debian/gst-plugins/usr/share/man/man1/gst-visualise.1
diff --git a/debian/gstreamer-plugin-libs-dev.files b/debian/gstreamer-plugin-libs-dev.files
deleted file mode 100644
index e3583b10..00000000
--- a/debian/gstreamer-plugin-libs-dev.files
+++ /dev/null
@@ -1,6 +0,0 @@
-usr/include/gst-plugins-*/gst/audio
-usr/include/gst-plugins-*/gst/idct
-usr/include/gst-plugins-*/gst/resample
-usr/include/gst-plugins-*/gst/riff
-usr/include/gst-plugins-*/gst/floatcast
-usr/lib/pkgconfig
diff --git a/debian/gstreamer-plugin-libs.files b/debian/gstreamer-plugin-libs.files
deleted file mode 100644
index ede3752e..00000000
--- a/debian/gstreamer-plugin-libs.files
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/lib/gst/libgstaudio.so
-usr/lib/gst/libgstidct.so
-usr/lib/gst/libgstriff.so
-usr/lib/gst/libgstresample.so
diff --git a/debian/gstreamer-plugin-template.postinst b/debian/gstreamer-plugin-template.postinst
deleted file mode 100644
index 7d55d5a2..00000000
--- a/debian/gstreamer-plugin-template.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- gst-register --gst-mask=0 > /dev/null || true
- gst-compprep --gst-mask=0 > /dev/null || true
-fi
-
-#DEBHELPER#
-
-exit 0
-
diff --git a/debian/gstreamer-plugin-template.postrm b/debian/gstreamer-plugin-template.postrm
deleted file mode 100644
index f6aa97eb..00000000
--- a/debian/gstreamer-plugin-template.postrm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
- gst-register --gst-mask=0 > /dev/null || true
- gst-compprep --gst-mask=0 > /dev/null || true
-fi
-
-#DEBHELPER#
-
-exit 0
-
diff --git a/debian/gstreamer-sdl.files b/debian/gstreamer-sdl.files
deleted file mode 100644
index eea5e4d4..00000000
--- a/debian/gstreamer-sdl.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstsdlvideosink.so
diff --git a/debian/gstreamer-sid.files b/debian/gstreamer-sid.files
deleted file mode 100644
index c9b98734..00000000
--- a/debian/gstreamer-sid.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstsid.so
diff --git a/debian/gstreamer-vorbis.files b/debian/gstreamer-vorbis.files
deleted file mode 100644
index 1dea1b05..00000000
--- a/debian/gstreamer-vorbis.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/gst/libgstvorbis.so
diff --git a/debian/gstreamer-x.files b/debian/gstreamer-x.files
deleted file mode 100644
index 6892d0c0..00000000
--- a/debian/gstreamer-x.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/gst/libgstvideosink.so
-usr/lib/gst/libgstxvideosink.so
diff --git a/debian/mk.control b/debian/mk.control
deleted file mode 100755
index f9251402..00000000
--- a/debian/mk.control
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/perl -w
-
-
-open BUILDDEPS, "debian/build-deps";
-@builddeplist = <BUILDDEPS>;
-close BUILDDEPS;
-
-chomp(@builddeplist);
-$builddeps = join(", ", @builddeplist);
-
-open CONTROLIN, "debian/control.in";
-
-while(<CONTROLIN>){
- s/BUILDDEPS/$builddeps/;
- print;
-}
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100644
index 7c7bea84..00000000
--- a/debian/rules
+++ /dev/null
@@ -1,146 +0,0 @@
-#!/usr/bin/make -f
-
-#export DH_VERBOSE=1
-export DH_COMPAT=3
-export DH_OPTIONS
-
-# GStreamer runtime version required
-rtversion=0.4.1
-
-# The plugins are basically the same.
-# Link special names to a template file.
-# still need "*.files" to be done by hand
-
-PLUGINS=a52dec aa alsa arts artsd audiofile avifile cdparanoia colorspace dv dvd esd festival flac gnomevfs gsm http jack jpeg mad mikmod misc mpeg2dec oss sdl sid vorbis x
-
-setup-links:
- for i in $(PLUGINS); do \
- (cd debian; \
- ln -fs gstreamer-plugin-template.postinst \
- gstreamer-$$i.postinst; \
- ln -fs gstreamer-plugin-template.postrm \
- gstreamer-$$i.postrm; \
- ) \
- done
-
-export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
- confflags += --build $(DEB_HOST_GNU_TYPE)
-else
- confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-endif
-
-debian/control: debian/rules debian/control.in debian/build-deps
- debian/mk.control | sed 's/@RTVERSION@/$(rtversion)/g' >debian/control
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
-
- # make sure we're using a ltmain.sh that can handle relinking
- # in case autogen.sh (and libtoolize) was run
- cp ltmain-fixed.sh ltmain.sh
-
- # Add here commands to configure the package.
- ./configure \
- $(confflags) \
- --prefix=/usr \
- --mandir=\$${prefix}/share/man \
- --infodir=\$${prefix}/share/info \
- --sysconfdir=/etc \
- --disable-tests \
- --disable-examples \
- --disable-docs-build \
- --disable-plugin-docs \
- --enable-DEBUG \
- --enable-debug
-
- touch configure-stamp
-
-build: configure-stamp build-stamp
-build-stamp:
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # why does distclean not get the docs? who knows?
- -(cd docs; $(MAKE) clean)
- -$(MAKE) distclean
-
- dh_clean
-
- # get rid of the sym links
- for i in $(PLUGINS); do \
- rm -f debian/gstreamer-$$i.postinst; \
- rm -f debian/gstreamer-$$i.postrm; \
- done
-
-install: DH_OPTIONS=
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/gst-plugins.
- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
- DESTDIR=$(CURDIR)/debian/gst-plugins \
- $(MAKE) prefix=$(DESTDIR)/usr install
-
- dh_movefiles --sourcedir=debian/gst-plugins
-
-# Build architecture-independent files here.
-# Pass -i to all debhelper commands in this target to reduce clutter.
-binary-indep: DH_OPTIONS=-i
-binary-indep: build install
-# Need this version of debhelper for DH_OPTIONS to work.
- dh_testdir
- dh_testroot
- dh_installdocs -A debian/README.Debian
- dh_installexamples
- dh_installmenu
- dh_installman
- dh_installchangelogs
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture-dependent files here.
-# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-arch: DH_OPTIONS=-a
-binary-arch: build install setup-links
-# Need this version of debhelper for DH_OPTIONS to work.
- dh_testdir
- dh_testroot
- dh_installdocs -A debian/README.Debian
- dh_installexamples
- dh_installmenu
- dh_installman
- dh_installchangelogs
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-#binary: binary-indep binary-arch
-binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure