public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] ladspa-swh-plugins
@ 2023-09-13 14:37 Takashi Yano
  2023-09-14  3:24 ` Takashi Yano
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Yano @ 2023-09-13 14:37 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

I'd like to adopt the ladspa-swh-plugins package.
Thanks in advance.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: ladspa-caps.cygport --]
[-- Type: text/plain, Size: 802 bytes --]

NAME="ladspa-caps"
VERSION=0.9.26
RELEASE=1
LICENSE="GPL-3.0-or-later"
CATEGORY="Audio"
SUMMARY="LADSPA C* Audio Plugin Suite"
DESCRIPTION="CAPS, the C* Audio Plugin Suite, is a collection of refined
LADSPA audio plugins capable of (and mainly intended for) realtime operation.
The suite includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal oscillation,
reverb, equalization and more."
HOMEPAGE="http://quitte.de/dsp/caps.html"
SRC_URI="http://quitte.de/dsp/caps_${VERSION}.tar.bz2"
SRC_DIR="caps-${VERSION}"

DISTCLEANFILES="ladspa.h"

src_compile() {
	lndirs
	cd ${B}
	./configure.py
	cygmake OPTS="${CFLAGS} -ffast-math -funroll-loops"
}

src_install() {
	cd ${B}
	cyginstall PREFIX=${D}/usr STRIP=:
}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-15  3:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 14:37 [ITA] ladspa-swh-plugins Takashi Yano
2023-09-14  3:24 ` Takashi Yano
2023-09-14 13:28   ` Jon Turney
2023-09-15  3:37     ` Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).