void-packages/srcpkgs/kmix/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

19 lines
660 B
Bash

# Template file for 'kmix'
pkgname=kmix
version=4.14.2
revision=2
short_desc="KDE's mixer application"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL, LGPL, FDL"
homepage="http://www.kde.org"
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
checksum=ea70c57ebaa23503856a3bc4177168d94d9e15d7108cb7df7bf64ebf50863735
build_style=cmake
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF -DSYSCONF_INSTALL_DIR=/etc"
hostmakedepends="cmake automoc4 pkg-config"
makedepends="glib-devel libressl-devel qt-devel phonon-devel strigi-devel
kdelibs-devel kde-baseapps-devel
alsa-lib-devel pulseaudio-devel libcanberra-devel"