| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=449697
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE and LICENSE_FILE
- Update WWW in pkg-descr
PR: 222037
Submitted by: cpm@
Notes:
svn path=/head/; revision=449397
|
|
|
|
|
|
|
| |
This is effectively 4.0.0beta2
Notes:
svn path=/head/; revision=449386
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Fix runtime with PulseAudio versions >= 10.99.1
- Trim pkg-message
MFH: 2017Q3
Notes:
svn path=/head/; revision=449353
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 222060
Submitted by: takefu@airport.fm (maintainer)
Notes:
svn path=/head/; revision=449336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 221904
Submitted by: henrik@affekt.org (maintainer)
MFH: 2017Q3
Notes:
svn path=/head/; revision=449122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=448964
|
|
|
|
|
|
|
|
|
| |
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150
Notes:
svn path=/head/; revision=448911
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
MFH: 2017Q3
Notes:
svn path=/head/; revision=448823
|
|
|
|
|
|
|
|
| |
PR: 221612
Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
Notes:
svn path=/head/; revision=448785
|
|
|
|
| |
Notes:
svn path=/head/; revision=448776
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=448712
|
|
|
|
|
|
|
|
|
| |
Reported by: mat
Approved by: lifanov (mentor), Yuri Victorovich (maintainer)
Differential Revision: https://reviews.freebsd.org/D12081
Notes:
svn path=/head/; revision=448703
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=448599
|
|
|
|
|
|
|
|
| |
PR: 218104
Submitted by: xxjack12xx@gmail.com (maintainer)
Notes:
svn path=/head/; revision=448573
|
|
|
|
| |
Notes:
svn path=/head/; revision=448534
|
|
|
|
| |
Notes:
svn path=/head/; revision=448523
|
|
|
|
| |
Notes:
svn path=/head/; revision=448521
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
PR: 220990
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12079
Notes:
svn path=/head/; revision=448438
|
|
|
|
|
|
|
|
|
|
| |
Reported by: mat
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12034
Notes:
svn path=/head/; revision=448435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=448339
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
Avoid dependency loop with ffmpeg
Reported by: truckman
Pointyhat to: swills
Notes:
svn path=/head/; revision=448269
|
|
|
|
|
|
|
|
| |
PR: 220931
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Notes:
svn path=/head/; revision=448257
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix ALAC_RUN_DEPENDS
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=448250
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|