summaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-base
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-25 14:31:40 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-25 14:31:40 -0600
commitb56f2810e9276f8cf35e48ae21391cd071e523b1 (patch)
tree6cf69bacf78124ef83e1e256ccef1ae3fc5427ef /main/gst-plugins-base
parent68e2f67a9aefc7540affa257904ccae5917747dd (diff)
downloadaports-b56f2810e9276f8cf35e48ae21391cd071e523b1.tar.bz2
aports-b56f2810e9276f8cf35e48ae21391cd071e523b1.tar.xz
main/gst-plugins-base: add gnome subpackage for gnomevfssrc
Diffstat (limited to 'main/gst-plugins-base')
-rw-r--r--main/gst-plugins-base/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/main/gst-plugins-base/APKBUILD b/main/gst-plugins-base/APKBUILD
index 12e52c607..3abfef6b3 100644
--- a/main/gst-plugins-base/APKBUILD
+++ b/main/gst-plugins-base/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-base
pkgver=0.10.31
-pkgrel=0
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework Base Plugins"
url="http://gstreamer.freedesktop.org/"
arch="all"
license="GPL LGPL"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-gnome"
depends=
makedepends="pkgconfig gstreamer-dev alsa-lib-dev libvorbis-dev liboil-dev
perl libogg-dev gtk+-dev libtheora-dev libice-dev libsm-dev libxv-dev
- util-linux-ng-dev expat-dev"
+ util-linux-ng-dev expat-dev gconf-dev gnome-vfs-dev"
# cdparanoia>=10.2 libvisual libtheora"
source="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2"
@@ -43,4 +43,9 @@ package() {
make -j1 DESTDIR="$pkgdir" install || return 1
}
+gnome() {
+ mkdir -p "$subpkgdir"/usr/lib/gstreamer-0.10
+ mv "$pkgdir"/usr/lib/gstreamer-0.10/libgstgnomevfs.so "$subpkgdir"/usr/lib/gstreamer-0.10/libgstgnomevfs.so
+}
+
md5sums="9baa0d87e81c88b2477a3554ab629c46 gst-plugins-base-0.10.31.tar.bz2"