From 3e0e9faf2ee1356de82d6b5be20f248666bc506a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfredo=20P=C3=A9rez?= Date: Wed, 14 Sep 2022 04:42:13 -0500 Subject: [PATCH] rem: update to 2.7.0. --- common/shlibs | 2 +- srcpkgs/rem/template | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 63170f16303..7e779a6a28b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/rem/template b/srcpkgs/rem/template index ac2b25e4475..e16baaea616 100644 --- a/srcpkgs/rem/template +++ b/srcpkgs/rem/template @@ -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 " 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" } }