Skip to content
Snippets Groups Projects
Commit ae19e110 authored by Rene Ladan's avatar Rene Ladan
Browse files

audio/rem: Remove expired port

2023-10-10 audio/rem: Deprecated, replaced by libre
parent 592090b6
No related branches found
No related tags found
No related merge requests found
......@@ -7943,3 +7943,4 @@ devel/godot2|devel/godot|2023-10-08|Has expired: Requires legacy OpenSSL 1.1.1 s
devel/py-jupyter-server-ydoc|devel/py-jupyter-collaboration|2023-10-11|Remove obsoleted port. Use devel/py-jupyter-collaboration instead
devel/py-packaging21|devel/py-packaging|2023-10-11|Remove obsoleted port. Use devel/py-packaging instead
devel/rubygem-google-protobuf323|devel/rubygem-google-protobuf|2023-10-11|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
audio/rem||2023-10-12|Has expired: Deprecated, replaced by libre
......@@ -685,7 +685,6 @@
SUBDIR += rawrec
SUBDIR += re
SUBDIR += rebot3
SUBDIR += rem
SUBDIR += resid
SUBDIR += rexima
SUBDIR += rezound
......
PORTNAME= rem
DISTVERSIONPREFIX= v
DISTVERSION= 2.12.0
CATEGORIES= audio devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for real-time audio and video processing
WWW= https://github.com/baresip
DEPRECATED= Deprecated, replaced by libre
EXPIRATION_DATE= 2023-10-10
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS+= libre.so:audio/re
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= baresip
CMAKE_ARGS= -DRE_INCLUDE_DIR:STRING="${LOCALBASE}/include/re"
# 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} \
ABI_REV=${ABI_REV}
.include <bsd.port.mk>
TIMESTAMP = 1679633098
SHA256 (baresip-rem-v2.12.0_GH0.tar.gz) = 0583221e8fa9404eb9805a99ec96446f1fea9731250b01707e7225cece7878a4
SIZE (baresip-rem-v2.12.0_GH0.tar.gz) = 56216
Librem is a portable and generic library for real-time audio and video
processing.
Features
- Audio buffering, mixing, codecs and resampling
- Video mixing, rescaling and pixel format conversion
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
include/rem/rem_vidconv.h
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment