summaryrefslogtreecommitdiffstats
path: root/extra/gst-plugins-bad/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-10 21:04:10 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-10 21:04:10 +0100
commit0a12068c74e9710703214352f2ae7ab6abdc9b28 (patch)
treee8e02f01f3c9f1385ac7b322fad19bee290c9f69 /extra/gst-plugins-bad/Pkgfile
parent914408fec3a065ff6e5d4543319712130a3769b7 (diff)
downloadnutyx-pakxe-0a12068c74e9710703214352f2ae7ab6abdc9b28.tar.gz
nutyx-pakxe-0a12068c74e9710703214352f2ae7ab6abdc9b28.tar.bz2
nutyx-pakxe-0a12068c74e9710703214352f2ae7ab6abdc9b28.tar.xz
nutyx-pakxe-0a12068c74e9710703214352f2ae7ab6abdc9b28.zip
ajout gst-plugins-bad#0.10.16-1
Diffstat (limited to 'extra/gst-plugins-bad/Pkgfile')
-rwxr-xr-xextra/gst-plugins-bad/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/gst-plugins-bad/Pkgfile b/extra/gst-plugins-bad/Pkgfile
new file mode 100755
index 000000000..388a196a7
--- /dev/null
+++ b/extra/gst-plugins-bad/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Set 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
+
+name=gst-plugins-bad
+version=0.10.16
+release=1
+source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --localstatedir=/var \
+ --sysconfdir=/etc \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+