pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gstreamer1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  5 15:43:36 UTC 2024

Modified Files:
        pkgsrc/multimedia/gstreamer1: Makefile

Log Message:
gstreamer1: explicitly disable ptp-helper

TODO: Needs rust - perhaps package separately?


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/multimedia/gstreamer1/Makefile

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

Modified files:

Index: pkgsrc/multimedia/gstreamer1/Makefile
diff -u pkgsrc/multimedia/gstreamer1/Makefile:1.65 pkgsrc/multimedia/gstreamer1/Makefile:1.66
--- pkgsrc/multimedia/gstreamer1/Makefile:1.65  Tue Feb 20 20:40:07 2024
+++ pkgsrc/multimedia/gstreamer1/Makefile       Tue Mar  5 15:43:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2024/02/20 20:40:07 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2024/03/05 15:43:36 wiz Exp $
 
 .include "version.mk"
 
@@ -12,7 +12,7 @@ COMMENT=      Open source multimedia framewor
 
 USE_TOOLS+=    bison flex perl pkg-config xgettext
 TEST_TARGET=   check
-FLEX_REQD=     2.5.31
+FLEX_REQD+=    2.5.31
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -30,6 +30,8 @@ REPLACE_PYTHON+=      gst/parse/gen_lex.py.in
 REPLACE_PYTHON+=       scripts/dist-translations.py
 REPLACE_PYTHON+=       scripts/extract-release-date-from-doap-file.py
 
+MESON_ARGS+=           -Dptp-helper=disabled
+
 # for tests
 MAKE_ENV+=             
LD_LIBRARY_PATH=${WRKSRC}/output/gst:${WRKSRC}/output/libs/gst/check:${WRKSRC}/output/libs/gst/base:${WRKSRC}/output/libs/gst/controller:${WRKSRC}/output/libs/gst/net:${WRKSRC}/output/plugins/elements:${WRKSRC}/output/plugins/tracers
 



Home | Main Index | Thread Index | Old Index