mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
flac: fix license, take maintainership
This commit is contained in:
parent
588cf64af0
commit
8c43f2b31d
1 changed files with 7 additions and 5 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'flac'
|
# Template file for 'flac'
|
||||||
pkgname=flac
|
pkgname=flac
|
||||||
version=1.3.3
|
version=1.3.3
|
||||||
revision=2
|
revision=3
|
||||||
patch_args="-Np1"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
|
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
|
||||||
--with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
|
--with-ogg=${XBPS_CROSS_BASE}/usr --disable-thorough-tests"
|
||||||
hostmakedepends="pkg-config nasm"
|
hostmakedepends="pkg-config nasm"
|
||||||
makedepends="libogg-devel"
|
makedepends="libogg-devel"
|
||||||
short_desc="Free Lossless Audio Codec"
|
short_desc="Free Lossless Audio Codec"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Colin Booth <colin-void@heliocat.net>"
|
||||||
|
license="BSD-3-Clause, GPL-2.0-or-later"
|
||||||
homepage="http://flac.sourceforge.net/"
|
homepage="http://flac.sourceforge.net/"
|
||||||
license="BSD-3-Clause, GPL-2"
|
|
||||||
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
||||||
checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
|
checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
|
||||||
|
patch_args="-Np1"
|
||||||
|
# the tests fail when run as root and as such break in the CI containers
|
||||||
|
make_check=extended
|
||||||
|
|
||||||
# TODO: make into options
|
# TODO: make into options
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue