Audio::Ecasound provides perl bindings to the ecasound control

interface of the ecasound program. You can use perl to automate or
interact with ecasound so you don't have to turn you back on the
adoring masses packed into Wembly Stadium.

Ecasound is a software package designed for multitrack audio
processing. It can be used for audio playback, recording, format
conversions, effects processing, mixing, as a LADSPA plugin host and
JACK node. Version >= 2.2.X must be installed to use this
package. "SEE ALSO" for more info.

WWW: http://search.cpan.org/dist/Audio-Ecasound/
This commit is contained in:
Jun Kuriyama 2010-11-21 12:17:40 +00:00
parent b8d397f62b
commit 6aef4f76d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264867
6 changed files with 56 additions and 0 deletions

View File

@ -557,6 +557,7 @@
SUBDIR += p5-Audio
SUBDIR += p5-Audio-Beep
SUBDIR += p5-Audio-CD
SUBDIR += p5-Audio-Ecasound
SUBDIR += p5-Audio-FLAC-Header
SUBDIR += p5-Audio-MPD
SUBDIR += p5-Audio-MPD-Common

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: Audio::Ecasound
# Date created: 20 Nov 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Audio-Ecasound
PORTVERSION= 1.01
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for ecasound sampler, recorder, fx-processor
BUILD_DEPENDS= libecasoundc-config:${PORTSDIR}/audio/ecasound
PERL_CONFIGURE= yes
MAN3= Audio::Ecasound.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Audio-Ecasound-1.01.tar.gz) = 32e6af320d8a9dc04cb5a14152e64f699e07a31f44e78d0cf8f47b469c4f6572
SIZE (Audio-Ecasound-1.01.tar.gz) = 11770

View File

@ -0,0 +1,11 @@
--- Makefile.PL.orig 2010-11-21 12:26:33.201477139 +0900
+++ Makefile.PL 2010-11-21 12:26:54.018506858 +0900
@@ -8,7 +8,7 @@
# next two could be from libecasoundc-config --libs --cflags
# not for now since want it to install w/o libecasoundc-config
LIBS => ['-lecasoundc'],
- INC => '',
+ INC => "-I\${PREFIX}/include",
ABSTRACT_FROM => 'Ecasound.pm',
AUTHOR => 'Brad Bowman <eci-perl@bereft.net>',
LICENSE => 'artistic_2',

View File

@ -0,0 +1,12 @@
Audio::Ecasound provides perl bindings to the ecasound control
interface of the ecasound program. You can use perl to automate or
interact with ecasound so you don't have to turn you back on the
adoring masses packed into Wembly Stadium.
Ecasound is a software package designed for multitrack audio
processing. It can be used for audio playback, recording, format
conversions, effects processing, mixing, as a LADSPA plugin host and
JACK node. Version >= 2.2.X must be installed to use this
package. "SEE ALSO" for more info.
WWW: http://search.cpan.org/dist/Audio-Ecasound/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Audio/Ecasound.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Ecasound/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Ecasound/Ecasound.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Ecasound/Ecasound.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Ecasound
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Audio