pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins0.10-bad



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Sep 24 12:31:02 UTC 2021

Modified Files:
        pkgsrc/multimedia/gst-plugins0.10-bad: Makefile

Log Message:
(multimedia/gst-plugins0.10-bad) Correct wording, + version info


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/gst-plugins0.10-bad/Makefile

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

Modified files:

Index: pkgsrc/multimedia/gst-plugins0.10-bad/Makefile
diff -u pkgsrc/multimedia/gst-plugins0.10-bad/Makefile:1.35 pkgsrc/multimedia/gst-plugins0.10-bad/Makefile:1.36
--- pkgsrc/multimedia/gst-plugins0.10-bad/Makefile:1.35 Thu Sep 23 13:25:43 2021
+++ pkgsrc/multimedia/gst-plugins0.10-bad/Makefile      Fri Sep 24 12:31:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/09/23 13:25:43 mef Exp $
+# $NetBSD: Makefile,v 1.36 2021/09/24 12:31:02 mef Exp $
 #
 
 USE_LANGUAGES= c c++
@@ -10,12 +10,12 @@ COMMENT+=   Bad plugins
 
 # really adhoc fix
 # intention is that the file gst-libs/gst/interfaces/photography-enumtypes.c
-# has the line
+# should have the line
 #    #include "photography.h"
 # instead of
 #   \#include "photography.h"
 # To do that, modify generating Makefile to insert sed command
-# It may be some problems on glib-mkenums (in glib2-tools)
+# It may be by some problems on glib-mkenums (in glib2-tools-2.68.3)
 
 SED_STRING=    ',$$^ > $$@,$$^ | sed -e "s/\\\\\\\#include/\#include/" > $$@,'
 



Home | Main Index | Thread Index | Old Index