svn commit: r538372 - in head: . audio audio/raul

Yuri Victorovich yuri at FreeBSD.org
Wed Jun 10 05:55:32 UTC 2020


Author: yuri
Date: Wed Jun 10 05:55:30 2020
New Revision: 538372
URL: https://svnweb.freebsd.org/changeset/ports/538372

Log:
  Re-add port: audio/raul: Realtime modular synthesizer and/or effects processor

Added:
  head/audio/raul/
     - copied from r528756, head/audio/raul/
Modified:
  head/MOVED
  head/audio/Makefile
  head/audio/raul/Makefile
  head/audio/raul/distinfo
  head/audio/raul/pkg-descr
  head/audio/raul/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jun 10 05:53:35 2020	(r538371)
+++ head/MOVED	Wed Jun 10 05:55:30 2020	(r538372)
@@ -14467,7 +14467,6 @@ devel/py-Products.LDAPUserFolder||2020-03-20|Has expir
 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

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Wed Jun 10 05:53:35 2020	(r538371)
+++ head/audio/Makefile	Wed Jun 10 05:55:30 2020	(r538372)
@@ -686,6 +686,7 @@
     SUBDIR += qsampler
     SUBDIR += qsynth
     SUBDIR += quimup
+    SUBDIR += raul
     SUBDIR += rawrec
     SUBDIR += re
     SUBDIR += rebot3

Modified: head/audio/raul/Makefile
==============================================================================
--- head/audio/raul/Makefile	Fri Mar 20 02:30:24 2020	(r528756)
+++ head/audio/raul/Makefile	Wed Jun 10 05:55:30 2020	(r538372)
@@ -2,35 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	raul
-PORTVERSION=	0.8.0
-PORTREVISION=	15
+PORTVERSION=	0.8.0.20191209
 CATEGORIES=	audio
-MASTER_SITES=	http://download.drobilla.net/
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	C++ utility library primarily aimed at audio/musical applications
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Realtime modular synthesizer and/or effects processor
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Unmaintained, uses EOLed python27
-EXPIRATION_DATE=	2020-03-19
+BUILD_DEPENDS=	lv2>0:audio/lv2 \
+		${LOCALBASE}/include/fftw3.h:math/fftw3
 
-LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
+USES=		waf
+USE_GITHUB=	yes
+GH_ACCOUNT=	drobilla
+GH_TAGNAME=	e87bb398f025912fb989a09f1450b838b251aea1
+GH_TUPLE=	drobilla:autowaf:c87cc53:waflib/waflib
 
-USES=		gnome pkgconfig python:2.7,build tar:bzip2 waf
-USE_GNOME=	glib20
-USE_LDCONFIG=	yes
-
-CFLAGS+=	-I${LOCALBASE}/include
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		"s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \
-		 s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \
-			${WRKSRC}/autowaf/autowaf.py
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/audio/raul/distinfo
==============================================================================
--- head/audio/raul/distinfo	Fri Mar 20 02:30:24 2020	(r528756)
+++ head/audio/raul/distinfo	Wed Jun 10 05:55:30 2020	(r538372)
@@ -1,2 +1,5 @@
-SHA256 (raul-0.8.0.tar.bz2) = 0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
-SIZE (raul-0.8.0.tar.bz2) = 155450
+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

Modified: head/audio/raul/pkg-descr
==============================================================================
--- head/audio/raul/pkg-descr	Fri Mar 20 02:30:24 2020	(r528756)
+++ head/audio/raul/pkg-descr	Wed Jun 10 05:55:30 2020	(r538372)
@@ -1,6 +1,3 @@
-Raul (Realtime Audio Utility Library) is a C++ utility library
-primarily aimed at audio/musical applications.
+Real-time audio utility library
 
-It is used by Ingen, Patchage, and Machina.
-
-WWW: http://drobilla.net/software/raul/
+WWW: https://github.com/drobilla/raul

Modified: head/audio/raul/pkg-plist
==============================================================================
--- head/audio/raul/pkg-plist	Fri Mar 20 02:30:24 2020	(r528756)
+++ head/audio/raul/pkg-plist	Wed Jun 10 05:55:30 2020	(r538372)
@@ -1,43 +1,15 @@
-include/raul/Array.hpp
-include/raul/ArrayStack.hpp
-include/raul/Atom.hpp
-include/raul/AtomLiblo.hpp
-include/raul/AtomRDF.hpp
-include/raul/AtomicInt.hpp
-include/raul/AtomicPtr.hpp
-include/raul/Configuration.hpp
-include/raul/Deletable.hpp
-include/raul/DoubleBuffer.hpp
-include/raul/EventRingBuffer.hpp
-include/raul/IntrusivePtr.hpp
-include/raul/List.hpp
-include/raul/ListImpl.hpp
-include/raul/MIDISink.hpp
-include/raul/Maid.hpp
-include/raul/Path.hpp
-include/raul/PathTable.hpp
-include/raul/Process.hpp
-include/raul/Quantizer.hpp
-include/raul/RingBuffer.hpp
-include/raul/SMFReader.hpp
-include/raul/SMFWriter.hpp
-include/raul/SRMWQueue.hpp
-include/raul/SRSWQueue.hpp
-include/raul/Semaphore.hpp
-include/raul/SharedPtr.hpp
-include/raul/Slave.hpp
-include/raul/Symbol.hpp
-include/raul/Table.hpp
-include/raul/TableImpl.hpp
-include/raul/Thread.hpp
-include/raul/TimeSlice.hpp
-include/raul/TimeStamp.hpp
-include/raul/URI.hpp
-include/raul/WeakPtr.hpp
-include/raul/log.hpp
-include/raul/midi_events.h
-include/raul/midi_names.h
-lib/libraul.so
-lib/libraul.so.10
-lib/libraul.so.10.0.0
-libdata/pkgconfig/raul.pc
+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


More information about the svn-ports-all mailing list