mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
audio/fatfrog-lv2: New port: High gain amplifier LV2 audio plugin
This commit is contained in:
parent
3571a07d68
commit
6131b0d9fd
@ -152,6 +152,7 @@
|
||||
SUBDIR += fabla2-lv2
|
||||
SUBDIR += fapg
|
||||
SUBDIR += fasttracker2
|
||||
SUBDIR += fatfrog-lv2
|
||||
SUBDIR += faudio
|
||||
SUBDIR += faust
|
||||
SUBDIR += faust-lv2
|
||||
|
32
audio/fatfrog-lv2/Makefile
Normal file
32
audio/fatfrog-lv2/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
PORTNAME= fatfrog
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= High gain amplifier LV2 audio plugin
|
||||
|
||||
LICENSE= BSD0CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
|
||||
USES= gmake gnome localbase pkgconfig xorg
|
||||
USE_GNOME= cairo
|
||||
USE_XORG= x11
|
||||
USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= brummer10
|
||||
GH_PROJECT= FatFrog.lv2
|
||||
GH_TUPLE= brummer10:libxputty:70c910d:libxputty/libxputty
|
||||
|
||||
MAKE_ARGS= INSTALL_DIR=${PREFIX}/lib/lv2
|
||||
|
||||
PLIST_FILES= lib/lv2/FatFrog.lv2/FatFrog.so \
|
||||
lib/lv2/FatFrog.lv2/FatFrog.ttl \
|
||||
lib/lv2/FatFrog.lv2/FatFrog_ui.so \
|
||||
lib/lv2/FatFrog.lv2/manifest.ttl
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/fatfrog-lv2/distinfo
Normal file
5
audio/fatfrog-lv2/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
TIMESTAMP = 1639350123
|
||||
SHA256 (brummer10-FatFrog.lv2-v1.0_GH0.tar.gz) = 1d366ed81ce66df960f9fc800fcf033d4c2e89692d051ee431c8846289db8a2a
|
||||
SIZE (brummer10-FatFrog.lv2-v1.0_GH0.tar.gz) = 143376
|
||||
SHA256 (brummer10-libxputty-70c910d_GH0.tar.gz) = 34879c6a7a7de9dc48503486b75b90b4db6a42da8d019215dc741425d92a8c51
|
||||
SIZE (brummer10-libxputty-70c910d_GH0.tar.gz) = 275065
|
6
audio/fatfrog-lv2/pkg-descr
Normal file
6
audio/fatfrog-lv2/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
FatFrog is a high gain amplifier LV2 audio plugin.
|
||||
|
||||
Features:
|
||||
* Valve amplifier simulation
|
||||
|
||||
WWW: https://github.com/brummer10/FatFrog.lv2
|
Loading…
Reference in New Issue
Block a user