aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2011-02-01 16:35:55 +0000
committerRenato Botelho <garga@FreeBSD.org>2011-02-01 16:35:55 +0000
commitcd641b3c1888f09eb70d16c9e21b21eac6f2ff57 (patch)
tree5260c0c523faf6ea3b667cc3146d5d233cfe494f /audio
parentc6d7d6b195880d4e45892b1a21b74a3f235a78a6 (diff)
downloadports-cd641b3c1888f09eb70d16c9e21b21eac6f2ff57.tar.gz
ports-cd641b3c1888f09eb70d16c9e21b21eac6f2ff57.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/ecawave/Makefile53
-rw-r--r--audio/ecawave/distinfo3
-rw-r--r--audio/ecawave/files/patch-qewaveform.h10
-rw-r--r--audio/ecawave/pkg-descr10
5 files changed, 0 insertions, 77 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 7d08a5385d7d..e9f06ad47745 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -143,7 +143,6 @@
SUBDIR += eawpats
SUBDIR += eawplus
SUBDIR += ecasound
- SUBDIR += ecawave
SUBDIR += emms
SUBDIR += emu10kx
SUBDIR += enscribe
diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile
deleted file mode 100644
index 435abae2d5b4..000000000000
--- a/audio/ecawave/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: ecawave
-# Date created: 24 aug 2001
-# Whom: The Anarcat <anarcat@anarcat.dyndns.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ecawave
-PORTVERSION= 0.6.1
-PORTREVISION= 7
-CATEGORIES= audio
-MASTER_SITES= http://ecasound.seul.org/download/
-
-MAINTAINER= sylvio@FreeBSD.org
-COMMENT= Simple graphical audio file editor
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound
-
-BROKEN= does not compile
-DEPRECATED= has been broken for over one year
-EXPIRATION_DATE= 2011-02-01
-
-USE_QT_VER= 3
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-CFLAGS+= ${PTHREAD_CFLAGS:S/"//g}
-LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \
-
-MAN1= ecawave.1
-PLIST_FILES= bin/ecawave
-PORTDOCS= *.html
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN= Configure fails on alpha 5.x
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e "s,lqt,lqt-mt," ${WRKSRC}/src/Makefile.in
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for docs in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/Documentation/${docs} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/audio/ecawave/distinfo b/audio/ecawave/distinfo
deleted file mode 100644
index 612a9bb2a63b..000000000000
--- a/audio/ecawave/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ecawave-0.6.1.tar.gz) = 19bbd69d52debe851fbfda4438aa5535
-SHA256 (ecawave-0.6.1.tar.gz) = 06a7789666bf2c3f24670355c187ec4735990450b916f8952a16472702a72404
-SIZE (ecawave-0.6.1.tar.gz) = 207090
diff --git a/audio/ecawave/files/patch-qewaveform.h b/audio/ecawave/files/patch-qewaveform.h
deleted file mode 100644
index dbdc5fbc544c..000000000000
--- a/audio/ecawave/files/patch-qewaveform.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/qewaveform.h.orig Wed Jun 11 18:38:05 2003
-+++ src/qewaveform.h Wed Jun 11 18:38:39 2003
-@@ -1,6 +1,7 @@
- #ifndef INCLUDED_QEWAVEFORM_H
- #define INCLUDED_QEWAVEFORM_H
-
-+#include <sys/types.h>
- #include <vector>
-
- #include <qwidget.h>
diff --git a/audio/ecawave/pkg-descr b/audio/ecawave/pkg-descr
deleted file mode 100644
index b0afd0d0b5af..000000000000
--- a/audio/ecawave/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/