aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* audio/guitarix-lv2: unbreak with boost 1.69Jan Beich2018-10-221-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:73: ../src/headers/gx_system.h:353:28: error: expected class name class BasicOptions: boost::noncopyable { ^ In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:74: ../src/headers/gx_parameter.h:106:25: error: expected class name class Parameter: boost::noncopyable { ^ In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:81: ../src/headers/gx_json.h:299:27: error: expected class name class PresetFile : boost::noncopyable { ^ In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:83: ../src/headers/gx_internal_plugins.h:674:25: error: expected class name struct paradesc: boost::noncopyable { ^ PR: 232525 Notes: svn path=/head/; revision=482783
* Update to 0.3.13Emanuel Haupt2018-10-222-4/+4
| | | | Notes: svn path=/head/; revision=482742
* Update midipp to 2.0.0Hans Petter Selasky2018-10-213-4/+6
| | | | | | | | | | | | - Added support for quartertones, octotones, hexatones and so on. - Added support for bass offset effect. - Added support for circle of fifths. - Improved support for printing. Approved by: jbeich (ports) Notes: svn path=/head/; revision=482723
* New port: audio/speech-denoiser-lv2: Speech denoise LV2 plugin based on ↵Yuri Victorovich2018-10-215-0/+60
| | | | | | | RNNoise library Notes: svn path=/head/; revision=482642
* New port: audio/rnnoise-nu: Recurrent neural network for audio noise reductionYuri Victorovich2018-10-214-0/+43
| | | | Notes: svn path=/head/; revision=482641
* audio/gxplugins-lv2: Remove unnecessary USE_GNOME: gtk20 and gdkpixbuf2Yuri Victorovich2018-10-211-1/+2
| | | | | | | Reported by: brummer10 (upstream maintainer/author) Notes: svn path=/head/; revision=482638
* audio/gxplugins-lv2: Fix build on 12Yuri Victorovich2018-10-201-1/+2
| | | | | | | | | It requires linker to have some GNU features. Reported by: fallout Notes: svn path=/head/; revision=482631
* Update to 1.3.Christian Weisgerber2018-10-203-5/+6
| | | | | | | | | | | | | | | | | | | Changes since 1.2.x include: - Improvements to the VAD and speech/music classification using an RNN - Support for ambisonics coding using channel mapping families 2 and 3 - Improvements to stereo speech coding at low bitrate - Using wideband encoding down to 9 kb/s - Making it possible to use SILK down to bitrates around 5 kb/s - Minor quality improvement on tones - Enabling the spec fixes in RFC 8251 by default - Security/hardening improvements Notable bug fixes include: - Fixes to the CELT PLC - Bandwidth detection fixes Notes: svn path=/head/; revision=482612
* Update to 0.2.1. This release fixes two minor bugs:Christian Weisgerber2018-10-202-4/+4
| | | | | | | | - a gapless bug in the LPC filtering - a crash on destroy when using the pull API Notes: svn path=/head/; revision=482611
* Update to 3.2.2Emanuel Haupt2018-10-202-7/+7
| | | | Notes: svn path=/head/; revision=482487
* Update the Linphone stack and drop maintainership.Tijl Coosemans2018-10-1812-99/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Linphone uses Qt5 now instead of GTK2. audio/bcg729: - switch to cmake, required by net/mediastreamer - download distfile instead of using gitlab - fix license: source code allows later GPL version audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now audio/msilbc: deleted, superseded by multimedia/mswebrtc deskutils/belcard: version 1.0.2 multimedia/bcmatroska2: version 0.23 multimedia/msopenh264: version 1.2.1 multimedia/mswebrtc: version 1.1.1 multimedia/msx264: deleted, superseded by msopenh264 net/bctoolbox: version 0.6.0 net/belle-sip: version 1.6.3 net/liblinphone: version 3.12.0 net/linphone: version 4.1.1 + upstream Qt 5.11 patches net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis security/bzrtp: version 1.0.6 textproc/belr: version 0.1.3 Notes: svn path=/head/; revision=482343
* Update to 2.16Grzegorz Blach2018-10-163-5/+6
| | | | Notes: svn path=/head/; revision=482241
* Fix SIGABRT in IsFileNotFound (e.g. when creating an empty database)Thomas Zander2018-10-162-2/+12
| | | | | | | | | | | | While on it: - Add USES=gnome due to complaint in check-sanity PR: 232030 Reported by: korsani@free.fr MFH: 2018Q4 Notes: svn path=/head/; revision=482238
* Restore previous order of LICENSE definitions.Emanuel Haupt2018-10-161-3/+3
| | | | | | | | Reported by: mat Mislead by: portlint Notes: svn path=/head/; revision=482221
* Update to 0.1.b109Emanuel Haupt2018-10-162-7/+7
| | | | Notes: svn path=/head/; revision=482211
* - Update to 0.3.12Emanuel Haupt2018-10-152-6/+6
| | | | | | | - Pacify portlint Notes: svn path=/head/; revision=482153
* audio/qsynth needs a compiler with C++11 supportTobias Kortkamp2018-10-151-1/+1
| | | | Notes: svn path=/head/; revision=482134
* audio/puddletag: Remove unused dependencyJason E. Hale2018-10-141-2/+1
| | | | | | | | | audio/py-musicbrainz2 is DEPRECATED and will be removed soon. The code requiring it was removed in 2012. https://github.com/keithgg/puddletag/commit/3da2d0d Notes: svn path=/head/; revision=482119
* audio/py-musicbrainz2: Mark DEPRECATED and set EXPIRATION_DATE (2 weeks)Jason E. Hale2018-10-141-0/+3
| | | | | | | | | Musicbrainz Webservice 1.0 support ended 2018-08-01, so this port is useless. Set a short expiration window since only audio/puddletag depends on this and the code that required it was removed in 2012. Notes: svn path=/head/; revision=482118
* Take maintainershipJason E. Hale2018-10-141-1/+1
| | | | Notes: svn path=/head/; revision=482114
* Fix build with OpenSSL 1.1.xGuido Falsi2018-10-141-0/+25
| | | | | | | | PR: 232154 Submitted by: me Notes: svn path=/head/; revision=482109
* Enable VORBISENC by default for httpd streaming with the default packageThomas Zander2018-10-141-4/+6
| | | | | | | | | | | Additionally: - Bump PORTREVISION - Pet portlint Reported by: bapt Notes: svn path=/head/; revision=482042
* Fix build on powerpc64Thomas Zander2018-10-131-2/+1
| | | | | | | | | PR: 231834 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4 (build fix blanket) Notes: svn path=/head/; revision=481992
* audio/alsa-lib: unbreak clang build on powerpc64Jan Beich2018-10-122-1/+60
| | | | | | | | | | | fatal error: error in backend: A @@ version cannot be undefined Reported by: Mark Millard Submitted by: dim Obtained from: upstream Notes: svn path=/head/; revision=481945
* - Update to 1.4.24Dmitry Marakasov2018-10-123-8/+15
| | | | Notes: svn path=/head/; revision=481944
* audio/gstreamer1-plugins-webrtcdsp: connect to build after r481919Jan Beich2018-10-122-0/+14
| | | | | | | webrtcdsp has been listed in Makefile.common since r446388 Notes: svn path=/head/; revision=481937
* audio/pulseaudio: track webrtc-aec upstream defaultJan Beich2018-10-122-3/+7
| | | | | | | | | | | | | | | | | | | | | | $ pkg install webrtc-audio-processing $ make $ make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/pulse-%%PULSE_VERSION%%/modules/libwebrtc-util.so ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 $ make stage-qa ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/pulse-11.1/modules/libwebrtc-util.so is linked to /usr/local/lib/libwebrtc_audio_processing.so.1 from audio/webrtc-audio-processing but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwebrtc_audio_processing.so:audio/webrtc-audio-processing Notes: svn path=/head/; revision=481920
* audio/webrtc-audio-processing: add new portJan Beich2018-10-1210-0/+223
| | | | | | | | | | | | | | | | | | Audio processing routines extracted from WebRTC project into a standalone library. It provides the following features: - Acoustic echo cancellation - Acoustic echo control for mobile - Automatic gain control - High-pass filter - Level estimator - Noise suppression - Voice activity detection https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/ Notes: svn path=/head/; revision=481919
* Finish glib12 deprecationAntoine Brodin2018-10-121-0/+3
| | | | Notes: svn path=/head/; revision=481899
* Deprecate more glib12 consumersAntoine Brodin2018-10-127-0/+21
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481894
* Deprecate most glib12 consumersAntoine Brodin2018-10-1219-0/+57
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481888
* - Update to 2.4.0Wen Heping2018-10-122-3/+4
| | | | Notes: svn path=/head/; revision=481877
* audio/gxplugins-lv2: Update 0.4 -> 0.5Yuri Victorovich2018-10-123-46/+110
| | | | | | | | | Revisions of individual LV2 plugins updated, several new LV2 plugins added. Reported by: portscout Notes: svn path=/head/; revision=481864
* Update KDE Applications to 18.08.2Tobias C. Berner2018-10-116-18/+18
| | | | Notes: svn path=/head/; revision=481851
* audio/qsynth: Update to 0.5.3Tobias Kortkamp2018-10-112-4/+4
| | | | | | | Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Notes: svn path=/head/; revision=481793
* Deprecate some GNOME 2 applicationsAntoine Brodin2018-10-072-0/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481492
* audio/moony-lv2: fix build with GCC-based architecturesYuri Victorovich2018-10-071-3/+1
| | | | | | | | | | | | Since this port uses -std=gnu++11, USES=compiler:c++11-lang is necessary. While here, add USES=gl. PR: 232033 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481453
* audio/drumkv1-lv2: Fix build with GCC-based architecturesYuri Victorovich2018-10-061-1/+1
| | | | | | | | | | | Add USES=compiler:c++11-lang Also add USES=gl PR: 232005 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481373
* audio/luppp: Fix build with GCC-based architecturesYuri Victorovich2018-10-061-1/+1
| | | | | | | | | | | Add USES=compiler:c++11-lang Also add USES=gnome PR: 232004 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=481372
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-0612-24/+24
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* audio/cava: Add vt(4) fontTobias Kortkamp2018-10-044-6/+48
| | | | | | | | | On Linux Cava loads a custom font to display blocks with varying heights and widths on the Linux console. Provide support for it on FreeBSD with vt(4) too. Notes: svn path=/head/; revision=481208
* Reset maintainer on my python portsMark Felder2018-10-023-3/+3
| | | | Notes: svn path=/head/; revision=481127
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-013-3/+3
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* audio/audacity: Update to 2.3.0Steve Wills2018-10-0113-49/+55
| | | | | | | | PR: 231837 Submitted by: xxjack12xx@gmail.com (maintainer) Notes: svn path=/head/; revision=481065
* audio/aubio: Update to 0.4.7Jason E. Hale2018-10-015-332/+434
| | | | | | | | | | | | | | - Allow building with python 3.x - Add DOCS option for general documentation built by sphinx - Add MANPAGES option build/install manpages since it requires extra deps - Add TEST option and disable building tests by default - Whitespace align options and separate blocks for better readability audio/py-aubio: Update to 0.4.7 - Allow concurrent installation Notes: svn path=/head/; revision=480997
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-306-129/+192
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* Update to 0.2 for miscellaneous improvements. Detailed changes:Christian Weisgerber2018-09-292-5/+8
| | | | | | | https://opus-codec.org/release/dev/2018/09/18/opus-tools-0_2.html Notes: svn path=/head/; revision=480914
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-293-3/+3
| | | | Notes: svn path=/head/; revision=480899
* audio/rhvoice: Fix build with base GCCYuri Victorovich2018-09-291-4/+4
| | | | | | | | | | Add USES=compiler:c++0x because the code is C++03. Also shadow some commands. Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=480891
* audio/picard-plugins: Update to latest commit from 2018-09-17Jason E. Hale2018-09-293-10/+18
| | | | | | | | | - The lastfm, no_release, and smart_title_case plugins have been ported - The lastfmplus plugin has been removed - Minor bugfixes Notes: svn path=/head/; revision=480887