pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer During print-PLIST, suppress all ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/68a4e1e49759
branches: trunk
changeset: 472841:68a4e1e49759
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Apr 12 21:31:36 2004 +0000
description:
During print-PLIST, suppress all entries for files under libdata/gstreamer-0.8
as they are handled during post install by this package. Also output a
comment about the lib/gstreamer-0.8 directory beeing handled in this package.
diffstat:
multimedia/gstreamer/plugins.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 4d23b30e547d -r 68a4e1e49759 multimedia/gstreamer/plugins.mk
--- a/multimedia/gstreamer/plugins.mk Mon Apr 12 21:21:19 2004 +0000
+++ b/multimedia/gstreamer/plugins.mk Mon Apr 12 21:31:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plugins.mk,v 1.1 2004/04/06 09:30:01 jmmv Exp $
+# $NetBSD: plugins.mk,v 1.2 2004/04/12 21:31:36 jmmv Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GStreamer modules. It takes care of rebuilding the corresponding databases
@@ -19,6 +19,11 @@
DEINSTALL_EXTRA_TMPL+= ../../multimedia/gstreamer/files/plugins.tmpl
USE_PKGINSTALL= YES
+PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; }
+PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; }
+PRINT_PLIST_AWK+= /^@dirrm lib\/gstreamer-0.8$$/ \
+ { print "@comment in gstreamer: " $$0; next; }
+
.if defined(_GSTREAMER_NO_DEPEND)
BUILDLINK_PREFIX.gstreamer= ${LOCALBASE}
.else
Home |
Main Index |
Thread Index |
Old Index