r61346 - in /trunk/libaudio-ecasound-perl: Changes Ecasound.pm META.yml Makefile.PL README debian/changelog
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Sat Aug 7 03:39:50 UTC 2010
Author: bolangi-guest
Date: Sat Aug 7 03:39:33 2010
New Revision: 61346
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61346
Log:
pull upstream version 1.03
Modified:
trunk/libaudio-ecasound-perl/Changes
trunk/libaudio-ecasound-perl/Ecasound.pm
trunk/libaudio-ecasound-perl/META.yml
trunk/libaudio-ecasound-perl/Makefile.PL
trunk/libaudio-ecasound-perl/README
trunk/libaudio-ecasound-perl/debian/changelog
Modified: trunk/libaudio-ecasound-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-ecasound-perl/Changes?rev=61346&op=diff
==============================================================================
--- trunk/libaudio-ecasound-perl/Changes (original)
+++ trunk/libaudio-ecasound-perl/Changes Sat Aug 7 03:39:33 2010
@@ -1,5 +1,8 @@
Revision history for Perl extension Audio::Ecasound.
+1.01 Mon Jul 12 12:18:04 EST 2010
+ - Clarify license for Debian packaging
+ (Thanks Joel Roth http://github.com/bolangi)
0.93 Sun Jan 6 15:30:02 EST 2008
- RT #32101: missing flush to STDOUT from Andreas Koenig
$| is Makefile.PL and use MM's prompt instead of custom
Modified: trunk/libaudio-ecasound-perl/Ecasound.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-ecasound-perl/Ecasound.pm?rev=61346&op=diff
==============================================================================
--- trunk/libaudio-ecasound-perl/Ecasound.pm (original)
+++ trunk/libaudio-ecasound-perl/Ecasound.pm Sat Aug 7 03:39:33 2010
@@ -73,7 +73,7 @@
goto &$cmd;
}
-$VERSION = '0.93';
+$VERSION = '1.01';
bootstrap Audio::Ecasound $VERSION;
# Generate wrappers(OO or not-OO) for raw C functions
Modified: trunk/libaudio-ecasound-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-ecasound-perl/META.yml?rev=61346&op=diff
==============================================================================
--- trunk/libaudio-ecasound-perl/META.yml (original)
+++ trunk/libaudio-ecasound-perl/META.yml Sat Aug 7 03:39:33 2010
@@ -1,10 +1,21 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
-name: Audio-Ecasound
-version: 0.93
-version_from: Ecasound.pm
-installdirs: site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+--- #YAML:1.0
+name: Audio-Ecasound
+version: 1.01
+abstract: Perl binding to the ecasound sampler, recorder, fx-processor
+author:
+ - Brad Bowman <eci-perl at bereft.net>
+license: artistic_2
+distribution_type: module
+configure_requires:
+ ExtUtils::MakeMaker: 0
+build_requires:
+ ExtUtils::MakeMaker: 0
+requires: {}
+no_index:
+ directory:
+ - t
+ - inc
+generated_by: ExtUtils::MakeMaker version 6.56
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
Modified: trunk/libaudio-ecasound-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-ecasound-perl/Makefile.PL?rev=61346&op=diff
==============================================================================
--- trunk/libaudio-ecasound-perl/Makefile.PL (original)
+++ trunk/libaudio-ecasound-perl/Makefile.PL Sat Aug 7 03:39:33 2010
@@ -4,13 +4,14 @@
WriteMakefile(
NAME => 'Audio::Ecasound',
VERSION_FROM => 'Ecasound.pm',
- PREREQ_PM => {}, # e.g., Module::Name => 1.1
+ PREREQ_PM => {}, # e.g., Module::Name => 1.1
# next two could be from libecasoundc-config --libs --cflags
# not for now since want it to install w/o libecasoundc-config
LIBS => ['-lecasoundc'],
- INC => '',
- ABSTRACT_FROM => 'Ecasound.pm',
- AUTHOR => 'Brad Bowman <eci-perl at bereft.net>',
+ INC => '',
+ ABSTRACT_FROM => 'Ecasound.pm',
+ AUTHOR => 'Brad Bowman <eci-perl at bereft.net>',
+ LICENSE => 'artistic_2',
dist => {
# expand my tabs to 4
PREOP => "(cd \$(DISTVNAME); \\
@@ -18,7 +19,7 @@
-pi -e 'BEGIN{\@ARGV=keys \%{maniread()}; } \\
s/\\t/ /g' \\
)" },
- CONFIGURE =>
+ CONFIGURE =>
sub {
my %cfg;
use Config;
Modified: trunk/libaudio-ecasound-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-ecasound-perl/README?rev=61346&op=diff
==============================================================================
--- trunk/libaudio-ecasound-perl/README (original)
+++ trunk/libaudio-ecasound-perl/README Sat Aug 7 03:39:33 2010
@@ -222,14 +222,21 @@
The libecasoundc library now uses the environment variable "ECASOUND" to
find the ecasound executable. If it is not set then the libarary will
print a warning. To suppress it, simply set the ECASOUND variable: eg.
- export ECASOUND=ecaosund
+ export ECASOUND=ecasound
The ecasound library will still process ~/.ecasoundrc and other setup
files for default values. See the library documentation.
AUTHOR
- (c) 2001 Brad Bowman <eci-perl at bereft.net> This software may be
- distributed under the same terms as Perl itself.
+ Copyright (C) 2001, Brad Bowman <eci-perl at bereft.net>
+
+LICENSE
+ This module is free software. You can redistribute it and/or
+ modify it under the terms of the Artistic License 2.0.
+
+ This program is distributed in the hope that it will be useful,
+ but without any warranty; without even the implied warranty of
+ merchantability or fitness for a particular purpose.
SEE ALSO
The Ecasound Programmer's Guide and ECI doc, ecasound, ecasound-iam
Modified: trunk/libaudio-ecasound-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-ecasound-perl/debian/changelog?rev=61346&op=diff
==============================================================================
--- trunk/libaudio-ecasound-perl/debian/changelog (original)
+++ trunk/libaudio-ecasound-perl/debian/changelog Sat Aug 7 03:39:33 2010
@@ -1,4 +1,4 @@
-libaudio-ecasound-perl (0.93-1) UNRELEASED; urgency=low
+libaudio-ecasound-perl (1.01-1) UNRELEASED; urgency=low
* Initial Release (closes: #585498)
More information about the Pkg-perl-cvs-commits
mailing list