FreeBSD Bugzilla – Attachment 186528 Details for
Bug 222440
[NEW PORT] audio/luppp: Live looping music creation tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar
luppp.shar (text/plain), 3.29 KB, created by
Yuri Victorovich
on 2017-09-19 03:51:17 UTC
(
hide
)
Description:
shar
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-09-19 03:51:17 UTC
Size:
3.29 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># audio/luppp ># audio/luppp/Makefile ># audio/luppp/distinfo ># audio/luppp/pkg-descr ># audio/luppp/files ># audio/luppp/files/patch-src_CMakeLists.txt ># >echo c - audio/luppp >mkdir -p audio/luppp > /dev/null 2>&1 >echo x - audio/luppp/Makefile >sed 's/^X//' >audio/luppp/Makefile << 'a70839fb151837ddaecf4d328f87da5d' >X# Created by: Yuri Victorovich <yuri@rawbw.com> >X# $FreeBSD$ >X >XPORTNAME= luppp >XPORTVERSION= 1.1.1 >XDISTVERSIONPREFIX= release- >XCATEGORIES= audio >X >XMAINTAINER= yuri@rawbw.com >XCOMMENT= Live looping music creation tool >X >XLICENSE= GPLv3 >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XLIB_DEPENDS= libntk.so:x11-toolkits/ntk \ >X liblo.so:audio/liblo \ >X libjack.so:audio/jack \ >X libsamplerate.so:audio/libsamplerate \ >X libsndfile.so:audio/libsndfile >X >XUSES= cmake pkgconfig >XUSE_GITHUB= yes >XGH_ACCOUNT= openAVproductions >XGH_PROJECT= openAV-Luppp >XUSE_XORG= x11 >XUSE_GNOME= cairo >X >XPLIST_FILES= bin/luppp >X >Xpost-patch: >X @${REINPLACE_CMD} -e ' \ >X s|execute_process(COMMAND git log --oneline -n1|execute_process(COMMAND echo "n/a"|' \ >X ${WRKSRC}/CMakeLists.txt >X @${REINPLACE_CMD} -e ' \ >X s| -O3||; \ >X s| -g||; \ >X s|"x86_64"|"amd64"|' \ >X ${WRKSRC}/src/CMakeLists.txt >X >X.include <bsd.port.mk> >a70839fb151837ddaecf4d328f87da5d >echo x - audio/luppp/distinfo >sed 's/^X//' >audio/luppp/distinfo << 'b7d4922ebd60218b53f3e67e2d75858a' >XTIMESTAMP = 1505765323 >XSHA256 (openAVproductions-openAV-Luppp-release-1.1.1_GH0.tar.gz) = 9b508644682e5296e8f4be882a871704291bc14281a29e704072145ab34cf825 >XSIZE (openAVproductions-openAV-Luppp-release-1.1.1_GH0.tar.gz) = 468422 >b7d4922ebd60218b53f3e67e2d75858a >echo x - audio/luppp/pkg-descr >sed 's/^X//' >audio/luppp/pkg-descr << 'baa68e986cd7ac64667eb6a794b7f362' >XLuppp is a music creation tool, intended for live use. The focus is on real >Xtime processing and a fast and intuitive workflow. With extensive MIDI mapping >Xsupport, you can get looping just how you like! Luppp was formally announced >Xat the Linux Audio Conference 2012 at CCRMA, Stanford University. >X >XWWW: http://openavproductions.com/luppp >baa68e986cd7ac64667eb6a794b7f362 >echo c - audio/luppp/files >mkdir -p audio/luppp/files > /dev/null 2>&1 >echo x - audio/luppp/files/patch-src_CMakeLists.txt >sed 's/^X//' >audio/luppp/files/patch-src_CMakeLists.txt << '2e2e36ada2218a276ffa89937d844f20' >X--- src/CMakeLists.txt.orig 2017-09-19 03:30:36 UTC >X+++ src/CMakeLists.txt >X@@ -6,14 +6,14 @@ message( STATUS "Architecture: ${ARCHIT >X # Find depend libraries >X find_package(PkgConfig) >X >X-pkg_check_modules(CAIRO cairo REQUIRED) >X-include_directories( ${CAIRO_INCLUDE_DIRS} ) >X-link_directories ( ${CAIRO_LIBRARY_DIRS} ) >X- >X pkg_check_modules(NTK ntk REQUIRED) >X include_directories( ${NTK_INCLUDE_DIRS} ) >X link_directories ( ${NTK_LIBRARY_DIRS} ) >X >X+pkg_check_modules(CAIRO cairo REQUIRED) >X+include_directories( ${CAIRO_INCLUDE_DIRS} ) >X+link_directories ( ${CAIRO_LIBRARY_DIRS} ) >X+ >X pkg_check_modules(LIBLO liblo REQUIRED) >X include_directories( ${LIBLO_INCLUDE_DIRS} ) >X link_directories ( ${LIBLO_LIBRARY_DIRS} ) >2e2e36ada2218a276ffa89937d844f20 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 222440
: 186528