aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Update CMake to 3.9, merge devel/cmake-modules into devel/cmakeAdriaan de Groot2017-09-145-0/+242
| | | | | | | | | | | | | Thanks to antoine@ for the exp-run. Approved by: rakuco (mentor) Reviewed by: tcberner (mentor) Reviewed by: mat PR: 222000 (exp-run) Differential Revision: https://reviews.freebsd.org/D12299 Notes: svn path=/head/; revision=449853
* Python bindings to the libopus, IETF low-delay audio codec.Richard Gallamore2017-09-144-0/+32
| | | | | | | | | | | | | | | | | It allows python applications to use the Opus audio codec to encode and decode audio, usually in order to reduce the network bandwidth that is used by the application. WWW: https://github.com/onbeep/opuslib PR: 222038 Submitted by: Yuri Victorovich (maintainer) Reviewed by: lifanov (mentor), matthew (mentor), koobs, sunpoet, mat Approved by: lifanov (mentor), matthew (mentor), koobs Differential Revision: https://reviews.freebsd.org/D12309 Notes: svn path=/head/; revision=449820
* Chase Emacs updateAshish SHUKLA2017-09-121-0/+1
| | | | Notes: svn path=/head/; revision=449697
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-1048-33/+48
| | | | | | | | | | | | | | | | | (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
* audio/stk: Update to 4.6.0Tobias Kortkamp2017-09-105-57/+72
| | | | | | | | | Changes: https://ccrma.stanford.edu/software/stk/download.html#v4dot6dot0 PR: 222004 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Notes: svn path=/head/; revision=449530
* - Fix build with vala 0.36Guido Falsi2017-09-077-2/+74
| | | | | | | | | | | - Add LICENSE and LICENSE_FILE - Update WWW in pkg-descr PR: 222037 Submitted by: cpm@ Notes: svn path=/head/; revision=449397
* audio/exaile-devel: update to latest revisionRuslan Makhmatkhanov2017-09-073-30/+15
| | | | | | | This is effectively 4.0.0beta2 Notes: svn path=/head/; revision=449386
* audio/dsbmixer: update to version 1.2Luca Pizzamiglio2017-09-062-5/+5
| | | | | | | | | | PR: 222020 Submitted by: mk@nic-nac-project.org (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12244 Notes: svn path=/head/; revision=449375
* audio/pulseaudio-module-sndio: Update to 10.99.1Tobias Kortkamp2017-09-064-16/+8
| | | | | | | | | | - Fix runtime with PulseAudio versions >= 10.99.1 - Trim pkg-message MFH: 2017Q3 Notes: svn path=/head/; revision=449353
* audio/pulseaudio: update to 11.0Jan Beich2017-09-066-22/+31
| | | | | | | | | | | | | - Drop --disable-xen following upstream change in 10.0 Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 222093 Submitted by: lightside <lightside@gmx.com> MFH: 2017Q3 Notes: svn path=/head/; revision=449350
* - Update WWW in pkg-descrCarlos J. Puga Medina2017-09-061-1/+1
| | | | | | | | PR: 222060 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=449336
* Remove expired ports:Rene Ladan2017-09-0311-576/+0
| | | | | | | | | | | | | | | | | 2017-08-30 www/speedtest-mini: Discontinued upstream (on June 30, 2017) 2017-08-31 devel/rubygem-sequel3: Use devel/rubygem-sequel instead 2017-08-31 audio/tomahawk: Project is dead upstream. 2017-08-31 mail/rubygem-larch: Unmaintained by upstream, no changes since 2013 2017-08-31 devel/rubygem-sidekiq4: Use devel/rubygem-sidekiq instead 2017-08-31 devel/rubygem-webpacker1-rails5: Use devel/rubygem-webpacker-rails5 instead 2017-08-31 devel/rubygem-sidekiq-cron04: Use devel/rubygem-sidekiq-cron instead 2017-09-01 www/py-django19: Unsupported upstream 2017-09-01 mail/movemail: Out of date 2017-09-01 german/phone: Out of date 2017-09-01 ports-mgmt/fbsdmon: no longer maintained, web site it sends data to has been taken over by cybersquatters Notes: svn path=/head/; revision=449193
* Update to upstream version 0.4.4Thomas Zander2017-09-022-4/+4
| | | | | | | | | PR: 221904 Submitted by: henrik@affekt.org (maintainer) MFH: 2017Q3 Notes: svn path=/head/; revision=449122
* - Update to 2.1Dmitry Marakasov2017-08-316-112/+76
| | | | | | | | | | | | | | | | - Move BROKEN_aarch64 according to portlint suggestion - Add missing LIB_DEPENDS - Add missing USE_QT5 - Add missing INSTALLS_ICONS=yes - Switch to using system freefont - Add the OCR port option to reflect the cmake option - Remove redundant patches from files/, moved one to post-patch PR: 221873 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=449027
* audio/openal-soft: set LLD_UNSAFEEd Maste2017-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linking with LLD currently fails due to preemption of symbols with protected visibility in a shared object: /usr/bin/ld: error: cannot preempt symbol: alIsExtensionPresent >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) /usr/bin/ld: error: cannot preempt symbol: alcGetCurrentContext >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) /usr/bin/ld: error: cannot preempt symbol: alcGetContextsDevice >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) ... (Ports that depend on audio/openal-soft may also need to be tagged with LLD_UNSAFE.) PR: 219089 Approved by: kwm Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=448999
* Update to 3.2.d3Emanuel Haupt2017-08-302-4/+4
| | | | Notes: svn path=/head/; revision=448964
* Change MAINTAINER email to my new FreeBSD emailLuca Pizzamiglio2017-08-291-1/+1
| | | | | | | | | Approved by: lme (mentor) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12150 Notes: svn path=/head/; revision=448911
* Port is officially no longer maintained upstream.Emanuel Haupt2017-08-281-0/+3
| | | | | | | | | | | There is a very well maintained GitHub fork also available in the ports tree. Deprecate this port with a 3 months notice and point at the alternative. PR: 218914 Approved by: maintainer timeout (123 days) Notes: svn path=/head/; revision=448850
* Update to upstream version 0.20.10 (bugfix release)Thomas Zander2017-08-272-4/+4
| | | | | | | MFH: 2017Q3 Notes: svn path=/head/; revision=448823
* Update audio/ardour5 to 5.11.0Guido Falsi2017-08-263-5/+10
| | | | | | | | PR: 221612 Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer) Notes: svn path=/head/; revision=448785
* Update to 0.27.2Emanuel Haupt2017-08-262-4/+4
| | | | Notes: svn path=/head/; revision=448776
* - Update `audio/flacon' to version 3.1.1Alexey Dokuchaev2017-08-253-4/+66
| | | | | | | | | | | | | | - Add upstream patch to fix sporadic crash on program's start-up due to notorious C++ "static initialization order fiasco" [*] Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1502219275 which corresponds to commit 8f81f61 tagged as this release. [*] https://isocpp.org/wiki/faq/ctors#static-init-order Notes: svn path=/head/; revision=448724
* - Update WWWDmitry Marakasov2017-08-251-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=448712
* Removed GH_ACCOUNT, defaults to portnameRichard Gallamore2017-08-241-1/+0
| | | | | | | | | Reported by: mat Approved by: lifanov (mentor), Yuri Victorovich (maintainer) Differential Revision: https://reviews.freebsd.org/D12081 Notes: svn path=/head/; revision=448703
* Remove expired ports:Rene Ladan2017-08-234-53/+0
| | | | | | | | | | | | | | | | | | | | | 2017-08-23 games/plee-the-bear: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months 2017-08-23 lang/bigloo: Broken for more than 6 months 2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months 2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months 2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months 2017-08-23 misc/xyzcmd: Broken for more than 6 months 2017-08-23 russian/fortuneru: Broken for more than 6 months 2017-08-23 security/bdc: Broken for more than 6 months 2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months 2017-08-23 devel/insight: Broken for more than 6 months 2017-08-23 devel/gdb66: Broken for more than 6 months 2017-08-23 biology/biojava: Broken for more than 6 months 2017-08-23 games/xroach: Broken for more than 6 months Notes: svn path=/head/; revision=448603
* audio/soundkonverter: remove option for expired linux-neroaaccodecRene Ladan2017-08-231-4/+1
| | | | Notes: svn path=/head/; revision=448599
* - 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 3.1.1Emanuel Haupt2017-08-222-4/+4
| | | | Notes: svn path=/head/; revision=448534
* Update to 3.0Guido Falsi2017-08-223-23/+23
| | | | Notes: svn path=/head/; revision=448523
* Update to 4.0Guido Falsi2017-08-223-28/+29
| | | | Notes: svn path=/head/; revision=448521
* Update GNUstep core libraries.David Chisnall2017-08-213-3/+3
| | | | | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. Notes: svn path=/head/; revision=448472
* The C* Audio Plugin Suite, is a collection of highly refined LV2Richard Gallamore2017-08-215-0/+470
| | | | | | | | | | | | | | | | | | units capable of (and intended for) realtime operation. The suite includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others. WWW: https://github.com/moddevices/caps-lv2 PR: 221254 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12092 Notes: svn path=/head/; revision=448455
* This is the LV2 porty of Tom's Audio Processing plugins.Richard Gallamore2017-08-215-0/+281
| | | | | | | | | | | | | | | | | | Tom's Audio Processing plugins is a selection of LADSPA plugins for audio engineering on the Linux platform. Intended for use in a professional DAW environment such as Ardour, it includes high quality reverberation, echo, eq, limiter & more. WWW: http://tap-plugins.sourceforge.net/ PR: 221231 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12093 Notes: svn path=/head/; revision=448454
* Synthpod is an LV2 host. It can be run as a standalone app and be used as aRichard Gallamore2017-08-217-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tool for live performances or general audio and event filtering. It was conceptualized to fill the gap between pure textual (e.g. SuperCollider) and pure visual flow (e.g. Pure Data) audio programming paradigms. Potential fields of application may include: * Live audio synthesis * Real-time event scripting * Non-linear signal routing * Advanced control automation * Advanced event filtering * Live mixing * Live coding * Algorithmic composition * Interfacing to expressive controllers WWW: https://open-music-kontrollers.ch/lv2/synthpod PR: 221319 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12094 Notes: svn path=/head/; revision=448453
* * Updated to 0.4.4Richard Gallamore2017-08-214-45/+23
| | | | | | | | | | | | | | | * Removed QT4 option, obsoleted * Added XUNIQUE option, to match configure * Moved patch to post-patch target PR: 221456 Submitted by: Yuri Victorovich Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12095 Notes: svn path=/head/; revision=448452
* Currently the following plugins are contained in this plugin bundle:Richard Gallamore2017-08-206-0/+62
| | | | | | | | | | | | | | | | | | | | | | | * Control VM Virtual machine for LV2 Control ports. Features 8 inputs and 8 outputs. * CV VM Virtual machine for LV2 Control Voltage ports. Features 8 inputs and 8 outputs. * Audio VM Virtual machine for LV2 Audio ports. Features 8 inputs and 8 outputs. * Atom VM Virtual machine for LV2 Atom event ports. Features 8 inputs and 8 outputs. WWW: https://open-music-kontrollers.ch/lv2/vm/ PR: 221352 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12090 Notes: svn path=/head/; revision=448442
* Renamed to py-py-jack to match PyPI package nameRichard Gallamore2017-08-205-4/+3
| | | | | | | | | | PR: 220990 Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12079 Notes: svn path=/head/; revision=448438
* Removed over-engineered bitRichard Gallamore2017-08-201-3/+1
| | | | | | | | | | Reported by: mat Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12034 Notes: svn path=/head/; revision=448435
* RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes)Richard Gallamore2017-08-196-0/+105
| | | | | | | | | | | | | | | | | | | | | | | that provide a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA, JACK), Macintosh OS X (CoreMIDI, JACK), and Windows (Multimedia Library) operating systems. RtMidi significantly simplifies the process of interacting with computer MIDI hardware and software. It was designed with the following goals: * object oriented C++ design * simple, common API across all supported platforms * only one header and one source file for easy inclusion in programming projects * MIDI device enumeration WWW: https://github.com/thestk/rtmidi PR: 221398 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12078 Notes: svn path=/head/; revision=448348
* PyJack is a module written in C which exposes the Jack API to Python.Richard Gallamore2017-08-195-0/+51
| | | | | | | | | | | | | | | | | For information about Jack see http://jackit.sourceforge.net. This enables a Python program to connect to and interact with pro-audio applications which use the Jack Audio Server. WWW: https://pypi.python.org/pypi/py-jack PR: 220990 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12079 Notes: svn path=/head/; revision=448347
* A set of utilities to inspect other plugins:Richard Gallamore2017-08-196-0/+60
| | | | | | | | | | | | | | | | | | | | | | | * The Atom Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all Atom events sent to its event input port and presents them on its user interface for convenient nested browsing. * The MIDI Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all MIDI events sent to its event input port and presents them on its user interface for convenient nested browsing. * The OSC Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all OSC events sent to its event input port and presents them on its user interface for convenient nested browsing. WWW: https://open-music-kontrollers.ch/lv2/sherlock/ PR: 221226 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12080 Notes: svn path=/head/; revision=448346
* Steve Harris' LV2 version of Plugin Collection.Richard Gallamore2017-08-196-0/+347
| | | | | | | | | | | | | WWW: http://plugin.org.uk PR: 221384 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12081 Notes: svn path=/head/; revision=448345
* Fix WWWSunpoet Po-Chuan Hsieh2017-08-191-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=448339
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-08-193-25/+24
| | | | | | | | | | | | - Sort USES - Merge post-extract: into post-patch: - Cosmetic change - Update pkg-descr - Remove license from pkg-descr - Take maintainership Notes: svn path=/head/; revision=448320
* audio/openal-soft: remove EXAMPLES optionSteve Wills2017-08-182-11/+2
| | | | | | | | | | Avoid dependency loop with ffmpeg Reported by: truckman Pointyhat to: swills Notes: svn path=/head/; revision=448269
* audio/openal-soft: Update to 1.18.0, Add EXAMPLES and OSS optionsSteve Wills2017-08-185-16/+45
| | | | | | | | PR: 220931 Submitted by: Yuri Victorovich <yuri@rawbw.com> Notes: svn path=/head/; revision=448257
* Convert to options dependency helperSunpoet Po-Chuan Hsieh2017-08-181-15/+11
| | | | | | | | | - While I'm here, fix ALAC_RUN_DEPENDS Approved by: portmgr (blanket) Notes: svn path=/head/; revision=448250
* audio/lash: Fixed.pc file: removed Requires line, added missing USE statementsSteve Wills2017-08-182-3/+15
| | | | | | | | | | | | | * Removed Requires in .pc because it causes pkg-config to pass jack libraries to users that users don't need * Add needed USE_GNOME=gdkpixbuf2 cairo * PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before. PR: 220956 Submitted by: Yuri Victorovich <yuri@rawbw.com> Notes: svn path=/head/; revision=448233
* lv2file is a simple program which you can use to apply effects to your audioRichard Gallamore2017-08-175-0/+60
| | | | | | | | | | | | | | | | | | | | | | files without much hassle. Possible use cases are: * When you want to apply an effect without having to open a GUI or start a project. * When you want to apply effects to a large number of files, or in an automated manner. * When you need a deterministic environment to debug a plugin. * You like everything to be on the command line. lv2file uses the LV2 plugin format (http://lv2plug.in/) for the effects it uses. WWW: https://github.com/jeremysalwen/lv2file PR: 221214 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12058 Notes: svn path=/head/; revision=448198
* This line is redundant with cmake.Richard Gallamore2017-08-171-1/+0
| | | | | | | | | | | PR: 221325 Reported by: mat Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12026 Notes: svn path=/head/; revision=448188