summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-src_FFmpeg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/audacity: Update 2.4.2 -> 3.0.0Yuri Victorovich2021-04-171-29/+0
| | | | | | | I also changed the default of LADSPA to OFF and LV2 to ON because LV2 is a new generation of LADSPA. PR: 254598 Submitted by: xxjack12xx@gmail.com (maintainer)
* audio/audacity: Update to 2.4.2Tobias Kortkamp2020-07-031-3/+3
| | | | | | | | | | - This should fix hangs on startup on FreeBSD 11.4 - Remove NYQUIST option since it is mandatory and disabling it does not work Changes: https://www.audacityteam.org/audacity-2-4-2-released/ PR: 247604 Submitted by: maintainer
* Update to upstream version 2.3.3Thomas Zander2019-11-241-3/+3
| | | | | | PR: 242169 Submitted by: xxjack12xx@gmail.com (maintainer) MFH: 2019Q4 (hat: ports-secteam)
* audio/audacity: update to 2.3.2Steve Wills2019-05-141-3/+3
| | | | | | | While here, improve formatting PR: 237891 Submitted by: Jack <xxjack12xx@gmail.com> (maintainer)
* audio/audacity: Update to 2.3.0Steve Wills2018-10-011-7/+7
| | | | | PR: 231837 Submitted by: xxjack12xx@gmail.com (maintainer)
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Update to upstream version 2.1.1Thomas Zander2015-11-221-4/+4
| | | | | | PR: 203607 Submitted by: xxjack12xx@gmail.com Reviewed by: yuri@rawbw.com, koobs, riggs
* audio/audacity: fix build with new ffmpegRuslan Makhmatkhanov2015-07-271-0/+29
- add patch to fix build with ffmpeg 2.7 - add ffmpeg to LIB_DEPENDS to fix build in rare cases PR: 201589 Submitted by: Christian Heckendorf <heckendorfc@gmail.com> Approved by: xxjack12xx@gmail.com