diff --git a/multimedia/video/rubberband/actions.py b/multimedia/video/rubberband/actions.py
index 50142805f3..a37f0b2d63 100644
--- a/multimedia/video/rubberband/actions.py
+++ b/multimedia/video/rubberband/actions.py
@@ -7,20 +7,19 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
+from pisi.actionsapi import mesontools
from pisi.actionsapi import get
JAVA_HOME = "/usr/lib/jvm/java-8-openjdk"
shelltools.export("JAVA_HOME", JAVA_HOME)
def setup():
- autotools.autoreconf("-vfi")
- autotools.configure()
+ mesontools.configure()
def build():
- autotools.make()
- autotools.make("jni")
+ mesontools.build()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
pisitools.dodoc("CHANGELOG", "COPYING", "README*")
diff --git a/multimedia/video/rubberband/pspec.xml b/multimedia/video/rubberband/pspec.xml
index 0a6303bd76..1cf2d29e0a 100644
--- a/multimedia/video/rubberband/pspec.xml
+++ b/multimedia/video/rubberband/pspec.xml
@@ -12,8 +12,9 @@
library
Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı
Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı
- https://github.com/breakfastquay/rubberband/archive/v1.8.2.tar.gz
+ https://github.com/breakfastquay/rubberband/archive/v3.2.0.tar.gz
+ meson
vamp-plugin-sdk-devel
libsamplerate-devel
libsndfile-devel
@@ -52,6 +53,13 @@
+
+ 2023-03-31
+ 3.2.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-03-10
1.8.2