summaryrefslogtreecommitdiff
path: root/audio/ecawave
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-07 22:41:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-07 22:41:53 +0000
commit3fa7e44d2912c9caf23a9a98a9618448a8335b50 (patch)
treec5e5753709c943147b9460b562b07a9724536833 /audio/ecawave
parentFix $MASTER_SITE_SUBDIR. (diff)
Add ecawave-0.4.1, a simple graphical audio file editor
PR: 30050 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
Notes
Notes: svn path=/head/; revision=51192
Diffstat (limited to 'audio/ecawave')
-rw-r--r--audio/ecawave/Makefile41
-rw-r--r--audio/ecawave/distinfo1
-rw-r--r--audio/ecawave/pkg-comment1
-rw-r--r--audio/ecawave/pkg-descr12
-rw-r--r--audio/ecawave/pkg-plist4
5 files changed, 59 insertions, 0 deletions
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