diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-04 06:22:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-04 06:22:11 +0800 |
commit | 2b376e4b669e39af12b8f3886cd0e19fdc55f0bf (patch) | |
tree | a1d0deac5238380e8495c8fdcac535897d28aeb7 /audio | |
parent | c4f42b1b4f7b70fe75f0c1e76230cae4c0e851dc (diff) | |
download | freebsd-ports-gnome-2b376e4b669e39af12b8f3886cd0e19fdc55f0bf.tar.gz freebsd-ports-gnome-2b376e4b669e39af12b8f3886cd0e19fdc55f0bf.tar.zst freebsd-ports-gnome-2b376e4b669e39af12b8f3886cd0e19fdc55f0bf.zip |
[new port] audio/gnuitar
This is an open source program for real-time sound effect
processing. You can use it to add some distortion to your
guitar, or some reverb to your voice. Available effects
are:
* 2 kinds of distortion (one is Ibanez TubeScreamer 9 simulation)
* sustain
* various flavors of reverb, echo & delay
* chorus/flanger
* equalizer
* noise reduction
* wah-wah
* phasor
* tremolo
* vibrato
WWW: http://www.gnuitar.com
PR: ports/89895
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gnuitar/Makefile | 27 | ||||
-rw-r--r-- | audio/gnuitar/distinfo | 3 | ||||
-rw-r--r-- | audio/gnuitar/pkg-descr | 16 | ||||
-rw-r--r-- | audio/gnuitar/pkg-message | 3 | ||||
-rw-r--r-- | audio/gnuitar/pkg-plist | 15 |
6 files changed, 65 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f535d7baad72..71e321feab42 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -166,6 +166,7 @@ SUBDIR += gnomemedia2 SUBDIR += gnomoradio SUBDIR += gnowavcut + SUBDIR += gnuitar SUBDIR += gnump3d SUBDIR += gnupod SUBDIR += gogo diff --git a/audio/gnuitar/Makefile b/audio/gnuitar/Makefile new file mode 100644 index 000000000000..06545beb06da --- /dev/null +++ b/audio/gnuitar/Makefile @@ -0,0 +1,27 @@ +# Ports collection Makefile for: gnuitar +# Date created: 3 Dec 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= gnuitar +PORTVERSION= 0.3.2 +CATEGORIES= audio multimedia +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= The real-time guitar processor + +USE_X_PREFIX= YES +USE_GNOME= gtk20 glib20 +WANT_GNOME= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--with-gtk2 \ + --enable-clip-everywhere \ + --enable-float + +pre-fetch: + @${CAT} pkg-message + +.include <bsd.port.mk> diff --git a/audio/gnuitar/distinfo b/audio/gnuitar/distinfo new file mode 100644 index 000000000000..f6cd721ba92d --- /dev/null +++ b/audio/gnuitar/distinfo @@ -0,0 +1,3 @@ +MD5 (gnuitar-0.3.2.tar.bz2) = a7cb7cc034fe108648a0d8c593c58a18 +SHA256 (gnuitar-0.3.2.tar.bz2) = d3254d1edabdf8ed6a9230e97a410d83fdfc7ac68a9de03d92e4de4ad02c17d3 +SIZE (gnuitar-0.3.2.tar.bz2) = 123657 diff --git a/audio/gnuitar/pkg-descr b/audio/gnuitar/pkg-descr new file mode 100644 index 000000000000..30c38d9a4bcf --- /dev/null +++ b/audio/gnuitar/pkg-descr @@ -0,0 +1,16 @@ +This is an open source program for real-time sound effect processing. You +can use it to add some distortion to your guitar, or some reverb to your +voice. Available effects are: + + * 2 kinds of distortion (one is Ibanez TubeScreamer 9 simulation) + * sustain + * various flavors of reverb, echo & delay + * chorus/flanger + * equalizer + * noise reduction + * wah-wah + * phasor + * tremolo + * vibrato + +WWW: http://www.gnuitar.com diff --git a/audio/gnuitar/pkg-message b/audio/gnuitar/pkg-message new file mode 100644 index 000000000000..2e23f2ac00d9 --- /dev/null +++ b/audio/gnuitar/pkg-message @@ -0,0 +1,3 @@ +===================================================================== +Notice, that You need a full duplex soundcard to use this software. +===================================================================== diff --git a/audio/gnuitar/pkg-plist b/audio/gnuitar/pkg-plist new file mode 100644 index 000000000000..5ebded147d4b --- /dev/null +++ b/audio/gnuitar/pkg-plist @@ -0,0 +1,15 @@ +bin/gnuitar +share/doc/gnuitar/docs/faq.html +share/doc/gnuitar/docs/index.html +share/doc/gnuitar/docs/install.html +share/doc/gnuitar/docs/readme.html +share/doc/gnuitar/COPYING +share/doc/gnuitar/AUTHORS +share/doc/gnuitar/FAQ +share/doc/gnuitar/INSTALL +share/doc/gnuitar/NEWS +share/doc/gnuitar/README +share/doc/gnuitar/TODO +share/doc/gnuitar/ChangeLog +@dirrm share/doc/gnuitar/docs +@dirrm share/doc/gnuitar |