void-packages/srcpkgs/k3b/template
2017-12-27 16:36:24 +01:00

24 lines
934 B
Bash

# Template file for 'k3b'
pkgname=k3b
version=17.12.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake"
makedepends="ffmpeg-devel kcmutils-devel kcoreaddons-devel kfilemetadata5-devel
kio-devel knewstuff-devel knotifyconfig-devel lame-devel libcddb-devel
libdvdread-devel libkcddb-devel libmad-devel libmpcdec-devel libmusicbrainz5-devel
libsamplerate-devel libXft-devel qt5-devel taglib-devel"
short_desc="CD/DVD Kreator for Linux"
depends="cdrtools cdrdao dvd+rw-tools"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/KDE/k3b"
distfiles="https://github.com/KDE/${pkgname}/archive/v${version}.tar.gz"
checksum=dcb39dfa97dfa102242c0c93ab79949ea81297d06f6fe321a5ac45e36e5127e7
case "$XBPS_TARGET_MACHINE" in
*-musl)
# missing fstab.h
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/6208/steps/shell_3/logs/stdio" ;;
esac