- update to 3.4.0.2
- switch to github
- add LICENSE_FILE
- modernize port
- stop building and installing an manpage, because of:
1. It can't be built on package cluster, because exaile refuses to start under
root user.
2. It needs pygtk2 and friends on build phase just to create the manpage! I'd
rethink the process, or at least included the prebuilt version of manpage to
the source tarball.
PR: 194144
Approved by: maintainer timeout (14 days)
- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)
changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.
- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox
PR: 183843
Submitted by: rm (myself)
Approved by: jsa (maintainer, by mail)
- convert Makefile header into two-line format
- use PORTVERSION and common launchpad download url, as other launchpad ports do
to remove complexity
- update COMMENT (indefinite article removed)
- remove LICENSE_FILE for common license (GPLv2)
- convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies
- remove shlib version from hal library dependency
- limit python version to 2.x only
- remove conflicts with unexisting exaile-devel
- convert to optionsng
- remove reinplace (XDG), that's not needed anymore
- remove deprecated attribution from pkg-descr
- sort pkg-plist
changelog:
- see first news article on www.exaile.org
PR: 171911
Submitted by: rm (myself)
Approved by: jsa (maintainer)
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
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>