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,39 @@ +# $FreeBSD$ + +PORTNAME= luppp +DISTVERSIONPREFIX= release- +DISTVERSION= 1.1.1 +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 Index: audio/luppp/distinfo =================================================================== --- /dev/null +++ audio/luppp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1505765323 +SHA256 (openAVproductions-openAV-Luppp-release-1.1.1_GH0.tar.gz) = 9b508644682e5296e8f4be882a871704291bc14281a29e704072145ab34cf825 +SIZE (openAVproductions-openAV-Luppp-release-1.1.1_GH0.tar.gz) = 468422 Index: audio/luppp/files/patch-src_CMakeLists.txt =================================================================== --- /dev/null +++ audio/luppp/files/patch-src_CMakeLists.txt @@ -0,0 +1,21 @@ +--- src/CMakeLists.txt.orig 2017-09-19 03:30:36 UTC ++++ src/CMakeLists.txt +@@ -6,14 +6,14 @@ message( STATUS "Architecture: ${ARCHIT + # Find depend libraries + find_package(PkgConfig) + +-pkg_check_modules(CAIRO cairo REQUIRED) +-include_directories( ${CAIRO_INCLUDE_DIRS} ) +-link_directories ( ${CAIRO_LIBRARY_DIRS} ) +- + pkg_check_modules(NTK ntk REQUIRED) + include_directories( ${NTK_INCLUDE_DIRS} ) + link_directories ( ${NTK_LIBRARY_DIRS} ) + ++pkg_check_modules(CAIRO cairo REQUIRED) ++include_directories( ${CAIRO_INCLUDE_DIRS} ) ++link_directories ( ${CAIRO_LIBRARY_DIRS} ) ++ + pkg_check_modules(LIBLO liblo REQUIRED) + include_directories( ${LIBLO_INCLUDE_DIRS} ) + link_directories ( ${LIBLO_LIBRARY_DIRS} ) 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