aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/audacity: Update deprecated CPE vendorBernhard Froehlich2022-03-181-0/+1
| | | | Approved by: portmgr (blanket)
* audio/audacity: update to 3.1.3Jack2021-12-301-1/+2
| | | | | | | | | While here, add missing dependency. Changelog: https://github.com/audacity/audacity/releases/tag/Audacity-3.1.3 PR: 260748 Reported by: Jack <xxjack12xx@gmail.com> (maintainer)
* audio/audacity: Update to 3.1.2Jack2021-11-171-1/+1
| | | | PR: 259890
* audio/audacity: Update to 3.1.1Jack2021-11-141-1/+1
| | | | | | | | | | | | | | Hotfix release [1]: - Fixed FFMPEG imports only importing the left channel - Improved Audacity's performance when many clips are present - Fixed a crash with detach at silences - Fixed clip name corruption when applying effects to adjacent clips - Fixed a crash with the time shift commands - Fixed custom themes not working [1] https://github.com/audacity/audacity/releases/tag/Audacity-3.1.1 PR: 259812
* audio/audacity: Update to 3.1.0Jack2021-11-111-4/+4
| | | | | | | ChangeLog: https://www.audacityteam.org/audacity-3-1-is-out-now/ PR: 259565 Reported by: xxjack12xx@gmail.com (maintainer)
* audio/audacity: Upgrade to 3.0.5Jack2021-10-301-36/+35
| | | | | | | | | | | | | ChangeLog: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.4 While here: * Pet linters * Add gdkpixbuf2 depdendency PR: 258107 Reported by: xxjack12xx@gmail.com (maintainer) Reviewed by: diizzy@, nc@, tatsuki_makino@hotmail.com
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* audio/audacity: enable FFMPEG for Opus supportUlrich Spörlein2021-05-091-1/+2
| | | | | | | | | Not being able to decode Opus in 2021 seems like a big gap. Folks that do audio processing also will already have ffmpeg installed, most likely. PR: 255667 Approved by: maintainer
* audio/audacity Upgrade to 3.0.2Jack2021-04-291-1/+1
| | | | PR: 255236
* audio/audacity: Update 2.4.2 -> 3.0.0Yuri Victorovich2021-04-181-13/+13
| | | | | | | 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)
* x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5Yuri Victorovich2021-04-161-1/+1
| | | | | | Bump 43 ports that either depend on wxgtk31 or potentially depend on it. Reported by: portscout
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Bump PORTREVISION. audio/soundtouch was updated to 2.2Jose Alonso Cardenas Marquez2020-12-141-1/+1
| | | | | | | - Remove BROKEN on audio/mixxx. Now soundtouch should detected without problems Notes: svn path=/head/; revision=558106
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4Yuri Victorovich2020-09-011-0/+1
| | | | | | | | PR: 248244 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=547284
* audio/audacity: fix build on non-x86Piotr Kubaj2020-07-191-0/+8
| | | | | | | | | | | | | Disable MMX/SSE/SSE2 on non-x86. Include cstring in allegro.h to make memcpy() available. PR: 248076 Approved by: xxjack12xx@gmail.com (maintainer) MFH: 2020Q3 (build fix blanket) Notes: svn path=/head/; revision=542544
* audio/audacity: Update to 2.4.2Tobias Kortkamp2020-07-031-7/+5
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=541065
* - Update `audio/audacity' to the latest version 2.4.1Alexey Dokuchaev2020-06-161-80/+73
| | | | | | | | | | | | | | - Switch to purely CMake-based build, remove autotools-related patches and Makefile knobs - Force PLIST_SUB+=NLS="" temporarily while the proper fix is being developed, to reduce the churn of the pkg-plist - Do not force C++14 while C++11 is sufficient for the time being - Do not hardcode Python version when building the manual page PR: 246645 Notes: svn path=/head/; revision=539344
* audio/audacity: delete unneeded patches, update distinfoKurt Jaeger2020-02-251-1/+1
| | | | | | | | PR: 244253, 243578 Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) Notes: svn path=/head/; revision=527065
* x11-toolkits/wxgtk31: update to 3.1.3Christoph Moench-Tegeder2019-12-271-0/+1
| | | | | | | | | | | https://github.com/wxWidgets/wxWidgets/releases Bump consumers ("needed shared library changed") PR: 242652 Approved by: yuri@ (maintainer) Notes: svn path=/head/; revision=521026
* Update to upstream version 2.3.3Thomas Zander2019-11-241-2/+1
| | | | | | | | | PR: 242169 Submitted by: xxjack12xx@gmail.com (maintainer) MFH: 2019Q4 (hat: ports-secteam) Notes: svn path=/head/; revision=518301
* Remove a bunch of unused *_DESCTobias Kortkamp2019-10-191-1/+0
| | | | Notes: svn path=/head/; revision=514770
* audio/audacity: Remove bogus STATIC_WX optionTobias Kortkamp2019-10-191-6/+1
| | | | | | | | | | | | | This was accepted by me in r495224. STATIC_WX_ENABLE was probably supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of the option is flawed. wxgtk31 does not provide static libraries. While here drop unhooked JACK_LIB_DEPENDS options helper. Audacity has been using the system Portaudio for a while and JACK support can be enabled there. Notes: svn path=/head/; revision=514755
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* audio/audacity: fix build on non-x86Piotr Kubaj2019-06-031-6/+1
| | | | | | | | | | | Audacity by default adds --enable-sse on all architectures, which breaks anything but i386 and amd64. Add SSE option to every architecture, but still enable by default only on amd64 and i386. This will add --disable-sse to CONFIGURE_ARGS, which fixes build. PR: 238140 Approved by: xxjack12xx@gmail.com (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20422 Notes: svn path=/head/; revision=503360
* audio/audacity: update to 2.3.2Steve Wills2019-05-141-43/+47
| | | | | | | | | | While here, improve formatting PR: 237891 Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) Notes: svn path=/head/; revision=501658
* audio/audacity: Update to 2.3.1Tobias Kortkamp2019-03-101-5/+10
| | | | | | | | | Changes: https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1 PR: 236416 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=495224
* audio/audacity: switch to wxgtk31Steve Wills2019-03-041-2/+2
| | | | | | | | PR: 236050 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=494626
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-1/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* audio/audacity: Do not set DYNLOAD_BUILD_DEPENDS twiceTobias Kortkamp2019-01-111-4/+4
| | | | | | | | | | | To resolve this, concatenate the two values since this is what was originally intended. Fix some comments while here. PR: 234825 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=490015
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Bump PORTREVISIONJose Alonso Cardenas Marquez2018-11-141-1/+1
| | | | | | | - audio/rubberband : Take maintainership Notes: svn path=/head/; revision=484944
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* audio/audacity: Update to 2.3.0Steve Wills2018-10-011-6/+12
| | | | | | | | PR: 231837 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=481065
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* audio/audacity: Unbundle portaudio and use audio/portaudio insteadTobias Kortkamp2018-07-191-2/+3
| | | | | | | | | PR: 229853 Submitted by: tobik Approved by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=474923
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-0/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* audio/audacity: Update to 2.2.2Yuri Victorovich2018-03-011-17/+13
| | | | | | | | | | | | | | | | | | | | Release notes: http://wiki.audacityteam.org/wiki/Release_Notes_2.2.2 Port changes: * Added to LIB_DEPENDS * Removed ALSA option * Corrected LV2 option, added option dependencies * Use system libsoxr * Updated WWW * A lot of patch changes PR: 226136 Submitted by: xxjack12xx@gmail.com (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463291
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* - Bump revision after recent port changesDmitry Marakasov2017-08-221-0/+1
| | | | | | | | PR: 218104 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=448573
* - Update to 2.1.3Dmitry Marakasov2017-07-251-11/+10
| | | | | | | | PR: 218104 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=446572
* Replace USE_GCC=4.9+ by the canonical USE_GCC=yes.Gerald Pfeifer2017-07-221-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=446374
* Mark as broken on aarch64. ISTM that the options code ought to be handlingMark Linimon2017-06-211-1/+2
| | | | | | | | | this correctly, but it is not. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444081
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-061-4/+2
| | | | | | | | | While there, fix small style issues. Sponsored by: Absolight Notes: svn path=/head/; revision=442783
* Remove bogus CONFIGURE_ENVDmitry Marakasov2017-05-311-2/+1
| | | | Notes: svn path=/head/; revision=442255
* - Update to 2.1.3Dmitry Marakasov2017-05-311-8/+5
| | | | | | | | PR: 218104 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=442254
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352