package/gstreamer1/gst1-plugins-ugly: bump version to 1.18.0
authorPeter Seiderer <ps.report@gmx.net>
Thu, 24 Sep 2020 21:17:11 +0000 (23:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 26 Sep 2020 13:54:36 +0000 (15:54 +0200)
- change home page url to https

- meson options: doc=disabled

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

index c24ec7ae7bea7291381a21d969ebda99ed18ffe0..ba1998989216bdac76b5ca8eb82bc2dd3e33d158 100644 (file)
@@ -5,7 +5,7 @@ menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
          A set of well-supported plug-ins for GStreamer, but might pose
          problems for distributors.
 
-         http://gstreamer.freedesktop.org/
+         https://gstreamer.freedesktop.org/
 
 if BR2_PACKAGE_GST1_PLUGINS_UGLY
 
index e5df44ab90f79aef958c822bb2fc0d2e9372799c..9afc9a9c9abc801ddf79ff4499ea675ee0290e09 100644 (file)
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.16.2.tar.xz.sha256sum
-sha256 5500415b865e8b62775d4742cbb9f37146a50caecfc0e7a6fc0160d3c560fbca gst-plugins-ugly-1.16.2.tar.xz
-sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 COPYING
+# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.18.0.tar.xz.sha256sum
+sha256  686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082  gst-plugins-ugly-1.18.0.tar.xz
+sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
index 9f8b1d33590c153697c9616e81bfb7e3f227274a..2072772d9aa84541b43d95fd894367d88ca515fd 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_UGLY_VERSION = 1.16.2
+GST1_PLUGINS_UGLY_VERSION = 1.18.0
 GST1_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST1_PLUGINS_UGLY_VERSION).tar.xz
 GST1_PLUGINS_UGLY_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-ugly
 GST1_PLUGINS_UGLY_LICENSE_FILES = COPYING
@@ -15,7 +15,8 @@ GST1_PLUGINS_UGLY_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
 
 GST1_PLUGINS_UGLY_CONF_OPTS += \
        -Dexamples=disabled \
-       -Dtests=disabled
+       -Dtests=disabled \
+       -Ddoc=disabled
 
 GST1_PLUGINS_UGLY_CONF_OPTS += \
        -Da52dec=disabled \