diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:54:19 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:54:19 +0200 |
commit | 6f334fc1a4cc87a4db8dd26a7f04e49e2e9cd470 (patch) | |
tree | 2a5512a4d3df524b78ee4aa4b0d9d6c62b329081 /gst-plugins-bad/Pkgfile | |
parent | 37faf6d7e9d26eb3af57bbe87a88ae53c7e82eaf (diff) | |
download | nutyx-pakxe-6f334fc1a4cc87a4db8dd26a7f04e49e2e9cd470.tar.gz nutyx-pakxe-6f334fc1a4cc87a4db8dd26a7f04e49e2e9cd470.tar.bz2 nutyx-pakxe-6f334fc1a4cc87a4db8dd26a7f04e49e2e9cd470.tar.xz nutyx-pakxe-6f334fc1a4cc87a4db8dd26a7f04e49e2e9cd470.zip |
gst-plugins-bad, ajout
Diffstat (limited to 'gst-plugins-bad/Pkgfile')
-rwxr-xr-x | gst-plugins-bad/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gst-plugins-bad/Pkgfile b/gst-plugins-bad/Pkgfile new file mode 100755 index 000000000..2c6ae4905 --- /dev/null +++ b/gst-plugins-bad/Pkgfile @@ -0,0 +1,22 @@ +# Description: Jeu de plugins essentiels pour l'outil multimedia gstreamer +# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gstreamer, gst-plugins-base, faad2, libsndfile, libmpcdec, faac, xvid, librsvg, amrwb, libmusicbrainz, libexif, esound, libdvdnav, sdl, libdca, vdpau-video +# Run on: gstreamer,gst-plugins-base,faad2,libsndfile,libmpcdec,faac,xvid,librsvg,amrwb,libmusicbrainz,libexif,esound,libdvdnav,sdl,libdca,vdpau-video + +name=gst-plugins-bad +version=0.10.22 +release=3 +source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=$GNOME_PREFIX \ + --localstatedir=/var \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install +} + + |