@twa022: Done in 8a1980395b8a, thank you.
Search Criteria
Package Details: exaile 4.1.0rc1-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: | |
Submitter: | xyproto |
Maintainer: | Xorg |
Last Packager: | Xorg |
Votes: | 145 |
Popularity: | 0.33 |
First Submitted: | 2011-12-14 17:02 |
Last Updated: | 2021-01-08 19:05 |
Dependencies (29)
- python-bsddb
- python-cairo (python-cairo-git)
- python-dbus
- python-gobject (python-gobject-git)
- gst-plugins-base>=1.14.0 (gst-plugins-base-git)
- gst-plugins-good>=1.14.0 (gst-plugins-good-git)
- gst-python>=1.14.0 (gst-python-git)
- python-mutagen>=1.38.0
- gtk3>=3.22.0 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- python>=3.6 (python-dbg)
- python-mox3 (check)
- python-pytest (check)
- help2man (help2man-git) (make)
- pygobject-devel>=3.22.0 (pygobject-devel-git, python-gobject) (make)
- gst-plugins-bad (gst-plugins-bad-git) (optional) – BPM Counter plugin
- ipython (optional) – ipconsole plugin
- libkeybinder3 (optional) – Xlib-based hotkeys
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (optional) – recording streams
- librsvg (librsvg-git, librsvg-minimal-git) (optional) – scalable icons
- moodbar (optional) – moodbar plugin
- python-beautifulsoup4 (optional) – lyrics from lyrics.wikia.com (lyricwiki)
- python-feedparser (python-feedparser-dev) (optional) – podcast plugin
- python-lxml (optional) – lyrics from lyricsmania.com (lyricsmania)
- python-musicbrainzngs (python-musicbrainzngs-git) (optional) – Musicbrainz covers
- python-pylast (optional) – Last.FM integration
- python-zeroconf (optional) – DAAP plugins (daapserver and daapclient)
- spydaap (spydaap-git) (optional) – DAAP server
- udisks2 (udisks2-nosystemd) (optional) – device detection
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable) (optional) – Wikipedia info
Required by (0)
Sources (1)
Xorg commented on 2020-11-26 17:39
twa022 commented on 2020-11-25 20:25
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).
Xorg commented on 2020-11-25 19:56
@SpotlightKid: Unbekannt -> this is because of your locale. Bug reported upstream, and fixed in 8b336a506a13.
SpotlightKid commented on 2020-11-25 13:21
I get test failures in the check function with the latest 4.1.0beta1-1 version:
https://cpaste.org/?7c2f99699ae94732#7BTuhYRncLS5884EdgQmZVD4n75AJR1wdYTHzRNruF3g
Xorg commented on 2020-05-30 18:08
@oldherl: Fixed, thanks.
oldherl commented on 2020-05-30 18:00
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
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?
Xorg commented on 2020-05-30 09:45
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)."
Xorg commented on 2020-04-18 10:41
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/
Xorg commented on 2020-02-17 17:33
@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
.
Pinned Comments
Xorg commented on 2020-05-30 09:45
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)."