Date: Wed, 11 Jul 2018 04:13:45 +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: r474420 - in head/audio: . giada Message-ID: <201807110413.w6B4DjuX029109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jul 11 04:13:45 2018 New Revision: 474420 URL: https://svnweb.freebsd.org/changeset/ports/474420 Log: New port: audio/giada: Hardcore loop machine Added: head/audio/giada/ head/audio/giada/Makefile (contents, props changed) head/audio/giada/distinfo (contents, props changed) head/audio/giada/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Jul 11 00:33:21 2018 (r474419) +++ head/audio/Makefile Wed Jul 11 04:13:45 2018 (r474420) @@ -203,6 +203,7 @@ SUBDIR += gbsplay SUBDIR += gervill SUBDIR += ghostess + SUBDIR += giada SUBDIR += gimmix SUBDIR += gkrellmms2 SUBDIR += gkrellmvolume2 Added: head/audio/giada/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/giada/Makefile Wed Jul 11 04:13:45 2018 (r474420) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= giada +DISTVERSIONPREFIX= v +DISTVERSION= 0.15.1 +CATEGORIES= audio + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 6712086d9d64c95dbf919ac74d14ca2e40fe18a5.patch:-p1 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Hardcore loop machine + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libfltk.so:x11-toolkits/fltk \ + libfreetype.so:print/freetype2 \ + libjack.so:audio/jack \ + libjansson.so:devel/jansson \ + libpulse.so:audio/pulseaudio \ + librtmidi.so:audio/rtmidi \ + libsamplerate.so:audio/libsamplerate \ + libsndfile.so:audio/libsndfile + +USES= autoreconf gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= monocasual +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --target=freebsd +USE_XORG= x11 xext xft xpm + +PLIST_FILES= bin/giada + +.include <bsd.port.mk> Added: head/audio/giada/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/giada/distinfo Wed Jul 11 04:13:45 2018 (r474420) @@ -0,0 +1,5 @@ +TIMESTAMP = 1531281934 +SHA256 (monocasual-giada-v0.15.1_GH0.tar.gz) = 8eb70a38ed6a74ed42e301b72dd8bf6ecabbc4e000249d8e4c614959b0de5f3e +SIZE (monocasual-giada-v0.15.1_GH0.tar.gz) = 450292 +SHA256 (6712086d9d64c95dbf919ac74d14ca2e40fe18a5.patch) = 9f28ad585ca0a523c6e127db55638ef1e23d2c3c99814905f8b482294026ca6b +SIZE (6712086d9d64c95dbf919ac74d14ca2e40fe18a5.patch) = 16245 Added: head/audio/giada/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/giada/pkg-descr Wed Jul 11 04:13:45 2018 (r474420) @@ -0,0 +1,8 @@ +Giada is a free, minimal, hardcore audio tool for DJs, live performers and +electronic musicians. How does it work? Just pick up your channel, fill it +with samples or MIDI events and start the show by using this tiny piece of +software as a loop machine, drum machine, sequencer, live sampler or yet as +a plugin/effect host. Giada aims to be a compact and portable virtual device +for production use and live sets. + +WWW: https://www.giadamusic.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807110413.w6B4DjuX029109>