diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-07 22:41:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-07 22:41:53 +0000 |
commit | 3fa7e44d2912c9caf23a9a98a9618448a8335b50 (patch) | |
tree | c5e5753709c943147b9460b562b07a9724536833 /audio | |
parent | af038208846d4ac846fa84c8e457d3b0af3c1720 (diff) | |
download | ports-3fa7e44d2912c9caf23a9a98a9618448a8335b50.tar.gz ports-3fa7e44d2912c9caf23a9a98a9618448a8335b50.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
6 files changed, 60 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index b149f09f57e7..67feebcde14c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -33,6 +33,7 @@ SUBDIR += denemo SUBDIR += easytag SUBDIR += ecasound + SUBDIR += ecawave SUBDIR += esound SUBDIR += extace SUBDIR += fcplay diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile new file mode 100644 index 000000000000..f0415b8432fb --- /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 000000000000..c33118f1faeb --- /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 000000000000..197ff837eacd --- /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 000000000000..52996e7789d7 --- /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 000000000000..0e82742d4a9f --- /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 |