mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
New port multimedia/msx264: Mediastreamer plugin for H264 encoding using
libx264
This commit is contained in:
parent
7495b8be6b
commit
9b380261c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384146
@ -255,6 +255,7 @@
|
||||
SUBDIR += mpv
|
||||
SUBDIR += msdl
|
||||
SUBDIR += msopenh264
|
||||
SUBDIR += msx264
|
||||
SUBDIR += mxflib
|
||||
SUBDIR += mythtv
|
||||
SUBDIR += mythtv-frontend
|
||||
|
22
multimedia/msx264/Makefile
Normal file
22
multimedia/msx264/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msx264
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= multimedia net
|
||||
MASTER_SITES= SAVANNAH/linphone/plugins/sources/
|
||||
|
||||
MAINTAINER= tijl@FreeBSD.org
|
||||
COMMENT= Mediastreamer plugin for H264 encoding
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \
|
||||
libx264.so:${PORTSDIR}/multimedia/libx264
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-strict
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/msx264/distinfo
Normal file
2
multimedia/msx264/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (msx264-1.5.1.tar.gz) = b4b724b2b3f412790bc87bc6a1ad4eafa95cf98ad048430562b30801f611f3a6
|
||||
SIZE (msx264-1.5.1.tar.gz) = 356331
|
3
multimedia/msx264/pkg-descr
Normal file
3
multimedia/msx264/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
H264 encoder plugin for Mediastreamer based on libx264.
|
||||
|
||||
WWW: https://www.linphone.org/technical-corner/mediastreamer2.html
|
3
multimedia/msx264/pkg-plist
Normal file
3
multimedia/msx264/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/mediastreamer/plugins/libmsx264.so
|
||||
lib/mediastreamer/plugins/libmsx264.so.0
|
||||
lib/mediastreamer/plugins/libmsx264.so.0.0.0
|
Loading…
Reference in New Issue
Block a user