update package openal

This commit is contained in:
Mark Brand 2012-12-06 15:10:15 +01:00
parent d1eef209b2
commit 1c4bf8ff26
3 changed files with 3 additions and 3 deletions

View File

@ -1690,7 +1690,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="openal-package">openal</td>
<td id="openal-version">1.14</td>
<td id="openal-version">1.15</td>
<td id="openal-website"><a href="http://kcat.strangesoft.net/openal.html">openal</a></td>
</tr>
<tr>

View File

@ -16,7 +16,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef3d08d..88de1e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -543,6 +543,7 @@ IF(DSOUND)
@@ -602,6 +602,7 @@ IF(DSOUND)
SET(BACKENDS "${BACKENDS} DirectSound \(linked\),")
SET(EXTRA_LIBS dsound ${EXTRA_LIBS})
ENDIF()

View File

@ -3,7 +3,7 @@
PKG := openal
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := e6d69db13ec15465b83a45ef89978e8a0f55beca
$(PKG)_CHECKSUM := 2c6aebeefaa010e5e318811506384dfb74bc0ee9
$(PKG)_SUBDIR := openal-soft-$($(PKG)_VERSION)
$(PKG)_FILE := openal-soft-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://kcat.strangesoft.net/openal-releases/$($(PKG)_FILE)