./audio/exaile, Music Player for GTK+

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.1.3, Package name: exaile-4.1.3, Maintainer: pkgsrc-users

Exaile is a music player with a simple interface and powerful music management
capabilities. Features include automatic fetching of album art, lyrics
fetching, streaming internet radio, tabbed playlists, smart playlists with
extensive filtering/search capabilities, and much more.


Required to run:
[sysutils/py-dbus] [textproc/py-elementtree] [databases/py-bsddb3] [audio/py-mutagen] [lang/python27] [devel/py-gobject3] [audio/gst-plugins1-flac] [audio/gst-plugins1-vorbis] [audio/gst-plugins1-oss] [multimedia/gst-plugins1-good] [multimedia/gst-plugins1-ogg] [multimedia/py-gstreamer1] [audio/gst-plugins1-opus] [audio/gst-plugins1-mpg123]

Required to build:
[sysutils/dbus-python-common] [pkgtools/cwrappers]

Master sites:

Filesize: 3827.928 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-20 00:38:27 by Nia Alarie | Files touched by this commit (3)
Log message:
exaile: Update to 4.1.3. Drop MAINTAINER.

   This release fixes some issues and adds some new functionality.

     * Adding support for tagging aac files with id3 tags
     * Change flac/ogg metadata handling for bpm and comment
     * Experimental: Save star ratings to media files
     * Track start and end is now triggered also for streams
     * AppData files now uses more translations
     * Added preference to remove a track from queue after playing
     * Plugin handling
          * Users can override built-in plugins with newer versions and
            remove the overrides as well
          * Users can remove custom installed plugins via plugin manager
     * BerkeleyDB is used instead of bsddb, if available
     * Plugins:
          * cd: Back again
          * icecast: Back again
          * bpm: Confirmation on manually setting the bpm can be disabled
          * winmmkeys: Now using pynput
          * lyricsmania: First line of lyrics is shown
          * streamripper: custom user agent and event handling
          * lyricwiki: Removed
          * jamendo: removed
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2022-09-03 14:37:54 by Nia Alarie | Files touched by this commit (3) | Package updated
Log message:
exaile: Update to 4.1.2

   4.1.2 (2022-08-09):

     * Tests do not depend on mox3 anymore.
     * The full test suite can now run with no unexpected failures on Windows
       or as root.
     * When running tests with make test, PYTHONPATH is now only prepended
       to, instead of being replaced.
     * Translation updates: Arabic, Catalan, Chinese (Simplified), Croatian,
       Estonian, French, Galician, German, Polish, Portuguese (Brazil),
       Russian, Spanish.
     * Regression fixes (for bugs that were not present in Exaile 4.1.1):
          * Track counts in the status bar no longer show up as "%d" \ 
(#809).
          * Fixed error when attempting to load some UI elements, e.g. the
            Preferences page for the replaygain plugin.