telephony/baresip/rem: update to 1.0.0.

This commit is contained in:
landry 2021-06-15 06:52:12 +00:00
parent 85af9e1a49
commit 37d078891d
3 changed files with 14 additions and 9 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.10 2019/04/24 16:26:57 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2021/06/15 06:52:12 landry Exp $
COMMENT = library for real-time audio and video processing
V = 0.5.3
DISTNAME = rem-${V}
SHARED_LIBS = rem 0.4
GH_ACCOUNT = baresip
GH_PROJECT = rem
GH_TAGNAME = v1.0.0
SHARED_LIBS = rem 1.0
CATEGORIES += multimedia devel
REVISION = 0
WANTLIB += m re

View File

@ -1,2 +1,2 @@
SHA256 (rem-0.5.3.tar.gz) = n5inmUfUcJKCpXkaww8O2gPV00CG8233S/9PiqwOgFA=
SIZE (rem-0.5.3.tar.gz) = 40417
SHA256 (rem-1.0.0.tar.gz) = vMkbtSH64YM1f7QisAo5gUd6IumdOv4WXE7FCmu+2do=
SIZE (rem-1.0.0.tar.gz) = 47190

View File

@ -1,22 +1,27 @@
@comment $OpenBSD: PLIST,v 1.3 2017/10/30 17:22:21 feinerer Exp $
@comment $OpenBSD: PLIST,v 1.4 2021/06/15 06:52:12 landry Exp $
include/rem/
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_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_h264.h
include/rem/rem_vid.h
include/rem/rem_vidconv.h
include/rem/rem_video.h
include/rem/rem_vidmix.h
lib/librem.a
@static-lib lib/librem.a
@lib lib/librem.so.${LIBrem_VERSION}