diff options
Diffstat (limited to 'extra/gst-plugins-good/Pkgfile')
-rwxr-xr-x | extra/gst-plugins-good/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/gst-plugins-good/Pkgfile b/extra/gst-plugins-good/Pkgfile index 9126b9a60..4c96efc91 100755 --- a/extra/gst-plugins-good/Pkgfile +++ b/extra/gst-plugins-good/Pkgfile @@ -2,17 +2,18 @@ # URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: aalib, cairo, gconf, cdparanoia, dbus, esound, flac, gstreamer, gst-plugins-base, gtk, hal, libcaca, libavc1394, libcdio, libdv, libjpeg, libogg, libpng, liboil, libshout, libtheora, libvisual, libvorbis, libxml2, taglib, speex, wavpack, libdc1394 +# Depends on: aalib, cairo, gconf, cdparanoia, dbus, esound, flac, gstreamer, gst-plugins-base, gtk, hal, libcaca, gst-plugins-base, gtk, hal, libcaca, libavc1394, libcdio, libdv, libjpeg, libogg, libpng, liboil, libshout, libtheora, libvisual, libvorbis, libxml2, taglib, speex, wavpack, libdc1394 + # Run on: aalib,cairo,gconf,cdparanoia,dbus,esound,flac,gstreamer,gst-plugins-base,gtk,hal,libcaca,libavc1394,libcdio,libdv,libjpeg,libogg,libpng,liboil,libshout,libtheora,libvisual,libvorbis,libxml2,taglib,speex,wavpack,libdc1394 name=gst-plugins-good -version=0.10.21 +version=0.10.28 release=1 source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=$GNOME_PREFIX \ + ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static |