summaryrefslogtreecommitdiffstats
path: root/extra/gst-plugins-good/Pkgfile
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 14:58:55 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 14:58:55 +0100
commit848d90b6f5684b938b46e48f439898265587a8d1 (patch)
tree09f86e3fcd91fac75c862094ffa1097944c4a6f1 /extra/gst-plugins-good/Pkgfile
parent4815b53803cd452972cc236f73f03c40900f037b (diff)
downloadnutyx-extra-848d90b6f5684b938b46e48f439898265587a8d1.tar.gz
nutyx-extra-848d90b6f5684b938b46e48f439898265587a8d1.tar.bz2
nutyx-extra-848d90b6f5684b938b46e48f439898265587a8d1.tar.xz
nutyx-extra-848d90b6f5684b938b46e48f439898265587a8d1.zip
Deplacement de gst-plugins-good vers le repertoire extra
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..fac1810ce
--- /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, 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
+}
+