is enabled. (e.g. py27 default, try to build py36)
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pyaudio.pyc
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
textproc/py-sphinx is only needed for DOCS here and should be the same flavor as
the port being built to avoid bytecode leftovers.
Do DOCS build in the build stage and simplify DOCS installation
Approved by: portmgr (blanket)
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
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
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]
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
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)
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
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
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