Page MenuHomeFreeBSD

D12954.diff
No OneTemporary

D12954.diff

Index: audio/Makefile
===================================================================
--- audio/Makefile
+++ audio/Makefile
@@ -472,6 +472,7 @@
SUBDIR += lollypop
SUBDIR += lpac
SUBDIR += lua51-mpd
+ SUBDIR += luppp
SUBDIR += lv2
SUBDIR += lv2file
SUBDIR += lvtk
Index: audio/luppp/Makefile
===================================================================
--- /dev/null
+++ audio/luppp/Makefile
@@ -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>
Index: audio/luppp/distinfo
===================================================================
--- /dev/null
+++ audio/luppp/distinfo
@@ -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
Index: audio/luppp/pkg-descr
===================================================================
--- /dev/null
+++ audio/luppp/pkg-descr
@@ -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

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 11:40 AM (11 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15604352
Default Alt Text
D12954.diff (2 KB)

Event Timeline