pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/x265



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct  6 15:41:56 UTC 2018

Modified Files:
        pkgsrc/multimedia/x265: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/x265/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/x265/options.mk
diff -u pkgsrc/multimedia/x265/options.mk:1.1 pkgsrc/multimedia/x265/options.mk:1.2
--- pkgsrc/multimedia/x265/options.mk:1.1       Sat Oct  6 12:12:48 2018
+++ pkgsrc/multimedia/x265/options.mk   Sat Oct  6 15:41:56 2018
@@ -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