mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
phonon-qt5-backend-gstreamer: update to 4.10.0 and fix build
This commit is contained in:
parent
148b1574a8
commit
fd91f7e947
1 changed files with 10 additions and 9 deletions
|
@ -1,22 +1,23 @@
|
|||
# Template file for 'phonon-qt5-backend-gstreamer'
|
||||
pkgname=phonon-qt5-backend-gstreamer
|
||||
version=4.9.0
|
||||
version=4.10.0
|
||||
revision=1
|
||||
wrksrc=${pkgname/-qt5-backend/}-${version}
|
||||
lib32disabled=yes
|
||||
wrksrc=${pkgname/-qt5/}-${version}
|
||||
build_style=cmake
|
||||
configure_args="-DPHONON_BUILD_PHONON4QT5=ON"
|
||||
hostmakedepends="pkg-config extra-cmake-modules"
|
||||
makedepends="MesaLib-devel qt5-devel phonon-qt5-devel gst-plugins-base1-devel gst-plugins-good1 qt5-x11extras-devel"
|
||||
makedepends="MesaLib-devel qt5-devel phonon-qt5-devel gst-plugins-base1-devel
|
||||
gst-plugins-good1 qt5-x11extras-devel qt5-tools-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme gst-plugins-good1 gst-libav"
|
||||
provides="phonon-qt5-backend-0_1"
|
||||
replaces="phonon-qt5-backend>=0"
|
||||
short_desc="Phonon GStreamer backend"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://phonon.kde.org/"
|
||||
distfiles="http://download.kde.org/stable/phonon/${pkgname/-qt5/}/${version}/${pkgname/-qt5/}-${version}.tar.xz"
|
||||
checksum=cec3e5ece1261d344b68363ef0606ebf49772628ba94bb55b0c0d18773b885f1
|
||||
distfiles="${KDE_SITE}/phonon/${pkgname/-qt5/}/${version}/${pkgname/-qt5/}-${version}.tar.xz"
|
||||
checksum=c5871835521d015ef2ad1276b1f58340d946c2903466337f3170bac3c58d61f2
|
||||
provides="phonon-qt5-backend-0_1"
|
||||
replaces="phonon-qt5-backend>=0"
|
||||
lib32disabled=yes
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel qt5-x11extras-devel phonon-qt5-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue