git: 8abf6d2fb4f4 - main - audio/rem: Update to 2.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Mar 2023 09:10:39 UTC
The branch main has been updated by crees: URL: https://cgit.FreeBSD.org/ports/commit/?id=8abf6d2fb4f4223e367e6d88fe1351cc65d7cbf9 commit 8abf6d2fb4f4223e367e6d88fe1351cc65d7cbf9 Author: Denis Polygalov <dpolyg@gmail.com> AuthorDate: 2023-03-24 14:44:22 +0000 Commit: Chris Rees <crees@FreeBSD.org> CommitDate: 2023-03-25 09:10:06 +0000 audio/rem: Update to 2.12.0 Many changes since the previous version, please see: https://github.com/baresip/rem/blob/main/CHANGELOG.md PR: ports/261035 --- audio/rem/Makefile | 30 ++++++++++++++++-------------- audio/rem/distinfo | 6 +++--- audio/rem/pkg-plist | 8 ++++++++ 3 files changed, 27 insertions(+), 17 deletions(-) diff --git a/audio/rem/Makefile b/audio/rem/Makefile index 3f460c6da2cd..2930be10486c 100644 --- a/audio/rem/Makefile +++ b/audio/rem/Makefile @@ -1,26 +1,28 @@ PORTNAME= rem -PORTVERSION= 0.5.3 +DISTVERSIONPREFIX= v +DISTVERSION= 2.12.0 CATEGORIES= audio devel -MASTER_SITES= http://www.creytiv.com/pub/ MAINTAINER= crees@FreeBSD.org COMMENT= Library for real-time audio and video processing -WWW= http://www.creytiv.com/rem.html +WWW= https://github.com/baresip LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/docs/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:audio/re -RUN_DEPENDS:= ${BUILD_DEPENDS} +LIB_DEPENDS+= libre.so:audio/re -USES= gmake ssl -USE_LDCONFIG= yes +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= baresip +CMAKE_ARGS= -DRE_INCLUDE_DIR:STRING="${LOCALBASE}/include/re" -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} - (cd ${WRKSRC}/include && \ - ${COPYTREE_SHARE} \*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}) - ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib${PORTNAME}.a ${STAGEDIR}${PREFIX}/lib +# FIXME values of the next 3 variables taken from source code Makefile +ABI_MAJOR= 6 +ABI_AGE= 12 +ABI_REV= 0 +PLIST_SUB= ABI_MAJOR=${ABI_MAJOR} +PLIST_SUB+= ABI_AGE=${ABI_AGE} +PLIST_SUB+= ABI_REV=${ABI_REV} .include <bsd.port.mk> diff --git a/audio/rem/distinfo b/audio/rem/distinfo index 4d8166d4e5fd..8f55d6ff7a16 100644 --- a/audio/rem/distinfo +++ b/audio/rem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524574809 -SHA256 (rem-0.5.3.tar.gz) = 9f98a79947d4709282a5791ac30f0eda03d5d34086f36df74bff4f8aac0e8050 -SIZE (rem-0.5.3.tar.gz) = 40417 +TIMESTAMP = 1679633098 +SHA256 (baresip-rem-v2.12.0_GH0.tar.gz) = 0583221e8fa9404eb9805a99ec96446f1fea9731250b01707e7225cece7878a4 +SIZE (baresip-rem-v2.12.0_GH0.tar.gz) = 56216 diff --git a/audio/rem/pkg-plist b/audio/rem/pkg-plist index 4c93e0151351..fed5210eca7a 100644 --- a/audio/rem/pkg-plist +++ b/audio/rem/pkg-plist @@ -1,15 +1,20 @@ include/rem/rem.h +include/rem/rem_aac.h include/rem/rem_au.h include/rem/rem_aubuf.h include/rem/rem_auconv.h include/rem/rem_audio.h include/rem/rem_aufile.h +include/rem/rem_auframe.h +include/rem/rem_aulevel.h include/rem/rem_aumix.h include/rem/rem_auresamp.h include/rem/rem_autone.h +include/rem/rem_avc.h include/rem/rem_dsp.h include/rem/rem_dtmf.h include/rem/rem_fir.h +include/rem/rem_flv.h include/rem/rem_g711.h include/rem/rem_goertzel.h include/rem/rem_vid.h @@ -18,3 +23,6 @@ include/rem/rem_video.h include/rem/rem_vidmix.h lib/librem.a lib/librem.so +lib/librem.so.%%ABI_MAJOR%% +lib/librem.so.%%ABI_MAJOR%%.%%ABI_AGE%%.%%ABI_REV%% +libdata/pkgconfig/librem.pc