New package: bcg729-1.1.1
This commit is contained in:
parent
0959b7316b
commit
1dfe4cdb50
|
@ -3038,6 +3038,7 @@ bpipe-fd.so bacula-fd-9.4.2_4
|
|||
libnftables.so.1 libnftables-0.9.1_1
|
||||
libbctoolbox.so.1 bctoolbox-0.6.0_1
|
||||
libbcmatroska2.so.0 bcmatroska2-5.2.1_1
|
||||
libbcg729.so.0 bcg729-1.1.1_1
|
||||
libortp.so.15 ortp-4.4.0_1
|
||||
libsuperlu.so.5 superlu-5.2.1_1
|
||||
libgosu.so.0 gosu-0.12.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
bcg729
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'bcg729'
|
||||
pkgname=bcg729
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_STATIC=OFF"
|
||||
makedepends="bcunit-devel mbedtls-devel"
|
||||
short_desc="Implementation of the ITU G729 Annex A/B speech codec"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://gitlab.linphone.org/BC/public/bcg729"
|
||||
distfiles="https://gitlab.linphone.org/BC/public/bcg729/-/archive/${version}/bcg729-${version}.tar.gz"
|
||||
checksum=68599a850535d1b182932b3f86558ac8a76d4b899a548183b062956c5fdc916d
|
||||
|
||||
bcg729-devel_package() {
|
||||
depends="bcg729-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/Bcg729/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
site=https://gitlab.linphone.org/BC/public/bcg729/-/tags
|
Loading…
Reference in New Issue