pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gst-plugins1-a52



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 25 06:42:03 UTC 2022

Modified Files:
        pkgsrc/audio/gst-plugins1-a52: Makefile

Log Message:
gst-plugins1-a52: fix build by telling meson to accept gpl


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/gst-plugins1-a52/Makefile

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

Modified files:

Index: pkgsrc/audio/gst-plugins1-a52/Makefile
diff -u pkgsrc/audio/gst-plugins1-a52/Makefile:1.4 pkgsrc/audio/gst-plugins1-a52/Makefile:1.5
--- pkgsrc/audio/gst-plugins1-a52/Makefile:1.4  Mon Nov 15 22:01:15 2021
+++ pkgsrc/audio/gst-plugins1-a52/Makefile      Mon Apr 25 06:42:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/11/15 22:01:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/25 06:42:03 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/}
 CATEGORIES=    audio gnome
@@ -7,6 +7,8 @@ COMMENT=        Open source multimedia framewor
 
 GST_PLUGINS+=  a52dec
 
+MESON_ARGS+=   -Dgpl=enabled 
+
 .include "../../multimedia/gst-plugins1-ugly/Makefile.common"
 .include "../../audio/liba52/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index