pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia ffmpeg[123]: added rtmp option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33598f54b220
branches:  trunk
changeset: 368884:33598f54b220
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 20 08:21:17 2017 +0000

description:
ffmpeg[123]: added rtmp option

diffstat:

 multimedia/ffmpeg1/options.mk |  10 ++++++++--
 multimedia/ffmpeg2/options.mk |  10 ++++++++--
 multimedia/ffmpeg3/options.mk |  12 +++++++++---
 3 files changed, 25 insertions(+), 7 deletions(-)

diffs (88 lines):

diff -r e47465848100 -r 33598f54b220 multimedia/ffmpeg1/options.mk
--- a/multimedia/ffmpeg1/options.mk     Wed Sep 20 06:47:56 2017 +0000
+++ b/multimedia/ffmpeg1/options.mk     Wed Sep 20 08:21:17 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2014/08/11 23:01:50 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2017/09/20 08:21:17 adam Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg
 PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis x264 xvid \
-                       opencore-amr
+                       opencore-amr rtmp
 PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis x264 xvid
 #PKG_OPTIONS_OPTIONAL_GROUPS=  aac-decoder
 #PKG_OPTIONS_GROUP.aac-decoder=        faac
@@ -70,6 +70,12 @@
 CONFIGURE_ARGS+=       --disable-libopencore-amrwb
 .endif
 
+# RTMP support via librtmp
+.if !empty(PKG_OPTIONS:Mrtmp)
+CONFIGURE_ARGS+=       --enable-librtmp
+.include "../../net/rtmpdump/buildlink3.mk"
+.endif
+
 ###
 ### OGG Theora support
 ###
diff -r e47465848100 -r 33598f54b220 multimedia/ffmpeg2/options.mk
--- a/multimedia/ffmpeg2/options.mk     Wed Sep 20 06:47:56 2017 +0000
+++ b/multimedia/ffmpeg2/options.mk     Wed Sep 20 08:21:17 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.12 2017/05/29 08:38:16 leot Exp $
+# $NetBSD: options.mk,v 1.13 2017/09/20 08:21:17 adam Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg2
 PKG_SUPPORTED_OPTIONS= ass doc faac fdk-aac fontconfig freetype gnutls lame \
-                       libvpx opencore-amr openssl theora vorbis x11 x264 \
+                       libvpx opencore-amr openssl rtmp theora vorbis x11 x264 \
                        x265 xcb xvid
 PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \
                        theora vorbis x11 x264 xvid
@@ -117,6 +117,12 @@
 CONFIGURE_ARGS+=       --disable-openssl
 .endif
 
+# RTMP support via librtmp
+.if !empty(PKG_OPTIONS:Mrtmp)
+CONFIGURE_ARGS+=       --enable-librtmp
+.include "../../net/rtmpdump/buildlink3.mk"
+.endif
+
 # OGG Theora support
 .if !empty(PKG_OPTIONS:Mtheora)
 CONFIGURE_ARGS+=       --enable-libtheora
diff -r e47465848100 -r 33598f54b220 multimedia/ffmpeg3/options.mk
--- a/multimedia/ffmpeg3/options.mk     Wed Sep 20 06:47:56 2017 +0000
+++ b/multimedia/ffmpeg3/options.mk     Wed Sep 20 08:21:17 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.7 2017/05/28 02:09:18 maya Exp $
+# $NetBSD: options.mk,v 1.8 2017/09/20 08:21:17 adam Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg3
-PKG_SUPPORTED_OPTIONS= ass doc fdk-aac fontconfig freetype \
-                       gnutls lame libvpx opencore-amr openssl opus theora \
+PKG_SUPPORTED_OPTIONS= ass doc fdk-aac fontconfig freetype gnutls \
+                       lame libvpx opencore-amr openssl opus rtmp theora \
                        vorbis x11 x264 x265 xcb xvid
 PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \
                        theora vorbis x11 x264 xvid
@@ -107,6 +107,12 @@
 CONFIGURE_ARGS+=       --disable-openssl
 .endif
 
+# RTMP support via librtmp
+.if !empty(PKG_OPTIONS:Mrtmp)
+CONFIGURE_ARGS+=       --enable-librtmp
+.include "../../net/rtmpdump/buildlink3.mk"
+.endif
+
 # OGG Theora support
 .if !empty(PKG_OPTIONS:Mtheora)
 CONFIGURE_ARGS+=       --enable-libtheora



Home | Main Index | Thread Index | Old Index