- Remove audio/exaile-devel; main port (audio/exaile) was updated to the latest stable version

PR:		140952
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-11-28 02:55:37 +00:00
parent fb7af90424
commit 02fd49df6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244890
6 changed files with 1 additions and 714 deletions

1
MOVED
View File

@ -4222,3 +4222,4 @@ www/tcldom|devel/tclxml|2009-11-26|port now do part of devel/tclxml
www/tcldom-libxml2|devel/tclxml|2009-11-26|port now do part of devel/tclxml
lang/erlang-doc||2009-11-27|Documentation now part of lang/erlang package
devel/gtkmozedit||2009-11-27|No longer under development, does not build with libxul
audio/exaile-devel|audio/exaile|2009-11-28|main port updated to latest stable version

View File

@ -150,7 +150,6 @@
SUBDIR += etoile-melodie
SUBDIR += etoile-volumecontrolmenulet
SUBDIR += exaile
SUBDIR += exaile-devel
SUBDIR += extace
SUBDIR += ezstream
SUBDIR += faac

View File

@ -1,80 +0,0 @@
# New ports collection makefile for: exaile
# Date created: 19 December 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= exaile
DISTVERSION= 0.2.99.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.exaile.org/files/ \
http://wickedmachine.net/~jsa/FreeBSD/distfiles/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-0.3.0a3
MAINTAINER= jsa@wickedmachine.net
COMMENT= AmaroK replacement for GTK+ (developmental series)
RUN_DEPENDS= py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOME= pygtk2
USE_GSTREAMER= python good
USE_PYTHON= 2.5+
CONFLICTS= exaile-0.2.[0-9][0-8]* exaile-0.3.*
# The reality with these options is that they all will be autodetected and used
# if already installed. These just force Exaile to bring them in as well.
OPTIONS= BAD "Install bad GStreamer plugins" On \
BDB "Install Python Berkley DB module" On \
CDDB "Lookup CD information within Exaile" On \
DBUS "Rely on Python D-Bus bindings" On \
HAL "Force depend on HAL" On \
NOTIFY "Enable desktop event notification" On \
NLS "Native Language Support" On \
SEXY "UI enhancements" On
.if !defined(WITHOUT_BAD)
USE_GSTREAMER+= bad
.endif
.if !defined(WITHOUT_BDB)
RUN_DEPENDS+= py*-bsddb>=2.5:${PORTSDIR}/databases/py-bsddb
.endif
.if !defined(WITHOUT_CDDB)
RUN_DEPENDS+= py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb
.endif
.if !defined(WITHOUT_DBUS)
RUN_DEPENDS+= py*-dbus>=0.82.1:${PORTSDIR}/devel/py-dbus
.endif
.if !defined(WITHOUT_HAL)
LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
.endif
.if !defined(WITHOUT_NOTIFY)
RUN_DEPENDS+= py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify
.endif
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
.endif
.if !defined(WITHOUT_SEXY)
RUN_DEPENDS+= py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy
.endif
post-patch:
@${REINPLACE_CMD} -e 's|(DESTDIR)/etc/xdg|(PREFIX)/etc/xdg|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (exaile-0.3.0a3.tar.gz) = 4077f02ab7ce9a72ba28dfb42873bd28
SHA256 (exaile-0.3.0a3.tar.gz) = 67222a8f2efdd7eb0cca76033b646cedffd239194c38a3b99290bea1a0575bd4
SIZE (exaile-0.3.0a3.tar.gz) = 1047506

View File

@ -1,11 +0,0 @@
Exaile is a media player aiming to be similar to KDE's AmaroK, but for
GTK+. It incorporates many of the cool things from AmaroK (and other
media players) like automatic fetching of album art, handling of large
libraries, lyrics fetching, artist/album information via the wikipedia,
last.fm support, optional iPod support (assuming you have python-gpod
installed).
This version follows the developmental track for the 0.3.x series.
WWW: http://www.exaile.org/
Author: Adam Olsen <arolsen@gmail.com>

View File

