diff --git a/multimedia/video/rubberband/actions.py b/multimedia/video/rubberband/actions.py
index 3a619b2528..855fdf0e4f 100644
--- a/multimedia/video/rubberband/actions.py
+++ b/multimedia/video/rubberband/actions.py
@@ -6,13 +6,18 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- autotools.configure()
+ shelltools.export("JAVA_HOME", "/usr/lib/jvm/java-7-openjdk")
+
+ autotools.autoreconf("-vfi")
+ autotools.configure()
def build():
autotools.make()
+ autotools.make("jni")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/multimedia/video/rubberband/pspec.xml b/multimedia/video/rubberband/pspec.xml
index 83292e6932..631190cbab 100644
--- a/multimedia/video/rubberband/pspec.xml
+++ b/multimedia/video/rubberband/pspec.xml
@@ -12,13 +12,15 @@
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.1.tar.gz
+ https://github.com/breakfastquay/rubberband/archive/v1.8.2.tar.gz
vamp-plugin-sdk-devel
libsamplerate-devel
libsndfile-devel
ladspa-sdk-devel
fftw3-devel
+ jdk7-openjdk
+ fftw3-devel
@@ -50,6 +52,13 @@
+
+ 2020-01-18
+ 1.8.1
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-03
1.8.1