pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 17 22:11:32 UTC 2018

Added Files:
        pkgsrc/multimedia/gst-plugins1-base/patches: patch-configure
Removed Files:
        pkgsrc/multimedia/gst-plugins1-bad/patches: patch-configure

Log Message:
gstreamer1: patch updates for 1.14.0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r0 \
    pkgsrc/multimedia/gst-plugins1-bad/patches/patch-configure
cvs rdiff -u -r0 -r1.5 \
    pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure

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

Added files:

Index: pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure:1.5
--- /dev/null   Tue Apr 17 22:11:32 2018
+++ pkgsrc/multimedia/gst-plugins1-base/patches/patch-configure Tue Apr 17 22:11:32 2018
@@ -0,0 +1,28 @@
+$NetBSD: patch-configure,v 1.5 2018/04/17 22:11:32 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig     2018-03-19 20:11:12.000000000 +0000
++++ configure
+@@ -27552,7 +27552,7 @@ if test "x$ac_cv_header_GLES3_gl3_h" = x
+ fi
+ 
+ 
+-      if test "x$HAVE_GLES3_H" == "xyes"; then :
++      if test "x$HAVE_GLES3_H" = "xyes"; then :
+ 
+              ac_fn_c_check_header_compile "$LINENO" "GLES3/gl3ext.h" "ac_cv_header_GLES3_gl3ext_h" "#include <GLES3/gl3.h>
+ "
+@@ -28443,10 +28443,10 @@ fi
+ if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
+   GLES3_H_DEFINE=0
+   GLES3EXT3_H_DEFINE=0
+-  if test "x$HAVE_GLES3_H" == "xyes"; then
++  if test "x$HAVE_GLES3_H" = "xyes"; then
+     GLES3_H_DEFINE=1
+   fi
+-  if test "x$HAVE_GLES3EXT3_H" == "xyes"; then
++  if test "x$HAVE_GLES3EXT3_H" = "xyes"; then
+     GLES3EXT3_H_DEFINE=1
+   fi
+   GL_INCLUDES="



Home | Main Index | Thread Index | Old Index