Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia ffmpeg*: Add jack option.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b56271fd816f
branches: trunk
changeset: 430267:b56271fd816f
user: nia <nia%pkgsrc.org@localhost>
date: Wed Apr 29 14:17:48 2020 +0000
description:
ffmpeg*: Add jack option.
diffstat:
multimedia/ffmpeg3/options.mk | 12 ++++++++++--
multimedia/ffmpeg4/options.mk | 12 ++++++++++--
2 files changed, 20 insertions(+), 4 deletions(-)
diffs (66 lines):
diff -r a3fa8980bf53 -r b56271fd816f multimedia/ffmpeg3/options.mk
--- a/multimedia/ffmpeg3/options.mk Wed Apr 29 14:02:05 2020 +0000
+++ b/multimedia/ffmpeg3/options.mk Wed Apr 29 14:17:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2020/04/23 10:35:40 nia Exp $
+# $NetBSD: options.mk,v 1.19 2020/04/29 14:17:48 nia Exp $
# Global and legacy options
@@ -7,7 +7,7 @@
PKG_OPTIONS_OPTIONAL_GROUPS= ssl
PKG_OPTIONS_GROUP.ssl= gnutls openssl
-PKG_SUPPORTED_OPTIONS= ass bluray doc fdk-aac fontconfig freetype \
+PKG_SUPPORTED_OPTIONS= ass bluray doc fdk-aac fontconfig freetype jack \
lame libvpx opencore-amr opus pulseaudio rpi \
rtmp tesseract theora vorbis x11 x264 x265 xvid
PKG_SUGGESTED_OPTIONS= lame ass bluray freetype fontconfig gnutls libvpx \
@@ -110,6 +110,14 @@
CONFIGURE_ARGS+= --disable-openssl
.endif
+# jack option
+.if !empty(PKG_OPTIONS:Mjack)
+CONFIGURE_ARGS+= --enable-jack
+.include "../../audio/jack/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-jack
+.endif
+
# pulseaudio option
.if !empty(PKG_OPTIONS:Mpulseaudio)
CONFIGURE_ARGS+= --enable-libpulse
diff -r a3fa8980bf53 -r b56271fd816f multimedia/ffmpeg4/options.mk
--- a/multimedia/ffmpeg4/options.mk Wed Apr 29 14:02:05 2020 +0000
+++ b/multimedia/ffmpeg4/options.mk Wed Apr 29 14:17:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2020/04/23 10:35:40 nia Exp $
+# $NetBSD: options.mk,v 1.14 2020/04/29 14:17:48 nia Exp $
# Global and legacy options
@@ -6,7 +6,7 @@
PKG_OPTIONS_GROUP.ssl= gnutls mbedtls openssl
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg4
-PKG_SUPPORTED_OPTIONS= ass av1 bluray doc fdk-aac fontconfig freetype \
+PKG_SUPPORTED_OPTIONS= ass av1 bluray doc fdk-aac fontconfig freetype jack \
lame libvpx opencore-amr opus pulseaudio rpi \
rtmp tesseract theora vorbis x11 x264 x265 xvid
PKG_SUGGESTED_OPTIONS= lame ass av1 bluray freetype fontconfig gnutls \
@@ -126,6 +126,14 @@
CONFIGURE_ARGS+= --disable-openssl
.endif
+# jack option
+.if !empty(PKG_OPTIONS:Mjack)
+CONFIGURE_ARGS+= --enable-libjack
+.include "../../audio/jack/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-libjack
+.endif
+
# pulseaudio option
.if !empty(PKG_OPTIONS:Mpulseaudio)
CONFIGURE_ARGS+= --enable-libpulse
Home |
Main Index |
Thread Index |
Old Index