From owner-svn-ports-all@freebsd.org Wed Jun 10 05:55:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5852A329DF6; Wed, 10 Jun 2020 05:55:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49hbnJ1fJJz4kMf; Wed, 10 Jun 2020 05:55:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33DBA21D6C; Wed, 10 Jun 2020 05:55:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05A5tWMd099456; Wed, 10 Jun 2020 05:55:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05A5tU0e099450; Wed, 10 Jun 2020 05:55:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006100555.05A5tU0e099450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 10 Jun 2020 05:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538372 - in head: . audio audio/raul X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . audio audio/raul X-SVN-Commit-Revision: 538372 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 05:55:32 -0000 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@FreeBSD.org -COMMENT= C++ utility library primarily aimed at audio/musical applications +MAINTAINER= yuri@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 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