mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
phonon-qt5-backend-vlc: update to 0.10.2.
This commit is contained in:
parent
10dac0f409
commit
dd807cf16d
1 changed files with 11 additions and 9 deletions
|
@ -1,22 +1,24 @@
|
||||||
# Template file for 'phonon-qt5-backend-vlc'
|
# Template file for 'phonon-qt5-backend-vlc'
|
||||||
pkgname=phonon-qt5-backend-vlc
|
pkgname=phonon-qt5-backend-vlc
|
||||||
version=0.9.1
|
version=0.10.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=${pkgname/-qt5/}-${version}
|
wrksrc="${pkgname/-qt5/}-${version}"
|
||||||
lib32disabled=yes
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPHONON_BUILD_PHONON4QT5=ON"
|
configure_args="-DPHONON_BUILD_PHONON4QT5=ON"
|
||||||
hostmakedepends="pkg-config extra-cmake-modules"
|
hostmakedepends="pkg-config extra-cmake-modules"
|
||||||
makedepends="qt5-devel phonon-qt5-devel vlc-devel"
|
makedepends="qt5-devel phonon-qt5-devel vlc-devel"
|
||||||
provides="phonon-qt5-backend-0_1"
|
|
||||||
replaces="phonon-qt5-backend>=0"
|
|
||||||
short_desc="Phonon VLC backend for Qt5"
|
short_desc="Phonon VLC backend for Qt5"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="http://phonon.kde.org/"
|
homepage="https://phonon.kde.org/"
|
||||||
distfiles="${KDE_SITE}/phonon/${pkgname/-qt5/}/${version}/${pkgname/-qt5/}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/phonon/${pkgname/-qt5/}/${version}/${pkgname/-qt5/}-${version}.tar.xz"
|
||||||
checksum=e698729ba8487299105309623722344f2cd84c46482516d51cd6609fac297313
|
checksum=490915d02b64143ee1372511b675671e57c386c50c4cec04771ed8740bc67298
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
provides="phonon-qt5-backend-0_1"
|
||||||
|
replaces="phonon-qt5-backend>=0"
|
||||||
|
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel phonon-qt5-devel"
|
hostmakedepends+=" qt5-host-tools qt5-devel phonon-qt5-devel"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue