pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia gstreamer1: patch updates for 1.14.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e3d865bf21d
branches: trunk
changeset: 378952:4e3d865bf21d
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Apr 17 22:11:32 2018 +0000
description:
gstreamer1: patch updates for 1.14.0
diffstat:
multimedia/gst-plugins1-bad/patches/patch-configure | 15 ----------
multimedia/gst-plugins1-base/patches/patch-configure | 28 ++++++++++++++++++++
2 files changed, 28 insertions(+), 15 deletions(-)
diffs (51 lines):
diff -r 46949349024a -r 4e3d865bf21d multimedia/gst-plugins1-bad/patches/patch-configure
--- a/multimedia/gst-plugins1-bad/patches/patch-configure Tue Apr 17 22:10:04 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.8 2018/01/28 19:33:09 wiz Exp $
-
-Fix unportable test(1) operator.
-
---- configure.orig 2017-12-07 17:03:35.000000000 +0000
-+++ configure
-@@ -34995,7 +34995,7 @@ fi
-
- if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
- GLES3_H_DEFINE=0
-- if test "x$HAVE_GLES3_H" == "xyes"; then
-+ if test "x$HAVE_GLES3_H" = "xyes"; then
- GLES3_H_DEFINE=1
- fi
- GL_INCLUDES="
diff -r 46949349024a -r 4e3d865bf21d multimedia/gst-plugins1-base/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-base/patches/patch-configure Tue Apr 17 22:11:32 2018 +0000
@@ -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