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 808bc5e..6800c3a 100644
--- a/index.html
+++ b/index.html
@@ -1700,7 +1700,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="openal-package">openal</td>
- <td id="openal-version">1.15</td>
+ <td id="openal-version">1.15.1</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 84ec078..479b3ca 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
-@@ -602,6 +602,7 @@ IF(DSOUND)
+@@ -603,6 +603,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 361643e..fef98c8 100644
--- a/src/openal.mk
+++ b/src/openal.mk
@@ -3,7 +3,7 @@
PKG := openal
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 2c6aebeefaa010e5e318811506384dfb74bc0ee9
+$(PKG)_CHECKSUM := a0e73a46740c52ccbde38a3912c5b0fd72679ec8
$(PKG)_SUBDIR := openal-soft-$($(PKG)_VERSION)
$(PKG)_FILE := openal-soft-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://kcat.strangesoft.net/openal-releases/$($(PKG)_FILE)