changeset 2637:69205fa89aee

update packages gstreamer gst-plugins-base gst-plugins-good
author Mark Brand <mabrand@mabrand.nl>
date Mon, 18 Jun 2012 22:05:59 +0200
parents 059460e131a5
children 2e46fabcbbd0
files index.html src/gst-plugins-base.mk src/gst-plugins-good.mk src/gstreamer.mk
diffstat 4 files changed, 12 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </tr>
     <tr>
         <td id="gst-plugins-base-package">gst-plugins-base</td>
-        <td id="gst-plugins-base-version">0.10.35</td>
+        <td id="gst-plugins-base-version">0.11.92</td>
         <td id="gst-plugins-base-website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-base</a></td>
     </tr>
     <tr>
         <td id="gst-plugins-good-package">gst-plugins-good</td>
-        <td id="gst-plugins-good-version">0.10.30</td>
+        <td id="gst-plugins-good-version">0.11.92</td>
         <td id="gst-plugins-good-website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-good</a></td>
     </tr>
     <tr>
         <td id="gstreamer-package">gstreamer</td>
-        <td id="gstreamer-version">0.10.35</td>
+        <td id="gstreamer-version">0.11.92</td>
         <td id="gstreamer-website"><a href="http://gstreamer.freedesktop.org/">gstreamer</a></td>
     </tr>
     <tr>
--- 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 \
--- 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' \
--- 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 \