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: 145
Popularity: 0.000019
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 »

twa022 commented on 2020-11-25 20:25 (UTC)

cddb-py should no longer be an optdepend (python2 only). The disc I'd plugin is broken pending the merge of a new libdiscid based version. (https://github.com/exaile/exaile/pull/652)

spydaap can be readded as an optdepend for the daap server and client (spydaap-git built against python3).

UnicornDarkness commented on 2020-11-25 19:56 (UTC)

@SpotlightKid: Unbekannt -> this is because of your locale. Bug reported upstream, and fixed in 8b336a506a13.

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