mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
libdca: update to 0.0.6.
Closes #14482. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
908879add1
commit
7244e08ec3
1 changed files with 6 additions and 15 deletions
|
@ -1,23 +1,14 @@
|
||||||
# Template file for 'libdca'
|
# Template file for 'libdca'
|
||||||
pkgname=libdca
|
pkgname=libdca
|
||||||
version=0.0.5
|
version=0.0.6
|
||||||
revision=9
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="DTS Coherent Acoustics decoder"
|
short_desc="DTS Coherent Acoustics decoder"
|
||||||
homepage="http://www.videolan.org/developers/libdca.html"
|
|
||||||
license="GPL-2"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
license="GPL-2.0-or-later"
|
||||||
checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642
|
homepage="https://www.videolan.org/developers/libdca.html"
|
||||||
|
distfiles="https://download.videolan.org/pub/videolan/libdca/${version}/libdca-${version}.tar.bz2"
|
||||||
LDFLAGS="-lm"
|
checksum=98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# Fix manpage links.
|
|
||||||
cd ${DESTDIR}/usr/share/man/man1
|
|
||||||
ln -sf dcadec.1 dtsdec.1
|
|
||||||
ln -sf extract_dca.1 extract_dts.1
|
|
||||||
}
|
|
||||||
|
|
||||||
libdca-devel_package() {
|
libdca-devel_package() {
|
||||||
depends="libdca>=${version}_${revision}"
|
depends="libdca>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue