summaryrefslogtreecommitdiff
path: root/deadbeef-plugin-lyricbar-git/PKGBUILD
diff options
context:
space:
mode:
authorDeposite Pirate2026-05-14 00:08:24 +0000
committerDeposite Pirate2026-05-14 00:08:24 +0000
commit7a662474e2597db2f2e07e7315aca4f7ee106ee4 (patch)
tree779a6b9c818ce74b599301aed6bdeb019e7eb7ba /deadbeef-plugin-lyricbar-git/PKGBUILD
parent34195fad9eb64e07e340048586e0348c49dce4c4 (diff)
Bump.
modified: deadbeef-plugin-lyricbar-git/.SRCINFO modified: deadbeef-plugin-lyricbar-git/PKGBUILD modified: deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch
Diffstat (limited to 'deadbeef-plugin-lyricbar-git/PKGBUILD')
-rw-r--r--deadbeef-plugin-lyricbar-git/PKGBUILD24
1 files changed, 10 insertions, 14 deletions
diff --git a/deadbeef-plugin-lyricbar-git/PKGBUILD b/deadbeef-plugin-lyricbar-git/PKGBUILD
index 2818478..cb94ead 100644
--- a/deadbeef-plugin-lyricbar-git/PKGBUILD
+++ b/deadbeef-plugin-lyricbar-git/PKGBUILD
@@ -4,21 +4,20 @@
_pkgname=deadbeef-lyricbar
pkgname=deadbeef-plugin-lyricbar-git
-pkgver=r80.ga1b2dba
-pkgrel=4
+pkgver=r195.gf6b939b
+pkgrel=1
pkgdesc="DeaDBeeF lyric bar plugin"
arch=('i686' 'x86_64')
-url="https://github.com/loskutov/deadbeef-lyricbar"
+url="https://github.com/AsVHEn/deadbeef-lyricbar"
license=('MIT')
-depends=('deadbeef' 'libxml++')
provides=('deadbeef-plugin-lyricbar')
conflicts=('deadbeef-plugin-lyricbar')
-optdepends=('gtkmm3' 'gtkmm')
-makedepends=('git' 'pkgconf' 'gtkmm3' 'gtkmm')
+depends=('deadbeef' 'gtkmm3' 'curl')
+makedepends=('git' 'pkgconf' 'taglib')
source=("${_pkgname}::git+${url}"
"${_pkgname}-makefile.patch")
sha256sums=('SKIP'
- '205abce61bf4bb4a1a59bcac3a440a88904d688846d21eedb5ea6f73f4415f97')
+ 'c78f6e9e84c4ea09f0e31609e434928ac16a6b7a01cec22ac8b86905743bd3f0')
pkgver() {
cd "${_pkgname}"
@@ -32,18 +31,15 @@ prepare() {
# Arch compile FLAGS
patch -p1 -i ../${_pkgname}-makefile.patch
+
+ # Fucked up Makefile
+ glib-compile-resources --generate-source src/resources.xml
+ glib-compile-resources --generate-header src/resources.xml
}
build() {
cd "${_pkgname}"
- # Fix GCC14
- export CFLAGS+=" -Wno-incompatible-pointer-types"
- export CXXFLAGS+=" -Wno-incompatible-pointer-types"
- make COPTS="${CFLAGS}" CXXOPTS="${CXXFLAGS}" gtk2
- mv ddb_lyricbar_gtk2.so ddb_lyricbar_gtk2.so.save
- make clean
make COPTS="${CFLAGS}" CXXOPTS="${CXXFLAGS}"
- mv ddb_lyricbar_gtk2.so.save ddb_lyricbar_gtk2.so
}
package() {