summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-07-05 19:55:31 +0200
committerMichael Laß2023-07-05 19:56:06 +0200
commit199f3ca9b04e9e7d059bc50198ea16cac3707184 (patch)
tree417d95b0422ad885babbd8b69e01afcfddeed43a
parentd898f20d8a59b9600316d876981035ee2f48d21b (diff)
downloadaur-199f3ca9b04e9e7d059bc50198ea16cac3707184.tar.gz
Remove workaround for Qt 6.5
With drumstick 2.8.0, the underlying issue is now fixed.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14bf7ca88157..0e0866144cdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mp-sonivoxeas
pkgdesc = Multiplatform Sonivox EAS for Qt
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pedrolcl/multiplatform-sonivoxeas
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index b13fc3dd6c87..5bf4987b709e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mp-sonivoxeas
_pkgname=multiplatform-sonivoxeas
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Multiplatform Sonivox EAS for Qt"
arch=(x86_64)
url="https://github.com/pedrolcl/${_pkgname}"
@@ -17,10 +17,6 @@ source=("https://github.com/pedrolcl/${_pkgname}/archive/refs/tags/v${pkgver}.ta
sha256sums=('91cfb33602c833d366b3e51bf00d15bd69d719d397a20a1109aeff2f6422e0e8')
build() {
-
- # https://github.com/pedrolcl/drumstick/issues/12
- export CXXFLAGS+=" -D DRUMSTICK_EXPORT=\"__attribute__((visibility(\\\"default\\\")))\""
-
cmake -B build -S "$_pkgname-$pkgver" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \