summaryrefslogtreecommitdiffstats
path: root/gst-plugins-base/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 18:12:56 +0000
committerpiernov <piernov@piernov.org>2012-05-13 18:12:56 +0000
commitb7f57ceb9026ac3df8c8f8a4a4a2bfff56322caf (patch)
tree7549db9da808071ad207a848ddfc2c2527977716 /gst-plugins-base/Pkgfile
parent1e5bc22a47290ac72653e9b1ad40e42cbed93403 (diff)
downloadnutyx-pakxe-b7f57ceb9026ac3df8c8f8a4a4a2bfff56322caf.tar.gz
nutyx-pakxe-b7f57ceb9026ac3df8c8f8a4a4a2bfff56322caf.tar.bz2
nutyx-pakxe-b7f57ceb9026ac3df8c8f8a4a4a2bfff56322caf.tar.xz
nutyx-pakxe-b7f57ceb9026ac3df8c8f8a4a4a2bfff56322caf.zip
Revert "gst-plugins-base, ajout"
This reverts commit 37faf6d7e9d26eb3af57bbe87a88ae53c7e82eaf. Conflicts: gst-plugins-base/.footprint.i686 gst-plugins-base/.footprint.x86_64 gst-plugins-base/.md5sum.i686 gst-plugins-base/.md5sum.x86_64 gst-plugins-base/Pkgfile
Diffstat (limited to 'gst-plugins-base/Pkgfile')
-rwxr-xr-xgst-plugins-base/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/gst-plugins-base/Pkgfile b/gst-plugins-base/Pkgfile
deleted file mode 100755
index e0e0aee8d..000000000
--- a/gst-plugins-base/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Set de plugins essentiels pour l'outil multimedia gstreamer
-# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
-# Maintainer: cgit.freedesktop.org/gstreamer/gst-plugins-base/
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: alsa-lib, cdparanoia, dbus, gstreamer, libogg, liboil, libtheora, libvisual, libvorbis, libxml2, xorg-libxv, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama, pango
-# Run on: alsa-lib,cdparanoia,dbus,gstreamer,libogg,liboil,libtheora,libvisual,libvorbis,libxml2,pango
-
-name=gst-plugins-base
-version=0.10.36
-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
-}
-
-