Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2017 22:22:11 +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: r453707 - in head/audio: . luppp
Message-ID:  <201711072222.vA7MMBAc009766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov  7 22:22:11 2017
New Revision: 453707
URL: https://svnweb.freebsd.org/changeset/ports/453707

Log:
  New port: audio/luppp: Live looping music creation tool
  
  PR:		222440
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12954

Added:
  head/audio/luppp/
  head/audio/luppp/Makefile   (contents, props changed)
  head/audio/luppp/distinfo   (contents, props changed)
  head/audio/luppp/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Tue Nov  7 21:53:49 2017	(r453706)
+++ head/audio/Makefile	Tue Nov  7 22:22:11 2017	(r453707)
@@ -473,6 +473,7 @@
     SUBDIR += lollypop
     SUBDIR += lpac
     SUBDIR += lua51-mpd
+    SUBDIR += luppp
     SUBDIR += lv2
     SUBDIR += lv2file
     SUBDIR += lvtk

Added: head/audio/luppp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/luppp/Makefile	Tue Nov  7 22:22:11 2017	(r453707)
@@ -0,0 +1,40 @@
+# $FreeBSD$
+
+PORTNAME=	luppp
+DISTVERSIONPREFIX=	release-
+DISTVERSION=	1.1.1-15
+DISTVERSIONSUFFIX=	-gbe14f40
+CATEGORIES=	audio
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Live looping music creation tool
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libjack.so:audio/jack \
+		liblo.so:audio/liblo \
+		libntk.so:x11-toolkits/ntk \
+		libsamplerate.so:audio/libsamplerate \
+		libsndfile.so:audio/libsndfile
+
+USES=		cmake:outsource pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	openAVproductions
+GH_PROJECT=	openAV-Luppp
+USE_GNOME=	cairo
+USE_XORG=	x11
+
+PLIST_FILES=	bin/luppp
+
+post-patch:
+	@${REINPLACE_CMD} -e ' \
+		s|execute_process(COMMAND git log --oneline -n1|execute_process(COMMAND echo "n/a"|' \
+		${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e ' \
+		s| -O3||; \
+		s| -g||; \
+		s|"x86_64"|"amd64"|' \
+		${WRKSRC}/src/CMakeLists.txt
+
+.include <bsd.port.mk>

Added: head/audio/luppp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/luppp/distinfo	Tue Nov  7 22:22:11 2017	(r453707)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1509828196
+SHA256 (openAVproductions-openAV-Luppp-release-1.1.1-15-gbe14f40_GH0.tar.gz) = 9d9462de18b7a11d1d65ac4d283464202b971aea26eb8311c5e6fe3c2f4507b7
+SIZE (openAVproductions-openAV-Luppp-release-1.1.1-15-gbe14f40_GH0.tar.gz) = 473228

Added: head/audio/luppp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/luppp/pkg-descr	Tue Nov  7 22:22:11 2017	(r453707)
@@ -0,0 +1,6 @@
+Luppp is a music creation tool, intended for live use. The focus is on real
+time processing and a fast and intuitive workflow. With extensive MIDI mapping
+support, you can get looping just how you like! Luppp was formally announced
+at the Linux Audio Conference 2012 at CCRMA, Stanford University.
+
+WWW: http://openavproductions.com/luppp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711072222.vA7MMBAc009766>