pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/clutter-gst clutter-gst: Remove introspecti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f0579d9fe1a
branches: trunk
changeset: 381096:7f0579d9fe1a
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jun 28 10:21:56 2022 +0000
description:
clutter-gst: Remove introspection option.
In this case, the option is not handled properly in the PLIST.
diffstat:
multimedia/clutter-gst/Makefile | 9 +++++----
multimedia/clutter-gst/options.mk | 21 ---------------------
2 files changed, 5 insertions(+), 25 deletions(-)
diffs (53 lines):
diff -r 986887bd75f2 -r 7f0579d9fe1a multimedia/clutter-gst/Makefile
--- a/multimedia/clutter-gst/Makefile Tue Jun 28 10:11:55 2022 +0000
+++ b/multimedia/clutter-gst/Makefile Tue Jun 28 10:21:56 2022 +0000
@@ -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 @@
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+CONFIGURE_ARGS+= --enable-introspection=yes
+
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
-.include "options.mk"
-
+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"
diff -r 986887bd75f2 -r 7f0579d9fe1a multimedia/clutter-gst/options.mk
--- a/multimedia/clutter-gst/options.mk Tue Jun 28 10:11:55 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2014/01/03 12:35:06 obache Exp $
-#
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.clutter-gst
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+= introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-USE_TOOLS+= gmake
-PLIST.introspection= yes
-BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.6.8
-BUILDLINK_DEPMETHOD.gobject-introspection+= build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-introspection=yes
-.else
-CONFIGURE_ARGS+= --enable-introspection=no
-.endif
Home |
Main Index |
Thread Index |
Old Index