Date: Wednesday, April 12, 2023 @ 22:31:28
Author: heftig
Revision: 1445042
archrelease: copy trunk to multilib-x86_64
Added:
lib32-openal/repos/multilib-x86_64/PKGBUILD
(from rev 1445041, lib32-openal/trunk/PKGBUILD)
Deleted:
lib32-openal/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 134 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 68 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 22:30:49 UTC (rev 1445041)
+++ PKGBUILD 2023-04-12 22:31:28 UTC (rev 1445042)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: Jason Chu <[email protected]>
-
-pkgbase=lib32-openal
-pkgname=(lib32-openal)
-pkgver=1.23.0
-pkgrel=1
-pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
-arch=(x86_64)
-url="https://github.com/kcat/openal-soft"
-license=(LGPL)
-depends=(
- lib32-gcc-libs
- openal
-)
-makedepends=(
- cmake
- git
- lib32-alsa-lib
- lib32-fluidsynth
- lib32-jack
- lib32-libpulse
- lib32-pipewire
- lib32-portaudio
- ninja
-)
-optdepends=(
- 'lib32-fluidsynth: MIDI rendering'
-)
-_commit=70c14cd560db819f180073052f4c2bfae5cf3c31 # tags/1.23.0
-source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd openal-soft
- git describe --tags | sed 's/^openal-soft-//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd openal-soft
-}
-
-build() {
- local cmake_options=(
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=None
- -DCMAKE_INSTALL_LIBDIR=lib32
- )
-
- export CC="gcc -m32 -mstackrealign"
- export CXX="g++ -m32 -mstackrealign"
- export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
- cmake -S openal-soft -B build -G Ninja "${cmake_options[@]}"
- cmake --build build
-}
-
-package_lib32-openal() {
- provides+=(libopenal.so)
-
- DESTDIR="$pkgdir" cmake --install build
- rm -rv "$pkgdir"/usr/{include,share,bin}
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: lib32-openal/repos/multilib-x86_64/PKGBUILD (from rev 1445041,
lib32-openal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 22:31:28 UTC (rev 1445042)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Jason Chu <[email protected]>
+
+pkgbase=lib32-openal
+pkgname=(
+ lib32-openal
+)
+pkgver=1.23.1
+pkgrel=1
+pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
+url="https://github.com/kcat/openal-soft"
+arch=(x86_64)
+license=(LGPL)
+depends=(
+ lib32-gcc-libs
+ openal
+)
+makedepends=(
+ cmake
+ git
+ lib32-alsa-lib
+ lib32-fluidsynth
+ lib32-jack
+ lib32-libpulse
+ lib32-pipewire
+ lib32-portaudio
+ ninja
+)
+optdepends=(
+ 'lib32-fluidsynth: MIDI rendering'
+)
+_commit=d3875f333fb6abe2f39d82caca329414871ae53b # tags/1.23.1
+source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd openal-soft
+ git describe --tags | sed 's/^openal-soft-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd openal-soft
+}
+
+build() {
+ local cmake_options=(
+ -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_BUILD_TYPE=None
+ -DCMAKE_INSTALL_LIBDIR=lib32
+ )
+
+ export CC="gcc -m32 -mstackrealign"
+ export CXX="g++ -m32 -mstackrealign"
+ export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+ cmake -S openal-soft -B build -G Ninja "${cmake_options[@]}"
+ cmake --build build
+}
+
+package_lib32-openal() {
+ provides+=(libopenal.so)
+
+ DESTDIR="$pkgdir" cmake --install build
+ rm -rv "$pkgdir"/usr/{include,share,bin}
+}
+
+# vim:set sw=2 sts=-1 et: