diff --git a/MOVED b/MOVED index 8352fa012d48..13bf6be0202c 100644 --- a/MOVED +++ b/MOVED @@ -14467,7 +14467,6 @@ devel/py-Products.LDAPUserFolder||2020-03-20|Has expired: Old, uses EOLed python devel/py-zLOG||2020-03-20|Has expired: Old, uses EOLed python27 textproc/py-ltxml||2020-03-20|Has expired: Unmaintained, uses EOLed python27 x11-toolkits/flowcanvas||2020-03-20|Has expired: Unmaintained, uses EOLed python27 -audio/raul||2020-03-20|Has expired: Unmaintained, uses EOLed python27 audio/py-vorbis||2020-03-20|Has expired: Unmaintained, uses EOLed python27 databases/py-cdb||2020-03-20|Has expired: Unmaintained, uses EOLed python27 devel/py-libplist||2020-03-20|Has expired: Unmaintained, uses EOLed python27 diff --git a/audio/Makefile b/audio/Makefile index 07d6a79fdaa8..503c98ddcf70 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -686,6 +686,7 @@ SUBDIR += qsampler SUBDIR += qsynth SUBDIR += quimup + SUBDIR += raul SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 diff --git a/audio/raul/Makefile b/audio/raul/Makefile new file mode 100644 index 000000000000..311515594f58 --- /dev/null +++ b/audio/raul/Makefile @@ -0,0 +1,25 @@ +# Created by: Edward Tomasz Napierala +# $FreeBSD$ + +PORTNAME= raul +PORTVERSION= 0.8.0.20191209 +CATEGORIES= audio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Realtime modular synthesizer and/or effects processor + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + ${LOCALBASE}/include/fftw3.h:math/fftw3 + +USES= waf +USE_GITHUB= yes +GH_ACCOUNT= drobilla +GH_TAGNAME= e87bb398f025912fb989a09f1450b838b251aea1 +GH_TUPLE= drobilla:autowaf:c87cc53:waflib/waflib + +NO_ARCH= yes + +.include diff --git a/audio/raul/distinfo b/audio/raul/distinfo new file mode 100644 index 000000000000..9604db0d9c40 --- /dev/null +++ b/audio/raul/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1591762352 +SHA256 (drobilla-raul-0.8.0.20191209-e87bb398f025912fb989a09f1450b838b251aea1_GH0.tar.gz) = 850eafab4d6d3a59e44f32a56def0eb74a08df795e89bc0937471cd4f9a9f8c4 +SIZE (drobilla-raul-0.8.0.20191209-e87bb398f025912fb989a09f1450b838b251aea1_GH0.tar.gz) = 64634 +SHA256 (drobilla-autowaf-c87cc53_GH0.tar.gz) = afbe40c105255204e753db25b3e08c1cf9869aeea8c28dbf530224311ffe8a3c +SIZE (drobilla-autowaf-c87cc53_GH0.tar.gz) = 376104 diff --git a/audio/raul/pkg-descr b/audio/raul/pkg-descr new file mode 100644 index 000000000000..1692e1a5f44b --- /dev/null +++ b/audio/raul/pkg-descr @@ -0,0 +1,3 @@ +Real-time audio utility library + +WWW: https://github.com/drobilla/raul diff --git a/audio/raul/pkg-plist b/audio/raul/pkg-plist new file mode 100644 index 000000000000..4b729c314906 --- /dev/null +++ b/audio/raul/pkg-plist @@ -0,0 +1,15 @@ +include/raul-1/raul/Array.hpp +include/raul-1/raul/Deletable.hpp +include/raul-1/raul/DoubleBuffer.hpp +include/raul-1/raul/Exception.hpp +include/raul-1/raul/Maid.hpp +include/raul-1/raul/Noncopyable.hpp +include/raul-1/raul/Path.hpp +include/raul-1/raul/Process.hpp +include/raul-1/raul/RingBuffer.hpp +include/raul-1/raul/Semaphore.hpp +include/raul-1/raul/Socket.hpp +include/raul-1/raul/Symbol.hpp +include/raul-1/raul/TimeSlice.hpp +include/raul-1/raul/TimeStamp.hpp +libdata/pkgconfig/raul-1.pc