package/gst1-plugins-good: bump version to 1.18.0
authorPeter Seiderer <ps.report@gmx.net>
Wed, 16 Sep 2020 19:49:25 +0000 (21:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 23 Sep 2020 20:21:18 +0000 (22:21 +0200)
- change home page url to https

- disable new plugin rpicamsrc (compile failure with current buildroot)

- meson options: add gobject-cast-checks=disabled, glib-asserts=disabled,
  glib-checks=disabled, asm=disabled (needs host-nasm), doc=disabled

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gstreamer1/gst1-plugins-good/Config.in
package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk

index be77f5a82e3d4ec46b269495557e4cf4dbee0bd2..4dcf26766a520ad469fd7723177707f94e5ca35e 100644 (file)
@@ -8,7 +8,7 @@ menuconfig BR2_PACKAGE_GST1_PLUGINS_GOOD
          A set of well-supported plug-ins for GStreamer under the
          preferred license.
 
-         http://gstreamer.freedesktop.org/
+         https://gstreamer.freedesktop.org/
 
 if BR2_PACKAGE_GST1_PLUGINS_GOOD
 
index 075338b14bc8aa4b22f561f6df17c2935dc5ddae..01e2377d03c0bcf70c3b1869f32830388a89c83b 100644 (file)
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.16.2.tar.xz.sha256sum
-sha256 40bb3bafda25c0b739c8fc36e48380fccf61c4d3f83747e97ac3f9b0171b1319 gst-plugins-good-1.16.2.tar.xz
-sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 COPYING
+# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.18.0.tar.xz.sha256sum
+sha256  6329bc377a3afea5cf1ab329a91cc4a906f075781780d1edc59e8bea8c1a8bac  gst-plugins-good-1.18.0.tar.xz
+sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
index eed4bfe117b44b438e503b26ebb389160279eaaa..396d693a71f71b45ea4269276b970a51bce0b287 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_GOOD_VERSION = 1.16.2
+GST1_PLUGINS_GOOD_VERSION = 1.18.0
 GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
 GST1_PLUGINS_GOOD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-good
 GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
@@ -15,12 +15,18 @@ GST1_PLUGINS_GOOD_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
 GST1_PLUGINS_GOOD_CONF_OPTS = \
        -Dexamples=disabled \
        -Dtests=disabled \
+       -Dgobject-cast-checks=disabled \
+       -Dglib-asserts=disabled \
+       -Dglib-checks=disabled \
+       -Dasm=disabled \
        -Ddirectsound=disabled \
        -Dwaveform=disabled \
+       -Drpicamsrc=disabled \
        -Dosxaudio=disabled \
        -Dosxvideo=disabled \
        -Daalib=disabled \
-       -Dlibcaca=disabled
+       -Dlibcaca=disabled \
+       -Ddoc=disabled
 
 # Options which require currently unpackaged libraries
 GST1_PLUGINS_GOOD_CONF_OPTS += \