aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseeffects
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove gconf2 dependency, it is actually not a dependencyBaptiste Daroussin2021-02-061-2/+2
| | | | Notes: svn path=/head/; revision=564198
* 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
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* audio/pulseeffects: fix build on GCC architecturesPiotr Kubaj2019-11-121-2/+3
| | | | | | | | | | C++17 compiler is needed: src/convolver/meson.build:5:7: ERROR: C++ Compiler does not support -std=c++17 Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=517343
* audio/pulseeffects: Update port to 4.6.8Tobias C. Berner2019-10-172-4/+4
| | | | | | | | | | Changelog: https://github.com/wwmm/pulseeffects/blob/v4.6.8/CHANGELOG.md Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D22063 Notes: svn path=/head/; revision=514651
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* 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/pulseeffects: Update to 4.6.0Tobias C. Berner2019-05-102-5/+7
| | | | | | | | | | | Changelog can be found at https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D20165 Notes: svn path=/head/; revision=501151
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-1/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* audio/pulseeffects: Update to 4.5.6Tobias C. Berner2019-04-063-6/+48
| | | | | | | | | | | Changelog can be found at https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D19608 Notes: svn path=/head/; revision=498088
* Add pulseeffectsKoop Mast2019-02-044-0/+255
Audio effects for Pulseaudio applications. Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications PR: 234540 Submitted by: Daniel Shafer <daniel@shafer.cc> Differential Revision: https://reviews.freebsd.org/D18695 Notes: svn path=/head/; revision=492126