26 lines
989 B
Bash
26 lines
989 B
Bash
# Template file for 'darkice'
|
|
pkgname=darkice
|
|
version=1.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="
|
|
--with-lame-prefix=${XBPS_CROSS_BASE}/usr
|
|
--with-vorbis-prefix=${XBPS_CROSS_BASE}/usr
|
|
--with-faac-prefix=${XBPS_CROSS_BASE}/usr
|
|
--with-alsa-prefix=${XBPS_CROSS_BASE}/usr
|
|
--with-pulseaudio-prefix=${XBPS_CROSS_BASE}/usr
|
|
--with-jack-prefix=${XBPS_CROSS_BASE}/usr
|
|
--with-samplerate-prefix=${XBPS_CROSS_BASE}/usr"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="lame-devel libogg-devel libvorbis-devel faac-devel
|
|
alsa-lib-devel pulseaudio-devel jack-devel libsamplerate-devel"
|
|
conf_files="/etc/darkice.cfg"
|
|
short_desc="Live audio streamer source client for icecast"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.darkice.org"
|
|
distfiles="https://github.com/rafael2k/darkice/releases/download/v${version}/darkice-${version}.tar.gz"
|
|
checksum=e6a8ec2b447cf5b4ffaf9b62700502b6bdacebf00b476f4e9bf9f9fe1e3dd817
|
|
|
|
export CXXFLAGS="-std=c++14"
|