diff --git a/multimedia/plugin/calf/actions.py b/multimedia/plugin/calf/actions.py
index 683b8a8180..79c5daba54 100644
--- a/multimedia/plugin/calf/actions.py
+++ b/multimedia/plugin/calf/actions.py
@@ -1,24 +1,26 @@
-#!/usr/bin/python
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import get
-from pisi.actionsapi import autotools
+from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-vif")
- autotools.configure()
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX='/usr' \
+ -DCMAKE_BUILD_TYPE='None' \
+ -DWANT_EXPERIMENTAL=ON")
def build():
- autotools.make()
+ cmaketools.make()
+
+#def check():
+ #cmaketools.make("test")
-def check():
- autotools.make("check")
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("COPYING", "README")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("README*", "COPYING")
diff --git a/multimedia/plugin/calf/pspec.xml b/multimedia/plugin/calf/pspec.xml
index 8247774bfc..2d0b4605c4 100644
--- a/multimedia/plugin/calf/pspec.xml
+++ b/multimedia/plugin/calf/pspec.xml
@@ -13,8 +13,9 @@
calf
an audio plug-in pack for LV2 and JACK environments
Calf Studio Gear is an audio plug-in pack for LV2 and JACK environments under LINUX operating systems. The suite contains lots of effects (delay, modulation, signal processing, filters, equalizers, dynamics, distortion and mastering effects), instruments (SF2 player, organ simulator and a monophonic synthesizer) and tools (analyzer, mono/stereo tools, crossovers). Calf Studio Gear aims for a professional audience.
- https://calf-studio-gear.org/files/calf-0.90.5.tar.gz
+ https://github.com/calf-studio-gear/calf/archive/refs/tags/0.90.7.tar.gz
+ cmake
atk-devel
lv2-devel
lash-devel
@@ -75,8 +76,8 @@
2025-04-30
- 0.90.5
- First release
+ 0.90.7
+ Version bump
Pisi Linux
admin@pisilinux.org