pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins1-a52 gst-plugins1-a52: fix build by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48011ea7a25f
branches:  trunk
changeset: 377844:48011ea7a25f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 25 06:42:03 2022 +0000

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

diffstat:

 audio/gst-plugins1-a52/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r af14ac4c6d54 -r 48011ea7a25f audio/gst-plugins1-a52/Makefile
--- a/audio/gst-plugins1-a52/Makefile   Mon Apr 25 06:39:10 2022 +0000
+++ b/audio/gst-plugins1-a52/Makefile   Mon Apr 25 06:42:03 2022 +0000
@@ -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 @@
 
 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