diff options
author | yuri <yuri@FreeBSD.org> | 2017-11-08 06:22:11 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-11-08 06:22:11 +0800 |
commit | c229c3cc5daca469900f9e5539bed53ef371a565 (patch) | |
tree | 2145d35885231db59db744e0b9a6c640899af19c /audio | |
parent | 3120e2b89c1a1651b3aa99ec916c83452bb8f8bd (diff) | |
download | freebsd-ports-gnome-c229c3cc5daca469900f9e5539bed53ef371a565.tar.gz freebsd-ports-gnome-c229c3cc5daca469900f9e5539bed53ef371a565.tar.zst freebsd-ports-gnome-c229c3cc5daca469900f9e5539bed53ef371a565.zip |
New port: audio/luppp: Live looping music creation tool
PR: 222440
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12954
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/luppp/Makefile | 40 | ||||
-rw-r--r-- | audio/luppp/distinfo | 3 | ||||
-rw-r--r-- | audio/luppp/pkg-descr | 6 |
4 files changed, 50 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f3bf6c08d20e..724a935de944 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -473,6 +473,7 @@ SUBDIR += lollypop SUBDIR += lpac SUBDIR += lua51-mpd + SUBDIR += luppp SUBDIR += lv2 SUBDIR += lv2file SUBDIR += lvtk diff --git a/audio/luppp/Makefile b/audio/luppp/Makefile new file mode 100644 index 000000000000..177e9aa28387 --- /dev/null +++ b/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> diff --git a/audio/luppp/distinfo b/audio/luppp/distinfo new file mode 100644 index 000000000000..5c712d4aac40 --- /dev/null +++ b/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 diff --git a/audio/luppp/pkg-descr b/audio/luppp/pkg-descr new file mode 100644 index 000000000000..14d522a9f146 --- /dev/null +++ b/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 |