Date: Wed, 10 Jun 2020 05:56:28 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538373 - in head/audio: . ganv Message-ID: <202006100556.05A5uShE099671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jun 10 05:56:28 2020 New Revision: 538373 URL: https://svnweb.freebsd.org/changeset/ports/538373 Log: New port: audio/ganv: Realtime modular synthesizer and/or effects processor Added: head/audio/ganv/ head/audio/ganv/Makefile (contents, props changed) head/audio/ganv/distinfo (contents, props changed) head/audio/ganv/pkg-descr (contents, props changed) head/audio/ganv/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Jun 10 05:55:30 2020 (r538372) +++ head/audio/Makefile Wed Jun 10 05:56:28 2020 (r538373) @@ -204,6 +204,7 @@ SUBDIR += freedesktop-sound-theme SUBDIR += freepats SUBDIR += funktrackergold + SUBDIR += ganv SUBDIR += gbemol SUBDIR += gbsplay SUBDIR += geonkick-lv2 Added: head/audio/ganv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ganv/Makefile Wed Jun 10 05:56:28 2020 (r538373) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ganv +PORTVERSION= 1.6.0 +CATEGORIES= audio +MASTER_SITES= https://download.drobilla.net/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Realtime modular synthesizer and/or effects processor + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libcgraph.so:graphics/graphviz \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gettext-runtime gnome pkgconfig waf tar:bz2 +USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm +USE_LDCONFIG= yes + +post-install: + @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/ganv_bench lib/libganv-1.so.1.6.0 + +.include <bsd.port.mk> Added: head/audio/ganv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ganv/distinfo Wed Jun 10 05:56:28 2020 (r538373) @@ -0,0 +1,3 @@ +TIMESTAMP = 1591763395 +SHA256 (ganv-1.6.0.tar.bz2) = d46075c49142925ecd04419a0727aa035eed8ad4902c2899cce097944613335e +SIZE (ganv-1.6.0.tar.bz2) = 377068 Added: head/audio/ganv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ganv/pkg-descr Wed Jun 10 05:56:28 2020 (r538373) @@ -0,0 +1,4 @@ +Ganv is an interactive Gtk canvas widget for graph-based interfaces (patchers, +modular synthesizers, finite state automata, interactive graphs, etc). + +WWW: https://drobilla.net/software/ganv Added: head/audio/ganv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ganv/pkg-plist Wed Jun 10 05:56:28 2020 (r538373) @@ -0,0 +1,29 @@ +bin/ganv_bench +include/ganv-1/ganv/Box.hpp +include/ganv-1/ganv/Canvas.hpp +include/ganv-1/ganv/Circle.hpp +include/ganv-1/ganv/Edge.hpp +include/ganv-1/ganv/Item.hpp +include/ganv-1/ganv/Module.hpp +include/ganv-1/ganv/Node.hpp +include/ganv-1/ganv/Port.hpp +include/ganv-1/ganv/box.h +include/ganv-1/ganv/canvas.h +include/ganv-1/ganv/circle.h +include/ganv-1/ganv/edge.h +include/ganv-1/ganv/ganv.h +include/ganv-1/ganv/ganv.hpp +include/ganv-1/ganv/group.h +include/ganv-1/ganv/item.h +include/ganv-1/ganv/module.h +include/ganv-1/ganv/node.h +include/ganv-1/ganv/port.h +include/ganv-1/ganv/text.h +include/ganv-1/ganv/types.h +include/ganv-1/ganv/types.hpp +include/ganv-1/ganv/widget.h +include/ganv-1/ganv/wrap.hpp +lib/libganv-1.so +lib/libganv-1.so.1 +lib/libganv-1.so.1.6.0 +libdata/pkgconfig/ganv-1.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006100556.05A5uShE099671>