@ -1,619 +0,0 @@
%%DATADIR%%/data/glade/about_dialog.glade
%%DATADIR%%/data/glade/appearance_prefs_pane.glade
%%DATADIR%%/data/glade/collection_manager.glade
%%DATADIR%%/data/glade/collection_panel.glade
%%DATADIR%%/data/glade/cover_prefs_pane.glade
%%DATADIR%%/data/glade/coverchooser.glade
%%DATADIR%%/data/glade/covermanager.glade
%%DATADIR%%/data/glade/coverwindow.glade
%%DATADIR%%/data/glade/device_manager.glade
%%DATADIR%%/data/glade/device_panel.glade
%%DATADIR%%/data/glade/files_panel.glade
%%DATADIR%%/data/glade/general_prefs_pane.glade
%%DATADIR%%/data/glade/main.glade
%%DATADIR%%/data/glade/osd_prefs_pane.glade
%%DATADIR%%/data/glade/osd_window.glade
%%DATADIR%%/data/glade/playback_prefs_pane.glade
%%DATADIR%%/data/glade/playlists_panel.glade
%%DATADIR%%/data/glade/plugin_dialog.glade
%%DATADIR%%/data/glade/preferences_dialog.glade
%%DATADIR%%/data/glade/queue_dialog.glade
%%DATADIR%%/data/glade/radio_panel.glade
%%DATADIR%%/data/glade/splash.glade
%%DATADIR%%/data/images/artist.png
%%DATADIR%%/data/images/brightstar.png
%%DATADIR%%/data/images/exailelogo.png
%%DATADIR%%/data/images/genre.png
%%DATADIR%%/data/images/icon.png
%%DATADIR%%/data/images/media-playlist-dynamic16.png
%%DATADIR%%/data/images/media-playlist-dynamic22.png
%%DATADIR%%/data/images/media-playlist-dynamic24.png
%%DATADIR%%/data/images/media-playlist-dynamic32.png
%%DATADIR%%/data/images/media-playlist-repeat16.png
%%DATADIR%%/data/images/media-playlist-repeat22.png
%%DATADIR%%/data/images/media-playlist-repeat24.png
%%DATADIR%%/data/images/media-playlist-repeat32.png
%%DATADIR%%/data/images/media-playlist-shuffle16.png
%%DATADIR%%/data/images/media-playlist-shuffle22.png
%%DATADIR%%/data/images/media-playlist-shuffle24.png
%%DATADIR%%/data/images/media-playlist-shuffle32.png
%%DATADIR%%/data/images/nocover.png
%%DATADIR%%/data/images/playlist.png
%%DATADIR%%/data/images/splash.png
%%DATADIR%%/data/images/star.png
%%DATADIR%%/data/images/track.png
%%DATADIR%%/data/images/trayicon.png
%%DATADIR%%/data/images/year.png
%%DATADIR%%/plugins/alarmclock/PLUGININFO
%%DATADIR%%/plugins/alarmclock/__init__.py
%%DATADIR%%/plugins/alarmclock/__init__.pyc
%%DATADIR%%/plugins/alarmclock/__init__.pyo
%%DATADIR%%/plugins/alarmclock/acprefs.py
%%DATADIR%%/plugins/alarmclock/acprefs.pyc
%%DATADIR%%/plugins/alarmclock/acprefs.pyo
%%DATADIR%%/plugins/alarmclock/acprefs_pane.glade
%%DATADIR%%/plugins/amazoncovers/PLUGININFO
%%DATADIR%%/plugins/amazoncovers/__init__.py
%%DATADIR%%/plugins/amazoncovers/__init__.pyc
%%DATADIR%%/plugins/amazoncovers/__init__.pyo
%%DATADIR%%/plugins/amazoncovers/_ecs.py
%%DATADIR%%/plugins/amazoncovers/_ecs.pyc
%%DATADIR%%/plugins/amazoncovers/_ecs.pyo
%%DATADIR%%/plugins/amazoncovers/test.py
%%DATADIR%%/plugins/amazoncovers/test.pyc
%%DATADIR%%/plugins/amazoncovers/test.pyo
%%DATADIR%%/plugins/audioscrobbler/PLUGININFO
%%DATADIR%%/plugins/audioscrobbler/__init__.py
%%DATADIR%%/plugins/audioscrobbler/__init__.pyc
%%DATADIR%%/plugins/audioscrobbler/__init__.pyo
%%DATADIR%%/plugins/audioscrobbler/_scrobbler.py
%%DATADIR%%/plugins/audioscrobbler/_scrobbler.pyc
%%DATADIR%%/plugins/audioscrobbler/_scrobbler.pyo
%%DATADIR%%/plugins/audioscrobbler/asprefs.py
%%DATADIR%%/plugins/audioscrobbler/asprefs.pyc
%%DATADIR%%/plugins/audioscrobbler/asprefs.pyo
%%DATADIR%%/plugins/audioscrobbler/asprefs_pane.glade
%%DATADIR%%/plugins/bookmarks/PLUGININFO
%%DATADIR%%/plugins/bookmarks/__init__.py
%%DATADIR%%/plugins/bookmarks/__init__.pyc
%%DATADIR%%/plugins/bookmarks/__init__.pyo
%%DATADIR%%/plugins/bookmarks/bookmarks_pane.glade
%%DATADIR%%/plugins/bookmarks/bookmarksprefs.py
%%DATADIR%%/plugins/bookmarks/bookmarksprefs.pyc
%%DATADIR%%/plugins/bookmarks/bookmarksprefs.pyo
%%DATADIR%%/plugins/cd/PLUGININFO
%%DATADIR%%/plugins/cd/__init__.py
%%DATADIR%%/plugins/cd/__init__.pyc
%%DATADIR%%/plugins/cd/__init__.pyo
%%DATADIR%%/plugins/desktopcover/PLUGININFO
%%DATADIR%%/plugins/desktopcover/__init__.py
%%DATADIR%%/plugins/desktopcover/__init__.pyc
%%DATADIR%%/plugins/desktopcover/__init__.pyo
%%DATADIR%%/plugins/desktopcover/prefs.py
%%DATADIR%%/plugins/desktopcover/prefs.pyc
%%DATADIR%%/plugins/desktopcover/prefs.pyo
%%DATADIR%%/plugins/desktopcover/prefs.ui
%%DATADIR%%/plugins/gnomemmkeys/PLUGININFO
%%DATADIR%%/plugins/gnomemmkeys/__init__.py
%%DATADIR%%/plugins/gnomemmkeys/__init__.pyc
%%DATADIR%%/plugins/gnomemmkeys/__init__.pyo
%%DATADIR%%/plugins/ipod/PLUGININFO
%%DATADIR%%/plugins/ipod/__init__.py
%%DATADIR%%/plugins/ipod/__init__.pyc
%%DATADIR%%/plugins/ipod/__init__.pyo
%%DATADIR%%/plugins/lastfmcovers/PLUGININFO
%%DATADIR%%/plugins/lastfmcovers/__init__.py
%%DATADIR%%/plugins/lastfmcovers/__init__.pyc
%%DATADIR%%/plugins/lastfmcovers/__init__.pyo
%%DATADIR%%/plugins/lastfmcovers/test.py
%%DATADIR%%/plugins/lastfmcovers/test.pyc
%%DATADIR%%/plugins/lastfmcovers/test.pyo
%%DATADIR%%/plugins/lastfmdynamic/PLUGININFO
%%DATADIR%%/plugins/lastfmdynamic/__init__.py
%%DATADIR%%/plugins/lastfmdynamic/__init__.pyc
%%DATADIR%%/plugins/lastfmdynamic/__init__.pyo
%%DATADIR%%/plugins/lastfmdynamic/test.py
%%DATADIR%%/plugins/lastfmdynamic/test.pyc
%%DATADIR%%/plugins/lastfmdynamic/test.pyo
%%DATADIR%%/plugins/lastfmradio/COPYING.txt
%%DATADIR%%/plugins/lastfmradio/ChangeLog.txt
%%DATADIR%%/plugins/lastfmradio/PLUGININFO
%%DATADIR%%/plugins/lastfmradio/README.txt
%%DATADIR%%/plugins/lastfmradio/__init__.py
%%DATADIR%%/plugins/lastfmradio/__init__.pyc
%%DATADIR%%/plugins/lastfmradio/__init__.pyo
%%DATADIR%%/plugins/lastfmradio/_scrobbler.py
%%DATADIR%%/plugins/lastfmradio/_scrobbler.pyc
%%DATADIR%%/plugins/lastfmradio/_scrobbler.pyo
%%DATADIR%%/plugins/lastfmradio/bookmarks.txt
%%DATADIR%%/plugins/lastfmradio/config.py
%%DATADIR%%/plugins/lastfmradio/config.pyc
%%DATADIR%%/plugins/lastfmradio/config.pyo
%%DATADIR%%/plugins/lastfmradio/data/album.png
%%DATADIR%%/plugins/lastfmradio/data/artist.png
%%DATADIR%%/plugins/lastfmradio/data/default.css
%%DATADIR%%/plugins/lastfmradio/data/default.html
%%DATADIR%%/plugins/lastfmradio/data/favicon.ico
%%DATADIR%%/plugins/lastfmradio/data/main.js
%%DATADIR%%/plugins/lastfmradio/data/nice_favicon.png
%%DATADIR%%/plugins/lastfmradio/data/noalbum_medium.gif
%%DATADIR%%/plugins/lastfmradio/data/sidebar.css
%%DATADIR%%/plugins/lastfmradio/data/sidebar.html
%%DATADIR%%/plugins/lastfmradio/data/song.png
%%DATADIR%%/plugins/lastfmradio/httpclient.py
%%DATADIR%%/plugins/lastfmradio/httpclient.pyc
%%DATADIR%%/plugins/lastfmradio/httpclient.pyo
%%DATADIR%%/plugins/lastfmradio/lastfm.py
%%DATADIR%%/plugins/lastfmradio/lastfm.pyc
%%DATADIR%%/plugins/lastfmradio/lastfm.pyo
%%DATADIR%%/plugins/lastfmradio/lastfmchangestation.py
%%DATADIR%%/plugins/lastfmradio/lastfmchangestation.pyc
%%DATADIR%%/plugins/lastfmradio/lastfmchangestation.pyo
%%DATADIR%%/plugins/lastfmradio/lastfmmain.py
%%DATADIR%%/plugins/lastfmradio/lastfmmain.pyc
%%DATADIR%%/plugins/lastfmradio/lastfmmain.pyo
%%DATADIR%%/plugins/lastfmradio/playlist.py
%%DATADIR%%/plugins/lastfmradio/playlist.pyc
%%DATADIR%%/plugins/lastfmradio/playlist.pyo
%%DATADIR%%/plugins/lastfmradio/xspf.py
%%DATADIR%%/plugins/lastfmradio/xspf.pyc
%%DATADIR%%/plugins/lastfmradio/xspf.pyo
%%DATADIR%%/plugins/librivox/PLUGININFO
%%DATADIR%%/plugins/librivox/__init__.py
%%DATADIR%%/plugins/librivox/__init__.pyc
%%DATADIR%%/plugins/librivox/__init__.pyo
%%DATADIR%%/plugins/librivox/about_window.py
%%DATADIR%%/plugins/librivox/about_window.pyc
%%DATADIR%%/plugins/librivox/about_window.pyo
%%DATADIR%%/plugins/librivox/book_icon.png
%%DATADIR%%/plugins/librivox/clock.png
%%DATADIR%%/plugins/librivox/ebook.png
%%DATADIR%%/plugins/librivox/librivoxsearch.py
%%DATADIR%%/plugins/librivox/librivoxsearch.pyc
%%DATADIR%%/plugins/librivox/librivoxsearch.pyo
%%DATADIR%%/plugins/lyricsfly/PLUGININFO
%%DATADIR%%/plugins/lyricsfly/__init__.py
%%DATADIR%%/plugins/lyricsfly/__init__.pyc
%%DATADIR%%/plugins/lyricsfly/__init__.pyo
%%DATADIR%%/plugins/lyricsfly/test.py
%%DATADIR%%/plugins/lyricsfly/test.pyc
%%DATADIR%%/plugins/lyricsfly/test.pyo
%%DATADIR%%/plugins/lyricwiki/PLUGININFO
%%DATADIR%%/plugins/lyricwiki/__init__.py
%%DATADIR%%/plugins/lyricwiki/__init__.pyc
%%DATADIR%%/plugins/lyricwiki/__init__.pyo
%%DATADIR%%/plugins/lyricwiki/test.py
%%DATADIR%%/plugins/lyricwiki/test.pyc
%%DATADIR%%/plugins/lyricwiki/test.pyo
%%DATADIR%%/plugins/massstorage/PLUGININFO
%%DATADIR%%/plugins/massstorage/__init__.py
%%DATADIR%%/plugins/massstorage/__init__.pyc
%%DATADIR%%/plugins/massstorage/__init__.pyo
%%DATADIR%%/plugins/moodbar/PLUGININFO
%%DATADIR%%/plugins/moodbar/__init__.py
%%DATADIR%%/plugins/moodbar/__init__.pyc
%%DATADIR%%/plugins/moodbar/__init__.pyo
%%DATADIR%%/plugins/mpris/PLUGININFO
%%DATADIR%%/plugins/mpris/__init__.py
%%DATADIR%%/plugins/mpris/__init__.pyc
%%DATADIR%%/plugins/mpris/__init__.pyo
%%DATADIR%%/plugins/mpris/exaile_mpris.py
%%DATADIR%%/plugins/mpris/exaile_mpris.pyc
%%DATADIR%%/plugins/mpris/exaile_mpris.pyo
%%DATADIR%%/plugins/mpris/mpris_player.py
%%DATADIR%%/plugins/mpris/mpris_player.pyc
%%DATADIR%%/plugins/mpris/mpris_player.pyo
%%DATADIR%%/plugins/mpris/mpris_root.py
%%DATADIR%%/plugins/mpris/mpris_root.pyc
%%DATADIR%%/plugins/mpris/mpris_root.pyo
%%DATADIR%%/plugins/mpris/mpris_tag_converter.py
%%DATADIR%%/plugins/mpris/mpris_tag_converter.pyc
%%DATADIR%%/plugins/mpris/mpris_tag_converter.pyo
%%DATADIR%%/plugins/mpris/mpris_tracklist.py
%%DATADIR%%/plugins/mpris/mpris_tracklist.pyc
%%DATADIR%%/plugins/mpris/mpris_tracklist.pyo
%%DATADIR%%/plugins/mpris/test.py
%%DATADIR%%/plugins/mpris/test.pyc
%%DATADIR%%/plugins/mpris/test.pyo
%%DATADIR%%/plugins/multialarmclock/PLUGININFO
%%DATADIR%%/plugins/multialarmclock/__init__.py
%%DATADIR%%/plugins/multialarmclock/__init__.pyc
%%DATADIR%%/plugins/multialarmclock/__init__.pyo
%%DATADIR%%/plugins/multialarmclock/alarmclk.glade
%%DATADIR%%/plugins/multialarmclock/clock32.png
%%DATADIR%%/plugins/notify/PLUGININFO
%%DATADIR%%/plugins/notify/__init__.py
%%DATADIR%%/plugins/notify/__init__.pyc
%%DATADIR%%/plugins/notify/__init__.pyo
%%DATADIR%%/plugins/notify/notify_cover.py
%%DATADIR%%/plugins/notify/notify_cover.pyc
%%DATADIR%%/plugins/notify/notify_cover.pyo
%%DATADIR%%/plugins/notify/notifyprefs.py
%%DATADIR%%/plugins/notify/notifyprefs.pyc
%%DATADIR%%/plugins/notify/notifyprefs.pyo
%%DATADIR%%/plugins/notify/notifyprefs_pane.glade
%%DATADIR%%/plugins/notify/test.py
%%DATADIR%%/plugins/notify/test.pyc
%%DATADIR%%/plugins/notify/test.pyo
%%DATADIR%%/plugins/notifyosd/PLUGININFO
%%DATADIR%%/plugins/notifyosd/__init__.py
%%DATADIR%%/plugins/notifyosd/__init__.pyc
%%DATADIR%%/plugins/notifyosd/__init__.pyo
%%DATADIR%%/plugins/notifyosd/notifyosd_cover.py
%%DATADIR%%/plugins/notifyosd/notifyosd_cover.pyc
%%DATADIR%%/plugins/notifyosd/notifyosd_cover.pyo
%%DATADIR%%/plugins/notifyosd/notifyosdprefs.py
%%DATADIR%%/plugins/notifyosd/notifyosdprefs.pyc
%%DATADIR%%/plugins/notifyosd/notifyosdprefs.pyo
%%DATADIR%%/plugins/notifyosd/notifyosdprefs_pane.glade
%%DATADIR%%/plugins/notifyosd/test.py
%%DATADIR%%/plugins/notifyosd/test.pyc
%%DATADIR%%/plugins/notifyosd/test.pyo
%%DATADIR%%/plugins/replaygain/PLUGININFO
%%DATADIR%%/plugins/replaygain/__init__.py
%%DATADIR%%/plugins/replaygain/__init__.pyc
%%DATADIR%%/plugins/replaygain/__init__.pyo
%%DATADIR%%/plugins/replaygain/replaygainprefs.py
%%DATADIR%%/plugins/replaygain/replaygainprefs.pyc
%%DATADIR%%/plugins/replaygain/replaygainprefs.pyo
%%DATADIR%%/plugins/replaygain/replaygainprefs_pane.glade
%%DATADIR%%/plugins/screensaverpause/PLUGININFO
%%DATADIR%%/plugins/screensaverpause/__init__.py
%%DATADIR%%/plugins/screensaverpause/__init__.pyc
%%DATADIR%%/plugins/screensaverpause/__init__.pyo
%%DATADIR%%/plugins/shoutcast/PLUGININFO
%%DATADIR%%/plugins/shoutcast/__init__.py
%%DATADIR%%/plugins/shoutcast/__init__.pyc
%%DATADIR%%/plugins/shoutcast/__init__.pyo
%%DATADIR%%/plugins/shoutcast/test.py
%%DATADIR%%/plugins/shoutcast/test.pyc
%%DATADIR%%/plugins/shoutcast/test.pyo
%%DATADIR%%/plugins/streamripper/PLUGININFO
%%DATADIR%%/plugins/streamripper/__init__.py
%%DATADIR%%/plugins/streamripper/__init__.pyc
%%DATADIR%%/plugins/streamripper/__init__.pyo
%%DATADIR%%/plugins/streamripper/srprefs.py
%%DATADIR%%/plugins/streamripper/srprefs.pyc
%%DATADIR%%/plugins/streamripper/srprefs.pyo
%%DATADIR%%/plugins/streamripper/streamripper.glade
%%DATADIR%%/plugins/tagcovers/PLUGININFO
%%DATADIR%%/plugins/tagcovers/__init__.py
%%DATADIR%%/plugins/tagcovers/__init__.pyc
%%DATADIR%%/plugins/tagcovers/__init__.pyo
%%NLS%%share/locale/an/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ar/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ast/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/bg/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/bn/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/br/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ca/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/cs/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/cy/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/da/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/de/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/el/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/en_CA/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/eo/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/es/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/et/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/eu/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/fa/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/fi/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/fr/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/frp/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/gl/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/gu/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/he/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/hi/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/hr/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/hu/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/id/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/it/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ja/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ka/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/kk/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ko/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/lt/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/lv/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/mk/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/mr/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/nb/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/nl/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/oc/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/pl/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ps/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/pt/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ro/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ru/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/sk/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/sl/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/sq/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/sr/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/sv/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/sw/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/ta/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/te/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/tl/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/tr/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/uk/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/vi/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/exaile.mo
bin/exaile
etc/xdg/exaile/settings.ini
lib/exaile/exaile.py
lib/exaile/xl/__init__.py
lib/exaile/xl/__init__.pyc
lib/exaile/xl/__init__.pyo
lib/exaile/xl/collection.py
lib/exaile/xl/collection.pyc
lib/exaile/xl/collection.pyo
lib/exaile/xl/common.py
lib/exaile/xl/common.pyc
lib/exaile/xl/common.pyo
lib/exaile/xl/cover.py
lib/exaile/xl/cover.pyc
lib/exaile/xl/cover.pyo
lib/exaile/xl/devices.py
lib/exaile/xl/devices.pyc
lib/exaile/xl/devices.pyo
lib/exaile/xl/dynamic.py
lib/exaile/xl/dynamic.pyc
lib/exaile/xl/dynamic.pyo
lib/exaile/xl/event.py
lib/exaile/xl/event.pyc
lib/exaile/xl/event.pyo
lib/exaile/xl/hal.py
lib/exaile/xl/hal.pyc
lib/exaile/xl/hal.pyo
lib/exaile/xl/lyrics.py
lib/exaile/xl/lyrics.pyc
lib/exaile/xl/lyrics.pyo
lib/exaile/xl/main.py
lib/exaile/xl/main.pyc
lib/exaile/xl/main.pyo
lib/exaile/xl/metadata/__init__.py
lib/exaile/xl/metadata/__init__.pyc
lib/exaile/xl/metadata/__init__.pyo
lib/exaile/xl/metadata/_apev2.py
lib/exaile/xl/metadata/_apev2.pyc
lib/exaile/xl/metadata/_apev2.pyo
lib/exaile/xl/metadata/_base.py
lib/exaile/xl/metadata/_base.pyc
lib/exaile/xl/metadata/_base.pyo
lib/exaile/xl/metadata/_id3.py
lib/exaile/xl/metadata/_id3.pyc
lib/exaile/xl/metadata/_id3.pyo
lib/exaile/xl/metadata/asf.py
lib/exaile/xl/metadata/asf.pyc
lib/exaile/xl/metadata/asf.pyo
lib/exaile/xl/metadata/flac.py
lib/exaile/xl/metadata/flac.pyc
lib/exaile/xl/metadata/flac.pyo
lib/exaile/xl/metadata/mod.py
lib/exaile/xl/metadata/mod.pyc
lib/exaile/xl/metadata/mod.pyo
lib/exaile/xl/metadata/mp3.py
lib/exaile/xl/metadata/mp3.pyc
lib/exaile/xl/metadata/mp3.pyo
lib/exaile/xl/metadata/mp4.py
lib/exaile/xl/metadata/mp4.pyc
lib/exaile/xl/metadata/mp4.pyo
lib/exaile/xl/metadata/mpc.py
lib/exaile/xl/metadata/mpc.pyc
lib/exaile/xl/metadata/mpc.pyo
lib/exaile/xl/metadata/ogg.py
lib/exaile/xl/metadata/ogg.pyc
lib/exaile/xl/metadata/ogg.pyo
lib/exaile/xl/metadata/sid.py
lib/exaile/xl/metadata/sid.pyc
lib/exaile/xl/metadata/sid.pyo
lib/exaile/xl/metadata/speex.py
lib/exaile/xl/metadata/speex.pyc
lib/exaile/xl/metadata/speex.pyo
lib/exaile/xl/metadata/tta.py
lib/exaile/xl/metadata/tta.pyc
lib/exaile/xl/metadata/tta.pyo
lib/exaile/xl/metadata/wav.py
lib/exaile/xl/metadata/wav.pyc
lib/exaile/xl/metadata/wav.pyo
lib/exaile/xl/metadata/wv.py
lib/exaile/xl/metadata/wv.pyc
lib/exaile/xl/metadata/wv.pyo
lib/exaile/xl/nls.py
lib/exaile/xl/nls.pyc
lib/exaile/xl/nls.pyo
lib/exaile/xl/player/__init__.py
lib/exaile/xl/player/__init__.pyc
lib/exaile/xl/player/__init__.pyo
lib/exaile/xl/player/_base.py
lib/exaile/xl/player/_base.pyc
lib/exaile/xl/player/_base.pyo
lib/exaile/xl/player/engine_normal.py
lib/exaile/xl/player/engine_normal.pyc
lib/exaile/xl/player/engine_normal.pyo
lib/exaile/xl/player/engine_unified.py
lib/exaile/xl/player/engine_unified.pyc
lib/exaile/xl/player/engine_unified.pyo
lib/exaile/xl/player/pipe.py
lib/exaile/xl/player/pipe.pyc
lib/exaile/xl/player/pipe.pyo
lib/exaile/xl/player/queue.py
lib/exaile/xl/player/queue.pyc
lib/exaile/xl/player/queue.pyo
lib/exaile/xl/playlist.py
lib/exaile/xl/playlist.pyc
lib/exaile/xl/playlist.pyo
lib/exaile/xl/plugins.py
lib/exaile/xl/plugins.pyc
lib/exaile/xl/plugins.pyo
lib/exaile/xl/providers.py
lib/exaile/xl/providers.pyc
lib/exaile/xl/providers.pyo
lib/exaile/xl/radio.py
lib/exaile/xl/radio.pyc
lib/exaile/xl/radio.pyo
lib/exaile/xl/settings.py
lib/exaile/xl/settings.pyc
lib/exaile/xl/settings.pyo
lib/exaile/xl/track.py
lib/exaile/xl/track.pyc
lib/exaile/xl/track.pyo
lib/exaile/xl/trackdb.py
lib/exaile/xl/trackdb.pyc
lib/exaile/xl/trackdb.pyo
lib/exaile/xl/transcoder.py
lib/exaile/xl/transcoder.pyc
lib/exaile/xl/transcoder.pyo
lib/exaile/xl/xdg.py
lib/exaile/xl/xdg.pyc
lib/exaile/xl/xdg.pyo
lib/exaile/xl/xldbus.py
lib/exaile/xl/xldbus.pyc
lib/exaile/xl/xldbus.pyo
lib/exaile/xlgui/__init__.py
lib/exaile/xlgui/__init__.pyc
lib/exaile/xlgui/__init__.pyo
lib/exaile/xlgui/collection.py
lib/exaile/xlgui/collection.pyc
lib/exaile/xlgui/collection.pyo
lib/exaile/xlgui/commondialogs.py
lib/exaile/xlgui/commondialogs.pyc
lib/exaile/xlgui/commondialogs.pyo
lib/exaile/xlgui/cover.py
lib/exaile/xlgui/cover.pyc
lib/exaile/xlgui/cover.pyo
lib/exaile/xlgui/devices.py
lib/exaile/xlgui/devices.pyc
lib/exaile/xlgui/devices.pyo
lib/exaile/xlgui/filtergui.py
lib/exaile/xlgui/filtergui.pyc
lib/exaile/xlgui/filtergui.pyo
lib/exaile/xlgui/guiutil.py
lib/exaile/xlgui/guiutil.pyc
lib/exaile/xlgui/guiutil.pyo
lib/exaile/xlgui/main.py
lib/exaile/xlgui/main.pyc
lib/exaile/xlgui/main.pyo
lib/exaile/xlgui/menu.py
lib/exaile/xlgui/menu.pyc
lib/exaile/xlgui/menu.pyo
lib/exaile/xlgui/osd.py
lib/exaile/xlgui/osd.pyc
lib/exaile/xlgui/osd.pyo
lib/exaile/xlgui/panel/__init__.py
lib/exaile/xlgui/panel/__init__.pyc
lib/exaile/xlgui/panel/__init__.pyo
lib/exaile/xlgui/panel/collection.py
lib/exaile/xlgui/panel/collection.pyc
lib/exaile/xlgui/panel/collection.pyo
lib/exaile/xlgui/panel/device.py
lib/exaile/xlgui/panel/device.pyc
lib/exaile/xlgui/panel/device.pyo
lib/exaile/xlgui/panel/files.py
lib/exaile/xlgui/panel/files.pyc
lib/exaile/xlgui/panel/files.pyo
lib/exaile/xlgui/panel/playlists.py
lib/exaile/xlgui/panel/playlists.pyc
lib/exaile/xlgui/panel/playlists.pyo
lib/exaile/xlgui/panel/radio.py
lib/exaile/xlgui/panel/radio.pyc
lib/exaile/xlgui/panel/radio.pyo
lib/exaile/xlgui/playlist.py
lib/exaile/xlgui/playlist.pyc
lib/exaile/xlgui/playlist.pyo
lib/exaile/xlgui/plcolumns.py
lib/exaile/xlgui/plcolumns.pyc
lib/exaile/xlgui/plcolumns.pyo
lib/exaile/xlgui/plugins.py
lib/exaile/xlgui/plugins.pyc
lib/exaile/xlgui/plugins.pyo
lib/exaile/xlgui/prefs/__init__.py
lib/exaile/xlgui/prefs/__init__.pyc
lib/exaile/xlgui/prefs/__init__.pyo
lib/exaile/xlgui/prefs/appearance_prefs.py
lib/exaile/xlgui/prefs/appearance_prefs.pyc
lib/exaile/xlgui/prefs/appearance_prefs.pyo
lib/exaile/xlgui/prefs/cover_prefs.py
lib/exaile/xlgui/prefs/cover_prefs.pyc
lib/exaile/xlgui/prefs/cover_prefs.pyo
lib/exaile/xlgui/prefs/general_prefs.py
lib/exaile/xlgui/prefs/general_prefs.pyc
lib/exaile/xlgui/prefs/general_prefs.pyo
lib/exaile/xlgui/prefs/osd_prefs.py
lib/exaile/xlgui/prefs/osd_prefs.pyc
lib/exaile/xlgui/prefs/osd_prefs.pyo
lib/exaile/xlgui/prefs/playback_prefs.py
lib/exaile/xlgui/prefs/playback_prefs.pyc
lib/exaile/xlgui/prefs/playback_prefs.pyo
lib/exaile/xlgui/prefs/widgets.py
lib/exaile/xlgui/prefs/widgets.pyc
lib/exaile/xlgui/prefs/widgets.pyo
lib/exaile/xlgui/progress.py
lib/exaile/xlgui/progress.pyc
lib/exaile/xlgui/progress.pyo
lib/exaile/xlgui/queue.py
lib/exaile/xlgui/queue.pyc
lib/exaile/xlgui/queue.pyo
lib/exaile/xlgui/tray.py
lib/exaile/xlgui/tray.pyc
lib/exaile/xlgui/tray.pyo
share/applications/exaile.desktop
share/pixmaps/exaile.png
@dirrmtry share/applications
@dirrm etc/xdg/exaile
@dirrmtry etc/xdg
@dirrm lib/exaile/xlgui/prefs
@dirrm lib/exaile/xlgui/panel
@dirrm lib/exaile/xlgui
@dirrm lib/exaile/xl/player
@dirrm lib/exaile/xl/metadata
@dirrm lib/exaile/xl
@dirrm lib/exaile
@dirrm %%DATADIR%%/plugins/tagcovers
@dirrm %%DATADIR%%/plugins/streamripper
@dirrm %%DATADIR%%/plugins/shoutcast
@dirrm %%DATADIR%%/plugins/screensaverpause
@dirrm %%DATADIR%%/plugins/replaygain
@dirrm %%DATADIR%%/plugins/notifyosd
@dirrm %%DATADIR%%/plugins/notify
@dirrm %%DATADIR%%/plugins/multialarmclock
@dirrm %%DATADIR%%/plugins/mpris
@dirrm %%DATADIR%%/plugins/moodbar
@dirrm %%DATADIR%%/plugins/massstorage
@dirrm %%DATADIR%%/plugins/lyricwiki
@dirrm %%DATADIR%%/plugins/lyricsfly
@dirrm %%DATADIR%%/plugins/librivox
@dirrm %%DATADIR%%/plugins/lastfmradio/data
@dirrm %%DATADIR%%/plugins/lastfmradio
@dirrm %%DATADIR%%/plugins/lastfmdynamic
@dirrm %%DATADIR%%/plugins/lastfmcovers
@dirrm %%DATADIR%%/plugins/ipod
@dirrm %%DATADIR%%/plugins/gnomemmkeys
@dirrm %%DATADIR%%/plugins/desktopcover
@dirrm %%DATADIR%%/plugins/cd
@dirrm %%DATADIR%%/plugins/bookmarks
@dirrm %%DATADIR%%/plugins/audioscrobbler
@dirrm %%DATADIR%%/plugins/amazoncovers
@dirrm %%DATADIR%%/plugins/alarmclock
@dirrm %%DATADIR%%/plugins
@dirrm %%DATADIR%%/data/images
@dirrm %%DATADIR%%/data/glade
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
%%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/tl
%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/te
%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/oc
%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/mr
%%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/frp
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ast
%%NLS%%@dirrmtry share/locale/an/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/an