| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Update WWW
Notes:
svn path=/head/; revision=462574
|
|
|
|
|
|
|
|
|
| |
and libc++ to 6.0.0 by falling back to gcc.
Notified by: pkg-fallout
Notes:
svn path=/head/; revision=462524
|
|
|
|
|
|
|
| |
Notified by: pkg-fallout
Notes:
svn path=/head/; revision=462523
|
|
|
|
|
|
|
|
|
|
| |
Changed to DISTVERSION
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=462419
|
|
|
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes:
svn path=/head/; revision=462307
|
|
|
|
| |
Notes:
svn path=/head/; revision=462207
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Fixes a crash when playing multi-channel-audio via alsa
- Changelog
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.17/NEWS
MFH: 2018Q1
Notes:
svn path=/head/; revision=462155
|
|
|
|
|
|
|
| |
Reported by: matwq
Notes:
svn path=/head/; revision=462050
|
|
|
|
|
|
|
|
|
|
|
|
| |
Traceback (most recent call last):
File "/usr/local/bin/picard", line 2, in <module>
from picard.tagger import main; main('/usr/local/share/locale', True)
File "/usr/local/lib/python2.7/site-packages/picard/tagger.py", line 22, in <module>
import sip
ImportError: No module named sip
Notes:
svn path=/head/; revision=462017
|
|
|
|
|
|
|
| |
- Add missing ssl dependency to raop_play
Notes:
svn path=/head/; revision=462010
|
|
|
|
| |
Notes:
svn path=/head/; revision=462005
|
|
|
|
| |
Notes:
svn path=/head/; revision=462003
|
|
|
|
|
|
|
|
|
|
| |
Fix shebangs
Make importer scripts optional, they require python and probably aren't used
all that much.
Notes:
svn path=/head/; revision=462001
|
|
|
|
|
|
|
|
|
|
|
| |
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
Notes:
svn path=/head/; revision=461885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix LICENSE
Update WWW
Plugins are now in a separate port (audio/picard-plugins). They are
maintained in a separate repository and no longer shipped with the picard
source.
PR: 223354 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1]
Notes:
svn path=/head/; revision=461880
|
|
|
|
|
|
|
|
| |
for picard 1.4.2. The plugins are maintained in a separate repository and
no longer shipped with the main picard source.
Notes:
svn path=/head/; revision=461879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moodbar is a stand-alone moodbar file generator. These files can
be used by audio players to display a visual representation or
"mood" of an audio track.
The original moodbar generator developed for Amarok has become
abandonware. This is a new implementation based on GStreamer 1.x.
WWW: https://github.com/exaile/moodbar
Notes:
svn path=/head/; revision=461868
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog is in:
https://pypi.python.org/pypi/pysndfile
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=461817
|
|
|
|
|
|
|
| |
Changes: https://aubio.org/pub/aubio-0.4.6.changelog
Notes:
svn path=/head/; revision=461807
|
|
|
|
|
|
|
| |
Reported by: pkgbuilder
Notes:
svn path=/head/; revision=461763
|
|
|
|
|
|
|
|
|
| |
See https://github.com/bastibe/SoundFile
Approved by: tcberner (mentor)
Notes:
svn path=/head/; revision=461740
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/grame-cncm/faust/releases/tag/2.5.21
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=461693
|
|
|
|
|
|
|
| |
radio stations
Notes:
svn path=/head/; revision=461660
|
|
|
|
| |
Notes:
svn path=/head/; revision=461648
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional port changes:
* Fixed typos in COMMENT and pkg-descr (upstream fixed them)
* Added LICENSE/LICENSE_FILE (upstream added license)
* Sorted LIB_DEPENDS
* Simplified MAKE_ARGS because the upstream accepted pull requests
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=461569
|
|
|
|
|
|
|
|
|
|
|
| |
Powermate code always gets built and there are no pkg-plist issues
- For some reason, in certain circumstances the compiler could not
properly resolve `bind()' calls even when "using namespace sigc";
work this around by explicitly calling `sigc::bind()' instead
- Fix remaining bugs revealed by strict (C++14) compiler (Clang 6)
Notes:
svn path=/head/; revision=461552
|
|
|
|
| |
Notes:
svn path=/head/; revision=461480
|
|
|
|
| |
Notes:
svn path=/head/; revision=461473
|
|
|
|
| |
Notes:
svn path=/head/; revision=461399
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Notes:
svn path=/head/; revision=461375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
Notes:
svn path=/head/; revision=461362
|
|
|
|
|
|
|
|
|
|
|
|
| |
libmysofa is a simple set of C functions to read AES SOFA (Spatially
Oriented Format for Acoustics) files, if they contain HRTFs
(Head-Related Transfer Functions) stored according to the AES69-2015
standard [http://www.aes.org/publications/standards/search.cfm?docID=99].
WWW: https://github.com/hoene/libmysofa
Notes:
svn path=/head/; revision=461283
|
|
|
|
|
|
|
|
|
|
| |
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=461265
|
|
|
|
|
|
|
| |
Relnotes: https://github.com/acoustid/chromaprint/releases/tag/v1.4.3
Notes:
svn path=/head/; revision=461213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional changes:
* Updated to llvm-50 (latest possible version)
* Added GH_TUPLE for libraries
* Fixed manpage location
* Removed the stray MacOS static lib under lib/faust/
Testing:
* Compiled and ran several DSP programs.
Next version is expected to be cmake-based.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14239
Notes:
svn path=/head/; revision=461201
|
|
|
|
|
|
|
|
|
|
|
|
| |
MusicBrainz Web Service 1.0 support will end on 2018-08-01. There are
currently 2 ports that still depend on this:
audio/kscd
multimedia/gnome-mplayer (non-default option)
See: https://blog.musicbrainz.org/2018/02/01/web-service-ver-1-0-ws-1-will-be-removed-in-6-months/
Notes:
svn path=/head/; revision=461142
|
|
|
|
|
|
|
|
|
|
| |
Both are Qt5 applications related to sheet music.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14206
Notes:
svn path=/head/; revision=461017
|
|
|
|
| |
Notes:
svn path=/head/; revision=460979
|
|
|
|
| |
Notes:
svn path=/head/; revision=460960
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
programs
See usage examples here:
http://python-sounddevice.readthedocs.io/en/0.3.10/#usage
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14199
Notes:
svn path=/head/; revision=460952
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Bugfix release which includes fixes for crashes
with pulseaudio and on debug builds
- Changelog on
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.16/NEWS
MFH: 2018Q1
Notes:
svn path=/head/; revision=460936
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LV2 plugin that converts MIDI signals to drums audio.
Full description and video tutorial:
http://x42-plugins.com/x42/x42-avldrums
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14183
Notes:
svn path=/head/; revision=460844
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change log:
https://github.com/ssj71/infamousPlugins/releases/tag/v0.2.04
Reported by: portscout
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14186
Notes:
svn path=/head/; revision=460841
|
|
|
|
|
|
|
|
|
|
|
|
| |
The LV2 plugin to denoise audio signals:
https://github.com/lucianodato/noise-repellent
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14182
Notes:
svn path=/head/; revision=460840
|
|
|
|
|
|
|
|
|
|
|
| |
Also updated the MAINTAINER e-mail.
Reported by: portscout
Approved by: adamw
Differential Revision: https://reviews.freebsd.org/D14153
Notes:
svn path=/head/; revision=460835
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=460796
|
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES to CHEESESHOP
- Remove PORTSCOUT
- Update WWW
Notes:
svn path=/head/; revision=460794
|
|
|
|
|
|
|
|
|
| |
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/jaqx0r/pymad/commits/master
Notes:
svn path=/head/; revision=460781
|
|
|
|
|
|
|
|
| |
PR: 225563
Submitted by: Chris <cmangin@arobas.net> (maintainer)
Notes:
svn path=/head/; revision=460771
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix depends (qt dbus always used, gnome stuff always pulled by libgpod)
- Remove unneeded port.pre.mk
- Verbosify build
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=460712
|