Search Criteria
Package Details: exaile 4.1.3-3
Package Actions
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.000014 |
First Submitted: | 2011-12-14 17:02 (UTC) |
Last Updated: | 2025-01-01 09:43 (UTC) |
Dependencies (32)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gst-python (gst-python-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-bsddb
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- python-mutagen (python-mutagen-gitAUR)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- pygobject-devel (python-gobject) (make)
- python-pipes (python-deadlibAUR) (check)
- python-pytest (check)
- python-sunau (python-deadlibAUR) (check)
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – BPM Counter plugin
- ipython (ipython-gitAUR) (optional) – ipconsole plugin
- libkeybinder3 (optional) – Xlib-based hotkeys
- libnotify (libnotify-gitAUR) (optional) – native notifications
- librsvg (librsvg-gitAUR) (optional) – scalable icons
- moodbarAUR (optional) – moodbar plugin
- python-beautifulsoup4 (optional) – lyrics from lyrics.wikia.com (lyricwiki)
- python-discid (optional) – CD info
- python-feedparser (optional) – podcast plugin
- python-lxml (optional) – lyrics from lyricsmania.com (lyricsmania)
- python-musicbrainzngs (optional) – CD info / Musicbrainz covers
- python-pylast (optional) – Last.FM integration
- python-zeroconf (optional) – DAAP plugins (daapserver and daapclient)
- spydaap (spydaap-gitAUR) (optional) – DAAP server
- streamripperAUR (optional) – recording streams
- udisks2 (optional) – device detection
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – Wikipedia info
Latest Comments
1 2 3 4 5 6 Next › Last »
UnicornDarkness commented on 2025-01-01 09:43 (UTC)
@xiota: Done in cf74ac1acf4a.
UnicornDarkness commented on 2024-12-31 08:44 (UTC)
@foolishgrunt @oldherl: I updated the PKGBUILD in 8a565563dd13 to apply the upstream patch.
oldherl commented on 2024-12-28 01:36 (UTC)
@foolishgrunt Because the fix you mentioned is only in master branch now, not included in tag 4.1.3. You would probably want to ask upstream to make a new release.
foolishgrunt commented on 2024-12-26 03:55 (UTC) (edited on 2024-12-26 03:57 (UTC) by foolishgrunt)
Fails to build:
File "~/.cache/paru/clone/exaile/src/exaile-4.1.3/tools/generate-completion.py", line 96, in fish_completion import pipes ModuleNotFoundError: No module named 'pipes' make: *** [Makefile:230: completion] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
Per the commit referenced in https://github.com/exaile/exaile/issues/935, the latest version of Exaile should no longer depend on
pipes
to build. Any ideas what's going on?UnicornDarkness commented on 2023-08-12 08:16 (UTC)
@darkbaboon: I do know how to help you. Maybe try to pass
--nocheck
tomakepkg
.darkbaboon commented on 2023-08-08 19:33 (UTC) (edited on 2023-08-08 19:34 (UTC) by darkbaboon)
@UnicornDarkness: Thanks for the reply!
I have Python 3.11.3 and the python-gobject package 3.44.1-4 installed on my system too.
Here the content of my directory /usr/lib/python3.11/site-packages /gi/repository/ :
init.py
pycache
UnicornDarkness commented on 2023-08-06 15:30 (UTC)
@darkbaboon: On my system,
/usr/lib/python3.11/site-packages/gi/repository/
is provided by python-gobject, and python-gobject is already in dependency list. Please check you have Python 3.11 on your system and check content of/usr/lib/python3.11/site-packages/gi/repository/
directory.darkbaboon commented on 2023-08-06 15:02 (UTC) (edited on 2023-08-06 15:03 (UTC) by darkbaboon)
@UnicornDarkness Thanks for the update to 4.1.3 and your work!
Unfortunately the compilation fails for me. PKGBUILD check() stage is failling.
tests/conftest.py:6: in <module> from gi.repository import Gio E ModuleNotFoundError: No module named 'gi'
According to the Exaile documentation, there are the following dependencies, but I don't know if they're already contained in other packages.
GI typelib files for GTK+, GStreamer (including gstreamer-plugins-base) and cairo and their python bindings – Packages on Debian and Ubuntu: * python3-gi >= 3.36 * python3-gi-cairo
If I understood correctly, GI stands for GObject Introspection libgirepository and gobject-introspection packages are already installed on my system, so I don't find what is missing...
1 2 3 4 5 6 Next › Last »