summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-05-11 11:03:02 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-05-11 11:03:02 (GMT)
commit6ecce732a5edb64de90120948414d3fa79a4d2b7 (patch)
tree14b8750b37fd8070dd65f6e71ed561c096922b5c /src/gst-plugins-good.mk
parent2e551298742550ba5aa69ca34f36be08019c3759 (diff)
downloadmxe-6ecce732a5edb64de90120948414d3fa79a4d2b7.zip
mxe-6ecce732a5edb64de90120948414d3fa79a4d2b7.tar.gz
mxe-6ecce732a5edb64de90120948414d3fa79a4d2b7.tar.bz2
gstreamer and plugins: downgrade to stable series and adjust update macro
Diffstat (limited to 'src/gst-plugins-good.mk')
-rw-r--r--src/gst-plugins-good.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index aa6d6a2..9810f4e 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -3,18 +3,14 @@
PKG := gst-plugins-good
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.2.2
-$(PKG)_CHECKSUM := d8c52f7883e98ffb35cd4b86cbd27420573ca864
+$(PKG)_VERSION := 1.2.4
+$(PKG)_CHECKSUM := 4af2e2e091e306d69f36b5bbf722a557acb8d66e
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc glib libxml2 gstreamer gst-plugins-base liboil libshout cairo flac gtk2 jpeg libpng speex taglib wavpack
-define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://cgit.freedesktop.org/gstreamer/gst-plugins-good/refs/tags' | \
- $(SED) -n "s,.*<a href='[^']*/tag/?id=[^0-9]*\\([0-9][^']*\\)'.*,\\1,p" | \
- head -1
-endef
+$(PKG)_UPDATE = $(subst gstreamer/refs,gst-plugins-good/refs,$(gstreamer_UPDATE))
define $(PKG)_BUILD
find '$(1)' -name Makefile.in \