Bug 47779

Summary: new port: gtkgep, GTK-based Guitar Effects Processor
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Mark Linimon 2003-02-01 04:10:09 UTC
	GtkGEP turns your computer into a realtime effects processor. You
	can plug your guitar into the computer and play with cool distortion
	effects, for example. It has a modular plugin structure, with standard
	plugins including distortion, overdrive, delay, reverb, equalizers,
	and a flanger. It works in 16-bit resolution, in mono mode, and with
	frequencies from 11khz to 44khz. The sound quality is very good.

	Although the project has a page on sourceforge, it is not
	hosted there.

How-To-Repeat: 	N/A
Comment 1 corecode@corecode.ath.cx 2003-02-02 16:03:14 UTC
Lately Mark Linimon told:

> sed 's/^X//' >gtkgep/pkg-plist << 'END-of-gtkgep/pkg-plist'
> Xbin/gtkgep
> Xlib/libfilter.a
> Xlib/libfilter.la

no .so?
please USE_LIBTOOL or patch the port in another way so that .la files
don't get installed. (portlint tells you so)

> sed 's/^X//' >gtkgep/Makefile << 'END-of-gtkgep/Makefile'
[...]
> XCONFIGURE_ENV+=	LIBS=${PTHREAD_LIBS}

and where do ${PTHREAD_CFLAGS} go? not needed?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-02-22 20:23:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

I'll take this.
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-02-22 20:33:40 UTC
State Changed
From-To: open->closed

Committed with libtool and dependency modifications.  Thanks.