mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Patchage is a modular patch bay for audio and MIDI systems based
on Jack and Lash audio systems. WWW: http://wiki.drobilla.net/Patchage
This commit is contained in:
parent
08c00070a5
commit
9d7ddde0fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222932
@ -521,6 +521,7 @@
|
||||
SUBDIR += padevchooser
|
||||
SUBDIR += paman
|
||||
SUBDIR += paprefs
|
||||
SUBDIR += patchage
|
||||
SUBDIR += pavucontrol
|
||||
SUBDIR += pavumeter
|
||||
SUBDIR += pd
|
||||
|
27
audio/patchage/Makefile
Normal file
27
audio/patchage/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: patchage
|
||||
# Date created: 2008-07-22
|
||||
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= patchage
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.drobilla.net/
|
||||
|
||||
MAINTAINER= trasz@FreeBSD.org
|
||||
COMMENT= Modular patch bay for Jack
|
||||
|
||||
LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost \
|
||||
glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
|
||||
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
|
||||
raul.2:${PORTSDIR}/audio/raul \
|
||||
flowcanvas.2:${PORTSDIR}/x11-toolkits/flowcanvas
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include"
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/patchage/distinfo
Normal file
3
audio/patchage/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (patchage-0.4.2.tar.gz) = ef26a05d04b2047b5e9a17285408feb7
|
||||
SHA256 (patchage-0.4.2.tar.gz) = b53b431a55f7f8fb77bb7c171bd70c3b58783640002623755408d8dfb0fb543a
|
||||
SIZE (patchage-0.4.2.tar.gz) = 404442
|
15
audio/patchage/files/patch-src-Patchage.cpp
Normal file
15
audio/patchage/files/patch-src-Patchage.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
--- src/Patchage.cpp.orig 2008-07-22 22:19:44.000000000 +0200
|
||||
+++ src/Patchage.cpp 2008-07-22 22:22:20.000000000 +0200
|
||||
@@ -342,6 +342,12 @@
|
||||
}
|
||||
|
||||
|
||||
+static float
|
||||
+log2f(float x)
|
||||
+{
|
||||
+ return (logf(x) / logf(2.0));
|
||||
+}
|
||||
+
|
||||
void
|
||||
Patchage::update_toolbar()
|
||||
{
|
4
audio/patchage/pkg-descr
Normal file
4
audio/patchage/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Patchage is a modular patch bay for audio and MIDI systems based
|
||||
on Jack and Lash audio systems.
|
||||
|
||||
WWW: http://wiki.drobilla.net/Patchage
|
12
audio/patchage/pkg-plist
Normal file
12
audio/patchage/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/patchage
|
||||
share/applications/patchage.desktop
|
||||
@dirrmtry share/applications
|
||||
share/icons/hicolor/16x16/apps/patchage.png
|
||||
share/icons/hicolor/22x22/apps/patchage.png
|
||||
share/icons/hicolor/24x24/apps/patchage.png
|
||||
share/icons/hicolor/32x32/apps/patchage.png
|
||||
share/icons/hicolor/48x48/apps/patchage.png
|
||||
share/icons/hicolor/scalable/apps/patchage.svg
|
||||
share/icons/hicolor/icon-theme.cache
|
||||
%%DATADIR%%/patchage.glade
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user