Skip to content

Commit c157319

Browse files
committed
Fix calf-git lv2 compile problem on archlinux
1 parent 217e483 commit c157319

File tree

12 files changed

+6
-1055
lines changed

12 files changed

+6
-1055
lines changed

PKGBUILDs/calf-git/PKGBUILD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_pkgname=calf
66
pkgname="${_pkgname}-git"
7-
pkgver=0.0.60.r2413.38d1b2b5
7+
pkgver=0.90.1.r2534.e5c08dc2
88
pkgrel=1
99
pkgdesc="LV2/JACK audio plug-ins for musicians (git version)"
1010
arch=('armv7h' 'i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('fluidsynth' 'lv2-git')
1414
makedepends=('git')
1515
provides=("${_pkgname}")
1616
conflicts=("${_pkgname}")
17-
install="$pkgname.install"
17+
#install="$pkgname.install"
1818
source=("${_pkgname}::git+https://github.com/calf-studio-gear/calf")
1919
md5sums=('SKIP')
2020

@@ -28,6 +28,10 @@ pkgver() {
2828

2929
build() {
3030
cd "${srcdir}/${_pkgname}"
31+
32+
# fix for archlinux package naming and version problem
33+
sed -i 's/lv2core >= 6/lv2 >= 1.15/' configure
34+
3135
./autogen.sh \
3236
--prefix="/usr" \
3337
--enable-static=no \

PKGBUILDs/opendspd/app-data/djing/mixxx/broadcast_profiles/Connection 1.bcp.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

PKGBUILDs/opendspd/app-data/djing/mixxx/controllers/Midi_Through_Port-0.midi.xml

Lines changed: 0 additions & 280 deletions
This file was deleted.

PKGBUILDs/opendspd/app-data/djing/mixxx/effects.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)