libdca: update to 0.0.7.
This commit is contained in:
parent
d600fa22d9
commit
903f45e1a0
1 changed files with 7 additions and 2 deletions
|
@ -1,14 +1,19 @@
|
||||||
# Template file for 'libdca'
|
# Template file for 'libdca'
|
||||||
pkgname=libdca
|
pkgname=libdca
|
||||||
version=0.0.6
|
version=0.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
short_desc="DTS Coherent Acoustics decoder"
|
short_desc="DTS Coherent Acoustics decoder"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.videolan.org/developers/libdca.html"
|
homepage="https://www.videolan.org/developers/libdca.html"
|
||||||
distfiles="https://download.videolan.org/pub/videolan/libdca/${version}/libdca-${version}.tar.bz2"
|
distfiles="https://download.videolan.org/pub/videolan/libdca/${version}/libdca-${version}.tar.bz2"
|
||||||
checksum=98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40
|
checksum=3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
libdca-devel_package() {
|
libdca-devel_package() {
|
||||||
depends="libdca>=${version}_${revision}"
|
depends="libdca>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in a new issue