Re-add port: audio/raul: Realtime modular synthesizer and/or effects processor
This commit is contained in:
parent
58e964bb94
commit
3b5f701163
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538372
6 changed files with 49 additions and 1 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -686,6 +686,7 @@
|
|||
SUBDIR += qsampler
|
||||
SUBDIR += qsynth
|
||||
SUBDIR += quimup
|
||||
SUBDIR += raul
|
||||
SUBDIR += rawrec
|
||||
SUBDIR += re
|
||||
SUBDIR += rebot3
|
||||
|
|
25
audio/raul/Makefile
Normal file
25
audio/raul/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
5
audio/raul/distinfo
Normal file
5
audio/raul/distinfo
Normal file
|
@ -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
|
3
audio/raul/pkg-descr
Normal file
3
audio/raul/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Real-time audio utility library
|
||||
|
||||
WWW: https://github.com/drobilla/raul
|
15
audio/raul/pkg-plist
Normal file
15
audio/raul/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue