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'
|
||||
pkgname=libdca
|
||||
version=0.0.5
|
||||
revision=9
|
||||
version=0.0.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="DTS Coherent Acoustics decoder"
|
||||
homepage="http://www.videolan.org/developers/libdca.html"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||
checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642
|
||||
|
||||
LDFLAGS="-lm"
|
||||
|
||||
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
|
||||
}
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.videolan.org/developers/libdca.html"
|
||||
distfiles="https://download.videolan.org/pub/videolan/libdca/${version}/libdca-${version}.tar.bz2"
|
||||
checksum=98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40
|
||||
|
||||
libdca-devel_package() {
|
||||
depends="libdca>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue