changeset 2512:748e8ede3a09

update package vorbis
author Mark Brand <mabrand@mabrand.nl>
date Mon, 07 May 2012 09:05:00 +0200
parents 61dca89be476
children dcc7a0f02d83
files index.html src/vorbis.mk
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon May 07 09:04:31 2012 +0200
+++ b/index.html	Mon May 07 09:05:00 2012 +0200
@@ -1870,7 +1870,7 @@
     </tr>
     <tr>
         <td id="vorbis-package">vorbis</td>
-        <td id="vorbis-version">1.3.2</td>
+        <td id="vorbis-version">1.3.3</td>
         <td id="vorbis-website"><a href="http://www.vorbis.com/">Vorbis</a></td>
     </tr>
     <tr>
--- a/src/vorbis.mk	Mon May 07 09:04:31 2012 +0200
+++ b/src/vorbis.mk	Mon May 07 09:05:00 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := vorbis
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 4b089ace4c8420c479b2fde9c5b01588cf86c959
+$(PKG)_CHECKSUM := 8dae60349292ed76db0e490dc5ee51088a84518b
 $(PKG)_SUBDIR   := libvorbis-$($(PKG)_VERSION)
 $(PKG)_FILE     := libvorbis-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
@@ -18,6 +18,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         PKG_CONFIG='$(TARGET)-pkg-config'