- 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>