pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/clutter-gst



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 28 10:21:56 UTC 2022

Modified Files:
        pkgsrc/multimedia/clutter-gst: Makefile
Removed Files:
        pkgsrc/multimedia/clutter-gst: options.mk

Log Message:
clutter-gst: Remove introspection option.

In this case, the option is not handled properly in the PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/clutter-gst/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/clutter-gst/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/clutter-gst/Makefile
diff -u pkgsrc/multimedia/clutter-gst/Makefile:1.52 pkgsrc/multimedia/clutter-gst/Makefile:1.53
--- pkgsrc/multimedia/clutter-gst/Makefile:1.52 Wed Dec  8 16:02:22 2021
+++ pkgsrc/multimedia/clutter-gst/Makefile      Tue Jun 28 10:21:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2021/12/08 16:02:22 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/06/28 10:21:56 nia Exp $
 
 DISTNAME=      clutter-gst-3.0.26
 PKGREVISION=   8
@@ -15,14 +15,15 @@ GNU_CONFIGURE=      yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
-PKGCONFIG_OVERRIDE+=   clutter-gst.pc.in
+CONFIGURE_ARGS+=       --enable-introspection=yes
 
-.include "options.mk"
+PKGCONFIG_OVERRIDE+=   clutter-gst.pc.in
 
+BUILDLINK_DEPMETHOD.gobject-introspection+=    build
+.include "../../devel/gobject-introspection/buildlink3.mk"
 BUILDLINK_API_DEPENDS.clutter+=        clutter>=1.6.0
 .include "../../graphics/clutter/buildlink3.mk"
 .include "../../graphics/cogl/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+=     gstreamer1>=1.2.0
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index