Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2001 09:20:01 -0800 (PST)
From:      The Anarcat <anarcat@anarcat.dyndns.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/30050: New port: audio/ecawave
Message-ID:  <200111201720.fAKHK1D65835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/30050; it has been noted by GNATS.

From: The Anarcat <anarcat@anarcat.dyndns.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/30050: New port: audio/ecawave
Date: Tue, 20 Nov 2001 12:19:31 -0500

 Ok. 
 
 [this pr can be closed]
 
 I fixed the issue with the warning describe previously in this pr. The
 bug was actually in ecasound. So one needs to update the ecasound port
 before ecawave starts working again.
 
 Note that I made my tests using the latest ecawave port (0.4.1), not the
 one presented initially in this pr.
 
 Here is the final shar of the port.
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	ecawave
 #	ecawave/pkg-plist
 #	ecawave/pkg-descr
 #	ecawave/pkg-comment
 #	ecawave/distinfo
 #	ecawave/Makefile
 #
 echo c - ecawave
 mkdir -p ecawave > /dev/null 2>&1
 echo x - ecawave/pkg-plist
 sed 's/^X//' >ecawave/pkg-plist << 'END-of-ecawave/pkg-plist'
 Xbin/ecawave
 X%%PORTDOCS%%share/doc/ecawave/ecawave_manpage.html
 X%%PORTDOCS%%share/doc/ecawave/users_guide.html
 X%%PORTDOCS%%@dirrm share/doc/ecawave
 END-of-ecawave/pkg-plist
 echo x - ecawave/pkg-descr
 sed 's/^X//' >ecawave/pkg-descr << 'END-of-ecawave/pkg-descr'
 XEcawave is a simple graphical audio file editor. The user-interface is
 Xbased on Qt libraries, while almost all audio functionality is taken
 Xdirectly from ecasound libraries. As ecawave is designed for editing
 Xlarge audio files, all processing is done direct-to-disk. Simple
 Xwaveform caching is used to speed-up file operations. Ecawave supports
 Xall audio file formats and effect algorithms provided by ecasound
 Xlibraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30
 Xeffect types, LADPSA plugins and multi-operator effect presets.
 X
 XWWW: http://www.eca.cx/ecawave
 X
 X- The Anarcat <anarcat@anarcat.dyndns.org>
 END-of-ecawave/pkg-descr
 echo x - ecawave/pkg-comment
 sed 's/^X//' >ecawave/pkg-comment << 'END-of-ecawave/pkg-comment'
 XSimple graphical audio file editor
 END-of-ecawave/pkg-comment
 echo x - ecawave/distinfo
 sed 's/^X//' >ecawave/distinfo << 'END-of-ecawave/distinfo'
 XMD5 (ecawave-0.4.1.tar.gz) = 40aadec35620a90ebd06a80301a4e546
 END-of-ecawave/distinfo
 echo x - ecawave/Makefile
 sed 's/^X//' >ecawave/Makefile << 'END-of-ecawave/Makefile'
 X# New ports collection makefile for:   ecawave
 X# Date created:                24 aug 2001
 X# Whom:                        The Anarcat <anarcat@anarcat.dyndns.org>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	ecawave
 XPORTVERSION=	0.4.1
 XCATEGORIES=	audio
 XMASTER_SITES=	http://ecasound.seul.org/download/ \
 X		${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	ecawave
 X
 XMAINTAINER=	anarcat@anarcat.dyndns.org
 X
 X#LIB_DEPENDS=	ecasound.7:${PORTSDIR}/audio/ecasound
 X
 XGNU_CONFIGURE=	yes
 XUSE_GMAKE=	yes
 XUSE_AUTOMAKE=	yes
 X
 XUSE_X_PREFIX=	yes
 XUSE_QT_VER=	2
 X
 XCONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
 X		LDFLAGS="-L${LOCALBASE}/lib -lqt2 ${LDFLAGS}" \
 X		CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
 X		CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
 X
 XMAN1=		ecawave.1
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${PREFIX}/share/doc/ecawave
 X	${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${PREFIX}/share/doc/ecawave
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-ecawave/Makefile
 exit
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111201720.fAKHK1D65835>