# HG changeset patch # User Mark Brand # Date 1340049959 -7200 # Node ID 69205fa89aee623fe3a3b3ec16df3a02fad5165c # Parent 059460e131a5a262d391fc7c259f9eb417481289 update packages gstreamer gst-plugins-base gst-plugins-good diff -r 059460e131a5 -r 69205fa89aee index.html --- a/index.html Mon Jun 18 22:05:30 2012 +0200 +++ b/index.html Mon Jun 18 22:05:59 2012 +0200 @@ -1200,17 +1200,17 @@ 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 -r 059460e131a5 -r 69205fa89aee src/gst-plugins-base.mk --- a/src/gst-plugins-base.mk Mon Jun 18 22:05:30 2012 +0200 +++ b/src/gst-plugins-base.mk Mon Jun 18 22:05:59 2012 +0200 @@ -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 @@ -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 -r 059460e131a5 -r 69205fa89aee src/gst-plugins-good.mk --- a/src/gst-plugins-good.mk Mon Jun 18 22:05:30 2012 +0200 +++ b/src/gst-plugins-good.mk Mon Jun 18 22:05:59 2012 +0200 @@ -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 @@ # 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 -r 059460e131a5 -r 69205fa89aee src/gstreamer.mk --- a/src/gstreamer.mk Mon Jun 18 22:05:30 2012 +0200 +++ b/src/gstreamer.mk Mon Jun 18 22:05:59 2012 +0200 @@ -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 @@ $(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 \