update packages gstreamer gst-plugins-base gst-plugins-good

pull/57/head
Mark Brand 12 years ago
parent 3e75b506ff
commit 7b732afca3

@ -1200,17 +1200,17 @@ USE_OSGPLUGIN(<plugin2>)
</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>

@ -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 \

@ -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' \

@ -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 \

Loading…
Cancel
Save