22 lines
707 B
Bash
22 lines
707 B
Bash
# Template file for 'phonon-backend-vlc'
|
|
pkgname=phonon-backend-vlc
|
|
version=0.9.1
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=cmake
|
|
hostmakedepends="automoc4 pkg-config"
|
|
makedepends="qt-devel phonon-devel vlc-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
provides="phonon-backend-0_1"
|
|
replaces="phonon-backend>=0"
|
|
short_desc="Phonon VLC backend"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://phonon.kde.org/"
|
|
distfiles="http://download.kde.org/stable/phonon/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=e698729ba8487299105309623722344f2cd84c46482516d51cd6609fac297313
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt-host-tools phonon-devel"
|
|
fi
|