]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gst1-validate: bump version to 1.12.0
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 12 May 2017 10:18:06 +0000 (11:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Jul 2017 11:31:41 +0000 (13:31 +0200)
Remove non-existant configure options:

  --disable-sphinx-doc:
  Even if it looks like there is some code for that in configure.ac, it
  seems that is not taken into account and that configure option is not
  even recognized.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer1/gst1-validate/gst1-validate.hash
package/gstreamer1/gst1-validate/gst1-validate.mk

index 10c6667357ad441e4af22c11e58540e36334acc9..edb5ccd34209274af5cc2feaf167845d66b6171a 100644 (file)
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.4.tar.xz.sha256sum
-sha256 e59c00bf64cca9c477cdb44eb8dd0b3aac5499b17d77bf28ee054fd211e8d73c  gst-validate-1.10.4.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.0.tar.xz.sha256sum
+sha256 73efaf123638b97159c1ff6575dd05ea0cf7dc6d71b07806b5a5f25188a67fbb  gst-validate-1.12.0.tar.xz
index f108e5d5dc58ece633729752155e8bf28f7a57ec..d6a5a551904efb06d71aa5cfcf1548a73565ccca 100644 (file)
@@ -4,14 +4,12 @@
 #
 ################################################################################
 
-GST1_VALIDATE_VERSION = 1.10.4
+GST1_VALIDATE_VERSION = 1.12.0
 GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
 GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
 GST1_VALIDATE_LICENSE = LGPL-2.1+
 GST1_VALIDATE_LICENSE_FILES = COPYING
 
-GST1_VALIDATE_CONF_OPTS = --disable-sphinx-doc
-
 GST1_VALIDATE_DEPENDENCIES = \
        gstreamer1 \
        gst1-plugins-base \