summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-28 17:23:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-28 17:23:44 +0000
commit0183b7d9b8489d36fb1befd3ae22915ab6d56d70 (patch)
treec1d5367670a1740bae4ba9ef783ea112659f9ab5 /x11
parentc8e16edfd0ee08a87c3889f9f829f0dec3af5ad7 (diff)
downloadaports-0183b7d9b8489d36fb1befd3ae22915ab6d56d70.tar.bz2
aports-0183b7d9b8489d36fb1befd3ae22915ab6d56d70.tar.xz
x11/gst-plugins-ugly: upgrade to 0.10.13
Diffstat (limited to 'x11')
-rw-r--r--x11/gst-plugins-ugly/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11/gst-plugins-ugly/APKBUILD b/x11/gst-plugins-ugly/APKBUILD
index 29018040..cb49433c 100644
--- a/x11/gst-plugins-ugly/APKBUILD
+++ b/x11/gst-plugins-ugly/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-ugly
-pkgver=0.10.11
+pkgver=0.10.13
pkgrel=0
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)"
url="http://gstreamer.freedesktop.org/"
@@ -10,8 +10,7 @@ makedepends="pkgconfig lame-dev libmpeg2-dev a52dec-dev libid3tag-dev
libmad-dev glib-dev liboil-dev gstreamer-dev gst-plugins-base-dev"
source="http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.bz2"
-build ()
-{
+build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -20,7 +19,11 @@ build ()
--enable-experimental \
--with-package-name="GStreamer Ugly Plugins (Alpine Linux)" \
--with-package-origin="http://www.alpinelinux.org/" || return 1
- make || return 1
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="dfe2e201e066a3e86a9598b6769d9739 gst-plugins-ugly-0.10.11.tar.bz2"
+md5sums="1619365247ef9cd7da1cd890285bf87a gst-plugins-ugly-0.10.13.tar.bz2"