diff options
author | fredjo <frederic.joly@9online.fr> | 2009-11-06 11:52:54 +0100 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-06 11:52:54 +0100 |
commit | 5a6e9c94b8f6409ec271fb7659a751f77a447e9c (patch) | |
tree | 7db35e0ce5e1d4a37edb07b9a7be19cfdce202df /extra/gst-plugins-good/Pkgfile | |
parent | 887f89a4a52240867a6040a979e44b0a0bbf90ef (diff) | |
download | nutyx-extra-5a6e9c94b8f6409ec271fb7659a751f77a447e9c.tar.gz nutyx-extra-5a6e9c94b8f6409ec271fb7659a751f77a447e9c.tar.bz2 nutyx-extra-5a6e9c94b8f6409ec271fb7659a751f77a447e9c.tar.xz nutyx-extra-5a6e9c94b8f6409ec271fb7659a751f77a447e9c.zip |
gst-plugins-good ajout de dependances suplémentaires
Diffstat (limited to 'extra/gst-plugins-good/Pkgfile')
-rwxr-xr-x | extra/gst-plugins-good/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gst-plugins-good/Pkgfile b/extra/gst-plugins-good/Pkgfile index ec83fc120..f7d475376 100755 --- a/extra/gst-plugins-good/Pkgfile +++ b/extra/gst-plugins-good/Pkgfile @@ -2,7 +2,7 @@ # URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html # Maintainer: NuTyX core team # Packager: fred.galusik at gmail dot com -# Depends on: cdparanoia, dbus, gstreamer, gst-plugins-base, libogg, liboil, libtheora, libvisual, libvorbis, libxml2 +# 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 name=gst-plugins-good version=0.10.15 @@ -11,7 +11,7 @@ source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr \ + ./configure --prefix=$GNOME_PREFIX \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static |