diff options
author | petef <petef@FreeBSD.org> | 2001-12-07 22:41:53 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-07 22:41:53 +0000 |
commit | f00da01e08d170cb085730d5b14b70ed031ba143 (patch) | |
tree | feb13ea5c58f74ca8badb5fcfe82f1e650497bd5 /audio/ecawave | |
parent | 045e885884da9306d3fb4476efa397ba2bfdf5e8 (diff) | |
download | FreeBSD-ports-f00da01e08d170cb085730d5b14b70ed031ba143.zip FreeBSD-ports-f00da01e08d170cb085730d5b14b70ed031ba143.tar.gz |
Add ecawave-0.4.1, a simple graphical audio file editor
PR: 30050
Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
Diffstat (limited to 'audio/ecawave')
-rw-r--r-- | audio/ecawave/Makefile | 41 | ||||
-rw-r--r-- | audio/ecawave/distinfo | 1 | ||||
-rw-r--r-- | audio/ecawave/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ecawave/pkg-descr | 12 | ||||
-rw-r--r-- | audio/ecawave/pkg-plist | 4 |
5 files changed, 59 insertions, 0 deletions
diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile new file mode 100644 index 0000000..f0415b8 --- /dev/null +++ b/audio/ecawave/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: ecawave +# Date created: 24 aug 2001 +# Whom: The Anarcat <anarcat@anarcat.dyndns.org> +# +# $FreeBSD$ +# + +PORTNAME= ecawave +PORTVERSION= 0.4.1 +CATEGORIES= audio +MASTER_SITES= http://ecasound.seul.org/download/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ecawave + +MAINTAINER= anarcat@anarcat.dyndns.org + +LIB_DEPENDS= ecasound.7:${PORTSDIR}/audio/ecasound + +GNU_CONFIGURE= yes +USE_QT_VER= 2 +USE_X_PREFIX= yes + +CFLAGS+= ${PTHREAD_CFLAGS:S/"//g} +LDFLAGS+= ${PTHREAD_LIBS:S/"//g} +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lqt2 ${LDFLAGS}" \ + CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ + CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" + +MAN1= ecawave.1 + +post-patch: + @${PERL} -pi -e 's,-lqt,-lqt2,g' ${WRKSRC}/src/Makefile.in + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/audio/ecawave/distinfo b/audio/ecawave/distinfo new file mode 100644 index 0000000..c33118f --- /dev/null +++ b/audio/ecawave/distinfo @@ -0,0 +1 @@ +MD5 (ecawave-0.4.1.tar.gz) = 40aadec35620a90ebd06a80301a4e546 diff --git a/audio/ecawave/pkg-comment b/audio/ecawave/pkg-comment new file mode 100644 index 0000000..197ff83 --- /dev/null +++ b/audio/ecawave/pkg-comment @@ -0,0 +1 @@ +Simple graphical audio file editor diff --git a/audio/ecawave/pkg-descr b/audio/ecawave/pkg-descr new file mode 100644 index 0000000..52996e7 --- /dev/null +++ b/audio/ecawave/pkg-descr @@ -0,0 +1,12 @@ +Ecawave is a simple graphical audio file editor. The user-interface is +based on Qt libraries, while almost all audio functionality is taken +directly from ecasound libraries. As ecawave is designed for editing +large audio files, all processing is done direct-to-disk. Simple +waveform caching is used to speed-up file operations. Ecawave supports +all audio file formats and effect algorithms provided by ecasound +libraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30 +effect types, LADPSA plugins and multi-operator effect presets. + +WWW: http://www.eca.cx/ecawave + +- The Anarcat <anarcat@anarcat.dyndns.org> diff --git a/audio/ecawave/pkg-plist b/audio/ecawave/pkg-plist new file mode 100644 index 0000000..0e82742 --- /dev/null +++ b/audio/ecawave/pkg-plist @@ -0,0 +1,4 @@ +bin/ecawave +%%PORTDOCS%%share/doc/ecawave/ecawave_manpage.html +%%PORTDOCS%%share/doc/ecawave/users_guide.html +%%PORTDOCS%%@dirrm share/doc/ecawave |