summaryrefslogtreecommitdiff
path: root/audio/audacity
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau.maya1-2/+2
It creates a noticeable change at least for mpv, which now doesn't complain about --vo=vaapi or --vo=vdpau.
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2017-01-16Recursive bump for libvpx shlib major change.wiz1-2/+2
2016-08-17Recursive revbump from multimedia/libvpx uppdateryoon1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-07-16gcc6 build fixesmarkd3-1/+42
2016-06-05Update to 2.1.2ryoon11-328/+390
* fosshub.com does not provide direct link for distfile Changelog: 2.1.2 Improvements Effects Noise Reduction defaults changed. Interface We've made several improvements to the spectrogram view of tracks which are particularly valuable for vocal work. New option 'Spectral Reassignment'. This algorithm deduces a 'finer' spectrogram for vocal work. Four new Spectrogram scales. Improvement to the Pitch (EAC) algorithm - cleaner (sharper) display. Spectrogram Settings are now available per-track. Other Changes Upgraded from wxWidgets 2.8.12 to wxWidgets 3.0.2. Restructuring of the Preferences Menu Restructuring of the Track Dropdown Menu (for the Spectrograms) The Noise Reduction "Frequency smoothing" default has been increased to 3 to help avoid metallic artifacts. Resetting Preferences or deleting audacity.cfg will set the new default. (Windows) The location of Audacity's work-in-progress folder has been changed, to avoid problems where certain disk cleaners treated them as deletable temporary files. Bug Fixes Crashes Crashes on reading .wav files with many channels (CVE-2016-2540) and corrupt .mp2 files (CVE-2016-2541) have been fixed. Thanks to Chris Navarrete from Fortinet's FortiGuard Labs for notifying us of these bugs and associated security risk. 2.1.1 Improvements Effects Noise Reduction defaults changed. Interface We've made several improvements to the spectrogram view of tracks which are particularly valuable for vocal work. New option 'Spectral Reassignment'. This algorithm deduces a 'finer' spectrogram for vocal work. Four new Spectrogram scales. Improvement to the Pitch (EAC) algorithm - cleaner (sharper) display. Spectrogram Settings are now available per-track. Other Changes Upgraded from wxWidgets 2.8.12 to wxWidgets 3.0.2. Restructuring of the Preferences Menu Restructuring of the Track Dropdown Menu (for the Spectrograms) The Noise Reduction "Frequency smoothing" default has been increased to 3 to help avoid metallic artifacts. Resetting Preferences or deleting audacity.cfg will set the new default. (Windows) The location of Audacity's work-in-progress folder has been changed, to avoid problems where certain disk cleaners treated them as deletable temporary files. Bug Fixes Crashes Crashes on reading .wav files with many channels (CVE-2016-2540) and corrupt .mp2 files (CVE-2016-2541) have been fixed. Thanks to Chris Navarrete from Fortinet's FortiGuard Labs for notifying us of these bugs and associated security risk.
2015-11-18Recursive revbump from multimedia/libvpxryoon1-2/+2
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-29also patch the portaudio sources to build only as a static library.mrg3-3/+21
bump pkg version. hopefully this now works properly. for me, my portaudio-devel package was sufficient to allow it to work and i didn't notice this problem.
2015-09-18patch several Makefile.am's t use noinst_LTLIBRARIES instead of lib_,mrg7-23/+72
so that we will only get static versions of them build. now we don't need to install the parts that shouldn't be and cause conflicts with other patches. now all we have to do is figure out all the things audacity 2.1.1 needs for the next update :-) ok wiz@
2015-09-18Switch audacity to wxGTK30. Bump PKGREVISION.wiz1-3/+3
2015-09-18Install convenience libraries so that audacity binary can use them.wiz2-3/+23
The configure script does not respect --disable-shared, no clue yet why, which makes this necessary. However, it causes a conflict with portaudio, which should, optimally, be fixed by building against the existing library instead. But, this should make the program usable again in the meantime. Bump PKGREVISION.
2015-09-18Update HOMEPAGE.wiz1-2/+2
2015-09-18Do not install a shell script over the real executable.wiz3-17/+36
While here, clean up the Makefile. Remove autoconf dependency (not used). Remove alpha hack until someone reports it's still needed. Bump PKGREVISION.
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx.ryoon1-2/+2
2015-04-27Don't use inline to force undefined references.joerg2-1/+270
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-1/+2
2015-04-21Jack support works. Can't remember why i thought this was broken.rodent1-2/+1
2015-04-21Fix MIDI support via portsmf. The patches we had were integrated in 1.3.5,rodent5-83/+3
(CVE-2007-6061) so they're no longer relevant.
2015-04-21Fix nyquist support (at least for {Free,Open,Net}BSD and Bitrig.rodent6-3/+104
2015-04-20There are quite a lot of changes to this package. They are spread acrossrodent27-542/+306
eight (8) wiki pages here: http://wiki.audacityteam.org/wiki/Release_Notes. For pkgsrc changes, some patches were removed which were integrated upstream or don't exist in source anymore. PKG_OPTIONS framework was added to enable the user to built with gtk{2,3}, jack, alsa, NLS, ladspa, and debug options. gtk3, jack, and alsa options need work and aren't supported currently. This package uses a cc-by-v3.0-license which needs to be imported sometime too. Using portaudio-devel from pkgsrc is disabled, due to requiring the Pa_GetStreamHostApiType() function which is not present in our stable version. The in-tree portaudio is used instead. Nyquist support is not building as well at the moment along with the portsmf midi support. Package adds many additional dependencies like lv2, lilv, libogg, twolame, libsbsms, libsndfile, and more. Enjoy.
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-12-10Fix pow() argument types, fixes SunOS. Patch from Sebastian Wiedenroth.jperkin2-1/+17
2013-10-28Don't use -fcheck-new. With exceptions, it won't happen anyway and evenjoerg2-1/+15
without, malloc() is unlikely to ever fail.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg1-2/+2
Recursive bump for the new dependency.
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-29Instead of setting USE_PKGLOCALEDIR=no, don't set it at all. Makes thishans1-2/+1
work as expected.
2012-02-15Fix build on SunOS.hans6-6/+48
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-14Convert to USE_TOOLS=zip.hans1-4/+2
2011-11-26Always include string.hjoerg2-6/+4
2011-11-23audio/audacity: Fix DragonFly breakagemarino2-1/+16
Conditionally add <strings.h> for DragonFly. No PKGREVISION bump required.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2