pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-base gst-plugins1-base: remove...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/390bb5e44a99
branches:  trunk
changeset: 377354:390bb5e44a99
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 19 16:27:43 2022 +0000

description:
gst-plugins1-base: remove broken unfinished patch (it was the wrong
approach, and isn't necessary anyway)

diffstat:

 multimedia/gst-plugins1-base/distinfo                                  |   3 +-
 multimedia/gst-plugins1-base/patches/patch-gst-libs_gst_gl_meson.build |  43 ----------
 2 files changed, 1 insertions(+), 45 deletions(-)

diffs (60 lines):

diff -r 4a69ff801185 -r 390bb5e44a99 multimedia/gst-plugins1-base/distinfo
--- a/multimedia/gst-plugins1-base/distinfo     Tue Apr 19 15:54:34 2022 +0000
+++ b/multimedia/gst-plugins1-base/distinfo     Tue Apr 19 16:27:43 2022 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.45 2022/04/19 13:00:27 tnn Exp $
+$NetBSD: distinfo,v 1.46 2022/04/19 16:27:43 nia Exp $
 
 BLAKE2s (gst-plugins-base-1.20.1.tar.xz) = 5119ee161501df82815eb52559ee73c3edbaeb6df436c27a0e29203c3d2daf5e
 SHA512 (gst-plugins-base-1.20.1.tar.xz) = 679a0eee1973fa9612e2e24978e2c2d9d8fdc5732e1699b4a87712881f1549d0811719a13ff4fe77b91322ca4425c39623b371703f6b3a36fb7238b977d3e541
 Size (gst-plugins-base-1.20.1.tar.xz) = 3290068 bytes
 SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = 5325f27c81cd9dc2f998bcb7733ef6b0c9a902e8
-SHA1 (patch-gst-libs_gst_gl_meson.build) = 548dfacb2103ff57bb8dfd764a1655e3e9079b7a
 SHA1 (patch-meson.build) = 0fae465ac873b12103f693e3812b3bfc6b1f6971
diff -r 4a69ff801185 -r 390bb5e44a99 multimedia/gst-plugins1-base/patches/patch-gst-libs_gst_gl_meson.build
--- a/multimedia/gst-plugins1-base/patches/patch-gst-libs_gst_gl_meson.build    Tue Apr 19 15:54:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-$NetBSD: patch-gst-libs_gst_gl_meson.build,v 1.2 2022/04/19 13:00:27 tnn Exp $
-
-build_gstgl must be defined in the root meson.build so it's available
-when we are building plugins independently.
-
---- gst-libs/gst/gl/meson.build.orig   2022-03-14 11:33:40.000000000 +0000
-+++ gst-libs/gst/gl/meson.build
-@@ -1,5 +1,5 @@
--if get_option('gl').disabled()
--  message('GStreamer OpenGL integration disabled via options.')
-+if 1 == 1
-+  message('GStreamer OpenGL integration disabled via pkgsrc kludge')
-   gstgl_dep = dependency('', required: false)
-   build_gstgl = false
-   subdir_done()
-@@ -952,18 +952,22 @@ if egl_dep.found()
-   endif
- endif
- 
--build_gstgl = true
- if enabled_gl_apis.length() == 0
-   message('No OpenGL API libraries found or requested')
-   build_gstgl = false
--endif
--if enabled_gl_platforms.length() == 0
-+elif enabled_gl_platforms.length() == 0
-   message('No OpenGL Platforms found or requested')
-   build_gstgl = false
--endif
--if enabled_gl_winsys.length() == 0
-+elif enabled_gl_winsys.length() == 0
-   message('No OpenGL Window systems found or requested')
-   build_gstgl = false
-+elif not get_option('gl').disabled()
-+  build_gstgl = true
-+else
-+  message('GStreamer OpenGL integration disabled via options.')
-+  gstgl_dep = dependency('', required: false)
-+  build_gstgl = false
-+  subdir_done()
- endif
- 
- gstgl_dep = dependency('', required : false)



Home | Main Index | Thread Index | Old Index