pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/gstreamer1/patches
Module Name: pkgsrc
Committed By: adam
Date: Wed May 29 20:58:44 UTC 2019
Added Files:
pkgsrc/multimedia/gstreamer1/patches:
patch-libs_gst_helpers_Makefile.in
Log Message:
Add missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/multimedia/gstreamer1/patches/patch-libs_gst_helpers_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/multimedia/gstreamer1/patches/patch-libs_gst_helpers_Makefile.in
diff -u /dev/null pkgsrc/multimedia/gstreamer1/patches/patch-libs_gst_helpers_Makefile.in:1.1
--- /dev/null Wed May 29 20:58:44 2019
+++ pkgsrc/multimedia/gstreamer1/patches/patch-libs_gst_helpers_Makefile.in Wed May 29 20:58:44 2019
@@ -0,0 +1,25 @@
+$NetBSD: patch-libs_gst_helpers_Makefile.in,v 1.1 2019/05/29 20:58:44 adam Exp $
+
+Do not install gdb data.
+
+--- libs/gst/helpers/Makefile.in.orig 2019-04-18 23:09:14.000000000 +0000
++++ libs/gst/helpers/Makefile.in
+@@ -928,7 +928,7 @@ info: info-am
+
+ info-am:
+
+-install-data-am: install-dist_gdbDATA install-helpersPROGRAMS
++install-data-am: install-helpersPROGRAMS
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+ install-dvi: install-dvi-am
+@@ -1007,9 +1007,6 @@ install-data-hook:
+ @HAVE_PTP_HELPER_SETUID_TRUE@@HAVE_PTP_TRUE@ - chmod u+s $(DESTDIR)$(helpersdir)/gst-ptp-helper
+ @HAVE_PTP_HELPER_CAPABILITIES_TRUE@@HAVE_PTP_TRUE@ - $(SETCAP) cap_net_bind_service,cap_net_admin+ep $(DESTDIR)$(helpersdir)/gst-ptp-helper
+
+-install-data-hook:
+- $(INSTALL) -d $(DESTDIR)$(datadir)/gdb/auto-load$(libdir)
+- $(INSTALL) $(builddir)/libgstreamer-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(libdir)/libgstreamer-@GST_API_VERSION@.so.0.$(GST_CURRENT).$(GST_REVISION)-gdb.py
+
+ uninstall-hook:
+ rm -f "$(DESTDIR)$(datadir)/gdb/auto-load$(libdir)/libgstreamer-@GST_API_VERSION@.so.0.$(GST_CURRENT).$(GST_REVISION)-gdb.py"
Home |
Main Index |
Thread Index |
Old Index