summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/openal-1-fixes.patch2
-rw-r--r--src/openal.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 155854e..5c8e67c 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/src/openal-1-fixes.patch b/src/openal-1-fixes.patch
index 93b2ab8..84ec078 100644
--- a/src/openal-1-fixes.patch
+++ b/src/openal-1-fixes.patch
@@ -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()
diff --git a/src/openal.mk b/src/openal.mk
index 8d16570..361643e 100644
--- a/src/openal.mk
+++ b/src/openal.mk
@@ -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)