pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xvidcap



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 25 14:04:26 UTC 2020

Added Files:
        pkgsrc/x11/xvidcap: options.mk

Log Message:
xvidcap: Add options.mk


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xvidcap/options.mk

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

Added files:

Index: pkgsrc/x11/xvidcap/options.mk
diff -u /dev/null pkgsrc/x11/xvidcap/options.mk:1.1
--- /dev/null   Sat Apr 25 14:04:26 2020
+++ pkgsrc/x11/xvidcap/options.mk       Sat Apr 25 14:04:26 2020
@@ -0,0 +1,21 @@
+# $NetBSD: options.mk,v 1.1 2020/04/25 14:04:26 nia Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.xvidcap
+PKG_SUPPORTED_OPTIONS= dbus lame theora
+PKG_SUGGESTED_OPTIONS= lame theora
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdbus)
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mlame)
+CONFIGURE_ARGS+=       --enable-libmp3lame
+.include "../../audio/lame/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mtheora)
+CONFIGURE_ARGS+=       --enable-libtheora
+.include "../../multimedia/libtheora/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index