pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gst*: re-enable introspection, remove options
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Wed Nov 10 17:40:12 2021 +0100
Changeset: 9753addc35917625fdadbdc8553b79f60161d7e6
Removed Files:
gst-plugins1-bad/options.mk
gst-plugins1-base/TODO
gst-plugins1-base/options.mk
Log Message:
gst*: re-enable introspection, remove options
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9753addc35917625fdadbdc8553b79f60161d7e6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gst-plugins1-bad/options.mk | 16 -------------
gst-plugins1-base/TODO | 1 -
gst-plugins1-base/options.mk | 56 --------------------------------------------
3 files changed, 73 deletions(-)
diffs:
diff --git a/gst-plugins1-bad/options.mk b/gst-plugins1-bad/options.mk
deleted file mode 100644
index 2a393a7e9c..0000000000
--- a/gst-plugins1-bad/options.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: options.mk,v 1.9 2019/10/03 20:45:19 nia Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gst-plugins1-bad
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+= introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-.include "../../devel/gobject-introspection/buildlink3.mk"
-PLIST.introspection= yes
-.else
-MESON_ARGS+= -D introspection=disabled
-.endif
diff --git a/gst-plugins1-base/TODO b/gst-plugins1-base/TODO
deleted file mode 100644
index bef291b92a..0000000000
--- a/gst-plugins1-base/TODO
+++ /dev/null
@@ -1 +0,0 @@
-OpenGL plugin downloads gl-headers from git during build
diff --git a/gst-plugins1-base/options.mk b/gst-plugins1-base/options.mk
deleted file mode 100644
index a904a33fdf..0000000000
--- a/gst-plugins1-base/options.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: options.mk,v 1.9 2019/10/03 20:45:19 nia Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gst-plugins1-base
-PKG_SUPPORTED_OPTIONS= alsa introspection x11
-
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-.if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+= alsa x11
-.elif ${OPSYS} != "Darwin"
-PKG_SUGGESTED_OPTIONS+= x11
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+= alsa
-.if !empty(PKG_OPTIONS:Malsa)
-.include "../../audio/alsa-lib/buildlink3.mk"
-PLIST.alsa= yes
-.else
-MESON_ARGS+= -D alsa=disabled
-.endif
-
-PLIST_VARS+= introspection
-.if !empty(PKG_OPTIONS:Mintrospection)
-.include "../../devel/gobject-introspection/buildlink3.mk"
-PLIST.introspection= yes
-.else
-MESON_ARGS+= -D introspection=disabled
-.endif
-
-PLIST_VARS+= opengl
-.if !empty(PKG_OPTIONS:Mopengl)
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/graphene/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-PLIST.opengl= yes
-MESON_ARGS+= -D gl_winsys=x11
-.else
-MESON_ARGS+= -D gl=disabled
-.endif
-
-PLIST_VARS+= x11
-.if !empty(PKG_OPTIONS:Mx11)
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXv/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-PLIST.x11= yes
-.else
-MESON_ARGS+= -D xshm=disabled
-MESON_ARGS+= -D xvideo=disabled
-MESON_ARGS+= -D x11=disabled
-.endif
Home |
Main Index |
Thread Index |
Old Index