FreeBSD Bugzilla – Attachment 185275 Details for
Bug 221319
[NEW PORT] audio/synthpod-lv2: Lightweight Nonlinear LV2 Plugin Container
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar
synthpod-lv2.shar (text/plain), 9.11 KB, created by
Yuri Victorovich
on 2017-08-11 07:38:46 UTC
(
hide
)
Description:
shar
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-08-11 07:38:46 UTC
Size:
9.11 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/synthpod-lv2 ># audio/synthpod-lv2/distinfo ># audio/synthpod-lv2/Makefile ># audio/synthpod-lv2/pkg-descr ># audio/synthpod-lv2/pkg-plist ># audio/synthpod-lv2/files ># audio/synthpod-lv2/files/patch-CMakeLists.txt ># audio/synthpod-lv2/pkg-message ># >echo c - audio/synthpod-lv2 >mkdir -p audio/synthpod-lv2 > /dev/null 2>&1 >echo x - audio/synthpod-lv2/distinfo >sed 's/^X//' >audio/synthpod-lv2/distinfo << '2527aab78e3fcabf98dd6684b3be3414' >XTIMESTAMP = 1502435150 >XSHA256 (OpenMusicKontrollers-synthpod-0.14.0-07cae54_GH0.tar.gz) = 319dc6ababcf867cd7ae628931b1c99fba842d634245675ac600d611a4df362d >XSIZE (OpenMusicKontrollers-synthpod-0.14.0-07cae54_GH0.tar.gz) = 2336518 >2527aab78e3fcabf98dd6684b3be3414 >echo x - audio/synthpod-lv2/Makefile >sed 's/^X//' >audio/synthpod-lv2/Makefile << '2ab82354f4483936a98c060445f3645c' >X# Created by: Yuri Victorovich <yuri@rawbw.com> >X# $FreeBSD$ >X >XPORTNAME= synthpod >XPORTVERSION= 0.14.0 >XCATEGORIES= audio >XPKGNAMESUFFIX= -lv2 >X >XMAINTAINER= yuri@rawbw.com >XCOMMENT= Lightweight Nonlinear LV2 Plugin Container >X >XLICENSE= ART20 >XLICENSE_FILE= ${WRKSRC}/COPYING >X >XBUILD_DEPENDS= lv2>0:audio/lv2 >XLIB_DEPENDS= liblilv-0.so:audio/lilv \ >X libserd-0.so:devel/serd \ >X libsord-0.so:devel/sord \ >X libsratom-0.so:audio/sratom >X >XQT5_BROKEN= Build fails: https://github.com/OpenMusicKontrollers/synthpod/issues/10 >X >XOPTIONS_DEFINE= JACK DUMMY DOT >XOPTIONS_DEFAULT=JACK X11 SHOW KX >XOPTIONS_GROUP= UI >XOPTIONS_GROUP_UI= X11 GTK2 GTK3 QT4 QT5 SHOW KX >XJACK_DESC= Build JACK standalone host >XDUMMY_DESC= Build DUMMY standalone host >XDOT_DESC= Build Dot exporter >XX11_DESC= Build X11 sandbox >XGTK2_DESC= Build GTK-2 sandbox >XGTK3_DESC= Build GTK-3 sandbox >XQT4_DESC= Build Qt-4 sandbox >XQT5_DESC= Build Qt-5 sandbox >XSHOW_DESC= Build show-iface sandbox >XKX_DESC= Build external-ui sandbox >XOPTIONS_SUB= yes >X >XUSES= cmake compiler:c++11-lib pkgconfig localbase >XUSE_GITHUB= yes >XGH_ACCOUNT= OpenMusicKontrollers >XGH_PROJECT= synthpod >XGH_TAGNAME= 07cae54 >XUSE_CXXSTD= c++11 >X >XX11_USE+= XORG=x11,xcb,xext GL=gl,glu >XGTK2_USE+= XORG=x11,xcb,xext GL=gl,glu GNOME=glib20,gtk20,gdkpixbuf2,atk,cairo,pango gettext-runtime >XGTK3_USE+= XORG=x11,xcb,xext GL=glu GNOME=glib20,gtk30,gdkpixbuf2,atk,cairo,pango gettext-runtime >XQT4_USE+= XORG=x11,xcb,xext GL=glu QT4=corelib,gui >XQT5_USE+= XORG=x11,xcb,xext GL=glu QT5=core,gui >XSHOW_USE+= XORG=x11,xcb,xext GL=glu >XKX_USE+= XORG=x11,xcb,xext GL=glu >XJACK_CMAKE_OFF= -DBUILD_JACK="OFF" >XCMAKE_ARGS+= -DBUILD_ALSA="OFF" >XDUMMY_CMAKE_ON= -DBUILD_DUMMY="ON" >XDOT_CMAKE_ON= -DBUILD_DOT="ON" >XX11_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_X11="ON" >XGTK2_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK2="ON" >XGTK3_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK3="ON" >XQT4_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT4="ON" >XQT5_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT5="ON" >XSHOW_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_SHOW="ON" >XKX_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_KX="ON" >X >XJACK_LIB_DEPENDS= libjack.so:audio/jack \ >X libuv.so:devel/libuv >XDUMMY_LIB_DEPENDS= libuv.so:devel/libuv >XX11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm >XGTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >X libfreetype.so:print/freetype2 >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} >XPLIST_FILES= lib/lv2/synthpod.lv2/Abel-Regular.ttf \ >X lib/lv2/synthpod.lv2/synthpod_nk.so >X.endif >X >X.include <bsd.port.mk> >2ab82354f4483936a98c060445f3645c >echo x - audio/synthpod-lv2/pkg-descr >sed 's/^X//' >audio/synthpod-lv2/pkg-descr << '9e7a33ddaf83433ea96ad347b74a67bd' >XSynthpod is an LV2 host. It can be run as a standalone app and be used as a >Xtool for live performances or general audio and event filtering. >X >XIt was conceptualized to fill the gap between pure textual (e.g. SuperCollider) >Xand pure visual flow (e.g. Pure Data) audio programming paradigms. >X >XPotential fields of application may include: >X* Live audio synthesis >X* Real-time event scripting >X* Non-linear signal routing >X* Advanced control automation >X* Advanced event filtering >X* Live mixing >X* Live coding >X* Algorithmic composition >X* Interfacing to expressive controllers >X >XWWW: https://open-music-kontrollers.ch/lv2/synthpod >9e7a33ddaf83433ea96ad347b74a67bd >echo x - audio/synthpod-lv2/pkg-plist >sed 's/^X//' >audio/synthpod-lv2/pkg-plist << 'f10ffce423ba77fefe4a96c91e2a4573' >X%%DUMMY%%bin/synthpod_dummy >X%%DOT%%bin/synthpod_dot >X%%JACK%%bin/synthpod_jack >X%%X11%%bin/synthpod_sandbox_x11 >X%%GTK2%%bin/synthpod_sandbox_gtk2 >X%%GTK3%%bin/synthpod_sandbox_gtk3 >X%%QT4%%bin/synthpod_sandbox_qt4 >X%%QT5%%bin/synthpod_sandbox_qt5 >X%%SHOW%%bin/synthpod_sandbox_show >X%%KX%%bin/synthpod_sandbox_kx >X%%X11%%bin/synthpod_ui >Xlib/lv2/synthpod.lv2/manifest.ttl >Xlib/lv2/synthpod.lv2/synthpod.so >Xlib/lv2/synthpod.lv2/synthpod.ttl >Xlib/lv2/synthpod.lv2/synthpod_ui.ttl >Xlib/synthpod/lv2/manifest.ttl >Xlib/synthpod/lv2/synthpod_bundle.so >Xlib/synthpod/lv2/synthpod_bundle.ttl >X%%DUMMY%%share/applications/synthpod_dummy.desktop >X%%JACK%%share/applications/synthpod_jack.desktop >X%%JACK%%share/icons/hicolor/256x256/apps/synthpod.png >X%%DUMMY%%share/man/man1/synthpod_dummy.1.gz >X%%JACK%%share/man/man1/synthpod_jack.1.gz >X%%X11%%share/man/man1/synthpod_sandbox.1.gz >X%%DATADIR%%/atom.png >X%%DATADIR%%/atom_inverted.png >X%%DATADIR%%/audio.png >X%%DATADIR%%/automaton.png >X%%DATADIR%%/cancel.png >X%%DATADIR%%/control.png >X%%DATADIR%%/cv.png >X%%DATADIR%%/download.png >X%%DATADIR%%/event.png >X%%DATADIR%%/event_inverted.png >X%%DATADIR%%/house.png >X%%DATADIR%%/layers.png >X%%DATADIR%%/menu.png >X%%DATADIR%%/midi.png >X%%DATADIR%%/osc.png >X%%DATADIR%%/patch.png >X%%DATADIR%%/plus.png >X%%DATADIR%%/settings.png >X%%DATADIR%%/time.png >X%%DATADIR%%/user.png >X%%DATADIR%%/xpress.png >f10ffce423ba77fefe4a96c91e2a4573 >echo c - audio/synthpod-lv2/files >mkdir -p audio/synthpod-lv2/files > /dev/null 2>&1 >echo x - audio/synthpod-lv2/files/patch-CMakeLists.txt >sed 's/^X//' >audio/synthpod-lv2/files/patch-CMakeLists.txt << 'c4f15431d495c9de6261a21d44bdbaa8' >X--- CMakeLists.txt.orig 2017-08-06 12:24:04 UTC >X+++ CMakeLists.txt >X@@ -34,6 +34,15 @@ include_directories(${PROJECT_SOURCE_DIR >X include_directories(${PROJECT_SOURCE_DIR}/zero_worker.lv2) >X include_directories(${PROJECT_SOURCE_DIR}/zero_writer.lv2) >X >X+# FreeBSD: clock_nanosleep was missing and was added to 11-STABLE in r317618 >X+CHECK_FUNCTION_EXISTS(clock_nanosleep HAVE_CLOCK_NANOSLEEP_FUNCTION) >X+if(${HAVE_CLOCK_NANOSLEEP_FUNCTION}) >X+ MESSAGE("-- FreeBSD: clock_nanosleep exists") >X+else() >X+ MESSAGE("-- FreeBSD: clock_nanosleep DOES NOT EXIST and will be replaced with nanosleep") >X+ execute_process(COMMAND sed -i'.bak' -E "s|clock_nanosleep\\\(CLOCK_[A-Z]+, TIMER_ABSTIME, |nanosleep\\\(|" bin/synthpod_dummy.c bin/synthpod_sandbox_show.c bin/synthpod_sandbox_kx.c) >X+endif() >X+ >X set(SYNTHPOD_BIN_DIR "bin") >X add_definitions("-DSYNTHPOD_BIN_DIR=\"${CMAKE_INSTALL_PREFIX}/${SYNTHPOD_BIN_DIR}/\"") >X >X@@ -92,16 +101,16 @@ option(BUILD_DUMMY "Build DUMMY standalo >X >X option(BUILD_DOT "Build Dot exporter" OFF) >X >X-option(BUILD_UI "Build graphical user interface(s)" ON) >X+option(BUILD_UI "Build graphical user interface(s)" OFF) >X >X include(CMakeDependentOption) >X-cmake_dependent_option(BUILD_SANDBOX_X11 "Build X11 sandbox" ON "BUILD_UI" OFF) >X+cmake_dependent_option(BUILD_SANDBOX_X11 "Build X11 sandbox" OFF "BUILD_UI" OFF) >X cmake_dependent_option(BUILD_SANDBOX_GTK2 "Build GTK-2 sandbox" OFF "BUILD_UI" OFF) >X cmake_dependent_option(BUILD_SANDBOX_GTK3 "Build GTK-3 sandbox" OFF "BUILD_UI" OFF) >X cmake_dependent_option(BUILD_SANDBOX_QT4 "Build Qt-4 sandbox" OFF "BUILD_UI" OFF) >X cmake_dependent_option(BUILD_SANDBOX_QT5 "Build Qt-5 sandbox" OFF "BUILD_UI" OFF) >X-cmake_dependent_option(BUILD_SANDBOX_SHOW "Build show-iface sandbox" ON "BUILD_UI" OFF) >X-cmake_dependent_option(BUILD_SANDBOX_KX "Build external-ui sandbox" ON "BUILD_UI" OFF) >X+cmake_dependent_option(BUILD_SANDBOX_SHOW "Build show-iface sandbox" OFF "BUILD_UI" OFF) >X+cmake_dependent_option(BUILD_SANDBOX_KX "Build external-ui sandbox" OFF "BUILD_UI" OFF) >X >X if(BUILD_SANDBOX_X11) >X add_definitions("-DSANDBOX_X11") >c4f15431d495c9de6261a21d44bdbaa8 >echo x - audio/synthpod-lv2/pkg-message >sed 's/^X//' >audio/synthpod-lv2/pkg-message << '3f34be642839fb9d993a027c94911215' >X====================================================================== >XYou installed SynthPod: Lightweight Nonlinear LV2 Plugin Container >X >XThe major way to run it is to plug the LV2 plugin container to the >XJack sound server: >X >X$ synthpod_jack -g >X >XThis shows you the design window where you can arrange plugins to >Xachieve the topology you like. >X >XPlease don't forget to connect SynthPod input and output in Jack. You >Xcan normally do this with the UI command qjackctl from audio/qjackctl. >X >XSynthPod is currently in alpha stage. >X====================================================================== >3f34be642839fb9d993a027c94911215 >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 221319
:
185136
|
185272
|
185273
|
185275
|
185336