Page MenuHomeFreeBSD

New port: audio/invada-studio-plugins-lv2: Set of LV2 audio effect plugins, ported from VST
ClosedPublic

Authored by yuri on Nov 8 2017, 3:43 AM.
Tags
None
Referenced Files
F106858243: D12994.id35086.diff
Mon, Jan 6, 12:46 PM
F106857935: D12994.id34928.diff
Mon, Jan 6, 12:38 PM
F106857326: D12994.id34960.diff
Mon, Jan 6, 12:27 PM
F106856916: D12994.id34929.diff
Mon, Jan 6, 12:18 PM
F106856708: D12994.id34917.diff
Mon, Jan 6, 12:13 PM
F106856622: D12994.id35066.diff
Mon, Jan 6, 12:11 PM
Unknown Object (File)
Sat, Jan 4, 11:27 AM
Unknown Object (File)
Nov 19 2024, 3:56 PM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12560
Build 12835: arc lint + arc unit

Event Timeline

audio/invada-studio-plugins-lv2/Makefile
8

^missing tab
also, you could set DISTVERSIONPREFIX=lv2_, DISTVERSIONSUFFIX=-nopkg

yuri marked an inline comment as done.Nov 8 2017, 7:20 AM
audio/invada-studio-plugins-lv2/Makefile
8

Or:

DISTVERSIONPREFIX=  lv2_
EXTRACT_SUFX=    -nopkg.tgz

so that you don't have to change WRKSRC.

yuri marked an inline comment as done.Nov 8 2017, 11:32 PM
yuri added inline comments.
audio/invada-studio-plugins-lv2/Makefile
8

I couldn't do EXTRACT_SUFX= -nopkg.tgz because WRKSRC then has _ when it shuld be -.

audio/invada-studio-plugins-lv2/Makefile
28

I think in the long run, you'll be happier with a patch -- I leave it up to you, as you are the maintainer after all =)

yuri marked an inline comment as done.
This revision is now accepted and ready to land.Nov 11 2017, 8:07 AM
This revision was automatically updated to reflect the committed changes.