rem: update to 2.7.0.
This commit is contained in:
parent
92d6da4880
commit
3e0e9faf2e
@ -3455,7 +3455,7 @@ libspa-jack.so libspa-jack-0.3.6_1
|
||||
libspa-v4l2.so libspa-v4l2-0.3.6_1
|
||||
libspa-videoconvert.so libspa-videoconvert-0.3.6_1
|
||||
libspa-vulkan.so libspa-vulkan-0.3.6_1
|
||||
librem.so rem-0.5.3_1
|
||||
librem.so.3 rem-2.7.0_1
|
||||
libshp.so.1 shapelib-1.4.1_1
|
||||
libantlr3c.so libantlr3c-3.4_1
|
||||
libbzrtp.so.0 bzrtp-1.0.6_1
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'rem'
|
||||
pkgname=rem
|
||||
version=1.0.0
|
||||
version=2.7.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
|
||||
@ -9,14 +9,14 @@ make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
|
||||
LIBRE_INC=${XBPS_CROSS_BASE}/usr/include/re LIBRE_SO=${XBPS_CROSS_BASE}/usr/lib"
|
||||
make_install_args="${make_build_args}"
|
||||
make_use_env=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="re-devel"
|
||||
short_desc="Library for real-time audio and video processing"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/baresip/rem"
|
||||
distfiles="https://github.com/baresip/rem/archive/v${version}.tar.gz"
|
||||
checksum=bcc91bb521fae183357fb422b00a3981477a22e99d3afe165c4ec50a6bbed9da
|
||||
shlib_provides="librem.so"
|
||||
distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
i686*) arch="i686";;
|
||||
@ -46,7 +46,8 @@ rem-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user