Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
FreeBSD, we build one based on the bsddb in base and make Python's a
seperate port. Our default works with Exaile, but causes a bit of
oddness, such as file paths inexplicably relocating. This oddness may
cause further unseen consequences, so instead we will rely on
databases/py-bsddb to keep in sync with expected behaviors.
If users decide that potentially broken behavior is good enough for them
and they do not want this extra dependency, I have left the rope on
the chandelier for them.
~/.local/share/exail/music.db.db
This file should really have only one db extension, and this artifact
is tied to some differenence in behavior between the the two flavors
of bsddb modules.
PR: ports/136481
Submitted by "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
when adding to the playlist or collapsing the menu entry.
PR: ports/135612
Obtained from: exaile bzr.
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
While I am here, do some better sorting of the plist to make it easier for future maintenance.
There's a known issue with the collection manager, where adding an album to the playlist
causes the album entry to duplicate. Does not affect usability.
PR: ports/135431
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
easily follow changes for the upcoming 0.3 revamp. This port can be accessed as
audio/exaile-devel and CONFLICTS with audio/exaile.
Some of the changes include:
* Non-explicit reliance upon gettext
* Transitions from sqlite to a faster pickle database
* Drag and drop support
* Plugin API
* More to come...
PR: ports/131629
Submitted by: Joseph S. Atkinson
Repocopy by: marcus@
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Exaile is a media player aiming to be similar to KDE's AmaroK, but for
GTK+. It incorporates many of the cool things from AmaroK (and other
media players) like automatic fetching of album art, handling of large
libraries, lyrics fetching, artist/album information via the wikipedia,
last.fm support, optional iPod support (assuming you have python-gpod
installed).
WWW: http://www.exaile.org/
Author: Adam Olsen <arolsen@gmail.com>