diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
commit | 9526ee659401dee7160f35cb62ded2779bcbbc99 (patch) | |
tree | 812ad73bde9c84dcc02a3acbc5db576369ca314a /x11/gst-plugins-base | |
parent | 05e09c1126a898b6d0af491fef0401bf53e297f8 (diff) | |
download | aports-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/APKBUILD | 37 |
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" |