mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rem: update to 2.10.0.
This commit is contained in:
parent
a4319e0c8c
commit
8c50495bf6
2 changed files with 5 additions and 30 deletions
|
@ -3477,7 +3477,7 @@ libspa-jack.so libspa-jack-0.3.6_1
|
||||||
libspa-v4l2.so libspa-v4l2-0.3.6_1
|
libspa-v4l2.so libspa-v4l2-0.3.6_1
|
||||||
libspa-videoconvert.so libspa-videoconvert-0.3.6_1
|
libspa-videoconvert.so libspa-videoconvert-0.3.6_1
|
||||||
libspa-vulkan.so libspa-vulkan-0.3.6_1
|
libspa-vulkan.so libspa-vulkan-0.3.6_1
|
||||||
librem.so.3 rem-2.7.0_1
|
librem.so.4 rem-2.10.0_1
|
||||||
libshp.so.1 shapelib-1.4.1_1
|
libshp.so.1 shapelib-1.4.1_1
|
||||||
libantlr3c.so libantlr3c-3.4_1
|
libantlr3c.so libantlr3c-3.4_1
|
||||||
libbzrtp.so.0 bzrtp-1.0.6_1
|
libbzrtp.so.0 bzrtp-1.0.6_1
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
# Template file for 'rem'
|
# Template file for 'rem'
|
||||||
pkgname=rem
|
pkgname=rem
|
||||||
version=2.7.0
|
version=2.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=cmake
|
||||||
make_build_args="EXTRA_CFLAGS=$CFLAGS EXTRA_LFLAGS=$LDFLAGS RELEASE=1
|
|
||||||
LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk \
|
|
||||||
SYSROOT=${XBPS_CROSS_BASE}/usr LIBREM_PATH=${wrksrc} \
|
|
||||||
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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="re-devel"
|
makedepends="re-devel"
|
||||||
short_desc="Library for real-time audio and video processing"
|
short_desc="Library for real-time audio and video processing"
|
||||||
|
@ -16,29 +10,10 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/baresip/rem"
|
homepage="https://github.com/baresip/rem"
|
||||||
distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/baresip/rem/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7f4ad245eb9fb07a82890022d1c721c93ee2e299acb88a7e775ca541f7a09892
|
checksum=82d417f9ece6cafdbfb1e342cf1c7cf4390136578dd7c77b4c7995cbbf4792a0
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
|
||||||
i686*) arch="i686";;
|
|
||||||
x86_64*) arch="x86_64";;
|
|
||||||
armv6*) arch="arm6";;
|
|
||||||
aarch64*) arch="arm64";;
|
|
||||||
arm*) arch="arm";;
|
|
||||||
mips*) arch="mips";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
armv6*) make_build_args+=" HAVE_ARMV6=1 ARCH=$arch";;
|
|
||||||
aarch64* | armv7* ) make_build_args+=" HAVE_NEON= ARCH=$arch";;
|
|
||||||
*) make_build_args+=" ARCH=$arch"
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
make ${make_build_args} info
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense docs/COPYING
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
rem-devel_package() {
|
rem-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue