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

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

I'd like to adopt the ladspa-caps 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] 3+ messages in thread

* Re: [ITA] ladspa-caps
  2023-09-13 14:36 [ITA] ladspa-caps Takashi Yano
@ 2023-09-14  8:25 ` Takashi Yano
  2023-09-14 13:28   ` Jon Turney
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Yano @ 2023-09-14  8:25 UTC (permalink / raw)
  To: cygwin-apps

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

On Wed, 13 Sep 2023 23:36:09 +0900
Takashi Yano wrote:
> I'd like to adopt the ladspa-caps package.
> Thanks in advance.

Revised.

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

[-- Attachment #2: ladspa-caps.cygport --]
[-- Type: text/plain, Size: 818 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 CXXFLAGS="${CXXFLAGS} -Dregister='' -ffast-math -funroll-loops"
}

src_install() {
       cd ${B}
       cyginstall STRIP=:
}

[-- Attachment #3: ladspa-caps-0.9.26-1.src.patch --]
[-- Type: text/plain, Size: 542 bytes --]

--- origsrc/caps-0.9.26/Makefile	2018-10-18 16:17:36.000000000 +0900
+++ src/caps-0.9.26/Makefile	2023-09-14 16:56:52.447897900 +0900
@@ -56,10 +56,10 @@ $(PLUG).so: $(OBJECTS)
 	$(CC) $(ARCH) $(LDFLAGS) -o $@ $(OBJECTS)
 
 .cc.s: 
-	$(CC) $(ARCH) $(CFLAGS) -S $<
+	$(CXX) $(ARCH) $(CXXFLAGS) -S $<
 
-.cc.o: depend 
-	$(CC) $(ARCH) $(CFLAGS) -o $@ -c $<
+#.cc.o: depend 
+#	$(CC) $(ARCH) $(CFLAGS) -o $@ -c $<
 
 tags: $(SOURCES) $(HEADERS)
 	@-if [ -x /usr/bin/ctags ]; then ctags $(SOURCES) $(HEADERS) >/dev/null 2>&1 ; fi

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

* Re: [ITA] ladspa-caps
  2023-09-14  8:25 ` Takashi Yano
@ 2023-09-14 13:28   ` Jon Turney
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Turney @ 2023-09-14 13:28 UTC (permalink / raw)
  To: Takashi Yano, cygwin-apps

On 14/09/2023 09:25, Takashi Yano via Cygwin-apps wrote:
> On Wed, 13 Sep 2023 23:36:09 +0900
> Takashi Yano wrote:
>> I'd like to adopt the ladspa-caps package.
>> Thanks in advance.
> 
> Revised.

Looks good.

I added this to your packages.

Thanks.


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

end of thread, other threads:[~2023-09-14 13:28 UTC | newest]

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

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).