aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-04-06 12:49:45 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-04-06 12:51:41 +0200
commit7e0a0e260167aef03c1fdefa0fb12003c60b09ea (patch)
tree7e705846235ef09a6f5512fe5b88715d73cc1955 /main
parent3e3810b6634d018ec9daf5fec4fcf3f8762841e0 (diff)
downloadaports-7e0a0e260167aef03c1fdefa0fb12003c60b09ea.tar.bz2
aports-7e0a0e260167aef03c1fdefa0fb12003c60b09ea.tar.xz
main/gst-plugins-base1: enable gobject-introspection
this fixes py-gst1 and mopidy
Diffstat (limited to 'main')
-rw-r--r--main/gst-plugins-base1/APKBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/main/gst-plugins-base1/APKBUILD b/main/gst-plugins-base1/APKBUILD
index 20e82d3a6b..ba037ad896 100644
--- a/main/gst-plugins-base1/APKBUILD
+++ b/main/gst-plugins-base1/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-base1
pkgver=1.8.1
-pkgrel=2
+pkgrel=0
pkgdesc="GStreamer Multimedia Framework Base Plugins"
url="http://gstreamer.freedesktop.org/"
arch="all"
@@ -23,18 +23,14 @@ makedepends="$depends_dev
libxv-dev
orc-dev
perl
+ gobject-introspection-dev
"
source="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-1.0"
-
-_builddir="$srcdir"/gst-plugins-base-$pkgver
-
-prepare() {
- cd "$_builddir"
-}
+builddir="$srcdir"/gst-plugins-base-$pkgver
build() {
- cd "$_builddir"
+ cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -45,6 +41,7 @@ build() {
--disable-experimental \
--disable-fatal-warnings \
--with-default-audiosink=alsasink \
+ --enable-introspection \
--with-package-name="GStreamer Base Plugins (Alpine Linux)" \
--with-package-origin="http://alpinelinux.org/" \
|| return 1
@@ -52,11 +49,8 @@ build() {
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make -j1 DESTDIR="$pkgdir" install || return 1
- rm -f "$pkgdir"/usr/lib/*.a "$pkgdir"/usr/lib/gstreamer*/*.a
}
-md5sums="5421edfeb7479d5f5776e917ba30e24e gst-plugins-base-1.8.1.tar.xz"
-sha256sums="15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f gst-plugins-base-1.8.1.tar.xz"
sha512sums="b7b0a827a8b07976d926996837fe900a8271ac21b8f5b052643f771e0dd38136a9f199006e6866a5884bdcaa5344e2e2fdb5c6b98e4a9cec5fede498024414fd gst-plugins-base-1.8.1.tar.xz"