aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gst-plugins-base
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-25 16:43:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-25 16:43:57 +0000
commit9526ee659401dee7160f35cb62ded2779bcbbc99 (patch)
tree812ad73bde9c84dcc02a3acbc5db576369ca314a /x11/gst-plugins-base
parent05e09c1126a898b6d0af491fef0401bf53e297f8 (diff)
downloadaports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2
aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz
merged x11 repository into main
ref #255
Diffstat (limited to 'x11/gst-plugins-base')
-rw-r--r--x11/gst-plugins-base/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/gst-plugins-base/APKBUILD b/x11/gst-plugins-base/APKBUILD
deleted file mode 100644
index a2013047df..0000000000
--- a/x11/gst-plugins-base/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gst-plugins-base
-pkgver=0.10.25
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-url="http://gstreamer.freedesktop.org/"
-license="GPL LGPL"
-subpackages="$pkgname-dev $pkgname-doc"
-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"
-# cdparanoia>=10.2 libvisual libtheora"
-source="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2"
-
-depends_dev="gstreamer-dev"
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --disable-experimental \
- --with-default-audiosink=osssink \
- --with-package-name="GStreamer Base Plugins (Alpine Linux)" \
- --with-package-origin="http://www.alpinelinux.org/" \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make -j1 DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="d29669dd79276c5cd94e1613c03cd9ab gst-plugins-base-0.10.25.tar.bz2"