New package: opencore-amr-0.1.6

This commit is contained in:
Đoàn Trần Công Danh 2025-01-03 12:50:47 +07:00 committed by Đoàn Trần Công Danh
parent c295bd29d3
commit 7e3b4d0bd4
3 changed files with 26 additions and 0 deletions

View File

@ -4543,3 +4543,5 @@ libflashrom.so.1 flashrom-1.4.0_1
libpyside6.so.6.7 libpyside6-6.7.2_1
libpyside6qml.so.6.7 libpyside6-6.7.2_1
libshiboken6.so.6.7 libshiboken6-6.7.2_1
libopencore-amrnb.so.0 opencore-amr-0.1.6_1
libopencore-amrwb.so.0 opencore-amr-0.1.6_1

1
srcpkgs/opencore-amr-devel Symbolic link
View File

@ -0,0 +1 @@
opencore-amr

View File

@ -0,0 +1,23 @@
# Template file for 'opencore-amr'
pkgname=opencore-amr
version=0.1.6
revision=1
build_style=gnu-configure
configure_args="--disable-static"
short_desc="AMRNB/AMRWB Encoder Decoder"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Apache-2.0"
homepage="https://sourceforge.net/projects/opencore-amr/"
distfiles="${SOURCEFORGE_SITE}/opencore-amr/opencore-amr-${version}.tar.gz"
checksum=483eb4061088e2b34b358e47540b5d495a96cd468e361050fae615b1809dc4a1
opencore-amr-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.la"
vmove "usr/lib/*.so"
}
}