diff options
author | Christopher Snowhill | 2024-03-26 21:19:42 -0700 |
---|---|---|
committer | Christopher Snowhill | 2024-03-26 21:19:42 -0700 |
commit | ddbc5ba07f6c8686805d4c398b3ed60e25d7e56e (patch) | |
tree | 7bbaa41e0cdce58d5ae172dbc7df631b44f9c576 | |
parent | 30b81e774d868148ef3550142fec7005fd09c5c5 (diff) | |
download | aur-ddbc5ba07f6c8686805d4c398b3ed60e25d7e56e.tar.gz |
Add libvgm plugin
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = deadbeef-plugins-kode54-git pkgdesc = A set of plugins for DeaDBeeF (Git version) - pkgver = r86.2bb75ba + pkgver = r91.1820899 pkgrel = 1 url = https://bitbucket.org/losnoco/deadbeef_plugins arch = x86_64 @@ -8,6 +8,7 @@ pkgbase = deadbeef-plugins-kode54-git license = LGPL2.1 license = ZLIB license = proprietary + makedepends = cmake depends = deadbeef depends = zlib depends = libbass @@ -1,6 +1,6 @@ # Maintainer: Christopher Snowhill <kode54@gmail.com> pkgname=deadbeef-plugins-kode54-git -pkgver=r86.2bb75ba +pkgver=r91.1820899 pkgrel=1 pkgdesc="A set of plugins for DeaDBeeF (Git version)" url="https://bitbucket.org/losnoco/deadbeef_plugins" @@ -9,6 +9,7 @@ license=('GPL2' 'LGPL2.1' 'ZLIB' 'proprietary') +makedepends=('cmake') depends=('deadbeef' 'zlib' 'libbass' 'libbassmidi' 'libbass_mpc' 'libbassflac' 'libbassopus' 'libbasswv' 'libopenmpt' 'vgmstream-git' 'libmgba') source=('git+https://bitbucket.org/losnoco/deadbeef_plugins.git') @@ -30,6 +31,7 @@ package() { make DESTDIR="$pkgdir" install + install -Dm644 libvgm/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING.libvgm" install -Dm644 midi/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING.midi" install -Dm644 openmpt/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING.openmpt" install -Dm644 vfs_fex/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING.vfs_fex" |