aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gstreamermm/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-24 11:23:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-24 11:23:56 +0000
commit5193e59c61ab4abeac7e808eb7939ea31393d545 (patch)
tree6c3fc989d3f304952221b79335bce9c72d5285d2 /testing/gstreamermm/APKBUILD
parente1f8288690424c8fca9b5c1db42b4f69eb773623 (diff)
downloadaports-5193e59c61ab4abeac7e808eb7939ea31393d545.tar.bz2
aports-5193e59c61ab4abeac7e808eb7939ea31393d545.tar.xz
testing/gstreamermm: build fix for gstreamer-1.12
Diffstat (limited to 'testing/gstreamermm/APKBUILD')
-rw-r--r--testing/gstreamermm/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/gstreamermm/APKBUILD b/testing/gstreamermm/APKBUILD
index 38527bcf27..567bdaeb96 100644
--- a/testing/gstreamermm/APKBUILD
+++ b/testing/gstreamermm/APKBUILD
@@ -2,16 +2,18 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gstreamermm
pkgver=1.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="C++ interface for GStreamer"
url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
arch="all"
license="LGPL"
-makedepends="glibmm-dev gst-plugins-base1-dev"
+makedepends="glibmm-dev gst-plugins-base-dev"
checkdepends="gtest-dev"
options="!check"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/${pkgver%.[0-9]*}/$pkgname-$pkgver.tar.xz"
+source="http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/${pkgver%.[0-9]*}/$pkgname-$pkgver.tar.xz
+ gst-audioclock.patch
+ "
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -30,4 +32,5 @@ check() {
cd "$builddir"
make check
}
-sha512sums="4d458c8a2efde683dabd00308ddde6fbf732788fb9282cb2eeab9f3a01dc9b4a03bfbbe9991cd50ef3092cec861034b3a34a6c5e364582dbfc6b1a0d5bb935fe gstreamermm-1.8.0.tar.xz"
+sha512sums="4d458c8a2efde683dabd00308ddde6fbf732788fb9282cb2eeab9f3a01dc9b4a03bfbbe9991cd50ef3092cec861034b3a34a6c5e364582dbfc6b1a0d5bb935fe gstreamermm-1.8.0.tar.xz
+6c0db61bbfe849b5829663b7caccb883bba698c89350003dba6a020b83a8491cafecff1c444d85e4f27c91f8106dfa503e02aed4c61a19e7aed3fdc2e62b6b74 gst-audioclock.patch"