mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-16 06:51:53 +01:00
testing/gstreamermm: upgrade to 1.8.0
This commit is contained in:
parent
60b26fceaa
commit
6430203dc0
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=gstreamermm
|
pkgname=gstreamermm
|
||||||
pkgver=1.4.3
|
pkgver=1.8.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="C++ interface for GStreamer"
|
pkgdesc="C++ interface for GStreamer"
|
||||||
url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
|
url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
|
||||||
@ -11,8 +11,7 @@ makedepends="glibmm-dev gst-plugins-base1-dev"
|
|||||||
checkdepends="gtest-dev"
|
checkdepends="gtest-dev"
|
||||||
options="!check"
|
options="!check"
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
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"
|
||||||
fix-ftbfs.patch"
|
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -31,5 +30,4 @@ check() {
|
|||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make check
|
make check
|
||||||
}
|
}
|
||||||
sha512sums="ea4d281a4f3b79113fc3a0474e23d82442facac6eaf66215de412310b9c306aa5d586ee5570087d94d90acbfc09c5766edba1414b50f0fd9a3111cda610f5671 gstreamermm-1.4.3.tar.xz
|
sha512sums="4d458c8a2efde683dabd00308ddde6fbf732788fb9282cb2eeab9f3a01dc9b4a03bfbbe9991cd50ef3092cec861034b3a34a6c5e364582dbfc6b1a0d5bb935fe gstreamermm-1.8.0.tar.xz"
|
||||||
83636b6fe9f4438dfe1e4188ac62ba996b9ac575994406a234a2597f89a396f5cf4fda781f403308137e740e0215d01010e433bdce06aa896c767f50ab379017 fix-ftbfs.patch"
|
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
--- a/gstreamer/gstreamermm/check.cc
|
|
||||||
+++ b/gstreamer/gstreamermm/check.cc
|
|
||||||
@@ -54,7 +54,7 @@
|
|
||||||
|
|
||||||
element = ElementFactory::create_element (factory, factory);
|
|
||||||
|
|
||||||
- ThrowIf (element, "Could not create a '" + factory + "' element");
|
|
||||||
+ ThrowIf (!!element, "Could not create a '" + factory + "' element");
|
|
||||||
CheckRefCount (element->gobj(), factory, 1);
|
|
||||||
|
|
||||||
return element;
|
|
||||||
Loading…
x
Reference in New Issue
Block a user