summaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-good
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-03 14:56:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-03 14:56:54 +0000
commitd77aa1921a7f8dd97a94a9ed5bf7499cacdf5970 (patch)
tree2fd05cef178f8f0ae8d4201854f8799666a41f21 /main/gst-plugins-good
parent2e3cf4b547ad8c777392437dce87d408384c0594 (diff)
downloadaports-fcolista-d77aa1921a7f8dd97a94a9ed5bf7499cacdf5970.tar.bz2
aports-fcolista-d77aa1921a7f8dd97a94a9ed5bf7499cacdf5970.tar.xz
main/gst-plugins-good: upgrade to 0.10.25
Diffstat (limited to 'main/gst-plugins-good')
-rw-r--r--main/gst-plugins-good/APKBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/main/gst-plugins-good/APKBUILD b/main/gst-plugins-good/APKBUILD
index 94ff700a93..272d4b5012 100644
--- a/main/gst-plugins-good/APKBUILD
+++ b/main/gst-plugins-good/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-good
-pkgver=0.10.23
+pkgver=0.10.25
pkgrel=0
pkgdesc="GStreamer Multimedia Framework Good Plugins"
url="http://gstreamer.freedesktop.org/"
@@ -25,8 +25,16 @@ source="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$
depends_dev="gstreamer-dev gst-plugins-base-dev"
+_builddir="$srcdir"/$pkgname-$pkgver
+
+prepare() {
+ cd "$_builddir"
+ # fix building with gnu make 3.82
+ find -name Makefile.in | xargs sed -i -e "s/^ /\t/" || return 1
+}
+
build() {
- cd "$srcdir"/$pkgname-$pkgver
+ cd "$_builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -39,7 +47,7 @@ build() {
}
package() {
- cd "$srcdir"/$pkgname-$pkgver
+ cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="9cddbb0e7e90677f0cc05c23feffef5c gst-plugins-good-0.10.23.tar.bz2"
+md5sums="d734bc866788d1d6fc74c4ff1318926c gst-plugins-good-0.10.25.tar.bz2"