diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-08 15:30:35 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-08 15:30:35 +0000 |
commit | 33f50a1aa6b9b6c81decbac0b7282ad06b4c294b (patch) | |
tree | 2492c70c170e2ce89ae4b3de1de4b122d8a22545 /eclass/gst-plugins.eclass | |
parent | bump (Manifest recommit) (diff) | |
download | gentoo-2-33f50a1aa6b9b6c81decbac0b7282ad06b4c294b.tar.gz gentoo-2-33f50a1aa6b9b6c81decbac0b7282ad06b4c294b.tar.bz2 gentoo-2-33f50a1aa6b9b6c81decbac0b7282ad06b4c294b.zip |
fix HP & add some more plug-in switches
Diffstat (limited to 'eclass/gst-plugins.eclass')
-rw-r--r-- | eclass/gst-plugins.eclass | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index dc816bfa7dea..6ec6fbf97661 100644 --- a/eclass/gst-plugins.eclass +++ b/eclass/gst-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.17 2004/07/23 13:10:02 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.18 2004/08/08 15:30:35 foser Exp $ # Author : foser <foser@gentoo.org> @@ -17,7 +17,7 @@ ECLASS="gst-plugins" INHERITED="$INHERITED $ECLASS" -inherit libtool debug +inherit libtool ### # variable declarations @@ -34,7 +34,7 @@ MY_P=gst-plugins-${PV} # gstreamer 0.6 my_gst_plugins="dxr3 oss qcam v4l v4l2 vcd vga cdrom xvideo a52dec aalib aalibtest alsa arts artstest artsc audiofile avifile cdparanoia dvdread dvdnav esd esdtest flac ffmpeg gnome_vfs gsm hermes http jack jpeg ladspa lame lcs libdv libfame libfametest libpng mad mikmod libmikmodtest mjpegtools mpeg2dec openquicktime raw1394 rtp sdl sdltest shout shout2 shout2test sidplay smoothwave snapshot swfdec tarkin vorbis vorbistest xmms libmmx atomic tests examples" # gstreamer 0.8 -my_gst_plugins="${my_gst_plugins} divx faad gdk_pixbuf ogg sndfile x pango speex xvid mpeg2enc mplex musicbrainz nas librfb libcaca ivorbis faac theora kio" +my_gst_plugins="${my_gst_plugins} divx faad gdk_pixbuf ogg sndfile x pango speex xvid mpeg2enc mplex musicbrainz nas librfb libcaca ivorbis faac theora kio osx_audio osx_video sunaudio artsc dts libvisual dirac" # Extract the plugin to build from the ebuild name # May be set by an ebuild and contain more than one indentifier, space seperated @@ -46,7 +46,7 @@ GST_PLUGINS_BUILD_DIR=${PN/gst-plugins-/} # general common gst-plugins ebuild entries DESCRIPTION="${BUILD_GST_PLUGINS} plugin for gstreamer" -HOMEPAGE="http://www.gstreamer.net/status/" +HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-plugins.html" LICENSE="GPL-2" SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" @@ -85,8 +85,6 @@ gst-plugins_find_plugin_dir() { gst-plugins_src_configure() { -# elibtoolize ${ELTCONF} - # disable any external plugin besides the plugin we want local plugin gst_conf |