summaryrefslogtreecommitdiff
path: root/deadbeef-plugin-medialib-git/PKGBUILD
diff options
context:
space:
mode:
authorDeposite Pirate2023-09-26 17:17:01 +0200
committerDeposite Pirate2023-09-26 17:17:01 +0200
commit20c39ea00be04f0578c6647832ffd9a0b0f44307 (patch)
treeb3288bbe1283c09ee3856a9849b4f0331ab2d964 /deadbeef-plugin-medialib-git/PKGBUILD
parent9f64fdb991234dcbec1452bd043bca140e28feb5 (diff)
* Fix dependencies and license
modified: deadbeef-plugin-medialib-git/.SRCINFO modified: deadbeef-plugin-medialib-git/PKGBUILD
Diffstat (limited to 'deadbeef-plugin-medialib-git/PKGBUILD')
-rw-r--r--deadbeef-plugin-medialib-git/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/deadbeef-plugin-medialib-git/PKGBUILD b/deadbeef-plugin-medialib-git/PKGBUILD
index 3f82009..0c614da 100644
--- a/deadbeef-plugin-medialib-git/PKGBUILD
+++ b/deadbeef-plugin-medialib-git/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=ddb_medialib
pkgname=deadbeef-plugin-medialib-git
pkgver=r108.g0557ac1
-pkgrel=1
+pkgrel=2
pkgdesc="DeaDBeeF media library plugin"
arch=('i686' 'x86_64')
url="https://github.com/sgomin/ddb_medialib"
-license=('custom')
-depends=('deadbeef' 'gtkmm3' 'boost')
-makedepends=('git')
+license=('unknown')
+depends=('deadbeef' 'gtkmm3' 'boost-libs')
+makedepends=('git' 'boost')
source=("${_pkgname}::git+https://github.com/sgomin/${_pkgname}"
"${_pkgname}-makefile.patch")
sha256sums=('SKIP'
@@ -33,7 +33,8 @@ prepare() {
build() {
cd "${_pkgname}"
- make COPT="-fomit-frame-pointer" CXXOPT="-fomit-frame-pointer"
+ CUSTOMFLAGS="-fomit-frame-pointer"
+ make COPT="${CUSTOMFLAGS}" CXXOPT="${CUSTOMFLAGS}"
}
package() {