summaryrefslogtreecommitdiffstats
path: root/extra/gst-plugins-good/Pkgfile
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-05 19:01:05 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-05 19:01:05 +0100
commit86e782b09aef55fdd305d5742f8a47a3ae911ce8 (patch)
tree0bb07a10182001ee1f4191264a3d1921baa8bf69 /extra/gst-plugins-good/Pkgfile
parente74d2ca3b4eb259b545e7edd44f6a3c2d6747fff (diff)
downloadnutyx-pakxe-86e782b09aef55fdd305d5742f8a47a3ae911ce8.tar.gz
nutyx-pakxe-86e782b09aef55fdd305d5742f8a47a3ae911ce8.tar.bz2
nutyx-pakxe-86e782b09aef55fdd305d5742f8a47a3ae911ce8.tar.xz
nutyx-pakxe-86e782b09aef55fdd305d5742f8a47a3ae911ce8.zip
gst-plugins-good maj footprint suite recompile
Diffstat (limited to 'extra/gst-plugins-good/Pkgfile')
-rwxr-xr-xextra/gst-plugins-good/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/gst-plugins-good/Pkgfile b/extra/gst-plugins-good/Pkgfile
new file mode 100755
index 000000000..ec83fc120
--- /dev/null
+++ b/extra/gst-plugins-good/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: fred.galusik at gmail dot com
+# Depends on: cdparanoia, dbus, gstreamer, gst-plugins-base, libogg, liboil, libtheora, libvisual, libvorbis, libxml2
+
+name=gst-plugins-good
+version=0.10.15
+release=1
+source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --localstatedir=/var \
+ --sysconfdir=/etc \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+