libshout-idjc: update to 2.4.3.
This commit is contained in:
parent
07297c6db4
commit
1cc32a469c
1 changed files with 5 additions and 4 deletions
|
@ -1,23 +1,24 @@
|
|||
# Template file for 'libshout-idjc'
|
||||
pkgname=libshout-idjc
|
||||
version=2.4.2
|
||||
version=2.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libtheora-devel libvorbis-devel libogg-devel speex-devel"
|
||||
short_desc="Libshout plus some extensions for IDJC"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="http://idjc.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/libshoutidjc.idjc.p/${pkgname}-${version}.tar.gz"
|
||||
checksum=b072acab07d542849e6b9edb7d5b094b83c327ea14e5e7e55bd74ebb61246e77
|
||||
checksum=3bb1b9b2c2bbb8936556e92c5099cfa5b691be3e22d0ff1b8e1251ec929e960c
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libshout-idjc-devel_package() {
|
||||
depends="libtheora-devel libogg-devel libvorbis-devel speex-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libtheora-devel libogg-devel libvorbis-devel speex-devel
|
||||
${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue