pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg1 ffmpeg1: Remove x264 as a supported...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e95393f24c0
branches:  trunk
changeset: 309308:2e95393f24c0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jun 15 10:52:02 2018 +0000

description:
ffmpeg1: Remove x264 as a supported option.

This package shares a PKG_OPTIONS variable with the other ffmpeg
packages, so a user who requests the x264 option for them will end
up with a broken package for ffmpeg1.

diffstat:

 multimedia/ffmpeg1/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d0bf82b25f52 -r 2e95393f24c0 multimedia/ffmpeg1/options.mk
--- a/multimedia/ffmpeg1/options.mk     Fri Jun 15 10:44:15 2018 +0000
+++ b/multimedia/ffmpeg1/options.mk     Fri Jun 15 10:52:02 2018 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.3 2018/05/16 11:09:57 jperkin Exp $
+# $NetBSD: options.mk,v 1.4 2018/06/15 10:52:02 jperkin Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg
-PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis x264 xvid \
+PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis xvid \
                        opencore-amr rtmp
+#PKG_SUPPORTED_OPTIONS+=x264
 PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis xvid
 #PKG_OPTIONS_OPTIONAL_GROUPS=  aac-decoder
 #PKG_OPTIONS_GROUP.aac-decoder=        faac



Home | Main Index | Thread Index | Old Index