Package Details: exaile 4.1.3-1

Git Clone URL: https://aur.archlinux.org/exaile.git (read-only, click to copy)
Package Base: exaile
Description: A full-featured Amarok-style media player for GTK+
Upstream URL: https://www.exaile.org/
Licenses: GPL2
Submitter: xyproto
Maintainer: UnicornDarkness
Last Packager: UnicornDarkness
Votes: 146
Popularity: 0.002840
First Submitted: 2011-12-14 17:02 (UTC)
Last Updated: 2023-08-05 14:55 (UTC)

Dependencies (30)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

SpotlightKid commented on 2020-11-25 13:21 (UTC)

I get test failures in the check function with the latest 4.1.0beta1-1 version:

https://cpaste.org/?7c2f99699ae94732#7BTuhYRncLS5884EdgQmZVD4n75AJR1wdYTHzRNruF3g

UnicornDarkness commented on 2020-05-30 18:08 (UTC)

@oldherl: Fixed, thanks.

oldherl commented on 2020-05-30 18:00 (UTC)

Change the lines in check() to:

check() {
        cd "$srcdir/$pkgname-$_pkgver"
        make PYTEST=py.test test
}

would fix it.

oldherl commented on 2020-05-30 17:42 (UTC)

Error in check()

==> Starting check()...
EXAILE_DIR=/build/exaile/src/exaile-4.1.0-alpha1 PYTHONPATH=/build/exaile/src/exaile-4.1.0-alpha1 py.test-3 tests
/bin/sh: py.test-3: command not found
make: *** [Makefile:256: test] Error 127

On Arch, py.test-3 command should be replaced to py.test?

UnicornDarkness commented on 2020-05-30 09:45 (UTC)

According to Arch package guidelines, I updated Exaile to v4.1.0-alpha1, because "The non-stable release allows the distribution to drop an EOL component (e.g. qt4, python2)."

UnicornDarkness commented on 2020-04-18 10:41 (UTC) (edited on 2020-04-18 10:41 (UTC) by UnicornDarkness)

WARNING gst-python2 is no more available in official repositories, however this package is still available on Arch Linux Archive: https://archive.archlinux.org/packages/g/gst-python2/

UnicornDarkness commented on 2020-02-17 17:33 (UTC)

@johnbrady: Thank for your report. It seems broken since Python 2 removal from official repositories. Exaile will use Python 3 in the next version, so while waiting, the check() function is disabled (4d38246b63b9).

BTW, you can use the --nocheck argument with makepkg to workaround this, or modify the BUILDENV variable in /etc/makepkg.conf.

johnbrady commented on 2020-02-17 15:26 (UTC) (edited on 2020-02-17 15:31 (UTC) by johnbrady)

python2-mox3 has now been removed from the Arch [community] repository, and is a mandatory requirement for installing Exaile, so running "makepkg -s" fails on the current PKGBUILD for 4.0.2. How are we supposed to workaround this? [I manually removed the "check" specific lines from the downloaded PKGBUILD and it worked for me].

UnicornDarkness commented on 2019-10-02 17:09 (UTC)

@Akrai: lyricwiki requires python2-beautifulsoup4 (an optional dependency), and python2-lxml is an optional dependency of python2-beautifulsoup4.

So, it is an optional dependency of an optional dependency.

akrai commented on 2019-10-02 16:33 (UTC)

Isn't python2-lxml an optional dependency too for getting lyrics from lyricsmania?