Package Details: libadlmidi-git v1.4.0.1.r99.g4995b83-1

Git Clone URL: https://aur.archlinux.org/libadlmidi-git.git (read-only, click to copy)
Package Base: libadlmidi-git
Description: A MIDI play library with OPL3 (YMF262) emulator
Upstream URL: https://github.com/Wohlstand/libADLMIDI
Licenses: LGPL3
Conflicts: libadlmidi
Provides: libadlmidi
Submitter: jpcima
Maintainer: jpcima (Chromaryu)
Last Packager: jpcima
Votes: 2
Popularity: 0.000000
First Submitted: 2018-04-08 07:00 (UTC)
Last Updated: 2019-02-12 06:49 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

kode54 commented on 2026-05-21 06:52 (UTC)

devtools also recommends different dependencies.

diff --git a/PKGBUILD b/PKGBUILD
index cb61841..3b8820f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer: JP Cimalando <jp-dev inbox.ru>
 pkgname=libadlmidi-git
 _pkgname=libADLMIDI
-pkgver=v1.4.0.1.r99.g4995b83
+pkgver=v1.6.1.r201.g630f849
 pkgrel=1
 epoch=
 pkgdesc="A MIDI play library with OPL3 (YMF262) emulator"
 arch=('x86_64')
 url="https://github.com/Wohlstand/libADLMIDI"
-license=('LGPL3')
+license=('LGPL-2.1-or-later' 'GPL-2.0-or-later' 'GPL-3.0-or-later' 'MIT')
 groups=()
-depends=('sdl2')
+depends=('alsa-lib' 'libgcc' 'libstdc++')
 makedepends=('git' 'cmake')
 checkdepends=()
 optdepends=()
@@ -49,4 +49,6 @@ build() {
 package() {
   cd "$_pkgname/build"
   make DESTDIR="$pkgdir/" install
+  cd ..
+  install -D -m644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE LICENSE.*.txt
 }

And licenses field, and bundling the license files per what it says about infrequently used license types such as MIT.

DJQmUKV commented on 2026-05-20 01:10 (UTC)

since upstream commit acd361e, alsa-lib dependency is needed.