Search Criteria
Package Details: exaile 4.1.3-4
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.000009 |
First Submitted: | 2011-12-14 17:02 (UTC) |
Last Updated: | 2025-02-01 15:06 (UTC) |
Dependencies (33)
- 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-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- gvfs (gvfs-gitAUR)
- 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
- Show 13 more dependencies...
Latest Comments
1 2 3 4 5 6 Next › Last »
Astronaut_Sloth commented on 2025-01-31 06:09 (UTC)
May be worth updating the dependency list or at least documenting this: I needed to install the
gvfs
package in order to be able to add new radio stations or open files via URL. Was running into the issue described by this old github issue: https://github.com/exaile/exaile/issues/664UnicornDarkness 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.1 2 3 4 5 6 Next › Last »