From 7b732afca3fbabc9efae80c7d138f9efabd69789 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 18 Jun 2012 22:05:59 +0200 Subject: update packages gstreamer gst-plugins-base gst-plugins-good --- index.html | 6 +++--- src/gst-plugins-base.mk | 5 +++-- src/gst-plugins-good.mk | 6 +++--- src/gstreamer.mk | 5 +++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index f163265..159a8eb 100644 --- a/index.html +++ b/index.html @@ -1200,17 +1200,17 @@ USE_OSGPLUGIN(<plugin2>) gst-plugins-base - 0.10.35 + 0.11.92 gst-plugins-base gst-plugins-good - 0.10.30 + 0.11.92 gst-plugins-good gstreamer - 0.10.35 + 0.11.92 gstreamer diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk index 07a4039..118e098 100644 --- a/src/gst-plugins-base.mk +++ b/src/gst-plugins-base.mk @@ -3,9 +3,9 @@ PKG := gst-plugins-base $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 6d7dc463fed5dd43f79a53ad523fcbd6d0916303 +$(PKG)_CHECKSUM := 8e22846da146eabf1fd783c17b3f80d36790867f $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) -$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc glib libxml2 gstreamer liboil pango ogg vorbis theora @@ -21,6 +21,7 @@ define $(PKG)_BUILD -exec $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' {} \; cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ --disable-debug \ diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk index 1390809..be84c71 100644 --- a/src/gst-plugins-good.mk +++ b/src/gst-plugins-good.mk @@ -3,9 +3,9 @@ PKG := gst-plugins-good $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 9c78a751bb2f20ad50a1daf6860e0098e0495f5a +$(PKG)_CHECKSUM := 566dec4f14c1159f2d044ee7fd0a0c5c7d269f94 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) -$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 +$(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 @@ -24,11 +24,11 @@ define $(PKG)_BUILD # http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2004-August/019283.html cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ --disable-debug \ --disable-examples \ - --disable-esd \ --disable-aalib \ --disable-x \ --mandir='$(1)/sink' \ diff --git a/src/gstreamer.mk b/src/gstreamer.mk index eca1a11..dd336e5 100644 --- a/src/gstreamer.mk +++ b/src/gstreamer.mk @@ -3,9 +3,9 @@ PKG := gstreamer $(PKG)_IGNORE := -$(PKG)_CHECKSUM := ad03b8aca7b2415929b6ecc4c140b178acef39de +$(PKG)_CHECKSUM := 2cae916596bb720b927658d9c8d6a643316288ae $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) -$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc glib libxml2 @@ -20,6 +20,7 @@ define $(PKG)_BUILD $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' '$(1)'/gst/Makefile.in cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ --disable-debug \ -- cgit v0.12