pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg010 ffmpeg010: Remove x264 as a suppo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88832c775e68
branches:  trunk
changeset: 309309:88832c775e68
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jun 15 10:55:12 2018 +0000

description:
ffmpeg010: 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 ffmpeg010.

diffstat:

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

diffs (16 lines):

diff -r 2e95393f24c0 -r 88832c775e68 multimedia/ffmpeg010/options.mk
--- a/multimedia/ffmpeg010/options.mk   Fri Jun 15 10:52:02 2018 +0000
+++ b/multimedia/ffmpeg010/options.mk   Fri Jun 15 10:55:12 2018 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2018/05/17 10:39:51 jperkin Exp $
+# $NetBSD: options.mk,v 1.7 2018/06/15 10:55:12 jperkin Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg010
-PKG_SUPPORTED_OPTIONS= faac lame libvpx opencore-amr theora vorbis x264 xvid
+PKG_SUPPORTED_OPTIONS= faac lame libvpx opencore-amr theora vorbis xvid
+#PKG_SUPPORTED_OPTIONS+=x264
 PKG_SUGGESTED_OPTIONS= lame libvpx theora vorbis xvid
 #PKG_OPTIONS_OPTIONAL_GROUPS=  aac-decoder
 #PKG_OPTIONS_GROUP.aac-decoder=        faac



Home | Main Index | Thread Index | Old Index