diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-14 07:43:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-14 07:45:22 +0000 |
commit | 4c1779fcd46f94f40b062f9842cf688f835c2f05 (patch) | |
tree | 1090bc0192a07cb0eb4e901bc6138cce5e0e0e41 /multimedia/msopenh264/Makefile | |
parent | 40da840a95fe2301462c2105a486aaa26531b7c1 (diff) |
multimedia/msopenh264: Update 1.2.1 -> 1.2.1.20220531
This fixed build broken by the recent update of net/mediastreamer
Diffstat (limited to 'multimedia/msopenh264/Makefile')
-rw-r--r-- | multimedia/msopenh264/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/multimedia/msopenh264/Makefile b/multimedia/msopenh264/Makefile index cec03f33fefb..780f8099b158 100644 --- a/multimedia/msopenh264/Makefile +++ b/multimedia/msopenh264/Makefile @@ -1,8 +1,7 @@ PORTNAME= msopenh264 -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.2.1.20220531 CATEGORIES= multimedia net -MASTER_SITES= https://www.linphone.org/releases/sources/plugins/msopenh264/ +#MASTER_SITES= https://www.linphone.org/releases/sources/plugins/msopenh264/ MAINTAINER= ports@FreeBSD.org COMMENT= Mediastreamer plugin with H.264 codec @@ -10,12 +9,19 @@ COMMENT= Mediastreamer plugin with H.264 codec LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libmediastreamer_base.so:net/mediastreamer \ +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ + libmediastreamer.so:net/mediastreamer \ libopenh264.so:multimedia/openh264 \ libortp.so:net/ortp USES= cmake +USE_GITLAB= yes +GL_SITE= https://gitlab.linphone.org/BC +GL_ACCOUNT= public +GL_COMMIT= c09d2652245f0d660f427c1cf5ae97709b504803 + + CMAKE_ARGS= -DENABLE_STATIC=NO PLIST_FILES= lib/mediastreamer/plugins/libmsopenh264.so |