[arch-commits] Commit in openal/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Dec 6 20:18:42 UTC 2019


    Date: Friday, December 6, 2019 @ 20:18:41
  Author: heftig
Revision: 370487

fix deps

Modified:
  openal/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 20:17:17 UTC (rev 370486)
+++ PKGBUILD	2019-12-06 20:18:41 UTC (rev 370487)
@@ -10,9 +10,12 @@
 arch=(x86_64)
 url="https://github.com/kcat/openal-soft"
 license=(LGPL)
-depends=(glibc)
+depends=(gcc-libs)
 makedepends=(alsa-lib libpulse fluidsynth portaudio jack qt5-base sdl2 sdl_sound
              ffmpeg libmysofa git cmake)
+optdepends=('qt5-base: alsoft-config GUI Configurator'
+            'fluidsynth: MIDI rendering'
+            'libmysofa: makemhr tool')
 _commit=c0cf323e1d56ce605e90927324d2fdafcfbb564a  # tags/openal-soft-1.20.0
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit"
         sdl_sound.diff)
@@ -40,10 +43,6 @@
 }
 
 package_openal() {
-  optdepends=('qt5-base: alsoft-config GUI Configurator'
-              'fluidsynth: MIDI rendering'
-              'libmysofa: makemhr tool')
-
   DESTDIR="$pkgdir" cmake --build build --target install
   install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*
 
@@ -60,5 +59,6 @@
 package_openal-examples() {
   pkgdesc+=" (example programs)"
   depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+  optdepends=()
   mv examples/* "$pkgdir"
 }



More information about the arch-commits mailing list