diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-28 13:52:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-28 13:52:37 +0000 |
commit | 6c716c74938175589c91936ce4d67b8d821feda5 (patch) | |
tree | ffce68d70bf40b68a26f81d539262c0bc3819f2b /community/phonon-backend-gstreamer | |
parent | fbe01b335efd6673da7b0da0e41b338372c86475 (diff) | |
download | aports-6c716c74938175589c91936ce4d67b8d821feda5.tar.bz2 aports-6c716c74938175589c91936ce4d67b8d821feda5.tar.xz |
community/phonon-backend-gstreamer: upgrade to 4.10.0
Diffstat (limited to 'community/phonon-backend-gstreamer')
-rw-r--r-- | community/phonon-backend-gstreamer/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/phonon-backend-gstreamer/APKBUILD b/community/phonon-backend-gstreamer/APKBUILD index e75c7bdfcd..d4c7f9dee7 100644 --- a/community/phonon-backend-gstreamer/APKBUILD +++ b/community/phonon-backend-gstreamer/APKBUILD @@ -1,17 +1,18 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=phonon-backend-gstreamer -pkgver=4.9.1 +pkgver=4.10.0 pkgrel=0 pkgdesc="Phonon gstreamer backend for Qt5" url="https://phonon.kde.org/" arch="all" license="LGPL-2.1-only OR LGPL-3.0-only" +subpackages="$pkgname-lang" makedepends="extra-cmake-modules qt5-qtx11extras-dev gstreamer-dev gst-plugins-base-dev phonon-dev libxml2-dev qt5-qttools-dev" source="https://download.kde.org/stable/phonon/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz" options="!check" # No tests available -builddir="$srcdir"/phonon-gstreamer-$pkgver +builddir="$srcdir"/$pkgname-$pkgver build() { cmake \ @@ -26,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="c7ad71c4273d3037cb245abffeba679e4920b0797b72cf5876b0b9a5a76be200de317a7d5da5dd9eaf46932030fd8ff9e5c64975d1258319d6c8ad1c17d773e0 phonon-backend-gstreamer-4.9.1.tar.xz" +sha512sums="3beaba9ea3a332a6908ebdaa966958e8e8056d79cfb210e82a8edaf08f0a8bacbf8094e91b1b1b936406aa634dabb962e6c1468e4dde3febd9efac1a63ea70a4 phonon-backend-gstreamer-4.10.0.tar.xz" |