pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/x265 x265: rename 'main10' option to 'x265-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4abeb63baab5
branches:  trunk
changeset: 324034:4abeb63baab5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 06 15:41:56 2018 +0000

description:
x265: rename 'main10' option to 'x265-main10' since it's very package-specific

diffstat:

 multimedia/x265/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 6d2d2215f08e -r 4abeb63baab5 multimedia/x265/options.mk
--- a/multimedia/x265/options.mk        Sat Oct 06 15:33:28 2018 +0000
+++ b/multimedia/x265/options.mk        Sat Oct 06 15:41:56 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2018/10/06 12:12:48 adam Exp $
+# $NetBSD: options.mk,v 1.2 2018/10/06 15:41:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.x265
-PKG_SUPPORTED_OPTIONS= main10
+PKG_SUPPORTED_OPTIONS= x265-main10
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mmain10)
+.if !empty(PKG_OPTIONS:Mx265-main10)
 CMAKE_ARGS+=   -DHIGH_BIT_DEPTH=ON
 .endif



Home | Main Index | Thread Index | Old Index