Skip to content

Commit

Permalink
bump(main/openal-soft): 1.24.1
Browse files Browse the repository at this point in the history
Rebase alc-alconfig.cpp.patch after the following upstream commit.
kcat/openal-soft@a2085cc
  • Loading branch information
termux-pacman-bot committed Nov 28, 2024
1 parent db918d7 commit 72e7ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/openal-soft/alc-alconfig.cpp.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
--- a/alc/alconfig.cpp
+++ b/alc/alconfig.cpp
@@ -383,13 +383,13 @@
@@ -384,13 +384,13 @@
void ReadALConfig()
{
namespace fs = std::filesystem;
- fs::path path{"/etc/openal/alsoft.conf"};
+ fs::path path{"@TERMUX_PREFIX@/etc/openal/alsoft.conf"};

TRACE("Loading config %s...\n", path.u8string().c_str());
TRACE("Loading config %s...\n", reinterpret_cast<const char*>(path.u8string().c_str()));
if(std::ifstream f{path}; f.is_open())
LoadConfigFromFile(f);

Expand Down
4 changes: 2 additions & 2 deletions packages/openal-soft/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Software implementation of the OpenAL API"
TERMUX_PKG_LICENSE="LGPL-2.0, BSD 3-Clause"
TERMUX_PKG_LICENSE_FILE="BSD-3Clause, COPYING"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.24.0"
TERMUX_PKG_VERSION="1.24.1"
TERMUX_PKG_SRCURL=https://github.com/kcat/openal-soft/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d3753f7aba798574ce2dc934e3c47dc655cd7a4652c038f2a860b0e81ff6d3dc
TERMUX_PKG_SHA256=e1b6ec960e00bfed3d480330274b0f102dc10e4ae0dbb70fd9db80d6978165b1
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology
TERMUX_PKG_DEPENDS="libc++"
Expand Down

0 comments on commit 72e7ea3

Please sign in to comment.