From 54c7bd62313e2fd3fe6a5aa251953a35e9a221b1 Mon Sep 17 00:00:00 2001 From: Dennis Braun Date: Wed, 26 May 2021 22:26:01 +0200 Subject: [PATCH] Import audacity_2.4.2~dfsg0-5.debian.tar.xz [dgit import tarball audacity 2.4.2~dfsg0-5 audacity_2.4.2~dfsg0-5.debian.tar.xz] --- README.source | 22 + audacity-data.bug-presubj | 3 + audacity-data.install | 5 + audacity.bug-presubj | 3 + audacity.install | 9 + audacity.lintian-overrides | 3 + audacity.mime | 9 + changelog | 1301 +++++++++ clean | 1 + control | 71 + copyright | 2334 +++++++++++++++++ gbp.conf | 8 + gbp/postclone.sh | 14 + not-installed | 1 + .../0001-Add-keywords-to-desktop-file.patch | 21 + ...ng-against-the-system-portaudio-libr.patch | 52 + ...relax-versions-for-mad-and-libid3tag.patch | 25 + patches/0004-cmake-use-system-portaudio.patch | 39 + patches/0005-Install-plugins-in-usr-lib.patch | 46 + patches/0006-Fix_CVE-2020-11867.patch | 18 + patches/0007-Playback_cursor_workaround.patch | 18 + patches/series | 7 + pkgconfig/lame.pc.in | 9 + rules | 29 + source/format | 1 + source/options | 1 + source_audacity.py | 22 + upstream/metadata | 5 + watch | 4 + 29 files changed, 4081 insertions(+) create mode 100644 README.source create mode 100644 audacity-data.bug-presubj create mode 100644 audacity-data.install create mode 100644 audacity.bug-presubj create mode 100644 audacity.install create mode 100644 audacity.lintian-overrides create mode 100644 audacity.mime create mode 100644 changelog create mode 100644 clean create mode 100644 control create mode 100644 copyright create mode 100644 gbp.conf create mode 100755 gbp/postclone.sh create mode 100644 not-installed create mode 100644 patches/0001-Add-keywords-to-desktop-file.patch create mode 100644 patches/0002-PATCH-Fix-building-against-the-system-portaudio-libr.patch create mode 100644 patches/0003-cmake-relax-versions-for-mad-and-libid3tag.patch create mode 100644 patches/0004-cmake-use-system-portaudio.patch create mode 100644 patches/0005-Install-plugins-in-usr-lib.patch create mode 100644 patches/0006-Fix_CVE-2020-11867.patch create mode 100644 patches/0007-Playback_cursor_workaround.patch create mode 100644 patches/series create mode 100644 pkgconfig/lame.pc.in create mode 100755 rules create mode 100644 source/format create mode 100644 source/options create mode 100644 source_audacity.py create mode 100644 upstream/metadata create mode 100644 watch diff --git a/README.source b/README.source new file mode 100644 index 00000000..1823c402 --- /dev/null +++ b/README.source @@ -0,0 +1,22 @@ +gbp clone +--------- + +Starting with gbp>0.8.1, here's an simple way to automatically fine-tune the +repository in the following ways: +- make git ignore any .pc/ directory (created by quilt) +- enable the "--follow-tags" when running 'git-push', so it's harder + to forget to push packaging tags along with the branches. + +To enable this, run gbp-clone with the '--postclone debian/gbp/postclone.sh' +option. +To enable this for ALL repositories cloned via 'gbp' (in the future), do +something like the following: + + $ mkdir -p ~/bin + $ cp debian/gbp/postclone.sh ~/bin/gbphook-postclone + $ cat >> ~/.gbp.conf < Mon, 1 Aug 2016 12:15:50 +0200 diff --git a/audacity-data.bug-presubj b/audacity-data.bug-presubj new file mode 100644 index 00000000..0cf27462 --- /dev/null +++ b/audacity-data.bug-presubj @@ -0,0 +1,3 @@ +Before reporting bug consider use of upstream bug tracking system. +http://wiki.audacityteam.org/wiki/Reporting_Bugs +If the bug is rather "debian-specific" please proceed diff --git a/audacity-data.install b/audacity-data.install new file mode 100644 index 00000000..9d25973f --- /dev/null +++ b/audacity-data.install @@ -0,0 +1,5 @@ +usr/share/audacity +usr/share/icons +usr/share/locale +usr/share/mime +usr/share/pixmaps/gnome-mime-application-x-audacity-project.xpm diff --git a/audacity.bug-presubj b/audacity.bug-presubj new file mode 100644 index 00000000..0cf27462 --- /dev/null +++ b/audacity.bug-presubj @@ -0,0 +1,3 @@ +Before reporting bug consider use of upstream bug tracking system. +http://wiki.audacityteam.org/wiki/Reporting_Bugs +If the bug is rather "debian-specific" please proceed diff --git a/audacity.install b/audacity.install new file mode 100644 index 00000000..1b1ca917 --- /dev/null +++ b/audacity.install @@ -0,0 +1,9 @@ +debian/source_audacity.py usr/share/apport/package-hooks +usr/bin +usr/lib +usr/share/applications +usr/share/doc +usr/share/man +usr/share/metainfo +usr/share/pixmaps/audacity16.xpm +usr/share/pixmaps/audacity32.xpm diff --git a/audacity.lintian-overrides b/audacity.lintian-overrides new file mode 100644 index 00000000..abbce06f --- /dev/null +++ b/audacity.lintian-overrides @@ -0,0 +1,3 @@ +# false positive +desktop-command-not-in-package usr/share/applications/audacity.desktop env +spelling-error-in-binary usr/bin/audacity addd add diff --git a/audacity.mime b/audacity.mime new file mode 100644 index 00000000..02ee5d1d --- /dev/null +++ b/audacity.mime @@ -0,0 +1,9 @@ +application/ogg; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +audio/basic; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +audio/mpeg; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +audio/x-aiff; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +audio/x-mp3; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +audio/x-wav; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +application/x-flac; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +audio/x-flac; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 +application/x-audacity-project; audacity %s; edit=audacity %s; test=test "$DISPLAY" != ""; priority=2 diff --git a/changelog b/changelog new file mode 100644 index 00000000..9081645c --- /dev/null +++ b/changelog @@ -0,0 +1,1301 @@ +audacity (2.4.2~dfsg0-5) unstable; urgency=medium + + * Workaround patch for playback cursor under wayland + Audacity has no full wayland support yet, so we use X11 to start + (Closes: #950150, #962389, #988632, LP: #1877833) + The patch can probably be removed when wxwidgets 3.1.3 is in debian archive + * Add lintian-overrides to override false positive lintian errors + + -- Dennis Braun Wed, 26 May 2021 22:26:01 +0200 + +audacity (2.4.2~dfsg0-4) unstable; urgency=medium + + [ Sebastian Ramacher ] + * Bump cmake requirement (Closes: #969571) + + [ Dennis Braun ] + * Fix temporary audio .au files exposure (CVE-2020-11867). (Closes: #976874) + * Bump S-V to 4.5.1, no changes needed + + -- Dennis Braun Tue, 08 Dec 2020 23:46:09 +0100 + +audacity (2.4.2~dfsg0-3) unstable; urgency=medium + + * Team upload + * debian/rules: Properly link ffmpeg libraries + + -- Sebastian Ramacher Fri, 24 Jul 2020 00:27:55 +0200 + +audacity (2.4.2~dfsg0-2) unstable; urgency=medium + + * Team upload + * debian/rules: Disable use of embedded sbsms + + -- Sebastian Ramacher Thu, 23 Jul 2020 22:26:16 +0200 + +audacity (2.4.2~dfsg0-1) unstable; urgency=medium + + * Team upload + + [ Dennis Braun ] + * New upstream version 2.4.1~dfsg0 + * Exclude unfree RFC files and unnecessary autogenerated files + * Fix wrong use of AC_CHECK_FILE for portmidi (Closes: #960093) + * Refresh d/copyright + * d/audacity.mime: Remove quotes from %s placeholder + * d/rules: Remove obsolete linker flags + + [ Sebastian Ramacher ] + * New upstream release + * debian/: Build with cmake + - Update build dependencies + - Move arch dependent plugins to /usr/lib/audacity + - Remove autoconf/automake patches + - Apply patches to use system libraries + * debian/copyright: Remove copyright info for autconf/automake files + + -- Sebastian Ramacher Thu, 23 Jul 2020 20:48:30 +0200 + +audacity (2.3.3-2) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: (Closes: #850463) + + cross.patch: Fix wrong use of AC_CHECK_FILE + + [ Dennis Braun ] + * d/audacity.install: Add /usr/share/metainfo + * d/audacity.lintian-overrides: Drop, obsolete + * d/control: + + Bump Standards-Version to 4.5.0 + + Bump dh-compat to 13 + + Add me as an uploader + + Set RRR: no + * d/copyright: + + Remove a lot of unused entries + + Get rid of CC-BY with no version, use CC-BY-3.0 instead, + like LICENSE.txt says + + Add CC0-1.0 license for appdata + * Add d/not-installed + * Add d/upstream/metadata + + -- Dennis Braun Sat, 02 May 2020 02:53:01 +0200 + +audacity (2.3.3-1) unstable; urgency=medium + + * New upstream release. + * Bump debhelper-compat to 12. + * Bump Standards-Version to 4.4.1. + * Drop obsolete d/NEWS file. + * debian/patches: + + 0002-workaround-wxwidgets-fit-recovery.patch: Drop, Obsolete. + + 0005-Fix-building-against-the-system-portaudio-library.patch: Update. + + -- Dennis Braun Thu, 21 Nov 2019 20:50:20 +0100 + +audacity (2.3.2-2) unstable; urgency=medium + + * Team upload. + * d/p/0006-Link-atomic-if-needed.patch: Link atomic if needed. + (Closes: #933731) + + -- Unit193 Tue, 06 Aug 2019 02:01:08 -0400 + +audacity (2.3.2-1) unstable; urgency=medium + + * Team upload. + + [ Mateusz Łukasik ] + * New upstream release. + + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat + + [ Unit 193 ] + * New upstream release. + * d/control; Update build-depends for (wx)GTK3. + * Update Standards-Version to 4.4.0. + + -- Unit 193 Mon, 22 Jul 2019 19:28:49 -0400 + +audacity (2.2.2-1) unstable; urgency=medium + + * Team upload. + + [ James Cowgill ] + * New upstream release. + - Fixes FTBFS with FFmpeg 4.0. (Closes: #888332) + + * d/changelog: Remove trailing whitespace. + * d/control: + - Use a secure Homepage URL. + - Mark audacity-data Multi-Arch foreign. + - Bump standards version to 4.1.4. + * d/compat: Use debhelper compat 11. + * d/copyright: Update copyright years. + * d/gbp.conf: Remove filter-pristine-tar option. + * d/patches: + - Refresh patches. + - Drop 0003-spelling.patch - applied upstream. + * d/source/lintian-overrides: + - Move from d/source.lintian-overrides. + - Remove source-contains-* overrides. + + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field + * d/control: Set Vcs-* to salsa.debian.org + + [ Felipe Sateler ] + * Change maintainer address to debian-multimedia@lists.debian.org + + -- James Cowgill Wed, 06 Jun 2018 11:55:07 +0100 + +audacity (2.2.1-1) unstable; urgency=medium + + * Add filter option to gbp.conf file. + * New upstream version 2.2.1 + * Introduce postclone.sh script to ignore .pc/ dir. + * Patches refreshed. + + -- Jaromír Mikeš Mon, 11 Dec 2017 12:20:41 +0100 + +audacity (2.2.0-2) unstable; urgency=medium + + * Fix FTBFS on non-x86 archs. (Closes: #882173) + Thanks to James Cowgill + + -- Jaromír Mikeš Fri, 24 Nov 2017 18:23:25 +0100 + +audacity (2.2.0-1) unstable; urgency=medium + + [ Sebastian Ramacher ] + * New upstream release. (Closes: #858173) + * debian/{control,compat,rules}: Bump debhelper compat to 10. + * deian/compat: + - Bump Standards-Version. + + [ Jaromír Mikeš ] + * Fix watch file. + * Add myself as uploader. + * New upstream version 2.2.0 + + -- Jaromír Mikeš Sun, 19 Nov 2017 19:28:34 +0100 + +audacity (2.1.2-2) unstable; urgency=medium + + [ Mateusz Łukasik ] + * Team upload. + * debian/patches: + - fix-gcc6-ftbfs.patch - Add to fix FTBFS with gcc-6. (Closes: #811671) + * debian/control: + - Bump Standards-Version to 3.9.8. (no changes needed) + * debian/watch: Update to github. + + [ Free Ekanayaka ] + * Add travis.debian.net configuration + + -- Free Ekanayaka Thu, 24 Nov 2016 20:20:12 +0000 + +audacity (2.1.2-1) unstable; urgency=medium + + * Team upload. + * Upload to unstable. + + [ Sebastian Ramacher ] + * New upstream release. + * debian/audacity.menu: Removed since audacity comes with a desktop file. + * debian/control: + - Remove Build-Conflicts. libwxbase2.6-dev and wx2.6-headers + are only available in squeeze. + - Update Vcs-*. + + [ Benjamin Drung] + * Sort configure flags alphabetical. + + -- Sebastian Ramacher Fri, 29 Jan 2016 19:31:05 +0100 + +audacity (2.1.2~rc2-1) experimental; urgency=medium + + * Team upload. + * New upstream release candidate. + * Migrate to automatic dbg packages + * debian/control: + - Remove obsolete Breaks+Replaces. + - Remove no longer existing ffmpeg -dev packages from B-D. + + -- Sebastian Ramacher Tue, 12 Jan 2016 22:27:03 +0100 + +audacity (2.1.2~rc1-1) experimental; urgency=medium + + * New upstream release candidate. (Closes: #764075, #806185) + - Add wxWidgets 3.0 support. + * Enable LV2 support. (Closes: #673616, #767882) + - debian/control: Add lv2-dev, liblilv-dev and libsuil-dev to + Build-Depends. + - debian/rules: Build with --with-lv2=system. + * debian/patches: + - wxWidgets-3.0.patch, clang-ftbfs.patch, + fix-cursor-recapturing-sliders.patch, + wxwidgets-clipboard-reenetry-workaround.patch, + wxwidgets-effect-dialogs-segfault.patch: Removed (applied upstream). + - workaround-wxwidgets-fit-recovery.patch: Refreshed. + * debian/rules: Force system copy of portsmf. + + -- Sebastian Ramacher Mon, 07 Dec 2015 20:27:06 +0100 + +audacity (2.0.6-2) unstable; urgency=medium + + [ Martin Steghöfer ] + * Workaround for wx bug causing layout problems in recovery dialog. + * Fix effect dialog segfault due to events before initialization and + add workaround for wxWidgets bug "Reentry in clipboard". (Closes: #765341) + * Fix cursor recapturing in track panel sliders. (Closes: #765779) + + -- Benjamin Drung Sat, 25 Oct 2014 23:42:05 +0200 + +audacity (2.0.6-1) unstable; urgency=medium + + * New upstream release. + * Update debian/watch to point to FossHub. + * Bump Standards-Version to 3.9.6 (no changes required) + * Drop all patches (all included in new upstream release) and the + libnyquist autoreconf workaround + * Disable tests (they fail to build, because they are bitrotten) + * Fix autoreconf for the minimal audacity source tarball. + * Compile audacity against wxWidgets 3.0. Thanks to Martin Steghöfer for + this enormous patch (Closes: #749659) + * Fix FTBFS with clang. Thanks to Arthur Marble. (Closes: #757531) + + -- Benjamin Drung Tue, 14 Oct 2014 01:28:54 +0200 + +audacity (2.0.5-2) unstable; urgency=medium + + * Add support for recent FFmpeg/libav versions. Thanks to Michael Niedermayer + for the porting work. (Closes: #740755, LP: #1076928) + * Fix default LADSPA search paths on Linux. (Closes: #724836, LP: #1261654) + * Fix build failure caused by undefined PATH_MAX. + * Bump Standards-Version to 3.9.5 (no changes needed). + * Remove -Wstrict-prototypes build flag from libnyquist. + + -- Benjamin Drung Sat, 31 May 2014 22:02:54 +0200 + +audacity (2.0.5-1) unstable; urgency=low + + * New upstream release. + * Add distclean.patch to make dh_auto_clean work again. + + -- Benjamin Drung Tue, 22 Oct 2013 12:53:52 +0200 + +audacity (2.0.4-1) unstable; urgency=low + + * Team upload. + + [ Petr Vorel ] + * debian/watch: Check for xz compressed tarballs. (Closes: #722133) + + [ Sebastian Ramacher ] + * New upstream release. + * debian/patches/bp-docdir-fix.patch: Removed (applied upstream). + * Disable libav support. (Closes: #692809) + audacity is not yet compatible with libav 9 and needs to be ported first. + Until audacity has been ported, support for some audio formats (AC3, M4A, + MP4, WMA) is not available. + - debian/control: Remove libav{codec,format,util}-dev build dependencies. + - debian/rules: Build with --without-ffmpeg. + * Use dh-autoreconf to clean up generated auto* files. + * Bump debhelper compat to 9. + - Decreases the Installed-Size of audacity-dbg by a large amount since + dh_strip now uses compressed debugging symbol files. + - {C,CXX,LD,CPP}FLAGS are automatically exported. + - Bump debhelper build dependency to >= 9. We at least need 8.1 to + support Standards-Version 3.9.4 (binary-{arch,indep} targets). + * debian/rules: Override dh_auto_clean since it gets confused by the output + of 'make clean' and 'make distclean' and does not detect that the targets + are available. + * debian/control: Remove useless zip build-dependency. + + -- Sebastian Ramacher Sat, 14 Sep 2013 18:19:36 +0200 + +audacity (2.0.3-1) unstable; urgency=low + + * New upstream release (LP: #1107520). + - Add keyboard shortcut for export (LP: #651499) + * Drop disable-dynamic-ffmpeg.patch (accepted upstream). + * Replace libsamplerate by libsoxr, which is faster and produces better + resampling results. + * Bump Standard-Version to 3.9.4 (no changes needed). + * Use canonical URI for VCS-* fields. + * Fix docdir path. + + -- Benjamin Drung Sat, 06 Apr 2013 14:28:29 +0200 + +audacity (2.0.2-1) unstable; urgency=low + + * New upstream release. + * Drop additional-mime-types.patch (accepted upstream). + * Refresh disable-dynamic-ffmpeg.patch. + + -- Benjamin Drung Fri, 24 Aug 2012 11:39:19 +0200 + +audacity (2.0.1-1) unstable; urgency=low + + * New upstream release. + * Update patches. + + -- Benjamin Drung Sat, 30 Jun 2012 00:45:22 +0200 + +audacity (2.0.1~rc2-1) unstable; urgency=low + + * New upstream release. + * Drop four patches that were applied upstream. + * Refresh remaining patches. + + -- Benjamin Drung Wed, 27 Jun 2012 12:44:13 +0200 + +audacity (2.0.1~rc1-2) unstable; urgency=low + + * Allow opening files with Audacity with your file manager. (LP: #1006610) + + -- Benjamin Drung Mon, 25 Jun 2012 02:06:15 +0200 + +audacity (2.0.1~rc1-1) unstable; urgency=low + + * New upstream release. + * Build against system libsbsms. + * Refresh patches. + + -- Benjamin Drung Sat, 23 Jun 2012 23:50:34 +0200 + +audacity (2.0.0-1) unstable; urgency=low + + * New upstream release. + * Drop fix-glib-include-error.patch (fixed upstream). + * Use build flags from the environment for portmixer. + Thanks to Simon Ruderich (Closes: #663275) + + -- Benjamin Drung Wed, 14 Mar 2012 14:43:28 +0100 + +audacity (2.0.0~rc8-1) unstable; urgency=low + + * New upstream release. + * Enable hardened build flags through dpkg-buildflags. + * debian/watch: Show 1000 entries instead of only 100. + * Register FLAC file type in .desktop file. (Closes: #661921) + * Fix build failure with Glib 2.31.20. + + -- Benjamin Drung Thu, 08 Mar 2012 17:10:05 +0100 + +audacity (2.0.0~rc6-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.9.3, no changes needed. + + -- Benjamin Drung Wed, 29 Feb 2012 01:26:22 +0100 + +audacity (2.0.0~rc4-1) unstable; urgency=low + + * New upstream release. + + -- Benjamin Drung Thu, 23 Feb 2012 15:58:54 +0100 + +audacity (2.0.0~rc1-1) unstable; urgency=low + + * New upstream release. + * Update debian/watch file. + * Drop FFmpeg/libav patches (they were accepted upstream). + * Improve label-region-relation.patch. + + -- Benjamin Drung Sat, 18 Feb 2012 12:55:34 +0100 + +audacity (1.3.14-3) unstable; urgency=low + + * Change the behavior of point labels to behave like region labels. + + -- Benjamin Drung Fri, 20 Jan 2012 18:12:51 +0100 + +audacity (1.3.14-2) unstable; urgency=low + + * Add missing include to support building Audacity with libav 0.8. + (Closes: #654212) + + -- Benjamin Drung Sat, 14 Jan 2012 13:49:00 +0100 + +audacity (1.3.14-1) unstable; urgency=low + + * New upstream release (Closes: #651949). + * Drop backported patches and refresh remaining patches. + * Replace libav-0.7.patch by ffmpeg-2.patch from upstream. + + -- Benjamin Drung Thu, 22 Dec 2011 23:35:29 +0100 + +audacity (1.3.13-5) unstable; urgency=low + + * Use linux-any instead of hardcoded list of non-Linux architectures. + (Closes: #634303) + * Build against libmp3lame. (Closes: #600747) + + -- Benjamin Drung Fri, 29 Jul 2011 18:06:22 +0200 + +audacity (1.3.13-4) unstable; urgency=low + + * libav-0.7.patch: Unbreak compilation against libav 0.7. + Thanks to Reinhard Tartler for the patch (Closes: #628201) + * Bump required libav version to 0.6 (Closes: #628138) + + -- Benjamin Drung Sat, 28 May 2011 13:41:09 +0200 + +audacity (1.3.13-3) unstable; urgency=low + + * Apply followup commits for fixing upstream bug #367. + * Apply upstream fix for upstream bug #137. + + -- Benjamin Drung Sat, 23 Apr 2011 11:43:42 +0200 + +audacity (1.3.13-2) unstable; urgency=low + + * Apply two upstream fixes for the upstream bugs #350 and #367. + + -- Benjamin Drung Sun, 17 Apr 2011 18:43:04 +0200 + +audacity (1.3.13-1) unstable; urgency=low + + * New upstream release (LP: #608948, #690226, #694778, #713584, #753323). + * Drop 13 upstream applied patches. + * Refresh disable dynamic loading patches. + * Drop configure.patch and run ./autogen.sh on build time instead. + * Use local sbsms due to an API change. + + -- Benjamin Drung Wed, 13 Apr 2011 01:43:29 +0200 + +audacity (1.3.12-17) unstable; urgency=low + + * Drop article from the description synopsis. + * Add Applied-Upstream tag to patches. + * Build against portSMF. + * Build against libsbsms. + * Bump Standards-Version to 3.9.2 (no changes required). + + -- Benjamin Drung Sat, 09 Apr 2011 18:25:32 +0200 + +audacity (1.3.12-16) unstable; urgency=low + + * Split and update disable-dynamic-loading.patch. + * Add support to disable dynamic loading of LAME. + + -- Benjamin Drung Fri, 11 Mar 2011 17:10:04 +0100 + +audacity (1.3.12-15) unstable; urgency=low + + * Fix crash on WMA export (LP: #695648). + + -- Benjamin Drung Wed, 09 Mar 2011 12:09:51 +0100 + +audacity (1.3.12-14) unstable; urgency=low + + [ Fabian Greffrath ] + * Remove myself from Uploaders. + + [ Benjamin Drung ] + * Soundtouch >= 1.5 uses soundtouch.pc and not soundtouch-1.4.pc + + -- Benjamin Drung Mon, 28 Feb 2011 15:04:39 +0100 + +audacity (1.3.12-13) unstable; urgency=low + + * Compile against system portAudio (Closes: #323711). + + -- Benjamin Drung Sat, 26 Feb 2011 23:02:54 +0100 + +audacity (1.3.12-12) unstable; urgency=low + + * Rebuild against the newest soundtouch. + + -- Benjamin Drung Sat, 19 Feb 2011 15:06:35 +0100 + +audacity (1.3.12-11) unstable; urgency=low + + * Tighten build dependencies. + * Add portsmf-configure.patch to support using system portSMF. + * Fix char to const char conversion in src/TrackArtist.cpp. + + -- Benjamin Drung Thu, 17 Feb 2011 21:08:58 +0100 + +audacity (1.3.12-9) unstable; urgency=low + + * Drop ffmpeg-av-match-ext.patch in favor of disable-dynamic-loading.patch. + * Update my email address. + * Drop DM-Upload-Allowed from debian/control. + + -- Benjamin Drung Thu, 06 Jan 2011 22:04:37 +0100 + +audacity (1.3.12-8) experimental; urgency=low + + * Pick up upstream improvements to the slider background color patch. + + -- Benjamin Drung Thu, 25 Nov 2010 23:02:25 +0100 + +audacity (1.3.12-7) experimental; urgency=low + + * Fix interchanged bug numbers from previous upload. + * Support FFmpeg >= 0.6 (Closes: #593162, LP: #602934). + + -- Benjamin Drung Wed, 22 Sep 2010 02:37:52 +0200 + +audacity (1.3.12-6) unstable; urgency=low + + * Build with jack on all architectures (Due to a bug, jack was already + enabled on all architectures except on i386, amd64, powerpc). + * Fix build failure with GCC 4.5 (Closes: #564865, LP: #629955). + + -- Benjamin Drung Tue, 21 Sep 2010 22:47:19 +0200 + +audacity (1.3.12-5) unstable; urgency=low + + * Fix missing content in debug package. + * Bump Standards-Version to 3.9.1 (no changes required). + + -- Benjamin Drung Thu, 05 Aug 2010 12:53:38 +0200 + +audacity (1.3.12-4) unstable; urgency=low + + [ Fabian Greffrath ] + * Fix debian/watch to consult sourceforge again, as googlecode changed + their download page link format. + * Update my e-mail address. + + [ Benjamin Drung ] + * Switch from CDBS to dh 7. + * Convert versioned Conflicts into Breaks. + * Simplify debian/rules. + * Bump Standards-Version to 3.9.0 (no changes required). + * Add open-mixer.patch to fix segfault with multiple ALSA devices. + (Closes: #584605) - thanks to Dave Witbrodt + + -- Benjamin Drung Wed, 30 Jun 2010 01:09:55 +0200 + +audacity (1.3.12-3) unstable; urgency=high + + * Do not install audacity.xpm (Closes: #578509). + + -- Benjamin Drung Mon, 26 Apr 2010 01:20:30 +0200 + +audacity (1.3.12-2) unstable; urgency=low + + * Add fix-slider-background-color.patch to fix background color of + sliders. + + -- Benjamin Drung Sun, 04 Apr 2010 17:54:47 +0200 + +audacity (1.3.12-1) unstable; urgency=low + + * New upstream release. + * Remove all patches (they are applied upstream). + * Remove all images from debian directory (they are now included in + the upstrem tarball). + * Update debian/*.install files. + * Enable the feature to link audio tracks to a label track. + * Update watch file. + * Drop unused libtag1-dev from Build-Depends. + + -- Benjamin Drung Sat, 03 Apr 2010 01:43:27 +0200 + +audacity (1.3.11-2) unstable; urgency=low + + * Fix export by track bug in export-multiple.patch. + * Update meta data of patches. + * Bump Standards-Version to 3.8.4 (no changes required). + * Add trailing blank line to debian/NEWS. + + -- Benjamin Drung Wed, 03 Feb 2010 14:02:14 +0100 + +audacity (1.3.11-1) unstable; urgency=low + + * New upstream release. + - builds with binutils-gold (Closes: #553969) + - builds with upcoming gcc 4.5 (gcc-snapshot 20100117-1) (Closes: #564865) + - Click Track and other Nyquist plugins work on amd64 (LP: #454859) + * Drop hurd.patch (accepted upstream). + * Remove asterisk from debian/NEWS. + + -- Benjamin Drung Tue, 19 Jan 2010 23:42:22 +0100 + +audacity (1.3.10-2) unstable; urgency=low + + * Build against system libvamp and taglib. + * Add hurd.patch to fix missing NOFILE on GNU/Hurd. + + -- Benjamin Drung Thu, 31 Dec 2009 01:16:47 +0100 + +audacity (1.3.10-1) unstable; urgency=low + + * New upstream release. + * Drop patches, which are accepted or applied upstream: + - closing-2nd-while-recording-in-1st.patch + - crash-on-get-default-device.patch + - ffmpeg-0.5-compatibility.diff + - gsocket.patch + - labeltrack-crash.patch + - stopstream-on-close.patch + * Refresh remaining patches. + * Switch to new source format 3.0 (quilt). + * debian/rules: Use autotools class instead of gnome class. + * Bump debhelper version to 7. + + -- Benjamin Drung Wed, 02 Dec 2009 01:45:30 +0100 + +audacity (1.3.9-7) unstable; urgency=low + + [ David Henningsson ] + * Avoid crash in GetDefaultPlayDevice (LP: #475277) + * Fixed crash on start recording, then open and close a project window + * Update my email address + * Add apport hook for better bug reports on Ubuntu + * stopstream-on-close.patch has now been forwarded and committed + upstream. + + [ Benjamin Drung ] + * Add Applied-Upstream meta data to patch. + + -- Benjamin Drung Sat, 28 Nov 2009 13:43:20 +0100 + +audacity (1.3.9-6) unstable; urgency=low + + [ David Henningsson ] + * Add myself to uploaders + * Avoid that Audacity leaves autosave files behind, if quitted with + monitoring enabled (LP: #455990) + * prevent crashes when undoing label track changes (picked from + upstream CVS). (LP: #385538) + + -- Benjamin Drung Thu, 22 Oct 2009 00:22:42 +0200 + +audacity (1.3.9-5) unstable; urgency=low + + * Add debian/patches/disk-full-on-export.patch to show an error message if + the disk gets full on PCM export; thanks to David Henningsson for the patch + (LP: #259798). + + -- Benjamin Drung Sun, 11 Oct 2009 17:52:06 +0200 + +audacity (1.3.9-4) unstable; urgency=low + + * Add debian/patches/switch-hostapi-crash.patch to prevent crash when + selecting sound card driver; thanks to David Henningsson for the patch + (LP: #436990). + + -- Benjamin Drung Sat, 26 Sep 2009 15:58:39 +0200 + +audacity (1.3.9-3) unstable; urgency=low + + * Add debian/patches/gsocket.patch to fix conflicting GSocket definition. + + -- Benjamin Drung Fri, 11 Sep 2009 10:39:31 +0200 + +audacity (1.3.9-2) unstable; urgency=low + + * Respect locales/$LANG (Closes: #481424, LP: #292168). + - Add debian/patches/lang.patch + * Drop CVE-2007-6061.patch and remove notice from NEWS file. The + security issue is fixed since version 1.3.5 and /tmp can be used as + temporary directory again. + * Remove resolved news item from experimental (Closes: #545402). + + -- Benjamin Drung Tue, 08 Sep 2009 17:05:00 +0200 + +audacity (1.3.9-1) unstable; urgency=low + + * New upstream release. + * Drop 10-kFreeBSD.patch and 20-autoconf.patch (accepted by upstream). + * Drop debian/patches/dont-create-help-directory-on-runtime.patch. + * Add debian/patches/ffmpeg-0.5-compatibility.diff to make audacity + compatible to the ffmpeg 0.5 series. + * Rename recommended "unstripped" to "extra" ffmpeg variants. + * Add meta-information to all patch files according to the DEP-3. + * Do not link against unused libraries (make dpkg-shlibdeps happy). + + -- Benjamin Drung Tue, 01 Sep 2009 02:17:01 +0200 + +audacity (1.3.8-1) experimental; urgency=low + + [ Benjamin Drung ] + * New upstream release. + * Drop patches that are applied or adopted upstream: + - curly-brace-before-preprocessor-endif.patch + - desktop_file.patch + - make-distclean.patch + - pulseaudio.patch + * Drop portaudio.patch, it does not apply anymore and audacity was + never build against portaudio. + * debian/NEWS: Fix typo (thanks to Lintian). + * Bump Standards-Version to 3.8.3 (no changes). + * Drop debian/source.lintian-overrides, not needed any longer. + * Update debian/watch file to search on Google Code. + * Do not create help directory on runtime (backport patch from upstream) + - Add debian/patches/dont-create-help-directory-on-runtime.patch + * Add debian/patches/export-multiple.patch (LP: #276043). + * Add debian/patches/10-kFreeBSD.patch and debian/patches/20-autoconf.patch + to fix FTBFS on GNU/kFreeBSD; thanks to Petr Salinger for the patch + (Closes: #542765). + * Allow uploads done by Debian Maintainers. + * This release is not compatible to the ffmpeg 0.5 series. Left a + notice in debian/NEWS. + + [ Reinhard Tartler ] + * Build against system taglib + + -- Benjamin Drung Tue, 25 Aug 2009 03:28:39 +0200 + +audacity (1.3.7-3) unstable; urgency=low + + [ Fabian Greffrath ] + * Remove Matt Brubeck from Uploaders (Closes: #521481). + + [ Reinhard Tartler ] + * Recommend alternatively on the "unstripped" ffmpeg variants (LP: #344061). + + [ Benjamin Drung ] + * debian/control: + + Update my e-mail address. + + Move audacity-dbg to section debug. + * Bumped Standards-Version to 3.8.1. + * Update make-distclean.patch to also remove lib-src/libportmixer.a. + * Add debian/source.lintian-overrides to suppress ancient-libtool warning. + * Add Audacity SVG icon; thanks to Aaron Spike (LP: #157828). + + -- Benjamin Drung Sun, 14 Jun 2009 23:17:41 +0200 + +audacity (1.3.7-2) unstable; urgency=low + + * Build against system FFmpeg for import and export support + (Closes: #512278, #5143333). + * Build-Depend on recent versions of the ffmpeg headers and recommend ffmpeg + shared libraries with recent sonames to make sure the ffmpeg packages are + new enough for audacity. + * Recent ffmpeg packages have Speex support enabled, so audacity can also + benefit from this feature (Closes: #329802). + * Re-enable PortMixer, as recommended upstream: + + + -- Fabian Greffrath Tue, 17 Feb 2009 10:27:17 +0100 + +audacity (1.3.7-1) experimental; urgency=low + + [ Benjamin Drung ] + * New upstream release. + + Fixes error on second build (Closes: #442497, #486155). + * Dropped hyphen-used-as-minus-sign.patch (applied upstream). + * Added curly-brace-before-preprocessor-endif.patch to fix compile error. + * Added myself to Uploaders. + * Added make-distclean.patch. + * Updated watch file. + * Removed Ubuntu changelog entries. + + [ Fabian Greffrath ] + * Removed spurious "DEB_COMPRESS_EXCLUDE := *.htb" from debian/rules. + There isn't even one file of this name in the packages. + + -- Benjamin Drung Wed, 04 Feb 2009 20:16:48 +0100 + +audacity (1.3.6-3) unstable; urgency=low + + * Added myself to Uploaders. + * Wrapped Uploaders and Build-Depends fields. + * Ordered and cleaned up Build-Depends, added autotools-dev. + * Bumped Standards-Version to 3.8.0. + * Moved Homepage from package description to Source stanza. + * Added ${misc:Depends} to Depends. + * Added MP2-support via libtwolame (Closes: #448762, #481338). + * Removed obsolete audacity.dirs and blank lines in + debian/audacity.install and debian/rules. + * Use Applications/Sound in audacity.menu. + * Use sf.net redirector in debian/watch. + * Fixed syntax errors in architecture checks in debian/rules + (Closes: #486147). + * Removed redundant debhelper calls from debian/rules and force remove + of the license file. + * Added patch to fix hyphen-used-as-minus-sign, thanks lintian. + * Added an audacity-dbg debug package. + * Versioned Build-Depends on libsoundtouch1-dev (>= 1.3.1-2) and + explicitely enable it in the configure flags (Closes: #459198). + * Added advice to also remove '~/.audacity' to debian/NEWS (Closes: #463955). + * Added Build-Conflicts against libwxbase2.6-dev and wx2.6-headers + (Closes: #405623). + * Explicitely built against the system libsamplerate, effectively disabling + the internal libresample. This may break support for proprietary VST + plug-ins! Left a notice in debian/NEWS. + * Reordered configure flags in debian/rules and renamed + T1_DEB_CONFIGURE_EXTRA_FLAGS to the more descriptive WITH_JACK_CONFFLAG. + * Audacity suggests libmp3lame0. + * Added an arch:all audacity-data package that contains most of the + architecture-independent content of the '/usr/share' directory. + * Fixed faulty confflags --with-libid3tag and --with-libvorbis. + * Remove the redundant LICENSE.txt file immediately after the install rule. + * Do not manually remove lib-src/libpormixer.a in the clean rule. We build + --without-portmixer anyway. + + -- Fabian Greffrath Tue, 20 Jan 2009 15:45:00 +0100 + +audacity (1.3.6-2) unstable; urgency=low + + * Set Maintainer to pkg-multimedia-maintainers + * Add Vcs-Git and Vcs-Browser URLs + + -- Free Ekanayaka Mon, 12 Jan 2009 08:30:59 +0000 + +audacity (1.3.6-1) unstable; urgency=low + + * New upstream version + * Drop ratefix patch, merged upstream + * Add pulseaudio patch (thanks to David Henningsson) + * Build depend on libwxgtk2.8-dev instead of libwxgtk2.6-dev + * Set Maintainer to pkg-multimedia-maintainers + * Add Vcs-Git and Vcs-Browser URLs + + -- Free Ekanayaka Sun, 11 Jan 2009 23:54:44 +0000 + +audacity (1.3.5-2) unstable; urgency=low + + * Applied ratefix.patch which fixes a project rate issue when + exporting to wav (Closes: #481641), thanks to Paul Martin + + -- Free Ekanayaka Mon, 19 May 2008 11:51:25 +0100 + +audacity (1.3.5-1) unstable; urgency=low + + * New upstream release + * Included patches from Ubuntu (thanks to Bruno Barrera Yever): + - debian/patches/desktop_file.patch: + - removed deprecated Encoding field + - removed deprecated Application value from Categories + - updated Name fields + - updated Icon field + * Removed liblame patch, included upstream + + -- Free Ekanayaka Wed, 14 May 2008 13:54:33 +0100 + +audacity (1.3.4-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #455635). + * Reenable JACK on amd64 (Closes: #469325). + + -- Luk Claes Sat, 22 Mar 2008 10:50:11 +0000 + +audacity (1.3.4-1.1) unstable; urgency=high + + * Non-maintainer upload by security team. + * Fix insecure directory creation in /tmp by moving the directory + to the users home directory (CVE-2007-6061; Closes: #453283). + * Adding NEWS file to advise the user to change the tmp path + in his config file so there is a notification for users who + are already vulnerable. + + -- Nico Golde Mon, 21 Jan 2008 19:08:54 +0100 + +audacity (1.3.4-1) unstable; urgency=low + + [ Joost Yervante Damad ] + * Survived the library transition (Closes: #426636) + * Disable portmixer as recommended (Closes: #454241) + * only enable jack on i386 and powerpc (See also #406754) + + [ Free Ekanayaka ] + * New upstream release + * Force removal of lib-src/libportmixer.a when cleaning (Closes #442497) + * Fixed watch file (Closes: #449637) + * Dropped no more needed desktop, kfreebsd and see patches + + -- Free Ekanayaka Tue, 18 Dec 2007 21:15:12 +0000 + +audacity (1.3.3-1) unstable; urgency=low + + * New upstream release + * Added watch file + * debian/patches: + - updated libmp3lame patch + * debian/control: + - as suggested upstream, depend on libgtk2.0-dev, otherwise + the code fails to build + + -- Free Ekanayaka Fri, 18 May 2007 12:11:05 +0200 + +audacity (1.3.2-4) unstable; urgency=low + + * debian/patches: + - desktop_file.patch: fixed broken Category entry + * debian/audacity.mime: + - added entry for application/x-audacity-project + + -- Free Ekanayaka Thu, 17 May 2007 02:36:41 +0200 + +audacity (1.3.2-3) unstable; urgency=low + + [ Joost Yervante Damad ] + * Add patch by Joo Martin to fix installation of + the locales (Closes: #416864, #422338) + * Add patch based on work by Mikael Magnusson + that enables usage of the portaudio library on the system, however it + doesn't work, because portmixer doesn't compile against it, soo we're + not using it yet. + * Apply changes from #423477 (Closes: #423477) + - transparent background for icons + - /usr/share/audacity => /usr/share/pixmaps + * Look for libmp3lame.so.0 iso libmp3lame.so (Closes: #410516) + [ Free Ekanayaka ] + * Add icon for .aup files + + -- Joost Yervante Damad Sat, 12 May 2007 13:09:13 +0200 + +audacity (1.3.2-2) unstable; urgency=high + + [Joost Yervante Damad] + * audacity - FTBFS: error: unrecognized command line option "-msse" + (Closes: #409255) + Fixed by building the sse file only with -msse on i386 and amd64 archs + [ Free Ekanayaka ] + * FTBFS on GNU/kFreeBSD (Closes: #409260) + + -- Joost Yervante Damad Fri, 23 Mar 2007 11:00:39 +0100 + +audacity (1.3.2-1) unstable; urgency=low + + [ Michael Biebl ] + * New upstream release for GTK2 and ALSA. + * debian/control + - Add build-dep on libexpat1-dev, libjack0.100.0-dev, libasound2-dev. + - Build against libwxgtk2.6-dev. (Closes: #340409, #379616) + * debian/rules + - Enable portaudio v19 (ALSA). (Closes: #249157) + - Enable unicode. (Closes: #298548) + - Use system expat library. + * Ship the desktop file provided by upstream, drop + debian/audacity.desktop. + * Use debhelper v5 compat mode. + * Update FSF address in debian/copyright. + * Update to Standards-Version 3.7.2, no further changes required. + + [ Free Ekanayaka ] + * Depend on libjack-dev rather that libjack0.100.0-dev, which is now + obsolete + * Set Maintainer to Debian Multimedia Team + * Added Matt and myself to Uploaders + + -- Free Ekanayaka Tue, 16 Jan 2007 15:53:30 +0100 + +audacity (1.2.4b-2.1) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * Remove extra qualification from C++ header file (closes: #357056). + + -- Martin Michlmayr Fri, 26 May 2006 12:26:18 +0200 + +audacity (1.2.4b-2) unstable; urgency=low + + * src/effects/Silence.cpp: Fix bug that caused Generate Silence to affect + all tracks instead of just the selected ones. + * debian/copyright: Update FSF address. + * de.po: Fix translation mistakes (closes: #313667). Patch from Jens + Seidel. + * Fix build on GNU/kFreeBSD (closes: #345201). Patch from Aurelien Jarno. + + -- Matt Brubeck Fri, 13 Jan 2006 20:08:04 -0800 + +audacity (1.2.4b-1) unstable; urgency=low + + * New upstream release + - Fixed encoding error in French localization. + * debian/control: Updated my email address. + + -- Matt Brubeck Mon, 19 Dec 2005 17:46:43 -0800 + +audacity (1.2.4-1) unstable; urgency=low + + * New upstream release + - debian/rules, debian/control, debian/audacity.mime: + Build new FLAC import support (closes: #329801, #329824). + * debian/control: + - Update Standards-Version to 3.6.2. + - Add Build-Conflicts with libwxgtk2.6-dev. + * debian/audacity.mime: Reduce priorities (closes: #327234). + * debian/patches/001-allegro-gcc4.diff: Removed (merged upstream). + + -- Matt Brubeck Sat, 26 Nov 2005 18:38:48 -0800 + +audacity (1.2.3-2) unstable; urgency=low + + * Build against libwxgtk2.4-1 (closes: #320995). + * 001-allegro-gcc4.diff (from Andreas Jochens) - + Fix AMD64/gcc4 compilation error (closes: #285481). + * debian/control: Add Build-Conflicts with libwxgtk2.5-dev. + * debian/copyright: Refer to specific versions of (L)GPL from + common-licenses. Remove extraneous characters from SoundTouch + license notice. (Thanks to Marc 'HE' Brockschmidt.) + + -- Matt Brubeck Tue, 2 Aug 2005 20:53:09 -0700 + +audacity (1.2.3-1) unstable; urgency=low + + * New upstream release + - Fall back to default help file path if custom path is wrong + (closes: #275345). + + -- Matt Brubeck Fri, 19 Nov 2004 11:53:04 -0800 + +audacity (1.2.2-2) unstable; urgency=low + + * debian/copyright: Add copyright information and original licenses + for other libraries included in the Audacity source package. + * debian/audacity.desktop: Add a .desktop file (closes: #281193). + * debian/rules, debian/control: Run dh_desktop; Build-Depends on debhelper + (>=4.2.21). + + -- Matt Brubeck Sat, 16 Oct 2004 10:35:44 -0700 + +audacity (1.2.2-1) unstable; urgency=low + + * New upstream release (closes: #268360). + + -- Matt Brubeck Wed, 1 Sep 2004 22:29:13 -0700 + +audacity (1.2.1.91-1) unstable; urgency=low + + * New upstream pre-release. + + -- Matt Brubeck Mon, 9 Aug 2004 20:24:38 -0700 + +audacity (1.2.1-4) unstable; urgency=low + + * Really install audacity.mime. + + -- Matt Brubeck Sun, 18 Jul 2004 19:28:41 -0700 + +audacity (1.2.1-3) unstable; urgency=low + + * debian/copyright: Update maintainer information. + * Use dh_install to install menu icons. + * Don't gzip the HTB (online help) file, which is already compressed + (closes: #256562). + * Remove extra file LICENSE.txt in debian/rules instead of + patching upstream Makefile. + + -- Matt Brubeck Sun, 11 Jul 2004 17:14:51 -0700 + +audacity (1.2.1-2) unstable; urgency=low + + * debian/patches/dirmanager-hash.diff: Fix a dataloss bug when editing + a saved project file with duplicated data (patch from upstream CVS). + * locale/ru.po: Fix character encoding of Russian translation by reverting + to file from 1.2.0. + * Add "icon" line to menu file (closes: #252853). + * Register as a MIME handler (closes: #255893). + + -- Matt Brubeck Fri, 25 Jun 2004 13:54:27 -0700 + +audacity (1.2.1-1) unstable; urgency=low + + * New upstream release + - Removes debugging output from Import Raw (closes: #245665). + - Fixes crash when Equalization window is too small (closes: #243767). + + -- Matt Brubeck Sat, 8 May 2004 12:19:48 -0700 + +audacity (1.2.0-3) unstable; urgency=low + + * Fix nyquist build on MIPS, and re-enable nyquist on all platforms. + Patch from Stephen Gildea (closes: #241488). + * Use smaller image as window icon (closes: #242856). + * Update autotools helper files config.guess and config.sub. + * Add Suggests: ladspa-plugin. + * Add a menu icon. + + -- Matt Brubeck Sat, 10 Apr 2004 10:36:34 -0700 + +audacity (1.2.0-2) unstable; urgency=low + + * Fix endianness problem on PowerPC (closes: #232972). + + -- Matt Brubeck Sat, 27 Mar 2004 11:11:11 -0800 + +audacity (1.2.0-1) unstable; urgency=low + + * New upstream release (closes: #234746). + * New maintainer. + * Update Standards-Version to 3.6.1.0. + * Remove libsamplerate dependency (replaced by libresample). + * Fix compilation error in soundtouch. Patch from Matt Kraai + (closes: #236990). + * Fix "make distclean" to remove all configure-generated files. + * Remove outdated information from copyright file. + * Remove duplicate license file LICENSE.txt. + * Properly quote values in menu file. + * Acknowledge NMU (closes: #213193, #194509, #223248, #220365, #221176). + + -- Matt Brubeck Tue, 16 Mar 2004 15:11:03 -0800 + +audacity (1.1.99pre3-1) unstable; urgency=low + + * Add 'zip' to Build-deps. Previously zip was in non-US which required + me to pre-zip the help file before uploading, but this is no longer + the case. (closes: #226261) + * The rebuild should resolve the runtime link warnings and crashes + (closes: #227903) + * Nyquist is no longer configured to be part of the build. It + prevents mips and mipsel from building correctly, and no one + is prepared to fix the problems at this time. + + -- Joshua Haberman Thu, 15 Jan 2004 18:48:10 -0800 + +audacity (1.1.99pre3-0.1) unstable; urgency=low + + * new upstream, hopefully closes: #213193, #194509 + * recompiled with newer libs, closes: #223248, #220365, #221176 + * NMU + + -- Torsten Werner Wed, 31 Dec 2003 13:40:24 +0100 + +audacity (1.1.99pre1-2) unstable; urgency=low + + * Prevent audacity-1.2-help.htb from being gzipped, so online help + works correctly + * Changes to configure.in, such as recognizing when libsndfile is + not present + * Build-depend on libsndfile1-dev, so autobuilders won't fail + (closes: #204334) + + -- Joshua Haberman Wed, 6 Aug 2003 18:24:02 +0000 + +audacity (1.1.99pre1-1) unstable; urgency=low + + * New upstream 1.2 prerelease. Far too many new features to list. + * Audacity 1.2 does not support opening MIDI files, so the + Open Midi -> Export Ogg crash is no longer triggerable (closes: #150654) + * Audacity 1.2 performs checks to guard against multiple instances + running concurrently, to prevent multiple instances from interfering + with each others temporary files. (closes: #182782) + * We now use libsndfile for sound file i/o, so 8 bit files should + no longer be distorted. (closes: #187304) + * Recompile should fix weird, unexplainable, unreproducable runtime + linking error. (closes: #187504) + * Audacity 1.2 has a completely new audio i/o backend. The code that + caused a problem when changing devices in the preferences has been + completely rewritten. (closes: #188808) + * We no longer link against id3lib (thank goodness) so the FTBFS that + was clearly caused by id3lib should no longer be an issue. + (closes: #192328) + * "<" and ">" removed from URL display to prevent the URL from disappearing + entirely from the packages.d.o web pages that don't properly escape them. + (closes: #196660) + + -- Joshua Haberman Tue, 5 Aug 2003 20:15:07 +0000 + +audacity (1.0.1-1) unstable; urgency=low + + * New minor upstream release + * Moved binary and manpages out of /usr/X11R6 (closes: #171403) + * The recompile will solve the libvorbis0 dependency problem + (closes: #185387, #185078) + * The recompile should also solve problems with the dynamic linker + not finding the correct libstdc++. (closes: #184905) + + -- Joshua Haberman Tue, 25 Mar 2003 01:33:47 +0000 + +audacity (1.0.0-1.1) unstable; urgency=low + + * NMU to fix breakage caused by libvorbis0 split. + + -- Christopher L Cheney Mon, 29 Jul 2002 22:00:00 -0500 + +audacity (1.0.0-1) unstable; urgency=low + + * New upstream release (1.0.0, woohoo!) + * More 64-bit platform patches (closes: #145537) + + -- Joshua Haberman Fri, 14 Jun 2002 23:55:23 -0700 + +audacity (0.98-3) unstable; urgency=low + + * Applied fix that caused file importing to fail on platforms where + sizeof(long) != 4. (closes: #140417) + + -- Joshua Haberman Sun, 14 Apr 2002 02:40:17 -0700 + +audacity (0.98-2) unstable; urgency=low + + * New build-depends on libwxgtk2.2-dev (>=2.2.9.2) should solve any + remaining libpng problems. This will effectively revert us back to + libpng2, since this is what the libwxgtk2.2 maintainer decided on. + + -- Joshua Haberman Wed, 6 Mar 2002 20:12:42 -0800 + +audacity (0.98-1) unstable; urgency=low + + * Full upstream release. + * All effects will correctly cancel now. (closes: #129381) + * Fixed subtle but serious bug in libmad mp3 importing code that would + randomly cause freezes when importing mp3s. (closes: #129380) + * Build-depends on wxWindows and libpng are versioned to force libpng3 + for both. (closes: #128463) + + -- Joshua Haberman Tue, 22 Jan 2002 23:51:20 -0800 + +audacity (0.97.2-1) unstable; urgency=low + + * Eliminated build-dependency on 'zip' by pre-zipping the help file. I was + previously unaware that zip is in non-us, making the build-dep a policy + violation. Unfortunately, this required a new source tarball, since + Debian diffs don't seem to allow binary files. + + -- Joshua Haberman Tue, 1 Jan 2002 22:47:26 -0800 + +audacity (0.97.1-1) unstable; urgency=low + + * Upstream prerelease. Upstream we have fixed many important bugs, but + the next full release may not be ready for Debian's freeze. These + fixes should definitely go in woody. + * Audacity no longer includes its own complete copy of libmpeg3 and + id3lib; instead we link against the debian packages libmad0-dev and + libid3-dev. This effectively sidesteps the problems of id3lib + building (or not building) on 64 bit architectures. + (closes: #121599, #123132, #126769) + * improved debian/rules to more completely "make clean." (closes: #126761) + + -- Joshua Haberman Sat, 29 Dec 2001 21:05:46 -0800 + +audacity (0.97-1) unstable; urgency=low + + * Upstream release + * Updated config.guess and config.sub from upstream (closes: bug#115361) + + -- Joshua Haberman Sat, 13 Oct 2001 14:37:49 -0700 + +audacity (0.96-1) unstable; urgency=low + + * Upstream release + + -- Joshua Haberman Mon, 6 Aug 2001 16:37:53 -0700 + +audacity (0.95-2) unstable; urgency=low + + * re-eliminated architecture-specific flags from compilation of libmpeg3 + (forgot to fix upstream before this release) (closes: bug#96750) + + -- Joshua Haberman Tue, 8 May 2001 23:12:34 -0700 + +audacity (0.95-1) unstable; urgency=low + + * Upstream release + + -- Joshua Haberman Mon, 30 Apr 2001 16:19:00 -0700 + +audacity (0.94c-2) unstable; urgency=low + + * eliminated architecture-specific flags from compilation of libmpeg3 + (closes: bug#92410) + * added support for the help system + + -- Joshua Haberman Sun, 1 Apr 2001 00:18:25 -0800 + +audacity (0.94c-1) unstable; urgency=low + + * Initial Release. + + -- Joshua Haberman Wed, 25 Mar 2001 19:56:13 -0800 diff --git a/clean b/clean new file mode 100644 index 00000000..c0ca0a77 --- /dev/null +++ b/clean @@ -0,0 +1 @@ +debian/pkgconfig/lame.pc diff --git a/control b/control new file mode 100644 index 00000000..7587eb8c --- /dev/null +++ b/control @@ -0,0 +1,71 @@ +Source: audacity +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Dennis Braun , + Free Ekanayaka , + Benjamin Drung , + David Henningsson , + Jaromír Mikeš +Standards-Version: 4.5.1 +Build-Depends: cmake (>= 3.15), + debhelper-compat (= 13), + gettext, + git, + libasound2-dev [linux-any], + libavcodec-dev (>= 6:0.8), + libavformat-dev (>= 6:0.8), + libavutil-dev (>= 6:0.8), + libexpat1-dev, + libflac++-dev, + libgtk-3-dev, + libid3tag0-dev (>= 0.15.1b), + libjack-dev, + liblilv-dev, + libmad0-dev (>= 0.15.1b), + libmp3lame-dev, + libogg-dev (>= 1.0.0), + libportsmf-dev, + libsndfile1-dev (>= 1.0.28), + libsoundtouch-dev (>= 1.7.1), + libsoxr-dev (>= 0.1.1), + libsuil-dev, + libtwolame-dev (>= 0.3.13), + libvorbis-dev (>= 1.3.3), + libwxgtk3.0-gtk3-dev, + lv2-dev, + portaudio19-dev (>= 19+svn20101113-3~), + vamp-plugin-sdk (>= 2.0) +Homepage: https://www.audacityteam.org/ +Vcs-Browser: https://salsa.debian.org/multimedia-team/audacity +Vcs-Git: https://salsa.debian.org/multimedia-team/audacity.git +Rules-Requires-Root: no + +Package: audacity +Architecture: any +Depends: audacity-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Suggests: ladspa-plugin +Description: fast, cross-platform audio editor + Audacity is a multi-track audio editor for Linux/Unix, MacOS and + Windows. It is designed for easy recording, playing and editing of + digital audio. Audacity features digital effects and spectrum + analysis tools. Editing is very fast and provides unlimited + undo/redo. + . + Supported file formats include Ogg Vorbis, MP2, MP3, WAV, AIFF, and AU. + +Package: audacity-data +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Recommends: audacity +Description: fast, cross-platform audio editor (data) + Audacity is a multi-track audio editor for Linux/Unix, MacOS and + Windows. It is designed for easy recording, playing and editing of + digital audio. Audacity features digital effects and spectrum + analysis tools. Editing is very fast and provides unlimited + undo/redo. + . + This package contains the architecture-independent data files. diff --git a/copyright b/copyright new file mode 100644 index 00000000..f6a27c92 --- /dev/null +++ b/copyright @@ -0,0 +1,2334 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: audacity +Upstream-Contact: audacity-devel@lists.sourceforge.net +Source: https://github.com/audacity/audacity +Files-Excluded: + lib-src/libid3tag/compat.c + lib-src/libid3tag/frametype.c + lib-src/libogg/doc/rfc3533.txt + lib-src/libogg/doc/rfc5334.txt + lib-src/portmidi/pm_csharp/pm_managed/app.rc + lib-src/portmidi/pm_csharp/pm_managed/resource.h + lib-src/portmidi/pm_java/pmjni/pmjni.rc + lib-src/soundtouch/source/SoundTouchDLL/SoundTouchDLL.rc + lib-src/soundtouch/source/SoundTouchDLL/resource.h + +Files: * +Copyright: 2000-2001, Apple Computer, Inc + 1999-2018, Audacity Team + 1989-1994, Carnegie Mellon University + 1985-1986, David Betz + 1985-1987, David Michael Betz + 2003, David W. Durham + 2003-2005, Dominic Mazzoni and Matt Brubeck + 1999-2017, Ekipa Audacity + 2001, Erik de Castro Lopo + 1989-2013, Free Software Foundation, Inc + 1989-1991, Free Software Foundation, Inc. + 2010, HairerSoft + 2005, Heinrich Taube + 2006, Innovative Computer Solutions") + 1998-2003, Julian Smart + 2008, LRN + 2009, Martin Srebotnjak + 2000-2002, Michael Smith + 1986-2009, Microsoft Corporation + 1999-2012, Olli Parviainen + Olli Parviainen + 2006, Rick Taube + 1998, Robert Roebling + 1998, Robert Roebling, 2004 Zbigniew Zagorski, 2005 Mart Raudsepp + 1991-2012, Roger B. Dannenberg + Ryan Norton + 2004, Sami Liedes + 2002-2005, Shane T. Mueller + 2007, Sharif Farsiweb, Inc + Stefan Csomor + 2005, The Audacity Team + 1995-2010, Ulrich Drepper + 2011, Vadim Zeitlin + 2007-2009, Vaughan Johnson, Martyn Shaw (MJS) + 1999, and beyond Audacity Development Team + 2007-2013, robs@users.sourceforge.net + 2010, wxWidgets team +License: CC-BY-3.0 or GPL-2+ + +Files: lib-src/ffmpeg/libavcodec/* + lib-src/ffmpeg/libavformat/* + lib-src/ffmpeg/libavutil/adler32.h + lib-src/ffmpeg/libavutil/aes.h + lib-src/ffmpeg/libavutil/attributes.h + lib-src/ffmpeg/libavutil/audio_fifo.h + lib-src/ffmpeg/libavutil/avassert.h + lib-src/ffmpeg/libavutil/avstring.h + lib-src/ffmpeg/libavutil/avutil.h + lib-src/ffmpeg/libavutil/base64.h + lib-src/ffmpeg/libavutil/blowfish.h + lib-src/ffmpeg/libavutil/bprint.h + lib-src/ffmpeg/libavutil/bswap.h + lib-src/ffmpeg/libavutil/buffer.h + lib-src/ffmpeg/libavutil/channel_layout.h + lib-src/ffmpeg/libavutil/common.h + lib-src/ffmpeg/libavutil/cpu.h + lib-src/ffmpeg/libavutil/crc.h + lib-src/ffmpeg/libavutil/dict.h + lib-src/ffmpeg/libavutil/downmix_info.h + lib-src/ffmpeg/libavutil/error.h + lib-src/ffmpeg/libavutil/eval.h + lib-src/ffmpeg/libavutil/fifo.h + lib-src/ffmpeg/libavutil/file.h + lib-src/ffmpeg/libavutil/frame.h + lib-src/ffmpeg/libavutil/hmac.h + lib-src/ffmpeg/libavutil/imgutils.h + lib-src/ffmpeg/libavutil/intfloat.h + lib-src/ffmpeg/libavutil/intfloat_readwrite.h + lib-src/ffmpeg/libavutil/intreadwrite.h + lib-src/ffmpeg/libavutil/lfg.h + lib-src/ffmpeg/libavutil/log.h + lib-src/ffmpeg/libavutil/lzo.h + lib-src/ffmpeg/libavutil/macros.h + lib-src/ffmpeg/libavutil/mathematics.h + lib-src/ffmpeg/libavutil/md5.h + lib-src/ffmpeg/libavutil/mem.h + lib-src/ffmpeg/libavutil/murmur3.h + lib-src/ffmpeg/libavutil/old_pix_fmts.h + lib-src/ffmpeg/libavutil/opencl.h + lib-src/ffmpeg/libavutil/opt.h + lib-src/ffmpeg/libavutil/parseutils.h + lib-src/ffmpeg/libavutil/pixdesc.h + lib-src/ffmpeg/libavutil/pixfmt.h + lib-src/ffmpeg/libavutil/random_seed.h + lib-src/ffmpeg/libavutil/rational.h + lib-src/ffmpeg/libavutil/ripemd.h + lib-src/ffmpeg/libavutil/samplefmt.h + lib-src/ffmpeg/libavutil/sha.h + lib-src/ffmpeg/libavutil/sha512.h + lib-src/ffmpeg/libavutil/stereo3d.h + lib-src/ffmpeg/libavutil/time.h + lib-src/ffmpeg/libavutil/timecode.h + lib-src/ffmpeg/libavutil/timestamp.h + lib-src/ffmpeg/libavutil/version.h + lib-src/ffmpeg/libavutil/xtea.h + src/effects/ladspa/ladspa.h +Copyright: 2006-2009, Baptiste Coudurier + 1999-2011, Erik de Castro Lopo + 2000-2003, Fabrice Bellard + 1997-2001, Free Software Foundation, Inc + 2003, Ivan Kalvachev + 2013, James Almer + 2012, Justin Ruggles + 2009, Laurent Aimar + 2013, Lenny Wang + 2012, Li Cao + 2006-2011, Mans Rullgard + 2012, Martin Storsjo + 2008, Michael Niedermayer + 2002-2012, Michael Niedermayer + 2008, NVIDIA + 2012, Nicolas George + Olli Parviainen + 2012, Peng Gao + 2008, Peter Ross + 2006, Reimar Doeffinger + 2013, Reimar Döffinger + 2000-2002, Richard W.E. Furse, Paul Barton-Davis + 2006, Ryan Martell + 2012, Samuel Pitoiset + 2011, Sebastien Zwickert + 2011-2012, Smartjog S.A.S, Clément Bœsch + 2008-2009, Splitted-Desktop Systems + 2014, Tim Walker + 2013, Vittorio Giovara + 2012, Wei Gao +License: LGPL-2.1+ + +Files: lib-src/libnyquist/Makefile.in + lib-src/libnyquist/configure + lib-src/portmidi/Makefile.in + lib-src/portmidi/configure + lib-src/portsmf/Makefile.in + lib-src/portsmf/configure + lib-src/sbsms/Makefile.in + lib-src/sbsms/m4/ltoptions.m4 + lib-src/sbsms/m4/ltsugar.m4 + lib-src/sbsms/m4/ltversion.m4 + lib-src/sbsms/m4/lt~obsolete.m4 + lib-src/sbsms/src/Makefile.in +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSF_unlimited + +Files: src/AllThemeResources.h + src/Audacity.h + src/AutoRecovery.cpp + src/AutoRecovery.h + src/Dependencies.cpp + src/Dependencies.h + src/DeviceManager.h + src/DirManager.cpp + src/FFmpeg.cpp + src/FFmpeg.h + src/PitchName.cpp + src/PitchName.h + src/Profiler.cpp + src/Profiler.h + src/Resample.cpp + src/Resample.h + src/blockfile/ODDecodeBlockFile.cpp + src/blockfile/ODDecodeBlockFile.h + src/blockfile/ODPCMAliasBlockFile.cpp + src/blockfile/ODPCMAliasBlockFile.h + src/blockfile/SilentBlockFile.h + src/commands/CommandMisc.h + src/commands/CommandTargets.h + src/commands/ScreenshotCommand.cpp + src/commands/ScreenshotCommand.h + src/commands/SelectCommand.h + src/effects/BassTreble.cpp + src/effects/BassTreble.h + src/effects/ChangePitch.cpp + src/effects/ChangePitch.h + src/effects/EffectManager.cpp + src/effects/EffectManager.h + src/effects/Reverb.cpp + src/effects/Reverb.h + src/effects/ScoreAlignDialog.cpp + src/effects/TimeWarper.cpp + src/effects/TimeWarper.h + src/effects/lv2/LV2Effect.cpp + src/effects/lv2/LV2Effect.h + src/effects/lv2/LoadLV2.cpp + src/effects/lv2/LoadLV2.h + src/export/ExportFFmpeg.cpp + src/export/ExportFFmpegDialogs.cpp + src/ondemand/ODComputeSummaryTask.cpp + src/ondemand/ODComputeSummaryTask.h + src/ondemand/ODDecodeFFmpegTask.cpp + src/ondemand/ODDecodeFFmpegTask.h + src/ondemand/ODDecodeFlacTask.h + src/ondemand/ODDecodeTask.cpp + src/ondemand/ODDecodeTask.h + src/ondemand/ODManager.h + src/ondemand/ODTask.cpp + src/ondemand/ODTask.h + src/ondemand/ODTaskThread.cpp + src/ondemand/ODTaskThread.h + src/ondemand/ODWaveTrackTaskQueue.cpp + src/ondemand/ODWaveTrackTaskQueue.h + src/widgets/MultiDialog.cpp + src/widgets/MultiDialog.h +Copyright: 1999-2009, Audacity Team +License: GPL-2 + +Files: lib-src/libnyquist/autotools/* + lib-src/portmidi/autotools/* + lib-src/portsmf/autotools/* + lib-src/sbsms/ar-lib + lib-src/sbsms/compile + lib-src/sbsms/depcomp + lib-src/sbsms/missing +Copyright: 2007-2008, Francesco Salvestrini + 1996-2013, Free Software Foundation, Inc + 2006, Guido U. Draheim + 2004, Scott James Remnant +License: GPL-2+ with AutoConf exception + +Files: lib-src/libnyquist/nyquist/nyqsrc/fftw.h + lib-src/libnyquist/nyquist/nyqsrc/rfftw.h + lib-src/sbsms/src/real.h + src/AudioIO.cpp + src/RealFFTf.cpp + src/RealFFTf48x.cpp + src/SoundActivatedRecord.cpp + src/SoundActivatedRecord.h + src/TimerRecordDialog.cpp + src/TimerRecordDialog.h + src/effects/VST/aeffectx.h + src/export/ExportMP2.cpp + src/export/ExportMP3.cpp + src/toolbars/SelectionBar.cpp + src/toolbars/SpectralSelectionBar.cpp + src/widgets/ProgressDialog.cpp + src/widgets/ProgressDialog.h +Copyright: 2003, David W. Durham + 2005-2014, Dominic Mazzoni + 2001-2003, Erik de Castro Lopo + 2006, Javier Serrano Polo + 2002-2003, Joshua Haberman + 2006, Markus Meyer + 1997-1999, Massachusetts Institute of Technology + 2003, Paolo Patruno + 2009, Philip VanBaren + 2000-2001, Robert Leslie + 2000-2004, Underbit Technologies, Inc + 2006-2009, Vaughan Johnson +License: GPL-2+ + +Files: lib-src/portmidi/license.txt + lib-src/portmidi/pm_common/portmidi.h + lib-src/portmidi/pm_mac/readbinaryplist.c + lib-src/portsmf/license.txt +Copyright: 2007, Jens Ayton + 2001-2010, Roger B. Dannenberg + 1999-2000, Ross Bencina and Phil Burk + 1994, X Consortium +License: Expat + +Files: include/* +Copyright: 2006-2013, Alexander Chemeris + 2014, Audacity Team +License: BSD-3-clause + +Files: lib-src/sbsms/ltmain.sh +Copyright: no copyright +License: GPL-2+ with LibTool exception + +Files: lib-src/sbsms/m4/ax_check_compiler_flags.m4 + lib-src/sbsms/m4/ax_compiler_vendor.m4 +Copyright: no copyright +License: GPL with AutoConf exception + +Files: locale/fr.po +Copyright: 1999-2017, Audacity Team + Gabriel Wicke - http://wikidev.net +License: GPL + +Files: debian/* +License: CC-BY-3.0 or GPL-2+ +Copyright: + 2011-2004 Joshua Haberman + 2004-2006 Matt Brubeck + 2007-2009 Free Ekanayaka , + 2009-2013 Benjamin Drung , + David Henningsson + +Files: lib-src/lame/* +Copyright: 2000, Don Melton + 1999, Mark Taylor +License: GPL-2+ or LGPL-2+ + +Files: lib-src/libflac/* +Copyright: 2001-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: BSD-3-clause or GFDL-NIV-1.2 or GPL-2+ or LGPL-2.1+ + +Files: lib-src/libflac/doc/Makefile.am + lib-src/libflac/doc/Makefile.lite + lib-src/libflac/examples/c/decode/file/Makefile.am + lib-src/libflac/examples/c/decode/file/Makefile.lite + lib-src/libflac/examples/c/decode/file/main.c + lib-src/libflac/examples/c/encode/file/Makefile.am + lib-src/libflac/examples/c/encode/file/Makefile.lite + lib-src/libflac/examples/c/encode/file/main.c + lib-src/libflac/examples/cpp/decode/file/Makefile.am + lib-src/libflac/examples/cpp/decode/file/Makefile.lite + lib-src/libflac/examples/cpp/decode/file/main.cpp + lib-src/libflac/examples/cpp/encode/file/Makefile.am + lib-src/libflac/examples/cpp/encode/file/Makefile.lite + lib-src/libflac/examples/cpp/encode/file/main.cpp + lib-src/libflac/include/share/grabbag/picture.h + lib-src/libflac/include/test_libs_common/file_utils_flac.h + lib-src/libflac/include/test_libs_common/metadata_utils.h + lib-src/libflac/man/Makefile.am + lib-src/libflac/src/flac/Makefile.am + lib-src/libflac/src/flac/Makefile.lite + lib-src/libflac/src/flac/Makefile.lite.iffscan + lib-src/libflac/src/flac/analyze.c + lib-src/libflac/src/flac/analyze.h + lib-src/libflac/src/flac/decode.c + lib-src/libflac/src/flac/decode.h + lib-src/libflac/src/flac/encode.c + lib-src/libflac/src/flac/encode.h + lib-src/libflac/src/flac/foreign_metadata.c + lib-src/libflac/src/flac/foreign_metadata.h + lib-src/libflac/src/flac/iffscan.c + lib-src/libflac/src/flac/local_string_utils.h + lib-src/libflac/src/flac/main.c + lib-src/libflac/src/flac/utils.c + lib-src/libflac/src/flac/utils.h + lib-src/libflac/src/flac/vorbiscomment.c + lib-src/libflac/src/flac/vorbiscomment.h + lib-src/libflac/src/metaflac/Makefile.am + lib-src/libflac/src/metaflac/Makefile.lite + lib-src/libflac/src/metaflac/main.c + lib-src/libflac/src/metaflac/operations.c + lib-src/libflac/src/metaflac/operations.h + lib-src/libflac/src/metaflac/operations_shorthand.h + lib-src/libflac/src/metaflac/operations_shorthand_cuesheet.c + lib-src/libflac/src/metaflac/operations_shorthand_picture.c + lib-src/libflac/src/metaflac/operations_shorthand_seektable.c + lib-src/libflac/src/metaflac/operations_shorthand_streaminfo.c + lib-src/libflac/src/metaflac/operations_shorthand_vorbiscomment.c + lib-src/libflac/src/metaflac/options.c + lib-src/libflac/src/metaflac/options.h + lib-src/libflac/src/metaflac/usage.c + lib-src/libflac/src/metaflac/usage.h + lib-src/libflac/src/metaflac/utils.c + lib-src/libflac/src/metaflac/utils.h + lib-src/libflac/src/plugin_common/charset.c + lib-src/libflac/src/plugin_common/charset.h + lib-src/libflac/src/plugin_common/dither.c + lib-src/libflac/src/plugin_common/replaygain.c + lib-src/libflac/src/plugin_common/replaygain.h + lib-src/libflac/src/plugin_xmms/* + lib-src/libflac/src/share/grabbag/picture.c + lib-src/libflac/src/share/utf8/charset.c + lib-src/libflac/src/share/utf8/charset.h + lib-src/libflac/src/share/utf8/charset_test.c + lib-src/libflac/src/share/utf8/iconvert.c + lib-src/libflac/src/share/utf8/iconvert.h + lib-src/libflac/src/share/utf8/makemap.c + lib-src/libflac/src/share/utf8/utf8.c + lib-src/libflac/src/test_grabbag/Makefile.lite + lib-src/libflac/src/test_grabbag/cuesheet/Makefile.am + lib-src/libflac/src/test_grabbag/cuesheet/Makefile.lite + lib-src/libflac/src/test_grabbag/cuesheet/main.c + lib-src/libflac/src/test_grabbag/picture/Makefile.am + lib-src/libflac/src/test_grabbag/picture/Makefile.lite + lib-src/libflac/src/test_grabbag/picture/main.c + lib-src/libflac/src/test_libFLAC++/Makefile.am + lib-src/libflac/src/test_libFLAC++/Makefile.lite + lib-src/libflac/src/test_libFLAC++/decoders.cpp + lib-src/libflac/src/test_libFLAC++/decoders.h + lib-src/libflac/src/test_libFLAC++/encoders.cpp + lib-src/libflac/src/test_libFLAC++/encoders.h + lib-src/libflac/src/test_libFLAC++/main.cpp + lib-src/libflac/src/test_libFLAC++/metadata.cpp + lib-src/libflac/src/test_libFLAC++/metadata.h + lib-src/libflac/src/test_libFLAC++/metadata_manip.cpp + lib-src/libflac/src/test_libFLAC++/metadata_object.cpp + lib-src/libflac/src/test_libFLAC/Makefile.am + lib-src/libflac/src/test_libFLAC/Makefile.lite + lib-src/libflac/src/test_libFLAC/bitwriter.c + lib-src/libflac/src/test_libFLAC/bitwriter.h + lib-src/libflac/src/test_libFLAC/decoders.c + lib-src/libflac/src/test_libFLAC/decoders.h + lib-src/libflac/src/test_libFLAC/encoders.c + lib-src/libflac/src/test_libFLAC/encoders.h + lib-src/libflac/src/test_libFLAC/endswap.c + lib-src/libflac/src/test_libFLAC/endswap.h + lib-src/libflac/src/test_libFLAC/format.c + lib-src/libflac/src/test_libFLAC/format.h + lib-src/libflac/src/test_libFLAC/main.c + lib-src/libflac/src/test_libFLAC/md5.c + lib-src/libflac/src/test_libFLAC/md5.h + lib-src/libflac/src/test_libFLAC/metadata.c + lib-src/libflac/src/test_libFLAC/metadata.h + lib-src/libflac/src/test_libFLAC/metadata_manip.c + lib-src/libflac/src/test_libFLAC/metadata_object.c + lib-src/libflac/src/test_libs_common/Makefile.am + lib-src/libflac/src/test_libs_common/Makefile.lite + lib-src/libflac/src/test_libs_common/file_utils_flac.c + lib-src/libflac/src/test_libs_common/metadata_utils.c + lib-src/libflac/src/test_seeking/Makefile.am + lib-src/libflac/src/test_seeking/Makefile.lite + lib-src/libflac/src/test_seeking/main.c + lib-src/libflac/src/test_streams/Makefile.am + lib-src/libflac/src/test_streams/Makefile.lite + lib-src/libflac/src/test_streams/main.c + lib-src/libflac/src/utils/flacdiff/Makefile.am + lib-src/libflac/src/utils/flacdiff/Makefile.lite + lib-src/libflac/src/utils/flacdiff/main.cpp + lib-src/libflac/src/utils/flactimer/Makefile.am + lib-src/libflac/src/utils/flactimer/main.cpp +Copyright: 2002-2009, Daisuke Shimamura + 2001, Edmund Grimley Evans + 1989-1991, Free Software Foundation, Inc + 1999-2000, Håvard Kvålen + 1999-2001, H蛆ard Kv虱en + 2000-2002, Jerome Couderc + 2000-2009, Josh Coalson + 2000-2009, Josh Coalson, 2011-2014 Xiph.Org Foundation + 1998-2000, Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies + 2001, Peter Harris + 2003, Philip Jägenstedt + 2000-2001, Robert Leslie + 2011-2014, Xiph.Org Foundation +License: GPL-2+ + +Files: lib-src/libflac/include/FLAC++/* + lib-src/libflac/include/FLAC/* + lib-src/libflac/include/share/alloc.h + lib-src/libflac/include/share/compat.h + lib-src/libflac/include/share/endswap.h + lib-src/libflac/include/share/macros.h + lib-src/libflac/include/share/private.h + lib-src/libflac/include/share/safe_str.h + lib-src/libflac/include/share/win_utf8_io.h + lib-src/libflac/m4/bswap.m4 + lib-src/libflac/m4/endian.m4 + lib-src/libflac/m4/stack_protect.m4 + lib-src/libflac/src/libFLAC++/Makefile.am + lib-src/libflac/src/libFLAC++/Makefile.lite + lib-src/libflac/src/libFLAC++/metadata.cpp + lib-src/libflac/src/libFLAC++/stream_decoder.cpp + lib-src/libflac/src/libFLAC++/stream_encoder.cpp + lib-src/libflac/src/libFLAC/Makefile.am + lib-src/libflac/src/libFLAC/Makefile.lite + lib-src/libflac/src/libFLAC/bitmath.c + lib-src/libflac/src/libFLAC/bitreader.c + lib-src/libflac/src/libFLAC/bitwriter.c + lib-src/libflac/src/libFLAC/cpu.c + lib-src/libflac/src/libFLAC/crc.c + lib-src/libflac/src/libFLAC/fixed.c + lib-src/libflac/src/libFLAC/fixed_intrin_sse2.c + lib-src/libflac/src/libFLAC/fixed_intrin_ssse3.c + lib-src/libflac/src/libFLAC/float.c + lib-src/libflac/src/libFLAC/format.c + lib-src/libflac/src/libFLAC/ia32/* + lib-src/libflac/src/libFLAC/include/* + lib-src/libflac/src/libFLAC/lpc.c + lib-src/libflac/src/libFLAC/lpc_intrin_avx2.c + lib-src/libflac/src/libFLAC/lpc_intrin_sse.c + lib-src/libflac/src/libFLAC/lpc_intrin_sse2.c + lib-src/libflac/src/libFLAC/lpc_intrin_sse41.c + lib-src/libflac/src/libFLAC/memory.c + lib-src/libflac/src/libFLAC/metadata_iterators.c + lib-src/libflac/src/libFLAC/metadata_object.c + lib-src/libflac/src/libFLAC/ogg_decoder_aspect.c + lib-src/libflac/src/libFLAC/ogg_encoder_aspect.c + lib-src/libflac/src/libFLAC/ogg_helper.c + lib-src/libflac/src/libFLAC/ogg_mapping.c + lib-src/libflac/src/libFLAC/stream_decoder.c + lib-src/libflac/src/libFLAC/stream_encoder.c + lib-src/libflac/src/libFLAC/stream_encoder_framing.c + lib-src/libflac/src/libFLAC/stream_encoder_intrin_avx2.c + lib-src/libflac/src/libFLAC/stream_encoder_intrin_sse2.c + lib-src/libflac/src/libFLAC/stream_encoder_intrin_ssse3.c + lib-src/libflac/src/libFLAC/window.c + lib-src/libflac/src/share/grabbag/alloc.c + lib-src/libflac/src/share/grabbag/snprintf.c + lib-src/libflac/src/share/win_utf8_io/win_utf8_io.c +Copyright: 2000-2009, Josh Coalson + 2001-2009, Timothy B. Terriberry (tterribe@xiph.org)CC0 (Public domain) + 2011-2014, Xiph.Org Foundation +License: BSD-3-clause + +Files: lib-src/libflac/Makefile.in + lib-src/libflac/build/Makefile.in + lib-src/libflac/doc/html/Makefile.in + lib-src/libflac/doc/html/images/Makefile.in + lib-src/libflac/examples/Makefile.in + lib-src/libflac/examples/c/Makefile.in + lib-src/libflac/examples/c/decode/Makefile.in + lib-src/libflac/examples/c/encode/Makefile.in + lib-src/libflac/examples/cpp/Makefile.in + lib-src/libflac/examples/cpp/decode/Makefile.in + lib-src/libflac/examples/cpp/encode/Makefile.in + lib-src/libflac/include/Makefile.in + lib-src/libflac/include/share/Makefile.in + lib-src/libflac/include/share/grabbag/Makefile.in + lib-src/libflac/include/test_libs_common/Makefile.in + lib-src/libflac/m4/Makefile.in + lib-src/libflac/m4/codeset.m4 + lib-src/libflac/m4/iconv.m4 + lib-src/libflac/m4/lib-ld.m4 + lib-src/libflac/m4/lib-link.m4 + lib-src/libflac/m4/lib-prefix.m4 + lib-src/libflac/m4/ltoptions.m4 + lib-src/libflac/m4/ltsugar.m4 + lib-src/libflac/m4/ltversion.m4 + lib-src/libflac/m4/lt~obsolete.m4 + lib-src/libflac/objs/Makefile.in + lib-src/libflac/objs/debug/Makefile.in + lib-src/libflac/objs/debug/bin/Makefile.in + lib-src/libflac/objs/debug/lib/Makefile.in + lib-src/libflac/objs/release/Makefile.in + lib-src/libflac/objs/release/bin/Makefile.in + lib-src/libflac/objs/release/lib/Makefile.in + lib-src/libflac/src/Makefile.in + lib-src/libflac/src/share/Makefile.in + lib-src/libflac/src/test_grabbag/Makefile.in + lib-src/libflac/src/utils/Makefile.in + lib-src/libflac/test/Makefile.in + lib-src/libflac/test/cuesheets/Makefile.in + lib-src/libflac/test/flac-to-flac-metadata-test-files/Makefile.in + lib-src/libflac/test/metaflac-test-files/Makefile.in + lib-src/libflac/test/pictures/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc + 2001-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: FSF_unlimited + +Files: lib-src/libflac/include/share/grabbag.h + lib-src/libflac/include/share/grabbag/cuesheet.h + lib-src/libflac/include/share/grabbag/file.h + lib-src/libflac/include/share/grabbag/replaygain.h + lib-src/libflac/include/share/grabbag/seektable.h + lib-src/libflac/include/share/replaygain_analysis.h + lib-src/libflac/include/share/replaygain_synthesis.h + lib-src/libflac/src/plugin_common/Makefile.am + lib-src/libflac/src/plugin_common/Makefile.lite + lib-src/libflac/src/plugin_common/all.h + lib-src/libflac/src/plugin_common/defs.h + lib-src/libflac/src/plugin_common/dither.h + lib-src/libflac/src/plugin_common/tags.c + lib-src/libflac/src/plugin_common/tags.h + lib-src/libflac/src/share/grabbag/cuesheet.c + lib-src/libflac/src/share/grabbag/file.c + lib-src/libflac/src/share/grabbag/replaygain.c + lib-src/libflac/src/share/grabbag/seektable.c + lib-src/libflac/src/share/replaygain_analysis/replaygain_analysis.c + lib-src/libflac/src/share/replaygain_synthesis/replaygain_synthesis.c +Copyright: 2001, David Robinson and Glen Sawyer + 1991-1999, Free Software Foundation, Inc + 2002, John Edwards + 2002-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: LGPL-2.1+ + +Files: lib-src/libflac/doc/Makefile.in + lib-src/libflac/examples/c/decode/file/Makefile.in + lib-src/libflac/examples/c/encode/file/Makefile.in + lib-src/libflac/examples/cpp/decode/file/Makefile.in + lib-src/libflac/examples/cpp/encode/file/Makefile.in + lib-src/libflac/man/Makefile.in + lib-src/libflac/src/flac/Makefile.in + lib-src/libflac/src/metaflac/Makefile.in + lib-src/libflac/src/plugin_xmms/Makefile.in + lib-src/libflac/src/test_grabbag/cuesheet/Makefile.in + lib-src/libflac/src/test_grabbag/picture/Makefile.in + lib-src/libflac/src/test_libFLAC++/Makefile.in + lib-src/libflac/src/test_libFLAC/Makefile.in + lib-src/libflac/src/test_libs_common/Makefile.in + lib-src/libflac/src/test_seeking/Makefile.in + lib-src/libflac/src/test_streams/Makefile.in + lib-src/libflac/src/utils/flacdiff/Makefile.in + lib-src/libflac/src/utils/flactimer/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc + 2000-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: FSF_unlimited or GPL-2+ + +Files: lib-src/libflac/include/FLAC++/Makefile.in + lib-src/libflac/include/FLAC/Makefile.in + lib-src/libflac/src/libFLAC++/Makefile.in + lib-src/libflac/src/libFLAC/Makefile.in + lib-src/libflac/src/libFLAC/ia32/Makefile.in + lib-src/libflac/src/libFLAC/include/Makefile.in + lib-src/libflac/src/libFLAC/include/private/Makefile.in + lib-src/libflac/src/libFLAC/include/protected/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc + 2000-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: BSD-3-clause or FSF_unlimited + +Files: lib-src/libflac/ar-lib + lib-src/libflac/compile + lib-src/libflac/depcomp + lib-src/libflac/missing +Copyright: 1996-2013, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: lib-src/libflac/include/share/getopt.h + lib-src/libflac/src/share/getopt/getopt.c + lib-src/libflac/src/share/getopt/getopt1.c +Copyright: 1989-1998, Free Software Foundation, Inc +License: LGPL-2+ + +Files: lib-src/libflac/configure + lib-src/libflac/m4/libtool.m4 +Copyright: 1992-2012, Free Software Foundation, Inc +License: FSF_unlimited or GPL-2+ with LibTool exception + +Files: lib-src/libflac/config.guess + lib-src/libflac/config.sub +Copyright: 1992-2014, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: lib-src/libflac/doc/doxygen.footer.html + lib-src/libflac/doc/doxygen.header.html + lib-src/libflac/doc/html/changelog.html + lib-src/libflac/doc/html/developers.html + lib-src/libflac/doc/html/documentation.html + lib-src/libflac/doc/html/documentation_bugs.html + lib-src/libflac/doc/html/documentation_example_code.html + lib-src/libflac/doc/html/documentation_format_overview.html + lib-src/libflac/doc/html/documentation_tools.html + lib-src/libflac/doc/html/documentation_tools_flac.html + lib-src/libflac/doc/html/documentation_tools_metaflac.html + lib-src/libflac/doc/html/faq.html + lib-src/libflac/doc/html/features.html + lib-src/libflac/doc/html/flac.css + lib-src/libflac/doc/html/format.html + lib-src/libflac/doc/html/id.html + lib-src/libflac/doc/html/index.html + lib-src/libflac/doc/html/ogg_mapping.html +Copyright: 2000-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: GFDL-1.1 + +Files: lib-src/libflac/doc/html/license.html +Copyright: 2004-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: GFDL-1.1 or GPL + +Files: lib-src/libflac/install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: lib-src/libflac/ltmain.sh +Copyright: no copyright +License: GPL-2+ with LibTool exception + +Files: lib-src/libflac/src/flac/local_string_utils.c +Copyright: 1998, Todd C. Miller +License: ISC + +Files: lib-src/libflac/src/libFLAC/include/private/md5.h + lib-src/libflac/src/libFLAC/md5.c +Copyright: no copyright +License: public-domain + +Files: lib-src/libflac/src/plugin_common/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc + 2002-2009, Josh Coalson + 2011-2014, Xiph.Org Foundation +License: FSF_unlimited or LGPL-2.1+ + +Files: lib-src/libnyquist/nyquist/license.txt +Copyright: 1984-2002, David Michael Betz + 2000-2002, Roger B. Dannenberg +License: BSD-3-clause or LGPL + +Files: lib-src/libsndfile/* +Copyright: 1999-2011, Erik de Castro Lopo + 1992-1994, Jutta Degener and Carsten Bormann + 1992, Jutta Degener and Carsten Bormann, Technische + 1999-2010, erikd@mega-nerd.com +License: LGPL-2.1+ +Comment: No explicit license found, using license(s) from: + lib-src/libsndfile/COPYING + +Files: lib-src/libsndfile/Octave/octave_test.m + lib-src/libsndfile/Octave/sndfile.cc + lib-src/libsndfile/src/G72x/g72x.h + lib-src/libsndfile/src/aiff.c + lib-src/libsndfile/src/alaw.c + lib-src/libsndfile/src/au.c + lib-src/libsndfile/src/audio_detect.c + lib-src/libsndfile/src/avr.c + lib-src/libsndfile/src/broadcast.c + lib-src/libsndfile/src/caf.c + lib-src/libsndfile/src/chanmap.c + lib-src/libsndfile/src/chanmap.h + lib-src/libsndfile/src/chunk.c + lib-src/libsndfile/src/command.c + lib-src/libsndfile/src/common.c + lib-src/libsndfile/src/common.h + lib-src/libsndfile/src/dither.c + lib-src/libsndfile/src/double64.c + lib-src/libsndfile/src/dwd.c + lib-src/libsndfile/src/dwvw.c + lib-src/libsndfile/src/file_io.c + lib-src/libsndfile/src/flac.c + lib-src/libsndfile/src/float32.c + lib-src/libsndfile/src/g72x.c + lib-src/libsndfile/src/gsm610.c + lib-src/libsndfile/src/htk.c + lib-src/libsndfile/src/id3.c + lib-src/libsndfile/src/ima_adpcm.c + lib-src/libsndfile/src/interleave.c + lib-src/libsndfile/src/ircam.c + lib-src/libsndfile/src/macos.c + lib-src/libsndfile/src/mat4.c + lib-src/libsndfile/src/mat5.c + lib-src/libsndfile/src/mpc2k.c + lib-src/libsndfile/src/ms_adpcm.c + lib-src/libsndfile/src/nist.c + lib-src/libsndfile/src/paf.c + lib-src/libsndfile/src/pcm.c + lib-src/libsndfile/src/pvf.c + lib-src/libsndfile/src/raw.c + lib-src/libsndfile/src/rf64.c + lib-src/libsndfile/src/rx2.c + lib-src/libsndfile/src/sd2.c + lib-src/libsndfile/src/sds.c + lib-src/libsndfile/src/sf_unistd.h + lib-src/libsndfile/src/sfconfig.h + lib-src/libsndfile/src/sfendian.h + lib-src/libsndfile/src/sndfile.c + lib-src/libsndfile/src/sndfile.h.in + lib-src/libsndfile/src/strings.c + lib-src/libsndfile/src/svx.c + lib-src/libsndfile/src/test_audio_detect.c + lib-src/libsndfile/src/test_broadcast_var.c + lib-src/libsndfile/src/test_conversions.c + lib-src/libsndfile/src/test_endswap.tpl + lib-src/libsndfile/src/test_file_io.c + lib-src/libsndfile/src/test_float.c + lib-src/libsndfile/src/test_log_printf.c + lib-src/libsndfile/src/test_main.c + lib-src/libsndfile/src/test_main.h + lib-src/libsndfile/src/test_strncpy_crlf.c + lib-src/libsndfile/src/txw.c + lib-src/libsndfile/src/ulaw.c + lib-src/libsndfile/src/voc.c + lib-src/libsndfile/src/vox_adpcm.c + lib-src/libsndfile/src/w64.c + lib-src/libsndfile/src/wav.c + lib-src/libsndfile/src/windows.c + lib-src/libsndfile/src/wve.c + lib-src/libsndfile/src/xi.c +Copyright: 2004-2005, David Viens + 1999-2011, Erik de Castro Lopo + 1991-1999, Free Software Foundation, Inc + 1993, NuEdge Development + 2004, Paavo Jumppanen + 2006, Paul Davis + 2007, Reuben Thomas + 2003, Ross Bencina + 2004, Tobias Gehrig + 2009, Uli Franke +License: LGPL-2.1+ + +Files: lib-src/libsndfile/Octave/sndfile_load.m + lib-src/libsndfile/Octave/sndfile_play.m + lib-src/libsndfile/Octave/sndfile_save.m + lib-src/libsndfile/examples/sndfilehandle.cc + lib-src/libsndfile/regtest/checksum.c + lib-src/libsndfile/regtest/database.c + lib-src/libsndfile/regtest/regtest.h + lib-src/libsndfile/regtest/sndfile-regtest.c + lib-src/libsndfile/src/G72x/g72x_test.c + lib-src/libsndfile/tests/aiff_rw_test.c + lib-src/libsndfile/tests/alaw_test.c + lib-src/libsndfile/tests/benchmark.tpl + lib-src/libsndfile/tests/checksum_test.c + lib-src/libsndfile/tests/command_test.c + lib-src/libsndfile/tests/cpp_test.cc + lib-src/libsndfile/tests/dft_cmp.c + lib-src/libsndfile/tests/dft_cmp.h + lib-src/libsndfile/tests/dither_test.c + lib-src/libsndfile/tests/dwvw_test.c + lib-src/libsndfile/tests/error_test.c + lib-src/libsndfile/tests/external_libs_test.c + lib-src/libsndfile/tests/fix_this.c + lib-src/libsndfile/tests/floating_point_test.tpl + lib-src/libsndfile/tests/generate.c + lib-src/libsndfile/tests/generate.h + lib-src/libsndfile/tests/header_test.tpl + lib-src/libsndfile/tests/headerless_test.c + lib-src/libsndfile/tests/largefile_test.c + lib-src/libsndfile/tests/locale_test.c + lib-src/libsndfile/tests/lossy_comp_test.c + lib-src/libsndfile/tests/misc_test.c + lib-src/libsndfile/tests/multi_file_test.c + lib-src/libsndfile/tests/ogg_test.c + lib-src/libsndfile/tests/pcm_test.tpl + lib-src/libsndfile/tests/peak_chunk_test.c + lib-src/libsndfile/tests/pipe_test.tpl + lib-src/libsndfile/tests/raw_test.c + lib-src/libsndfile/tests/rdwr_test.tpl + lib-src/libsndfile/tests/scale_clip_test.tpl + lib-src/libsndfile/tests/sfversion.c + lib-src/libsndfile/tests/stdin_test.c + lib-src/libsndfile/tests/stdio_test.c + lib-src/libsndfile/tests/stdout_test.c + lib-src/libsndfile/tests/string_test.c + lib-src/libsndfile/tests/ulaw_test.c + lib-src/libsndfile/tests/utils.tpl + lib-src/libsndfile/tests/virtual_io_test.c + lib-src/libsndfile/tests/win32_ordinal_test.c + lib-src/libsndfile/tests/win32_test.c + lib-src/libsndfile/tests/write_read_test.tpl +Copyright: 1999-2011, Erik de Castro Lopo + 2001, Marcus Overhagen +License: GPL-2+ + +Files: lib-src/libsndfile/examples/generate.c + lib-src/libsndfile/examples/list_formats.c + lib-src/libsndfile/examples/make_sine.c + lib-src/libsndfile/examples/sfprocess.c + lib-src/libsndfile/examples/sndfile-to-text.c + lib-src/libsndfile/programs/common.c + lib-src/libsndfile/programs/common.h + lib-src/libsndfile/programs/sndfile-cmp.c + lib-src/libsndfile/programs/sndfile-concat.c + lib-src/libsndfile/programs/sndfile-convert.c + lib-src/libsndfile/programs/sndfile-deinterleave.c + lib-src/libsndfile/programs/sndfile-info.c + lib-src/libsndfile/programs/sndfile-interleave.c + lib-src/libsndfile/programs/sndfile-metadata-get.c + lib-src/libsndfile/programs/sndfile-metadata-set.c + lib-src/libsndfile/programs/sndfile-play.c + lib-src/libsndfile/programs/sndfile-salvage.c + lib-src/libsndfile/programs/test-sndfile-metadata-set.py + lib-src/libsndfile/src/binheader_writef_check.py + lib-src/libsndfile/src/create_symbols_file.py + lib-src/libsndfile/src/sndfile.hh + lib-src/libsndfile/tests/pedantic-header-test.sh.in + lib-src/libsndfile/tests/test_wrapper.sh.in +Copyright: 2008, Conrad Parker + 1999-2011, Erik de Castro Lopo + 2008-2010, George Blood Audio +License: BSD-3-clause + +Files: lib-src/libsndfile/m4/ltoptions.m4 + lib-src/libsndfile/m4/ltsugar.m4 + lib-src/libsndfile/m4/ltversion.m4 + lib-src/libsndfile/m4/lt~obsolete.m4 + lib-src/libsndfile/Makefile.in + lib-src/libsndfile/Octave/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc +License: FSF_unlimited + +Files: lib-src/libsndfile/build-aux/ar-lib + lib-src/libsndfile/build-aux/compile + lib-src/libsndfile/build-aux/depcomp + lib-src/libsndfile/build-aux/missing + lib-src/libsndfile/m4/ax_recursive_eval.m4 + lib-src/libsndfile/m4/extra_pkg.m4 + lib-src/libsndfile/m4/pkg.m4 +Copyright: 2008, Alexandre Duret-Lutz + 2012-2015, Dan Nicholson + 2008-2012, Erik de Castro Lopo + 1996-2014, Free Software Foundation, Inc + 2004, Scott James Remnant +License: GPL-2+ with AutoConf exception + +Files: lib-src/libsndfile/m4/libtool.m4 + lib-src/libsndfile/configure +Copyright: 1992-2012, Free Software Foundation, Inc +License: FSF_unlimited or GPL-2+ with LibTool exception + +Files: lib-src/libsndfile/src/ima_oki_adpcm.c + lib-src/libsndfile/src/ima_oki_adpcm.h + lib-src/libsndfile/src/test_ima_oki_adpcm.c +Copyright: 2007, + 2007-2011, Erik de Castro Lopo +License: LGPL-2+ + +Files: lib-src/libsndfile/src/ogg.c +Copyright: 2002-2011, Erik de Castro Lopo + 2007, John ffitch + 2002, Xiph.org Foundation +License: BSD-3-clause or LGPL-2.1+ + +Files: lib-src/libsoxr/* +Copyright: 2011, Julien Pommier ( pommier@modartt.com ) + 1996-2001, Takuya OOURA + 2007-2013, robs@users.sourceforge.net + 2004, the University Corporation for Atmospheric +License: LGPL-2.1+ +Comment: No explicit license found, using license(s) from: + lib-src/libsoxr/COPYING.LGPL + +Files: lib-src/libsoxr/LICENCE + lib-src/libsoxr/src/soxr-lsr.h + lib-src/libsoxr/src/soxr.h +Copyright: 1991-1999, Free Software Foundation, Inc + 2007-2013, robs@users.sourceforge.net +License: LGPL-2.1+ + +Files: lib-src/libvamp/* +Copyright: 2008, Centre For Digital Music, Queen Mary, University of London +License: Expat +Comment: No explicit license found, using license(s) from: + lib-src/libvamp/COPYING + +Files: lib-src/libvamp/examples/AmplitudeFollower.cpp + lib-src/libvamp/examples/AmplitudeFollower.h + lib-src/libvamp/examples/FixedTempoEstimator.cpp + lib-src/libvamp/examples/FixedTempoEstimator.h + lib-src/libvamp/examples/PercussionOnsetDetector.cpp + lib-src/libvamp/examples/PercussionOnsetDetector.h + lib-src/libvamp/examples/PowerSpectrum.cpp + lib-src/libvamp/examples/PowerSpectrum.h + lib-src/libvamp/examples/SpectralCentroid.cpp + lib-src/libvamp/examples/SpectralCentroid.h + lib-src/libvamp/examples/ZeroCrossing.cpp + lib-src/libvamp/examples/ZeroCrossing.h + lib-src/libvamp/examples/plugins.cpp + lib-src/libvamp/host/* + lib-src/libvamp/src/vamp-hostsdk/PluginBufferingAdapter.cpp + lib-src/libvamp/src/vamp-hostsdk/PluginChannelAdapter.cpp + lib-src/libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp + lib-src/libvamp/src/vamp-hostsdk/PluginLoader.cpp + lib-src/libvamp/src/vamp-hostsdk/PluginSummarisingAdapter.cpp + lib-src/libvamp/src/vamp-hostsdk/PluginWrapper.cpp + lib-src/libvamp/src/vamp-hostsdk/RealTime.cpp + lib-src/libvamp/src/vamp-hostsdk/Window.h + lib-src/libvamp/src/vamp-sdk/FFT.cpp + lib-src/libvamp/src/vamp-sdk/PluginAdapter.cpp + lib-src/libvamp/src/vamp-sdk/RealTime.cpp + lib-src/libvamp/vamp-hostsdk/* + lib-src/libvamp/vamp-sdk/* + lib-src/libvamp/vamp/* +Copyright: 2000-2006, Chris Cannam + 2006-2012, Chris Cannam and QMUL + 2006, Dan Stowell + 2007-2009, QMUL + 2006-2009, Queen Mary, University of London +License: Expat + +Files: lib-src/libvamp/configure +Copyright: 1992-2012, Free Software Foundation, Inc +License: FSF_unlimited + +Files: lib-src/libvamp/src/vamp-hostsdk/PluginInputDomainAdapter.cpp +Copyright: 2006-2009, Chris Cannam and QMUL +License: Expat or GPL + +Files: lib-src/lv2/lilv/* +Copyright: no copyright +License: ISC +Comment: No explicit license found, using license(s) from: + lib-src/lv2/lilv/COPYING + +Files: lib-src/lv2/lilv/bindings/test/bindings_test_plugin.c + lib-src/lv2/lilv/bindings/test/bindings_test_plugin.ttl.in + lib-src/lv2/lilv/bindings/test/python/* + lib-src/lv2/lilv/lilv/* + lib-src/lv2/lilv/src/* + lib-src/lv2/lilv/test/lilv_test.c + lib-src/lv2/lilv/utils/bench.h + lib-src/lv2/lilv/utils/lilv-bench.c + lib-src/lv2/lilv/utils/lv2bench.c + lib-src/lv2/lilv/utils/lv2info.c + lib-src/lv2/lilv/utils/lv2ls.c + lib-src/lv2/lilv/utils/uri_table.h +Copyright: 2006-2014, David Robillard + 2013, Kaspar Emanuel + 2008, Krzysztof Foltman + 2006, Steve Harris +License: ISC + +Files: lib-src/lv2/lv2/* +Copyright: Massachusetts Institute of Technology, European Research Consortium + 2012, David Robillard + 2004-2009, Edd Dumbill + 1986, International Organization for Standardization + 1998-2007, W3C (MIT, ERCIM, Keio) + 1998-2000, W3C (MIT, INRIA, Keio) + 1998-2005, World Wide Web Consortium for Informatics and Mathematics, Keio University +License: ISC +Comment: No explicit license found, using license(s) from: + lib-src/lv2/lv2/COPYING + +Files: lib-src/lv2/lv2/lv2specgen/lv2docgen.py + lib-src/lv2/lv2/plugins/eg-amp.lv2/amp.c + lib-src/lv2/lv2/plugins/eg-fifths.lv2/fifths.c + lib-src/lv2/lv2/plugins/eg-fifths.lv2/uris.h + lib-src/lv2/lv2/plugins/eg-metro.lv2/metro.c + lib-src/lv2/lv2/plugins/eg-midigate.lv2/midigate.c + lib-src/lv2/lv2/plugins/eg-sampler.lv2/sampler.c + lib-src/lv2/lv2/plugins/eg-sampler.lv2/sampler_ui.c + lib-src/lv2/lv2/plugins/eg-sampler.lv2/uris.h + lib-src/lv2/lv2/plugins/eg-scope.lv2/examploscope.c + lib-src/lv2/lv2/plugins/eg-scope.lv2/examploscope_ui.c + lib-src/lv2/lv2/plugins/eg-scope.lv2/uris.h +Copyright: 2006-2014, David Robillard + 2007-2014, David Robillard + 2011, Gabriel M. Beddingfield + 2011, Gabriel M. Beddingfield + 2011, James Morris + 2006-2011, Lars Luthman + 2010, Leonard Ritter + 2000-2002, Richard W.E. Furse + 2013, Robin Gareus + 2008-2011, Stefano D'Angelo + 2006, Steve Harris + 2006-2012, Steve Harris, David Robillard +License: ISC + +Files: lib-src/lv2/lv2/lv2specgen/template.html +Copyright: no copyright +License: CC-BY-SA + +Files: lib-src/lv2/lv2/lv2specgen/lv2specgen.py +Copyright: 2003-2008, Christopher Schmidt + 2009-2014, David Robillard + 2007-2008, Sergio Fernández + 2005-2008, Uldis Bojars +License: Expat + +Files: lib-src/lv2/serd/* +Copyright: 2011-2012, David Robillard +License: ISC +Comment: No explicit license found, using license(s) from: + lib-src/lv2/serd/COPYING + +Files: lib-src/lv2/serd/serd/* + lib-src/lv2/serd/src/* + lib-src/lv2/serd/tests/serd_test.c +Copyright: 2011-2014, David Robillard +License: ISC + +Files: lib-src/lv2/serd/tests/TurtleTests/* +Copyright: no copyright +License: W3C and BSD-3-clause +Comment: No explicit license found, using license(s) from: + lib-src/lv2/serd/tests/TurtleTests/LICENSE + +Files: lib-src/lv2/sord/* +Copyright: 2011-2013, David Robillard +License: ISC +Comment: No explicit license found, using license(s) from: + lib-src/lv2/sord/COPYING + +Files: lib-src/lv2/sord/sord/* + lib-src/lv2/sord/src/* +Copyright: 2011-2014, David Robillard +License: ISC + +Files: lib-src/lv2/sratom/* +Copyright: no copyright +License: ISC +Comment: No explicit license found, using license(s) from: + lib-src/lv2/sratom/COPYING + +Files: lib-src/lv2/sratom/sratom/* + lib-src/lv2/sratom/src/* + lib-src/lv2/sratom/tests/* +Copyright: 2012-2014, David Robillard +License: ISC + +Files: lib-src/libid3tag/config.h.in + lib-src/libid3tag/libid3tag-srcdir.patch + lib-src/libid3tag/libid3tag.list.in + lib-src/libid3tag/libid3tag.vcproj + lib-src/libid3tag/mkinstalldirs + lib-src/libid3tag/msvc++/config.h + lib-src/libid3tag/msvc++/libid3tag.dsp + lib-src/libid3tag/stamp-h.in +Copyright: 2000-2004, Underbit Technologies, Inc +License: GPL-2+ +Comment: No explicit license found, using license(s) from: + lib-src/libid3tag/COPYING + lib-src/libid3tag/COPYRIGHT + +Files: lib-src/lv2/suil/* +Copyright: no copyright +License: ISC +Comment: No explicit license found, using license(s) from: + lib-src/lv2/suil/COPYING + +Files: lib-src/lv2/suil/src/* + lib-src/lv2/suil/suil/* +Copyright: 2007-2014, David Robillard +License: ISC + +Files: lib-src/portaudio-v19/* +Copyright: 1999-2007, Andrew Baldwin, Ross Bencina + 1999-2004, Andrew Baldwin, Ross Bencina, Phil Burk + 2004, Arve Knudsen + 2005-2009, Arve Knudsen + 2005-2006, Bjorn Roche + 2006-2010, David Viens, Dmitry Kostjuchenko + 2011, Eliot Blennerhassett + 2003, Fred Gleason + 2002, Joshua Haberman + 2008, Kevin Kofler + 2005-2006, Ludwig Schwardt + 1999-2000, Phil Burk + 1999-2010, Phil Burk and Ross Bencina + 1999-2006, Phil Burk, Robert Marsanyi and Ross Bencina + 1999-2002, Phil Burk, Ross Bencina + 1999-2011, Ross Bencina + 1999-2010, Ross Bencina and Phil Burk + 1999-2007, Ross Bencina, Andrew Baldwin + 1999-2011, Ross Bencina, Dmitry Kostjuchenko + 1999-2011, Ross Bencina, Phil Burk + 1999-2007, Ross Bencina, Phil Burk, Robert Marsanyi + 2004, Stefan Westerfeld + 2000-2002, Stephane Letz, Phil Burk, Ross Bencina + 1994, X Consortium +License: Expat + +Files: lib-src/portaudio-v19/CMakeLists.txt + lib-src/portaudio-v19/Doxyfile + lib-src/portaudio-v19/Doxyfile.developer + lib-src/portaudio-v19/Makefile.in + lib-src/portaudio-v19/README.configure.txt + lib-src/portaudio-v19/SConstruct + lib-src/portaudio-v19/build/* + lib-src/portaudio-v19/cmake_support/* + lib-src/portaudio-v19/configure.in + lib-src/portaudio-v19/doc/src/api_overview.dox + lib-src/portaudio-v19/doc/src/images/* + lib-src/portaudio-v19/doc/src/mainpage.dox + lib-src/portaudio-v19/doc/src/srcguide.dox + lib-src/portaudio-v19/doc/src/tutorial/* + lib-src/portaudio-v19/doc/utils/* + lib-src/portaudio-v19/examples/CMakeLists.txt + lib-src/portaudio-v19/fixdir.bat + lib-src/portaudio-v19/fixfile.bat + lib-src/portaudio-v19/linkage.patch + lib-src/portaudio-v19/pablio/pablio.def + lib-src/portaudio-v19/portaudio-2.0.pc.in + lib-src/portaudio-v19/portaudio-srcdir.patch + lib-src/portaudio-v19/qa/loopback/src/biquad_filter.c + lib-src/portaudio-v19/qa/loopback/src/biquad_filter.h + lib-src/portaudio-v19/src/SConscript + lib-src/portaudio-v19/src/hostapi/asio/ASIO-README.txt + lib-src/portaudio-v19/src/hostapi/asio/Callback_adaptation_.pdf + lib-src/portaudio-v19/src/hostapi/asio/Pa_ASIO.pdf + lib-src/portaudio-v19/src/hostapi/asio/iasiothiscallresolver.cpp + lib-src/portaudio-v19/src/hostapi/asio/iasiothiscallresolver.h + lib-src/portaudio-v19/src/hostapi/coreaudio/notes.txt + lib-src/portaudio-v19/src/hostapi/oss/low_latency_tip.txt + lib-src/portaudio-v19/src/hostapi/oss/recplay.c + lib-src/portaudio-v19/src/hostapi/skeleton/README.txt + lib-src/portaudio-v19/src/hostapi/wasapi/mingw-include/* + lib-src/portaudio-v19/src/hostapi/wasapi/readme.txt + lib-src/portaudio-v19/src/hostapi/wdmks/readme.txt + lib-src/portaudio-v19/test/CMakeLists.txt + lib-src/portaudio-v19/test/README.txt + lib-src/portaudio-v19/test/patest_suggested_vs_streaminfo_latency.py + lib-src/portaudio-v19/wasapi-fix.patch + lib-src/portaudio-v19/wasapi-loopback.patch +Copyright: Microsoft Corporation + 2002, Phil Burk, SoftSynth.com +License: Expat +Comment: No explicit license found, using license(s) from: + lib-src/portaudio-v19/LICENSE.txt + +Files: lib-src/portaudio-v19/depcomp + lib-src/portaudio-v19/missing +Copyright: 1996-2013, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: lib-src/portaudio-v19/config.guess + lib-src/portaudio-v19/config.sub +Copyright: 1992-2013, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: lib-src/portaudio-v19/configure +Copyright: 1992-2012, Free Software Foundation, Inc +License: FSF_unlimited or GPL-2+ with LibTool exception + +Files: lib-src/portaudio-v19/ltmain.sh +Copyright: no copyright +License: GPL-2+ with LibTool exception + +Files: lib-src/portburn/portburn.h + lib-src/portburn/portburn_macosx.c + lib-src/portburn/portburn_macosx.cpp + lib-src/portburn/portburn_staging.c + lib-src/portburn/portburn_staging.cpp + lib-src/portburn/portburn_staging.h + lib-src/portburn/portburn_winxp.cpp + lib-src/portburn/portburn_winxpv1.cpp + lib-src/portburn/portburn_winxpv2.cpp + lib-src/portburn/test_portburn.cpp +Copyright: no copyright +License: LGPL + +Files: lib-src/portmixer/* +Copyright: 1999-2007, Ross Bencina and Phil Burk + 1994, X Consortium +License: Expat + +Files: lib-src/portmixer/Makefile.in + lib-src/portmixer/m4/* + lib-src/portmixer/px_tests/* + lib-src/portmixer/src/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc +License: FSF_unlimited + +Files: lib-src/portmixer/Makefile.am + lib-src/portmixer/README.txt + lib-src/portmixer/configure.ac + lib-src/portmixer/px_tests/Makefile.am + lib-src/portmixer/px_tests/px_test.c + lib-src/portmixer/src/Makefile.am +Copyright: no copyright +License: Expat +Comment: No explicit license found, using license(s) from: + lib-src/portmixer/LICENSE.txt + +Files: lib-src/portmixer/configure + lib-src/portmixer/m4/libtool.m4 +Copyright: 1992-2012, Free Software Foundation, Inc +License: FSF_unlimited or GPL-2+ with LibTool exception + +Files: lib-src/portmixer/autotools/ar-lib + lib-src/portmixer/autotools/compile + lib-src/portmixer/autotools/depcomp + lib-src/portmixer/autotools/missing +Copyright: 1996-2013, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: lib-src/portmixer/autotools/config.guess + lib-src/portmixer/autotools/config.sub +Copyright: 1992-2013, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: lib-src/portmixer/autotools/ltmain.sh +Copyright: no copyright +License: GPL-2+ with LibTool exception + +Files: lib-src/twolame/* +Copyright: 2001-2004, Michael Cheng + 2004-2006, The TwoLAME Project +License: LGPL-2.1+ +Comment: No explicit license found, using license(s) from: + lib-src/twolame/COPYING + +Files: lib-src/twolame/README + lib-src/twolame/doc/html/readme.html + lib-src/twolame/frontend/audioin_raw.c + lib-src/twolame/frontend/audioin_sndfile.c + lib-src/twolame/frontend/frontend.c + lib-src/twolame/frontend/frontend.h + lib-src/twolame/libtwolame/ath.c + lib-src/twolame/libtwolame/ath.h + lib-src/twolame/libtwolame/availbits.c + lib-src/twolame/libtwolame/availbits.h + lib-src/twolame/libtwolame/bitbuffer.c + lib-src/twolame/libtwolame/bitbuffer.h + lib-src/twolame/libtwolame/bitbuffer_inline.h + lib-src/twolame/libtwolame/common.h + lib-src/twolame/libtwolame/crc.c + lib-src/twolame/libtwolame/crc.h + lib-src/twolame/libtwolame/dab.c + lib-src/twolame/libtwolame/dab.h + lib-src/twolame/libtwolame/encode.c + lib-src/twolame/libtwolame/encode.h + lib-src/twolame/libtwolame/energy.c + lib-src/twolame/libtwolame/energy.h + lib-src/twolame/libtwolame/enwindow.h + lib-src/twolame/libtwolame/fft.c + lib-src/twolame/libtwolame/fft.h + lib-src/twolame/libtwolame/get_set.c + lib-src/twolame/libtwolame/mem.c + lib-src/twolame/libtwolame/mem.h + lib-src/twolame/libtwolame/psycho_0.c + lib-src/twolame/libtwolame/psycho_0.h + lib-src/twolame/libtwolame/psycho_1.c + lib-src/twolame/libtwolame/psycho_1.h + lib-src/twolame/libtwolame/psycho_1_critband.h + lib-src/twolame/libtwolame/psycho_1_freqtable.h + lib-src/twolame/libtwolame/psycho_2.c + lib-src/twolame/libtwolame/psycho_2.h + lib-src/twolame/libtwolame/psycho_2_absthr.h + lib-src/twolame/libtwolame/psycho_3.c + lib-src/twolame/libtwolame/psycho_3.h + lib-src/twolame/libtwolame/psycho_4.c + lib-src/twolame/libtwolame/psycho_4.h + lib-src/twolame/libtwolame/psycho_n1.c + lib-src/twolame/libtwolame/psycho_n1.h + lib-src/twolame/libtwolame/subband.c + lib-src/twolame/libtwolame/subband.h + lib-src/twolame/libtwolame/twolame.c + lib-src/twolame/libtwolame/twolame.h + lib-src/twolame/libtwolame/util.c + lib-src/twolame/libtwolame/util.h + lib-src/twolame/simplefrontend/audio_wave.c + lib-src/twolame/simplefrontend/audio_wave.h + lib-src/twolame/simplefrontend/simplefrontend.c +Copyright: 1991-1999, Free Software Foundation, Inc + 2001-2004, Michael Cheng + 1988-1993, Ron Mayer + 2004-2007, The TwoLAME Project +License: LGPL-2.1+ + +Files: lib-src/twolame/Makefile.in + lib-src/twolame/build-scripts/* + lib-src/twolame/doc/Makefile.in + lib-src/twolame/doc/html/Makefile.in + lib-src/twolame/frontend/Makefile.in + lib-src/twolame/libtwolame/Makefile.in + lib-src/twolame/simplefrontend/Makefile.in + lib-src/twolame/tests/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc +License: FSF_unlimited + +Files: lib-src/twolame/build-scripts/libtool.m4 + lib-src/twolame/configure +Copyright: 1992-2012, Free Software Foundation, Inc +License: FSF_unlimited or GPL-2+ with LibTool exception + +Files: lib-src/twolame/autogen.sh +Copyright: no copyright +License: public-domain + +Files: lib-src/twolame/build-scripts/compile + lib-src/twolame/build-scripts/depcomp + lib-src/twolame/build-scripts/missing + lib-src/twolame/build-scripts/test-driver +Copyright: 1996-2013, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: lib-src/twolame/build-scripts/config.guess + lib-src/twolame/build-scripts/config.sub +Copyright: 1992-2013, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: lib-src/twolame/build-scripts/install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: lib-src/twolame/build-scripts/ltmain.sh +Copyright: no copyright +License: GPL-2+ with LibTool exception + +Files: src/SseMathFuncs.h +Copyright: 2007, Julien Pommier +License: Zlib + +Files: + help/audacity.appdata.xml +Copyright: + Audacity Team +License: CC0-1.0 + On Debian systems, the complete text of the Creative Commons CC0 1.0 + Universal license (CC0-1.0) can be found in + "/usr/share/common-licenses/CC0-1.0". + +License: W3C + This document, Test Suites and other documents that link to this statement are + provided by the copyright holders under the following license: By using and/or + copying this document, or the W3C document from which this statement is linked, + you (the licensee) agree that you have read, understood, and will comply with + the following terms and conditions: + . + Permission to copy, and distribute the contents of this document, or the W3C + document from which this statement is linked, in any medium for any purpose and + without fee or royalty is hereby granted, provided that you include the + following on ALL copies of the document, or portions thereof, that you use: + . + 1 A link or URL to the original W3C document. + . + 2 The pre-existing copyright notice of the original author, or if it doesn't + exist, a notice (hypertext is preferred, but a textual representation is + permitted) of the form: "Copyright © [$date-of-document] World Wide Web + Consortium, (Massachusetts Institute of Technology, European Research + Consortium for Informatics and Mathematics, Keio University) and others. All + Rights + Reserved. https://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html" + . + 3 If it exists, the STATUS of the W3C document. + . + 4 When space permits, inclusion of the full text of this NOTICE should be + provided. We request that authorship attribution be provided in any software, + documents, or other items or products that you create pursuant to the + implementation of the contents of this document, or any portion thereof. + . + No right to create modifications or derivatives of W3C documents is granted + pursuant to this license. However, if additional requirements (documented in the + Copyright FAQ) are satisfied, the right to create modifications or derivatives + is sometimes granted by the W3C to individuals complying with those + requirements. + . + If a Test Suite distinguishes the test harness (or, framework for navigation) + and the actual tests, permission is given to remove or alter the harness or + navigation if the Test Suite in question allows one to do so. The tests themselves + shall NOT be changed in any way. + . + The name and trademarks of W3C and other copyright holders may NOT be used in + advertising or publicity pertaining to this document or other documents that + link to this statement without specific, written prior permission. Title to + copyright in this document will at all times remain with copyright + holders. Permission is given to use the trademarked string W3C within claims of + performance concerning W3C Specifications or features described therein, and + there only, if the test suite so authorizes. + . + THIS WORK IS PROVIDED BY W3C, MIT, ERCIM, KEIO UNIVERSITY, THE COPYRIGHT HOLDERS + AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT + NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL W3C, MIT, ERCIM, KEIO + UNIVERSITY, THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + * Neither the author nor the names of any contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; + OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: CC-BY-3.0 + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS + CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS + PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK + OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS + PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND + AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS + LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE + RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS + AND CONDITIONS. + . + 1. Definitions + . + a "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may + be recast, transformed, or adapted including in any form + recognizably derived from the original, except that a work that + constitutes a Collection will not be considered an Adaptation for + the purpose of this License. For the avoidance of doubt, where the + Work is a musical work, performance or phonogram, the + synchronization of the Work in timed-relation with a moving image + ("synching") will be considered an Adaptation for the purpose of + this License. + b "Collection" means a collection of literary or artistic works, such + as encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined above) for the purposes of this + License. + c "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + d "Licensor" means the individual, individuals, entity or entities + that offer(s) the Work under the terms of this License. + e "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and + in addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, + declaim, play in, interpret or otherwise perform literary or + artistic works or expressions of folklore; (ii) in the case of a + phonogram the producer being the person or legal entity who first + fixes the sounds of a performance or other sounds; and, (iii) in the + case of broadcasts, the organization that transmits the broadcast. + f "Work" means the literary and/or artistic work offered under the + terms of this License including without limitation any production in + the literary, scientific and artistic domain, whatever may be the + mode or form of its expression including digital form, such as a + book, pamphlet and other writing; a lecture, address, sermon or + other work of the same nature; a dramatic or dramatico-musical work; + a choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which + are assimilated works expressed by a process analogous to + cinematography; a work of drawing, painting, architecture, + sculpture, engraving or lithography; a photographic work to which + are assimilated works expressed by a process analogous to + photography; a work of applied art; an illustration, map, plan, + sketch or three-dimensional work relative to geography, topography, + architecture or science; a performance; a broadcast; a phonogram; a + compilation of data to the extent it is protected as a copyrightable + work; or a work performed by a variety or circus performer to the + extent it is not otherwise considered a literary or artistic work. + g "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + h "Publicly Perform" means to perform public recitations of the Work + and to communicate to the public those public recitations, by any + means or process, including by wire or wireless means or public + digital performances; to make available to the public Works in such + a way that members of the public may access these Works from a place + and at a place individually chosen by them; to perform the Work to + the public by any means or process and the communication to the + public of the performances of the Work, including by public digital + performance; to broadcast and rebroadcast the Work by any means + including signs, sounds or images. + i "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of + a protected performance or phonogram in digital form or other + electronic medium. + . + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, + limit, or restrict any uses free from copyright or rights arising from + limitations or exceptions that are provided for in connection with the + copyright protection under copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + . + a to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b to create and Reproduce Adaptations provided that any such + Adaptation, including any translation in any medium, takes + reasonable steps to clearly label, demarcate or otherwise identify + that changes were made to the original Work. For example, a + translation could be marked "The original work was translated from + English to Spanish," or a modification could indicate "The original + work has been modified."; + c to Distribute and Publicly Perform the Work including as + incorporated in Collections; and, + d to Distribute and Publicly Perform Adaptations. + f For the avoidance of doubt: + i. Non-waivable Compulsory License Schemes. In those jurisdictions + in which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives + the exclusive right to collect such royalties for any exercise + by You of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that + the Licensor is a member of a collecting society that + administers voluntary licensing schemes, via that society, from + any exercise by You of the rights granted under this License. + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make + such modifications as are technically necessary to exercise the rights + in other media and formats. Subject to Section 8(f), all rights not + expressly granted by Licensor are hereby reserved. + . + 4. Restrictions. The license granted in Section 3 above is expressly + made subject to and limited by the following restrictions: + . + a You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any + terms on the Work that restrict the terms of this License or the + ability of the recipient of the Work to exercise the rights granted + to that recipient under the terms of the License. You may not + sublicense the Work. You must keep intact all notices that refer to + this License and to the disclaimer of warranties with every copy of + the Work You Distribute or Publicly Perform. When You Distribute or + Publicly Perform the Work, You may not impose any effective + technological measures on the Work that restrict the ability of a + recipient of the Work from You to exercise the rights granted to + that recipient under the terms of the License. This Section 4(a) + applies to the Work as incorporated in a Collection, but this does + not require the Collection apart from the Work itself to be made + subject to the terms of this License. If You create a Collection, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collection any credit as required by Section 4(b), + as requested. If You create an Adaptation, upon notice from any + Licensor You must, to the extent practicable, remove from the + Adaptation any credit as required by Section 4(b), as requested. + b If You Distribute, or Publicly Perform the Work or any Adaptations + or Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) + the name of the Original Author (or pseudonym, if applicable) if + supplied, and/or if the Original Author and/or Licensor designate + another party or parties (e.g., a sponsor institute, publishing + entity, journal) for attribution ("Attribution Parties") in + Licensor's copyright notice, terms of service or by other reasonable + means, the name of such party or parties; (ii) the title of the Work + if supplied; (iii) to the extent reasonably practicable, the URI, if + any, that Licensor specifies to be associated with the Work, unless + such URI does not refer to the copyright notice or licensing + information for the Work; and (iv) , consistent with Section 3(b), + in the case of an Adaptation, a credit identifying the use of the + Work in the Adaptation (e.g., "French translation of the Work by + Original Author," or "Screenplay based on original Work by Original + Author"). The credit required by this Section 4 (b) may be + implemented in any reasonable manner; provided, however, that in the + case of a Adaptation or Collection, at a minimum such credit will + appear, if a credit for all contributing authors of the Adaptation + or Collection appears, then as part of these credits and in a manner + at least as prominent as the credits for the other contributing + authors. For the avoidance of doubt, You may only use the credit + required by this Section for the purpose of attribution in the + manner set out above and, by exercising Your rights under this + License, You may not implicitly or explicitly assert or imply any + connection with, sponsorship or endorsement by the Original Author, + Licensor and/or Attribution Parties, as appropriate, of You or Your + use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution + Parties. + c Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute + or Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify + or take other derogatory action in relation to the Work which would + be prejudicial to the Original Author's honor or reputation. + Licensor agrees that in those jurisdictions (e.g. Japan), in which + any exercise of the right granted in Section 3(b) of this License + (the right to make Adaptations) would be deemed to be a distortion, + mutilation, modification or other derogatory action prejudicial to + the Original Author's honor and reputation, the Licensor will waive + or not assert, as appropriate, this Section, to the fullest extent + permitted by the applicable national law, to enable You to + reasonably exercise Your right under Section 3(b) of this License + (right to make Adaptations) but not otherwise. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF + ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW + THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO + YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR + HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + . + a This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b Subject to the above terms and conditions, the license granted here + is perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + . + 8. Miscellaneous + . + a Each time You Distribute or Publicly Perform the Work or a + Collection, the Licensor offers to the recipient a license to the + Work on the same terms and conditions as the license granted to You + under this License. + b Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this + License. + c If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability + of the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + d No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + e This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + f The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne + Convention for the Protection of Literary and Artistic Works (as + amended on September 28, 1979), the Rome Convention of 1961, the + WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms + Treaty of 1996 and the Universal Copyright Convention (as revised on + July 24, 1971). These rights and subject matter take effect in the + relevant jurisdiction in which the License terms are sought to be + enforced according to the corresponding provisions of the + implementation of those treaty provisions in the applicable national + law. If the standard suite of rights granted under applicable + copyright law includes additional rights not granted under this + License, such additional rights are deemed to be included in the + License; this License is not intended to restrict the license of any + rights under applicable law. + +License: CC-BY-SA + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS + CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS + PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK + OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS + PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND + AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS + LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE + RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS + AND CONDITIONS. + . + 1. Definitions + . + a "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may + be recast, transformed, or adapted including in any form + recognizably derived from the original, except that a work that + constitutes a Collection will not be considered an Adaptation for + the purpose of this License. For the avoidance of doubt, where the + Work is a musical work, performance or phonogram, the + synchronization of the Work in timed-relation with a moving image + ("synching") will be considered an Adaptation for the purpose of + this License. + b "Collection" means a collection of literary or artistic works, such + as encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined below) for the purposes of this + License. + c "Creative Commons Compatible License" means a license that is listed + at https://creativecommons.org/compatiblelicenses that has been + approved by Creative Commons as being essentially equivalent to this + License, including, at a minimum, because that license: (i) contains + terms that have the same purpose, meaning and effect as the License + Elements of this License; and, (ii) explicitly permits the + relicensing of adaptations of works made available under that + license under this License or a Creative Commons jurisdiction + license with the same License Elements as this License. + d "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + e "License Elements" means the following high-level license attributes + as selected by Licensor and indicated in the title of this License: + Attribution, ShareAlike. + f "Licensor" means the individual, individuals, entity or entities + that offer(s) the Work under the terms of this License. + g "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and + in addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, + declaim, play in, interpret or otherwise perform literary or + artistic works or expressions of folklore; (ii) in the case of a + phonogram the producer being the person or legal entity who first + fixes the sounds of a performance or other sounds; and, (iii) in the + case of broadcasts, the organization that transmits the broadcast. + h "Work" means the literary and/or artistic work offered under the + terms of this License including without limitation any production in + the literary, scientific and artistic domain, whatever may be the + mode or form of its expression including digital form, such as a + book, pamphlet and other writing; a lecture, address, sermon or + other work of the same nature; a dramatic or dramatico-musical work; + a choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which + are assimilated works expressed by a process analogous to + cinematography; a work of drawing, painting, architecture, + sculpture, engraving or lithography; a photographic work to which + are assimilated works expressed by a process analogous to + photography; a work of applied art; an illustration, map, plan, + sketch or three-dimensional work relative to geography, topography, + architecture or science; a performance; a broadcast; a phonogram; a + compilation of data to the extent it is protected as a copyrightable + work; or a work performed by a variety or circus performer to the + extent it is not otherwise considered a literary or artistic work. + i "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + j "Publicly Perform" means to perform public recitations of the Work + and to communicate to the public those public recitations, by any + means or process, including by wire or wireless means or public + digital performances; to make available to the public Works in such + a way that members of the public may access these Works from a place + and at a place individually chosen by them; to perform the Work to + the public by any means or process and the communication to the + public of the performances of the Work, including by public digital + performance; to broadcast and rebroadcast the Work by any means + including signs, sounds or images. + k "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of + a protected performance or phonogram in digital form or other + electronic medium. + . + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, + limit, or restrict any uses free from copyright or rights arising from + limitations or exceptions that are provided for in connection with the + copyright protection under copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + . + a to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b to create and Reproduce Adaptations provided that any such + Adaptation, including any translation in any medium, takes + reasonable steps to clearly label, demarcate or otherwise identify + that changes were made to the original Work. For example, a + translation could be marked "The original work was translated from + English to Spanish," or a modification could indicate "The original + work has been modified."; + c to Distribute and Publicly Perform the Work including as + incorporated in Collections; and, + d to Distribute and Publicly Perform Adaptations. + e For the avoidance of doubt: + i. Non-waivable Compulsory License Schemes. In those jurisdictions + in which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives + the exclusive right to collect such royalties for any exercise + by You of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that + the Licensor is a member of a collecting society that + administers voluntary licensing schemes, via that society, from + any exercise by You of the rights granted under this License. + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make + such modifications as are technically necessary to exercise the rights + in other media and formats. Subject to Section 8(f), all rights not + expressly granted by Licensor are hereby reserved. + . + 4. Restrictions. The license granted in Section 3 above is expressly + made subject to and limited by the following restrictions: + . + a You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any + terms on the Work that restrict the terms of this License or the + ability of the recipient of the Work to exercise the rights granted + to that recipient under the terms of the License. You may not + sublicense the Work. You must keep intact all notices that refer to + this License and to the disclaimer of warranties with every copy of + the Work You Distribute or Publicly Perform. When You Distribute or + Publicly Perform the Work, You may not impose any effective + technological measures on the Work that restrict the ability of a + recipient of the Work from You to exercise the rights granted to + that recipient under the terms of the License. This Section 4(a) + applies to the Work as incorporated in a Collection, but this does + not require the Collection apart from the Work itself to be made + subject to the terms of this License. If You create a Collection, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collection any credit as required by Section 4(c), + as requested. If You create an Adaptation, upon notice from any + Licensor You must, to the extent practicable, remove from the + Adaptation any credit as required by Section 4(c), as requested. + b You may Distribute or Publicly Perform an Adaptation only under the + terms of: (i) this License; (ii) a later version of this License + with the same License Elements as this License; (iii) a Creative + Commons jurisdiction license (either this or a later license + version) that contains the same License Elements as this License + (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons + Compatible License. If you license the Adaptation under one of the + licenses mentioned in (iv), you must comply with the terms of that + license. If you license the Adaptation under the terms of any of the + licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), + you must comply with the terms of the Applicable License generally + and the following provisions: (I) You must include a copy of, or the + URI for, the Applicable License with every copy of each Adaptation + You Distribute or Publicly Perform; (II) You may not offer or impose + any terms on the Adaptation that restrict the terms of the + Applicable License or the ability of the recipient of the Adaptation + to exercise the rights granted to that recipient under the terms of + the Applicable License; (III) You must keep intact all notices that + refer to the Applicable License and to the disclaimer of warranties + with every copy of the Work as included in the Adaptation You + Distribute or Publicly Perform; (IV) when You Distribute or Publicly + Perform the Adaptation, You may not impose any effective + technological measures on the Adaptation that restrict the ability + of a recipient of the Adaptation from You to exercise the rights + granted to that recipient under the terms of the Applicable License. + This Section 4(b) applies to the Adaptation as incorporated in a + Collection, but this does not require the Collection apart from the + Adaptation itself to be made subject to the terms of the Applicable + License. + c If You Distribute, or Publicly Perform the Work or any Adaptations + or Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) + the name of the Original Author (or pseudonym, if applicable) if + supplied, and/or if the Original Author and/or Licensor designate + another party or parties (e.g., a sponsor institute, publishing + entity, journal) for attribution ("Attribution Parties") in + Licensor's copyright notice, terms of service or by other reasonable + means, the name of such party or parties; (ii) the title of the Work + if supplied; (iii) to the extent reasonably practicable, the URI, if + any, that Licensor specifies to be associated with the Work, unless + such URI does not refer to the copyright notice or licensing + information for the Work; and (iv) , consistent with Ssection 3(b), + in the case of an Adaptation, a credit identifying the use of the + Work in the Adaptation (e.g., "French translation of the Work by + Original Author," or "Screenplay based on original Work by Original + Author"). The credit required by this Section 4(c) may be + implemented in any reasonable manner; provided, however, that in the + case of a Adaptation or Collection, at a minimum such credit will + appear, if a credit for all contributing authors of the Adaptation + or Collection appears, then as part of these credits and in a manner + at least as prominent as the credits for the other contributing + authors. For the avoidance of doubt, You may only use the credit + required by this Section for the purpose of attribution in the + manner set out above and, by exercising Your rights under this + License, You may not implicitly or explicitly assert or imply any + connection with, sponsorship or endorsement by the Original Author, + Licensor and/or Attribution Parties, as appropriate, of You or Your + use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution + Parties. + d Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute + or Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify + or take other derogatory action in relation to the Work which would + be prejudicial to the Original Author's honor or reputation. + Licensor agrees that in those jurisdictions (e.g. Japan), in which + any exercise of the right granted in Section 3(b) of this License + (the right to make Adaptations) would be deemed to be a distortion, + mutilation, modification or other derogatory action prejudicial to + the Original Author's honor and reputation, the Licensor will waive + or not assert, as appropriate, this Section, to the fullest extent + permitted by the applicable national law, to enable You to + reasonably exercise Your right under Section 3(b) of this License + (right to make Adaptations) but not otherwise. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF + ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW + THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO + YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR + HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + . + a This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b Subject to the above terms and conditions, the license granted here + is perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + . + 8. Miscellaneous + . + a Each time You Distribute or Publicly Perform the Work or a + Collection, the Licensor offers to the recipient a license to the + Work on the same terms and conditions as the license granted to You + under this License. + b Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this + License. + c If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability + of the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + d No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + e This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + f The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne + Convention for the Protection of Literary and Artistic Works (as + amended on September 28, 1979), the Rome Convention of 1961, the + WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms + Treaty of 1996 and the Universal Copyright Convention (as revised on + July 24, 1971). These rights and subject matter take effect in the + relevant jurisdiction in which the License terms are sought to be + enforced according to the corresponding provisions of the + implementation of those treaty provisions in the applicable national + law. If the standard suite of rights granted under applicable + copyright law includes additional rights not granted under this + License, such additional rights are deemed to be included in the + License; this License is not intended to restrict the license of any + rights under applicable law. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +License: FSF_unlimited + This is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GFDL-1.1 + Permission is granted to copy, distribute and/or modify + this document under the terms of the + GNU Free Documentation License, Version 1.1. + +License: GFDL-NIV-1.2 + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +License: GPL + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + 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 the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. + +License: GPL with AutoConf exception + dnl @license GPLWithACException + +License: GPL-2 + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; version 2. + . + 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 the GNU + General Public License for more details. + . + On Debian GNU systems, the complete text of the GNU General Public + License (GPL) version 2 can be found in + '/usr/share/common-licenses/GPL-2'. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2, or (at your option) any + later version. + . + 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 the GNU + General Public License for more details. + . + On Debian GNU systems, the complete text of the GNU General Public + License (GPL) version 2 or later can be found in + '/usr/share/common-licenses/GPL-2'. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + . + 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 the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. + . + As a special exception, the respective Autoconf Macro's copyright + owner gives unlimited permission to copy, distribute and modify the + configure scripts that are the output of Autoconf when processing + the Macro. You need not follow the terms of the GNU General Public + License when using or distributing such scripts, even though + portions of the text of the Macro appear in them. The GNU General + Public License (GPL) does govern all other use of the material that + constitutes the Autoconf Macro. + . + This special exception to the GPL applies to versions of the + Autoconf Macro released by the Autoconf Macro Archive. When you + make and distribute a modified version of the Autoconf Macro, you + may extend this special exception to the GPL to apply to your + modified version as well. + +License: GPL-2+ with LibTool exception + This is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + . + GNU Libtool 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 the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with GNU Libtool; see the file COPYING. If not, a copy + can be downloaded from https://www.gnu.org/licenses/gpl.html + +License: GPL-3+ with AutoConf exception + This file is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + 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 the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, see . + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that + program. This Exception is an additional permission under section 7 + of the GNU General Public License, version 3 ("GPLv3"). + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation. + . + 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 the + GNU Lesser General Public License for more details. + +License: LGPL-2+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This library 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 the GNU + Library General Public License for more details. + . + On Debian GNU systems, the complete text of the GNU Library General + Public License (LGPL - later renamed GNU Lesser General Public License) + version 2 or later can be found in '/usr/share/common-licenses/LGPL-2'. + . + You should have received a copy of the GNU Library General Public + License along with this program. If not, see + . + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + . + This library 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 the GNU Lesser + General Public License for more details. + . + On Debian GNU systems, the complete text of the GNU Lesser General + Public License (LGPL) version 2.1 or later can be found in + '/usr/share/common-licenses/LGPL-2.1'. + . + You should have received a copy of the GNU Lesser General Public + License along with this program. If not, see + . + +License: Zlib + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + . + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + . + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + +License: public-domain + This script is in the public domain diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 00000000..5b4ba818 --- /dev/null +++ b/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +pristine-tar = True + +[dch] +meta = True + +[import-orig] +filter = [ '.git*', '.travis.yml' ] diff --git a/gbp/postclone.sh b/gbp/postclone.sh new file mode 100755 index 00000000..5790ec6d --- /dev/null +++ b/gbp/postclone.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +## script to initialize a cloned repository +## with per (local) repository settings. + +# - ignore quilt's .pc/ directory +# - enable the "--follow-tags" mode for pushing + +echo "tuning git-repository for ${NAME}" +git config push.followTags true && echo "enabled push.followTags" + +GITEXCLUDE=".git/info/exclude" +egrep "^/?\.pc/?$" "${GITEXCLUDE}" >/dev/null 2>&1 \ + || (echo "/.pc/" >> "${GITEXCLUDE}" && echo "ignoring /.pc/") diff --git a/not-installed b/not-installed new file mode 100644 index 00000000..5472581b --- /dev/null +++ b/not-installed @@ -0,0 +1 @@ +usr/share/pixmaps/audacity.xpm diff --git a/patches/0001-Add-keywords-to-desktop-file.patch b/patches/0001-Add-keywords-to-desktop-file.patch new file mode 100644 index 00000000..c9810b8c --- /dev/null +++ b/patches/0001-Add-keywords-to-desktop-file.patch @@ -0,0 +1,21 @@ +From: =?utf-8?b?SmFyb23DrXIgTWlrZcWh?= +Date: Tue, 21 Jul 2020 17:41:45 +0200 +Subject: Add keywords to desktop file + +--- + src/audacity.desktop.in | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +Index: audacity/src/audacity.desktop.in +=================================================================== +--- audacity.orig/src/audacity.desktop.in ++++ audacity/src/audacity.desktop.in +@@ -41,6 +41,8 @@ Comment[uk]=Запис і редагув + Comment[zh_CN]=录音和编辑音频文件 + Comment[zh_TW]=錄音和編輯音訊檔案 + ++Keywords=audio;sound;alsa;jack;editor; ++ + Icon=@AUDACITY_NAME@ + + Type=Application diff --git a/patches/0002-PATCH-Fix-building-against-the-system-portaudio-libr.patch b/patches/0002-PATCH-Fix-building-against-the-system-portaudio-libr.patch new file mode 100644 index 00000000..b7b31101 --- /dev/null +++ b/patches/0002-PATCH-Fix-building-against-the-system-portaudio-libr.patch @@ -0,0 +1,52 @@ +From: Antonio Ospite +Date: Tue, 7 Nov 2017 13:06:33 +0100 +Subject: [PATCH] Fix building against the system portaudio library + +Building against the system portaudio results in this error: + +./src/AudioIO.cpp:983: undefined reference to `PaUtil_GetTime' +audacity-AudioIO.o: In function `audacityAudioCallback(void const*, void*, +unsigned long, PaStreamCallbackTimeInfo const*, unsigned long, void*)': +./src/AudioIO.cpp:4630: undefined reference to `PaUtil_GetTime' +collect2: error: ld returned 1 exit status +Makefile:2349: recipe for target 'audacity' failed +make[3]: *** [audacity] Error 1 + +This is because PaUtil_GetTime is declared as a C symbol in pa_util.h +but is resolved as a C++ symbol at link time. + +Audacity fixes this in the local tree with this change: +https://github.com/audacity/audacity/commit/38fd97b8e26060332ab3e9e000a8882326a70ba7 + +However this is not general enough for the portaudio debian package. + +Since PaUtil_GetTime() is the only function causing problems, just copy +over the code where it's used. + +[Sebastian Ramacher]: Call clock_gettime directly. +--- + src/AudioIO.cpp | 10 +++++++++- + 1 file changed, 9 insertions(+), 1 deletion(-) + +diff --git a/src/AudioIO.cpp b/src/AudioIO.cpp +index 0187e39..bfb0848 100644 +--- a/src/AudioIO.cpp ++++ b/src/AudioIO.cpp +@@ -491,8 +491,16 @@ time warp info and AudioIOListener and whether the playback is looped. + #define ROUND(x) (int) ((x)+0.5) + //#include + // #include "../lib-src/portmidi/pm_common/portmidi.h" +- #include "../lib-src/portaudio-v19/src/common/pa_util.h" + #include "NoteTrack.h" ++#include ++ ++PaTime PaUtil_GetTime( void ) ++{ ++ struct timespec tp; ++ clock_gettime(CLOCK_REALTIME, &tp); ++ return (PaTime)(tp.tv_sec + tp.tv_nsec * 1e-9); ++} ++ + #endif + + #ifdef EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT diff --git a/patches/0003-cmake-relax-versions-for-mad-and-libid3tag.patch b/patches/0003-cmake-relax-versions-for-mad-and-libid3tag.patch new file mode 100644 index 00000000..963cea04 --- /dev/null +++ b/patches/0003-cmake-relax-versions-for-mad-and-libid3tag.patch @@ -0,0 +1,25 @@ +From: Sebastian Ramacher +Date: Wed, 27 May 2020 00:13:07 +0200 +Subject: cmake: relax versions for mad and libid3tag + +New enough versions are available in Debian, but there versions are not +set correctly. +--- + cmake-proxies/CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/cmake-proxies/CMakeLists.txt b/cmake-proxies/CMakeLists.txt +index 9ca7286..b8d981c 100644 +--- a/cmake-proxies/CMakeLists.txt ++++ b/cmake-proxies/CMakeLists.txt +@@ -138,8 +138,8 @@ addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" ) + # + # directory option symbol req chk version + addlib( ffmpeg ffmpeg FFMPEG NO NO "libavcodec >= 51.53" "libavformat >= 52.12" "libavutil >= 52.66" ) +-addlib( libid3tag id3tag LIBID3TAG NO YES "id3tag >= 0.15.1b" ) +-addlib( libmad mad LIBMAD NO YES "mad >= 0.15.1b" ) ++addlib( libid3tag id3tag LIBID3TAG NO YES "id3tag >= 0.15.0" ) ++addlib( libmad mad LIBMAD NO YES "mad >= 0.15.0" ) + addlib( libnyquist nyquist NYQUIST NO YES "" ) + addlib( libvamp vamp VAMP NO YES "vamp >= 2.5" "vamp-hostsdk >= 2.5" ) + addlib( libogg ogg LIBOGG NO YES "ogg >= 1.3.1" ) diff --git a/patches/0004-cmake-use-system-portaudio.patch b/patches/0004-cmake-use-system-portaudio.patch new file mode 100644 index 00000000..ef4110f3 --- /dev/null +++ b/patches/0004-cmake-use-system-portaudio.patch @@ -0,0 +1,39 @@ +From: Sebastian Ramacher +Date: Wed, 27 May 2020 00:42:35 +0200 +Subject: cmake: use system portaudio + +--- + cmake-proxies/CMakeLists.txt | 2 +- + modules/mod-nyq-bench/CMakeLists.txt | 2 -- + 2 files changed, 1 insertion(+), 3 deletions(-) + +diff --git a/cmake-proxies/CMakeLists.txt b/cmake-proxies/CMakeLists.txt +index b8d981c..3bc6a87 100644 +--- a/cmake-proxies/CMakeLists.txt ++++ b/cmake-proxies/CMakeLists.txt +@@ -132,7 +132,7 @@ addlib( expat expat EXPAT YES YES "expat >= 2.1.0" + addlib( lame lame LAME YES YES "lame >= 3.100" ) + addlib( libsndfile sndfile SNDFILE YES YES "sndfile >= 1.0.28" ) + addlib( libsoxr soxr SOXR YES YES "soxr >= 0.1.1" ) +-addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" ) ++addlib( portaudio-v19 portaudio PORTAUDIO YES YES "portaudio-2.0" ) + + # Optional libraries + # +diff --git a/modules/mod-nyq-bench/CMakeLists.txt b/modules/mod-nyq-bench/CMakeLists.txt +index 4ba4807..86e2b4d 100644 +--- a/modules/mod-nyq-bench/CMakeLists.txt ++++ b/modules/mod-nyq-bench/CMakeLists.txt +@@ -15,12 +15,10 @@ list( APPEND SOURCES + ) + + get_target_property( wx_INCLUDES wxWidgets INTERFACE_INCLUDE_DIRECTORIES ) +-get_target_property( pa_INCLUDES portaudio-v19 INTERFACE_INCLUDE_DIRECTORIES ) + get_target_property( ny_INCLUDES libnyquist INTERFACE_INCLUDE_DIRECTORIES ) + list( APPEND INCLUDES + PUBLIC + ${wx_INCLUDES} +- ${pa_INCLUDES} + ${ny_INCLUDES} + ${TARGET_ROOT} + ) diff --git a/patches/0005-Install-plugins-in-usr-lib.patch b/patches/0005-Install-plugins-in-usr-lib.patch new file mode 100644 index 00000000..c1e2f1f6 --- /dev/null +++ b/patches/0005-Install-plugins-in-usr-lib.patch @@ -0,0 +1,46 @@ +From: Sebastian Ramacher +Date: Tue, 21 Jul 2020 21:56:20 +0200 +Subject: Install plugins in /usr/lib + +--- + CMakeLists.txt | 2 +- + src/AudacityApp.cpp | 6 ++++++ + 2 files changed, 7 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 4ff5430..40c3618 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -380,7 +380,7 @@ set( _PREFIX "${CMAKE_INSTALL_PREFIX}" ) + set( _LIBDIR "${CMAKE_INSTALL_LIBDIR}/audacity" ) + set( _RPATH "\$ORIGIN/../${_LIBDIR}" ) + set( _DATADIR "${CMAKE_INSTALL_DATADIR}" ) +-set( _PKGDATA "${_DATADIR}/audacity/" ) ++set( _PKGDATA "${_LIBDIR}" ) + set( _MANDIR "${CMAKE_INSTALL_MANDIR}" ) + + # Precreate the lib and lib64 directories so we can make then the same +diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp +index 661ab7e..3c29ac7 100644 +--- a/src/AudacityApp.cpp ++++ b/src/AudacityApp.cpp +@@ -1183,6 +1183,9 @@ bool AudacityApp::OnInit() + FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/.%s-files"), + home, wxT(AUDACITY_NAME)), + audacityPathList); ++ FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/lib/%s"), ++ wxT(INSTALL_PREFIX), wxT(AUDACITY_NAME)), ++ audacityPathList); + FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/share/%s"), + wxT(INSTALL_PREFIX), wxT(AUDACITY_NAME)), + audacityPathList); +@@ -1193,6 +1196,9 @@ bool AudacityApp::OnInit() + FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/.audacity-files"), + home), + audacityPathList) ++ FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/lib/audacity"), ++ wxT(INSTALL_PREFIX)), ++ audacityPathList); + FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/share/audacity"), + wxT(INSTALL_PREFIX)), + audacityPathList); diff --git a/patches/0006-Fix_CVE-2020-11867.patch b/patches/0006-Fix_CVE-2020-11867.patch new file mode 100644 index 00000000..6e55ba68 --- /dev/null +++ b/patches/0006-Fix_CVE-2020-11867.patch @@ -0,0 +1,18 @@ +Description: Sets permission rights to 700 on /var/tmp user dirs + Fixes CVE-2020-11867 +Author: Dennis Braun +Forwarded: yes + +Index: audacity/src/AudacityApp.cpp +=================================================================== +--- audacity.orig/src/AudacityApp.cpp ++++ audacity/src/AudacityApp.cpp +@@ -1695,7 +1695,7 @@ bool AudacityApp::InitTempDir() + // The permissions don't always seem to be set on + // some platforms. Hopefully this fixes it... + #ifdef __UNIX__ +- chmod(OSFILENAME(temp), 0755); ++ chmod(OSFILENAME(temp), 0700); + #endif + + bool bSuccess = gPrefs->Write(wxT("/Directories/TempDir"), temp) && gPrefs->Flush(); diff --git a/patches/0007-Playback_cursor_workaround.patch b/patches/0007-Playback_cursor_workaround.patch new file mode 100644 index 00000000..f3cca0e7 --- /dev/null +++ b/patches/0007-Playback_cursor_workaround.patch @@ -0,0 +1,18 @@ +Description: The playback cursor doesn't move with wayland. + As a workaround we use X11 to start audacity. +Author: Dennis Braun +Forwarded: not-needed + +Index: audacity/src/audacity.desktop.in +=================================================================== +--- audacity.orig/src/audacity.desktop.in ++++ audacity/src/audacity.desktop.in +@@ -48,7 +48,7 @@ Icon=@AUDACITY_NAME@ + Type=Application + Categories=AudioVideo;Audio;AudioVideoEditing; + +-Exec=env UBUNTU_MENUPROXY=0 @AUDACITY_NAME@ %F ++Exec=env UBUNTU_MENUPROXY=0 GDK_BACKEND=x11 @AUDACITY_NAME@ %F + StartupNotify=false + Terminal=false + MimeType=application/x-audacity-project;@MIMETYPES@ diff --git a/patches/series b/patches/series new file mode 100644 index 00000000..c3710ea8 --- /dev/null +++ b/patches/series @@ -0,0 +1,7 @@ +0001-Add-keywords-to-desktop-file.patch +0002-PATCH-Fix-building-against-the-system-portaudio-libr.patch +0003-cmake-relax-versions-for-mad-and-libid3tag.patch +0004-cmake-use-system-portaudio.patch +0005-Install-plugins-in-usr-lib.patch +0006-Fix_CVE-2020-11867.patch +0007-Playback_cursor_workaround.patch diff --git a/pkgconfig/lame.pc.in b/pkgconfig/lame.pc.in new file mode 100644 index 00000000..0e249bfa --- /dev/null +++ b/pkgconfig/lame.pc.in @@ -0,0 +1,9 @@ +prefix=/usr +libdir=${prefix}/lib/@DEB_HOST_MULTIARCH@ +includedir=${prefix}/include + +Name: lame +Description: lame +Version: 3.100 +Libs: -L${libdir} -lmp3lame +Cflags:-I${includedir} diff --git a/rules b/rules new file mode 100755 index 00000000..e215b3f4 --- /dev/null +++ b/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/architecture.mk + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# provide custom lame.pc +export PKG_CONFIG_PATH=$(CURDIR)/debian/pkgconfig + +%: + dh $@ + +override_dh_auto_configure: + sed 's/@DEB_HOST_MULTIARCH@/${DEB_HOST_MULTIARCH}/' debian/pkgconfig/lame.pc.in > debian/pkgconfig/lame.pc + dh_auto_configure -- \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -Daudacity_use_sbsms=off \ + -Daudacity_use_ffmpeg=linked + +# tests fails with system portaudio +override_dh_auto_test: + +execute_after_dh_auto_install: + # Move appdata to metainfo + mv debian/tmp/usr/share/appdata/ debian/tmp/usr/share/metainfo/ + # Don't package unnecessary copy of GPL + rm debian/tmp/usr/share/doc/audacity/LICENSE.txt + # Move indep plugins to usr/share + mkdir -p debian/tmp/usr/share/audacity + mv debian/tmp/usr/lib/audacity/nyquist debian/tmp/usr/lib/audacity/plug-ins debian/tmp/usr/share/audacity diff --git a/source/format b/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/source/options b/source/options new file mode 100644 index 00000000..aa96de89 --- /dev/null +++ b/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^\.travis\.yml$" diff --git a/source_audacity.py b/source_audacity.py new file mode 100644 index 00000000..125ba663 --- /dev/null +++ b/source_audacity.py @@ -0,0 +1,22 @@ +'''apport package hook for audacity + +Author: +David Henningsson + +''' + +from apport.hookutils import * +import os.path +import re + +def add_info(report): + # we probably don't need all alsa_base info, but some hint + # of the user's soundcards would be nice. + report['AlsaCards'] = command_output(['cat', '/proc/asound/cards']) + + cfgfilename = os.path.expanduser('~/.audacity-data/audacity.cfg') + if os.path.exists(cfgfilename): + s = open(cfgfilename).read() + # give the user some privacy by removing MRU file list + s = re.sub(r'\n(file[0-9]+=)[^\n]*', r'\n\1(removed for privacy)', s) + report['AudacityCfg'] = s diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 00000000..5a99c270 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,5 @@ +Archive: github +Bug-Database: https://github.com/audacity/audacity/issues +Bug-Submit: https://github.com/audacity/audacity/issues/new +Repository: https://github.com/audacity/audacity.git +Repository-Browse: https://github.com/audacity/audacity diff --git a/watch b/watch new file mode 100644 index 00000000..34df83dc --- /dev/null +++ b/watch @@ -0,0 +1,4 @@ +version=4 + opts="uversionmangle=s/-/./,dversionmangle=s/~dfsg0.*//,repacksuffix=~dfsg0,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%audacity-$1.tar.gz%" \ + https://github.com/audacity/audacity/tags \ + (?:.*?/)?Audacity-?(\d[\d.]*)\.tar\.gz debian uupdate -- 2.30.2