summaryrefslogtreecommitdiffstats
path: root/extra/gst-plugins-good/Pkgfile
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-05 19:00:08 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-05 19:00:08 +0100
commite74d2ca3b4eb259b545e7edd44f6a3c2d6747fff (patch)
tree6f863e065cc93186feb79c3ab687d796ae6b4cb2 /extra/gst-plugins-good/Pkgfile
parent14da45f1bba52d59afc094d198042c3eb4c4140f (diff)
downloadnutyx-extra-e74d2ca3b4eb259b545e7edd44f6a3c2d6747fff.tar.gz
nutyx-extra-e74d2ca3b4eb259b545e7edd44f6a3c2d6747fff.tar.bz2
nutyx-extra-e74d2ca3b4eb259b545e7edd44f6a3c2d6747fff.tar.xz
nutyx-extra-e74d2ca3b4eb259b545e7edd44f6a3c2d6747fff.zip
gst-plugins-good mise à jour
Diffstat (limited to 'extra/gst-plugins-good/Pkgfile')
-rwxr-xr-xextra/gst-plugins-good/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/gst-plugins-good/Pkgfile b/extra/gst-plugins-good/Pkgfile
deleted file mode 100755
index ec83fc120..000000000
--- a/extra/gst-plugins-good/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}
-