Add ecawave-0.4.1, a simple graphical audio file editor
PR: 30050 Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
This commit is contained in:
parent
af03820884
commit
3fa7e44d29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51192
6 changed files with 60 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
SUBDIR += denemo
|
||||
SUBDIR += easytag
|
||||
SUBDIR += ecasound
|
||||
SUBDIR += ecawave
|
||||
SUBDIR += esound
|
||||
SUBDIR += extace
|
||||
SUBDIR += fcplay
|
||||
|
|
41
audio/ecawave/Makefile
Normal file
41
audio/ecawave/Makefile
Normal file
|
@ -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>
|
1
audio/ecawave/distinfo
Normal file
1
audio/ecawave/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ecawave-0.4.1.tar.gz) = 40aadec35620a90ebd06a80301a4e546
|
1
audio/ecawave/pkg-comment
Normal file
1
audio/ecawave/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Simple graphical audio file editor
|
12
audio/ecawave/pkg-descr
Normal file
12
audio/ecawave/pkg-descr
Normal file
|
@ -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>
|
4
audio/ecawave/pkg-plist
Normal file
4
audio/ecawave/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue