23 lines
934 B
Bash
23 lines
934 B
Bash
# Template file for 'k3b'
|
|
pkgname=k3b
|
|
version=17.08.2
|
|
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=c4d48a492a6ec4b6685d1d5e6737ed7e74e2c45912b103ce5a300b852fe1bbc6
|
|
|
|
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
|