pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gstreamer1



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 26 07:17:33 UTC 2022

Modified Files:
        pkgsrc/multimedia/gstreamer1: PLIST

Log Message:
gstreamer1: Don't hardcode LOCALBASE in PLIST, thx jklos


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/gstreamer1/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gstreamer1/PLIST
diff -u pkgsrc/multimedia/gstreamer1/PLIST:1.21 pkgsrc/multimedia/gstreamer1/PLIST:1.22
--- pkgsrc/multimedia/gstreamer1/PLIST:1.21     Tue May 24 18:18:18 2022
+++ pkgsrc/multimedia/gstreamer1/PLIST  Thu May 26 07:17:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2022/05/24 18:18:18 nia Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/05/26 07:17:33 nia Exp $
 bin/gst-inspect-1.0
 bin/gst-launch-1.0
 bin/gst-stats-1.0
@@ -162,7 +162,7 @@ man/man1/gst-launch-1.0.1
 man/man1/gst-stats-1.0.1
 man/man1/gst-typefind-1.0.1
 share/aclocal/gst-element-check-1.0.m4
-share/gdb/auto-load/usr/pkg/lib/libgstreamer-1.0.so.0.2002.0-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2002.0-gdb.py
 ${PLIST.introspection}share/gir-1.0/Gst-1.0.gir
 ${PLIST.introspection}share/gir-1.0/GstBase-1.0.gir
 ${PLIST.introspection}share/gir-1.0/GstCheck-1.0.gir



Home | Main Index | Thread Index | Old Index