diff --git a/index.html b/index.html index 808bc5e7..6800c3a6 100644 --- a/index.html +++ b/index.html @@ -1700,7 +1700,7 @@ USE_OSGPLUGIN(<plugin2>) openal - 1.15 + 1.15.1 openal diff --git a/src/openal-1-fixes.patch b/src/openal-1-fixes.patch index 84ec078a..479b3caa 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 361643ed..fef98c8c 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)