Date: Wed, 10 Jun 2020 03:32:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538366 - in head/audio: . tamgamp-lv2 Message-ID: <202006100332.05A3WDEs012040@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jun 10 03:32:12 2020 New Revision: 538366 URL: https://svnweb.freebsd.org/changeset/ports/538366 Log: New port: audio/tamgamp-lv2: LV2 guitar amp simulator Added: head/audio/tamgamp-lv2/ head/audio/tamgamp-lv2/Makefile (contents, props changed) head/audio/tamgamp-lv2/distinfo (contents, props changed) head/audio/tamgamp-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Jun 10 03:29:45 2020 (r538365) +++ head/audio/Makefile Wed Jun 10 03:32:12 2020 (r538366) @@ -788,6 +788,7 @@ SUBDIR += taglookup SUBDIR += tagtool SUBDIR += tagutil + SUBDIR += tamgamp-lv2 SUBDIR += tap-plugins SUBDIR += tap-plugins-lv2 SUBDIR += tcd Added: head/audio/tamgamp-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/tamgamp-lv2/Makefile Wed Jun 10 03:32:12 2020 (r538366) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= tamgamp +DISTVERSION= g20200514 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 04c59043ab0939dff5a11698704d15289931bd2e.patch:-p1 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= LV2 guitar amp simulator + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libzita-resampler.so:audio/zita-resampler + +USES= gmake localbase:ldflags pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= sadko4u +GH_PROJECT= tamgamp.lv2 +GH_TAGNAME= 590ced0a1da96ca481a1a719eebdb17f3af472e4 + +BINARY_ALIAS= make=${GMAKE} # https://github.com/sadko4u/tamgamp.lv2/issues/8 + +PLIST_FILES= lib/lv2/tamgamp.lv2/manifest.ttl \ + lib/lv2/tamgamp.lv2/tamgamp-lv2.so \ + lib/lv2/tamgamp.lv2/tamgamp.ttl \ + lib/lv2/tamgamp.lv2/tamgamp_gx.ttl + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/tamgamp.lv2/tamgamp-lv2.so + +.include <bsd.port.mk> Added: head/audio/tamgamp-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/tamgamp-lv2/distinfo Wed Jun 10 03:32:12 2020 (r538366) @@ -0,0 +1,5 @@ +TIMESTAMP = 1591757226 +SHA256 (sadko4u-tamgamp.lv2-g20200514-590ced0a1da96ca481a1a719eebdb17f3af472e4_GH0.tar.gz) = aafca47fe89a75beffb25fea652c9a745fd2231708f450c3a1006d1de67f882f +SIZE (sadko4u-tamgamp.lv2-g20200514-590ced0a1da96ca481a1a719eebdb17f3af472e4_GH0.tar.gz) = 3807815 +SHA256 (04c59043ab0939dff5a11698704d15289931bd2e.patch) = 2f11f2498f51b24b9a4eba60606214aa12c2b2b764f3a38d60db267eca91bce7 +SIZE (04c59043ab0939dff5a11698704d15289931bd2e.patch) = 748 Added: head/audio/tamgamp-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/tamgamp-lv2/pkg-descr Wed Jun 10 03:32:12 2020 (r538366) @@ -0,0 +1,15 @@ +Tamgamp (Rhymes with: "Damage Amp") is LV2 guitar amp simulator that provides +two plugins: +* Tamgamp - a plugin based on Guitarix DK Builder simulated chains. +* TamgampGX - a plugin based on tuned Guitarix internal amplifiers + implementation. + +The key features of this project according to initial technical requirements are +* Simplicity of the interface, no UI (use generic one), minimum knobs/sliders. +* Preamplifier simulation only, for simplicity and flexibility (use a separate + cab simulator). +* Smooth bypass/automation. No pops, spikes or clicks. +* Normalized output level: different amplifiers should sound almost of the same + output loudness with different gain settings. + +WWW: https://github.com/sadko4u/tamgamp.lv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006100332.05A3WDEs012040>