Hi Giovanni, here's an updated diff that applies cleanly to the version in -current (that has been slightly modified in p2k9).
Just thought I could save you some work ;) I'm still using this (=your) version without any problems (cc'ing ports@ for those who'd like to use/test it, too). Cheers, Stephan Index: Makefile =================================================================== RCS file: /cvs/ports/audio/exaile/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 16 Oct 2009 00:57:34 -0000 1.5 +++ Makefile 28 Oct 2009 15:35:55 -0000 @@ -2,18 +2,16 @@ COMMENT = music manager and player for GTK+ written in Python -VERSION = 0.3.0a3 -DISTNAME = exaile-${VERSION} -PKGNAME = ${DISTNAME}p3 +V = 0.3.0.1 +DISTNAME = exaile-${V} CATEGORIES = audio x11 HOMEPAGE = http://www.exaile.org/ -MASTER_SITES = http://www.exaile.org/files/ \ - http://wickedmachine.net/~jsa/FreeBSD/distfiles/ +MASTER_SITES = http://www.launchpad.net/exaile/0.3.0/${V}/+download/ -# GPLv3 +# GPLv2+ PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes @@ -41,7 +39,6 @@ USE_GMAKE = Yes NO_REGRESS = Yes -WRKDIST = ${WRKDIR}/exaile CONFIGURE_STYLE =none ALL_TARGET = compile SUBST_VARS += MODPY_SITEPKG Index: distinfo =================================================================== RCS file: /cvs/ports/audio/exaile/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- distinfo 23 Jul 2009 08:02:36 -0000 1.1.1.1 +++ distinfo 28 Oct 2009 15:35:55 -0000 @@ -1,5 +1,5 @@ -MD5 (exaile-0.3.0a3.tar.gz) = QHfwKrfOmnK6KN+0KHO9KA== -RMD160 (exaile-0.3.0a3.tar.gz) = UiP7hP8X3x0HAtOyfk6EPaqZvIA= -SHA1 (exaile-0.3.0a3.tar.gz) = IjONv80+OJwcN5VBwy1M6qpCA0s= -SHA256 (exaile-0.3.0a3.tar.gz) = ZyIqjy791+sMynYDO2Rs7f/SORlMOKO5kpC+oaBXW9Q= -SIZE (exaile-0.3.0a3.tar.gz) = 1047506 +MD5 (exaile-0.3.0.1.tar.gz) = xr0UzqdHqAhXCzBOZHVE8Q== +RMD160 (exaile-0.3.0.1.tar.gz) = b3cFwZLWewD2/myB/tNDDohosPo= +SHA1 (exaile-0.3.0.1.tar.gz) = 1Yjj+2pYuk0PhNMTbPByRia76H4= +SHA256 (exaile-0.3.0.1.tar.gz) = R+tDMqgDsKixbcW5DpLXjbe/FrmpRnypiTE0rNJq5U0= +SIZE (exaile-0.3.0.1.tar.gz) = 1528077 Index: patches/patch-Makefile =================================================================== RCS file: /cvs/ports/audio/exaile/patches/patch-Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-Makefile --- patches/patch-Makefile 23 Jul 2009 08:02:37 -0000 1.1.1.1 +++ patches/patch-Makefile 28 Oct 2009 15:35:55 -0000 @@ -1,19 +1,18 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2009/07/23 08:02:37 giovanni Exp $ ---- Makefile.orig Sun Jul 19 16:55:42 2009 -+++ Makefile Wed Jul 22 12:17:35 2009 -@@ -1,8 +1,8 @@ --PREFIX ?= $(DESTDIR)/usr/local +--- Makefile.orig Mon Aug 24 23:25:03 2009 ++++ Makefile Wed Sep 2 10:28:25 2009 +@@ -1,16 +1,16 @@ +-PREFIX ?= /usr/local +PREFIX = ${TRUEPREFIX} LIBINSTALLDIR ?= /lib --XDGCONFDIR ?= $(DESTDIR)/etc/xdg -+XDGCONFDIR ?= $(DESTDIR)$(PREFIX)/share/exaile/xdg +-XDGCONFDIR ?= /etc/xdg ++XDGCONFDIR ?= ${PREFIX}/share/exaile/xdg -EXAILELIBDIR = $(DESTDIR)$(PREFIX)$(LIBINSTALLDIR)/exaile +EXAILELIBDIR = $(DESTDIR)${MODPY_SITEPKG}/exaile EXAILESHAREDIR = $(DESTDIR)$(PREFIX)/share/exaile - -@@ -10,8 +10,8 @@ all: compile + all: compile @echo "Ready to install..." compile: @@ -24,10 +23,10 @@ cd plugins && make && cd .. make-install-dirs: -@@ -78,8 +78,8 @@ install-target: +@@ -87,8 +87,8 @@ install-target: make-install-dirs + # the printf here is for bsd compat, dont use echo! cd $(DESTDIR)$(PREFIX)/bin && \ printf "#!/bin/sh\n\ - cd $(PREFIX)/share/exaile\n\ - exec python $(PREFIX)$(LIBINSTALLDIR)/exaile/exaile.py \ - --datadir=$(PREFIX)/share/exaile/data --startgui \"\...@\"" \ + exec ${MODPY_BIN} ${MODPY_SITEPKG}/exaile/exaile.py \ @@ -35,10 +34,10 @@ > exaile && \ chmod 755 exaile cd plugins && make install DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) \ -@@ -117,10 +117,10 @@ pot: - find data/glade/ -name "*.glade" >> po/POTFILES.in +@@ -128,10 +128,10 @@ pot: find plugins -name "*.py" >> po/POTFILES.in find plugins -name "*.glade" >> po/POTFILES.in + find plugins -name PLUGININFO >> po/POTFILES.in - python tools/createpot.py + ${MODPY_BIN} tools/createpot.py Index: patches/patch-data_exaile_desktop =================================================================== RCS file: /cvs/ports/audio/exaile/patches/patch-data_exaile_desktop,v retrieving revision 1.1 diff -u -r1.1 patch-data_exaile_desktop --- patches/patch-data_exaile_desktop 3 Aug 2009 13:15:44 -0000 1.1 +++ patches/patch-data_exaile_desktop 28 Oct 2009 15:35:55 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-data_exaile_desktop,v 1.1 2009/08/03 13:15:44 giovanni Exp $ ---- data/exaile.desktop.orig Mon Aug 3 09:29:10 2009 -+++ data/exaile.desktop Mon Aug 3 09:30:42 2009 -@@ -4,7 +4,7 @@ Type=Application - Name=Exaile Music Player - GenericName=Music Player - Comment=Listen to, explore, or manage your audio collection +--- data/exaile.desktop.orig Mon Aug 24 23:25:03 2009 ++++ data/exaile.desktop Wed Sep 2 10:41:29 2009 +@@ -32,7 +32,7 @@ Comment[pl]=Suchanie, przegldanie i modyfikowanie + Comment[sv]=Spela, utforska och hantera din musiksamling + Comment[pt_BR]=Escute, gerencie ou edite sua coleo de msicas + Comment[ro]=Ascultai, rsfoii sau editai-v colecia de muzic -Icon=exaile -+Icon=${TRUEPREFIX}/share/pixmaps/exaile.png ++Icon=/usr/local/share/pixmaps/exaile.png Exec=exaile %F Terminal=false - Categories=AudioVideo;Audio;Player;GTK; + MimeType=audio/musepack;application/musepack;application/x-ape;audio/ape;audio/x-ape;audio/x-musepack;application/x-musepack;audio/x-mp3;application/x-id3;audio/mpeg;audio/x-mpeg;audio/x-mpeg-3;audio/mpeg3;audio/mp3;audio/x-m4a;audio/mpc;audio/x-mpc;audio/mp;audio/x-mp;application/ogg;application/x-ogg;audio/vorbis;audio/x-vorbis;audio/ogg;audio/x-ogg;audio/x-flac;application/x-flac;audio/flac; Index: patches/patch-plugins_Makefile =================================================================== RCS file: /cvs/ports/audio/exaile/patches/patch-plugins_Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-plugins_Makefile --- patches/patch-plugins_Makefile 23 Jul 2009 08:02:37 -0000 1.1.1.1 +++ patches/patch-plugins_Makefile 28 Oct 2009 15:35:55 -0000 @@ -1,14 +1,17 @@ $OpenBSD: patch-plugins_Makefile,v 1.1.1.1 2009/07/23 08:02:37 giovanni Exp $ ---- plugins/Makefile.orig Sun Jul 19 16:55:42 2009 -+++ plugins/Makefile Wed Jul 22 11:33:34 2009 -@@ -1,5 +1,4 @@ +--- plugins/Makefile.orig Mon Aug 24 23:25:03 2009 ++++ plugins/Makefile Mon Aug 31 16:04:25 2009 +@@ -1,7 +1,6 @@ -PREFIX ?= /usr/local -PLUGINSDIR = /share/exaile/plugins/ +PLUGINSDIR = /share/exaile/data/plugins/ - INSTALL_PLUGINS = alarmclock \ - amazoncovers \ -@@ -36,11 +35,11 @@ all: compile +-INSTALL_PLUGINS = `python list.py` ++INSTALL_PLUGINS = `${MODPY_BIN} list.py` + + # EXTRA_PLUGINS = ipconsole \ + # helloworld +@@ -12,11 +11,11 @@ dist: mkdir -p ../dist/plugins/ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/audio/exaile/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- pkg/PLIST 23 Jul 2009 08:26:38 -0000 1.2 +++ pkg/PLIST 28 Oct 2009 15:35:55 -0000 @@ -1,4 +1,4 @@ -...@comment $OpenBSD: PLIST,v 1.2 2009/07/23 08:26:38 giovanni Exp $ +...@comment $OpenBSD$ bin/exaile lib/python${MODPY_VERSION}/site-packages/exaile/ lib/python${MODPY_VERSION}/site-packages/exaile/exaile.py @@ -82,6 +82,9 @@ lib/python${MODPY_VERSION}/site-packages/exaile/xl/metadata/wv.py lib/python${MODPY_VERSION}/site-packages/exaile/xl/metadata/wv.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xl/metadata/wv.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xl/migration.py +lib/python${MODPY_VERSION}/site-packages/exaile/xl/migration.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xl/migration.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xl/nls.py lib/python${MODPY_VERSION}/site-packages/exaile/xl/nls.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xl/nls.pyo @@ -156,6 +159,9 @@ lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/guiutil.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/guiutil.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/guiutil.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/icons.py +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/icons.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/icons.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/main.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/main.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/main.pyo @@ -178,6 +184,9 @@ lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/files.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/files.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/files.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/flatplaylist.py +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/flatplaylist.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/flatplaylist.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/playlists.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/playlists.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/panel/playlists.pyo @@ -190,9 +199,6 @@ lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/plcolumns.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/plcolumns.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/plcolumns.pyo -lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/plugins.py -lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/plugins.pyc -lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/plugins.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/ lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/__init__.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/__init__.pyc @@ -203,24 +209,33 @@ lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/cover_prefs.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/cover_prefs.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/cover_prefs.pyo -lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/general_prefs.py -lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/general_prefs.pyc -lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/general_prefs.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/osd_prefs.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/osd_prefs.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/osd_prefs.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/playback_prefs.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/playback_prefs.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/playback_prefs.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/playlists_prefs.py +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/playlists_prefs.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/playlists_prefs.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/plugin_prefs.py +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/plugin_prefs.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/plugin_prefs.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/widgets.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/widgets.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/prefs/widgets.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/progress.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/progress.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/progress.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/properties.py +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/properties.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/properties.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/queue.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/queue.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/queue.pyo +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/rating.py +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/rating.pyc +lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/rating.pyo lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/tray.py lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/tray.pyc lib/python${MODPY_VERSION}/site-packages/exaile/xlgui/tray.pyo @@ -239,42 +254,75 @@ share/exaile/data/glade/device_manager.glade share/exaile/data/glade/device_panel.glade share/exaile/data/glade/files_panel.glade +share/exaile/data/glade/flatplaylist_panel.glade share/exaile/data/glade/general_prefs_pane.glade share/exaile/data/glade/main.glade share/exaile/data/glade/osd_prefs_pane.glade share/exaile/data/glade/osd_window.glade share/exaile/data/glade/playback_prefs_pane.glade share/exaile/data/glade/playlists_panel.glade -share/exaile/data/glade/plugin_dialog.glade +share/exaile/data/glade/playlists_prefs_pane.glade +share/exaile/data/glade/plugin_prefs_pane.glade share/exaile/data/glade/preferences_dialog.glade share/exaile/data/glade/queue_dialog.glade share/exaile/data/glade/radio_panel.glade share/exaile/data/glade/splash.glade +share/exaile/data/glade/trackproperties_dialog.glade share/exaile/data/images/ +share/exaile/data/images/16x16/ +share/exaile/data/images/16x16/exaile-pause.png +share/exaile/data/images/16x16/exaile-play.png +share/exaile/data/images/16x16/exaile.png +share/exaile/data/images/16x16/media-playlist-dynamic.png +share/exaile/data/images/16x16/media-playlist-repeat.png +share/exaile/data/images/16x16/media-playlist-shuffle.png +share/exaile/data/images/22x22/ +share/exaile/data/images/22x22/exaile-pause.png +share/exaile/data/images/22x22/exaile-play.png +share/exaile/data/images/22x22/exaile.png +share/exaile/data/images/22x22/media-playlist-dynamic.png +share/exaile/data/images/22x22/media-playlist-repeat.png +share/exaile/data/images/22x22/media-playlist-shuffle.png +share/exaile/data/images/24x24/ +share/exaile/data/images/24x24/exaile-pause.png +share/exaile/data/images/24x24/exaile-play.png +share/exaile/data/images/24x24/exaile.png +share/exaile/data/images/24x24/media-playlist-dynamic.png +share/exaile/data/images/24x24/media-playlist-repeat.png +share/exaile/data/images/24x24/media-playlist-shuffle.png +share/exaile/data/images/32x32/ +share/exaile/data/images/32x32/exaile-pause.png +share/exaile/data/images/32x32/exaile-play.png +share/exaile/data/images/32x32/exaile.png +share/exaile/data/images/32x32/media-playlist-dynamic.png +share/exaile/data/images/32x32/media-playlist-repeat.png +share/exaile/data/images/32x32/media-playlist-shuffle.png +share/exaile/data/images/48x48/ +share/exaile/data/images/48x48/exaile-pause.png +share/exaile/data/images/48x48/exaile-play.png +share/exaile/data/images/48x48/exaile.png share/exaile/data/images/artist.png share/exaile/data/images/brightstar.png share/exaile/data/images/exailelogo.png share/exaile/data/images/genre.png -share/exaile/data/images/icon.png -share/exaile/data/images/media-playlist-dynamic16.png -share/exaile/data/images/media-playlist-dynamic22.png -share/exaile/data/images/media-playlist-dynamic24.png -share/exaile/data/images/media-playlist-dynamic32.png -share/exaile/data/images/media-playlist-repeat16.png -share/exaile/data/images/media-playlist-repeat22.png -share/exaile/data/images/media-playlist-repeat24.png -share/exaile/data/images/media-playlist-repeat32.png -share/exaile/data/images/media-playlist-shuffle16.png -share/exaile/data/images/media-playlist-shuffle22.png -share/exaile/data/images/media-playlist-shuffle24.png -share/exaile/data/images/media-playlist-shuffle32.png share/exaile/data/images/nocover.png share/exaile/data/images/playlist.png share/exaile/data/images/splash.png share/exaile/data/images/star.png +share/exaile/data/images/svg/ +share/exaile/data/images/svg/exaile-pause.svg +share/exaile/data/images/svg/exaile-play.svg +share/exaile/data/images/svg/exaile.svg share/exaile/data/images/track.png -share/exaile/data/images/trayicon.png share/exaile/data/images/year.png +share/exaile/data/migrations/ +share/exaile/data/migrations/__init__.py +share/exaile/data/migrations/migration_200907100931/ +share/exaile/data/migrations/migration_200907100931/__init__.py +share/exaile/data/migrations/migration_200907100931/olddb.py +share/exaile/data/migrations/migration_200907100931/oldexailelib.py +share/exaile/data/migrations/migration_200907100931/oldtrack.py +share/exaile/data/migrations/migration_200907100931/xlmisc.py share/exaile/data/plugins/ share/exaile/data/plugins/alarmclock/ share/exaile/data/plugins/alarmclock/PLUGININFO @@ -293,6 +341,10 @@ share/exaile/data/plugins/amazoncovers/_ecs.py share/exaile/data/plugins/amazoncovers/_ecs.pyc share/exaile/data/plugins/amazoncovers/_ecs.pyo +share/exaile/data/plugins/amazoncovers/amazonprefs.py +share/exaile/data/plugins/amazoncovers/amazonprefs.pyc +share/exaile/data/plugins/amazoncovers/amazonprefs.pyo +share/exaile/data/plugins/amazoncovers/amazonprefs_pane.glade share/exaile/data/plugins/amazoncovers/test.py share/exaile/data/plugins/amazoncovers/test.pyc share/exaile/data/plugins/amazoncovers/test.pyo @@ -322,6 +374,57 @@ share/exaile/data/plugins/cd/__init__.py share/exaile/data/plugins/cd/__init__.pyc share/exaile/data/plugins/cd/__init__.pyo +share/exaile/data/plugins/cd/_cdguipanel.py +share/exaile/data/plugins/cd/_cdguipanel.pyc +share/exaile/data/plugins/cd/_cdguipanel.pyo +share/exaile/data/plugins/cd/cdprefs.py +share/exaile/data/plugins/cd/cdprefs.pyc +share/exaile/data/plugins/cd/cdprefs.pyo +share/exaile/data/plugins/cd/cdprefs_pane.glade +share/exaile/data/plugins/cd/importer.py +share/exaile/data/plugins/cd/importer.pyc +share/exaile/data/plugins/cd/importer.pyo +share/exaile/data/plugins/contextinfo/ +share/exaile/data/plugins/contextinfo/PLUGININFO +share/exaile/data/plugins/contextinfo/__init__.py +share/exaile/data/plugins/contextinfo/__init__.pyc +share/exaile/data/plugins/contextinfo/__init__.pyo +share/exaile/data/plugins/contextinfo/classic/ +share/exaile/data/plugins/contextinfo/classic/artist.htm +share/exaile/data/plugins/contextinfo/classic/default.htm +share/exaile/data/plugins/contextinfo/classic/images/ +share/exaile/data/plugins/contextinfo/classic/images/bg-bottom.png +share/exaile/data/plugins/contextinfo/classic/images/bg-top.png +share/exaile/data/plugins/contextinfo/classic/images/img-back100.png +share/exaile/data/plugins/contextinfo/classic/images/img-back60.png +share/exaile/data/plugins/contextinfo/classic/images/light.png +share/exaile/data/plugins/contextinfo/classic/js/ +share/exaile/data/plugins/contextinfo/classic/js/util.js +share/exaile/data/plugins/contextinfo/classic/lyrics.htm +share/exaile/data/plugins/contextinfo/classic/playing.htm +share/exaile/data/plugins/contextinfo/classic/style.css +share/exaile/data/plugins/contextinfo/classic/tag.htm +share/exaile/data/plugins/contextinfo/context.glade +share/exaile/data/plugins/contextinfo/context.gladep +share/exaile/data/plugins/contextinfo/extended/ +share/exaile/data/plugins/contextinfo/extended/artist.htm +share/exaile/data/plugins/contextinfo/extended/default.htm +share/exaile/data/plugins/contextinfo/extended/images/ +share/exaile/data/plugins/contextinfo/extended/images/bg-bottom.png +share/exaile/data/plugins/contextinfo/extended/images/bg-top.png +share/exaile/data/plugins/contextinfo/extended/images/img-back100.png +share/exaile/data/plugins/contextinfo/extended/images/img-back60.png +share/exaile/data/plugins/contextinfo/extended/images/light.png +share/exaile/data/plugins/contextinfo/extended/js/ +share/exaile/data/plugins/contextinfo/extended/js/util.js +share/exaile/data/plugins/contextinfo/extended/lyrics.htm +share/exaile/data/plugins/contextinfo/extended/playing.htm +share/exaile/data/plugins/contextinfo/extended/style.css +share/exaile/data/plugins/contextinfo/extended/tag.htm +share/exaile/data/plugins/contextinfo/loader.gif +share/exaile/data/plugins/contextinfo/pylast.py +share/exaile/data/plugins/contextinfo/pylast.pyc +share/exaile/data/plugins/contextinfo/pylast.pyo share/exaile/data/plugins/desktopcover/ share/exaile/data/plugins/desktopcover/PLUGININFO share/exaile/data/plugins/desktopcover/__init__.py @@ -336,6 +439,29 @@ share/exaile/data/plugins/gnomemmkeys/__init__.py share/exaile/data/plugins/gnomemmkeys/__init__.pyc share/exaile/data/plugins/gnomemmkeys/__init__.pyo +share/exaile/data/plugins/helloworld/ +share/exaile/data/plugins/helloworld/PLUGININFO +share/exaile/data/plugins/helloworld/__init__.py +share/exaile/data/plugins/helloworld/__init__.pyc +share/exaile/data/plugins/helloworld/__init__.pyo +share/exaile/data/plugins/helloworld/test.py +share/exaile/data/plugins/helloworld/test.pyc +share/exaile/data/plugins/helloworld/test.pyo +share/exaile/data/plugins/helloworld/testlib.py +share/exaile/data/plugins/helloworld/testlib.pyc +share/exaile/data/plugins/helloworld/testlib.pyo +share/exaile/data/plugins/ipconsole/ +share/exaile/data/plugins/ipconsole/PLUGININFO +share/exaile/data/plugins/ipconsole/__init__.py +share/exaile/data/plugins/ipconsole/__init__.pyc +share/exaile/data/plugins/ipconsole/__init__.pyo +share/exaile/data/plugins/ipconsole/ipconsole_prefs.glade +share/exaile/data/plugins/ipconsole/ipconsoleprefs.py +share/exaile/data/plugins/ipconsole/ipconsoleprefs.pyc +share/exaile/data/plugins/ipconsole/ipconsoleprefs.pyo +share/exaile/data/plugins/ipconsole/ipython_view.py +share/exaile/data/plugins/ipconsole/ipython_view.pyc +share/exaile/data/plugins/ipconsole/ipython_view.pyo share/exaile/data/plugins/ipod/ share/exaile/data/plugins/ipod/PLUGININFO share/exaile/data/plugins/ipod/__init__.py @@ -357,51 +483,6 @@ share/exaile/data/plugins/lastfmdynamic/test.py share/exaile/data/plugins/lastfmdynamic/test.pyc share/exaile/data/plugins/lastfmdynamic/test.pyo -share/exaile/data/plugins/lastfmradio/ -share/exaile/data/plugins/lastfmradio/COPYING.txt -share/exaile/data/plugins/lastfmradio/ChangeLog.txt -share/exaile/data/plugins/lastfmradio/PLUGININFO -share/exaile/data/plugins/lastfmradio/README.txt -share/exaile/data/plugins/lastfmradio/__init__.py -share/exaile/data/plugins/lastfmradio/__init__.pyc -share/exaile/data/plugins/lastfmradio/__init__.pyo -share/exaile/data/plugins/lastfmradio/_scrobbler.py -share/exaile/data/plugins/lastfmradio/_scrobbler.pyc -share/exaile/data/plugins/lastfmradio/_scrobbler.pyo -share/exaile/data/plugins/lastfmradio/bookmarks.txt -share/exaile/data/plugins/lastfmradio/config.py -share/exaile/data/plugins/lastfmradio/config.pyc -share/exaile/data/plugins/lastfmradio/config.pyo -share/exaile/data/plugins/lastfmradio/data/ -share/exaile/data/plugins/lastfmradio/data/album.png -share/exaile/data/plugins/lastfmradio/data/artist.png -share/exaile/data/plugins/lastfmradio/data/default.css -share/exaile/data/plugins/lastfmradio/data/default.html -share/exaile/data/plugins/lastfmradio/data/favicon.ico -share/exaile/data/plugins/lastfmradio/data/main.js -share/exaile/data/plugins/lastfmradio/data/nice_favicon.png -share/exaile/data/plugins/lastfmradio/data/noalbum_medium.gif -share/exaile/data/plugins/lastfmradio/data/sidebar.css -share/exaile/data/plugins/lastfmradio/data/sidebar.html -share/exaile/data/plugins/lastfmradio/data/song.png -share/exaile/data/plugins/lastfmradio/httpclient.py -share/exaile/data/plugins/lastfmradio/httpclient.pyc -share/exaile/data/plugins/lastfmradio/httpclient.pyo -share/exaile/data/plugins/lastfmradio/lastfm.py -share/exaile/data/plugins/lastfmradio/lastfm.pyc -share/exaile/data/plugins/lastfmradio/lastfm.pyo -share/exaile/data/plugins/lastfmradio/lastfmchangestation.py -share/exaile/data/plugins/lastfmradio/lastfmchangestation.pyc -share/exaile/data/plugins/lastfmradio/lastfmchangestation.pyo -share/exaile/data/plugins/lastfmradio/lastfmmain.py -share/exaile/data/plugins/lastfmradio/lastfmmain.pyc -share/exaile/data/plugins/lastfmradio/lastfmmain.pyo -share/exaile/data/plugins/lastfmradio/playlist.py -share/exaile/data/plugins/lastfmradio/playlist.pyc -share/exaile/data/plugins/lastfmradio/playlist.pyo -share/exaile/data/plugins/lastfmradio/xspf.py -share/exaile/data/plugins/lastfmradio/xspf.pyc -share/exaile/data/plugins/lastfmradio/xspf.pyo share/exaile/data/plugins/librivox/ share/exaile/data/plugins/librivox/PLUGININFO share/exaile/data/plugins/librivox/__init__.py @@ -437,6 +518,23 @@ share/exaile/data/plugins/massstorage/__init__.py share/exaile/data/plugins/massstorage/__init__.pyc share/exaile/data/plugins/massstorage/__init__.pyo +share/exaile/data/plugins/minimode/ +share/exaile/data/plugins/minimode/PLUGININFO +share/exaile/data/plugins/minimode/__init__.py +share/exaile/data/plugins/minimode/__init__.pyc +share/exaile/data/plugins/minimode/__init__.pyo +share/exaile/data/plugins/minimode/icons/ +share/exaile/data/plugins/minimode/icons/exaile-minimode16.png +share/exaile/data/plugins/minimode/icons/exaile-minimode22.png +share/exaile/data/plugins/minimode/icons/exaile-minimode24.png +share/exaile/data/plugins/minimode/icons/exaile-minimode32.png +share/exaile/data/plugins/minimode/minimodeprefs.py +share/exaile/data/plugins/minimode/minimodeprefs.pyc +share/exaile/data/plugins/minimode/minimodeprefs.pyo +share/exaile/data/plugins/minimode/minimodeprefs_pane.glade +share/exaile/data/plugins/minimode/mmwidgets.py +share/exaile/data/plugins/minimode/mmwidgets.pyc +share/exaile/data/plugins/minimode/mmwidgets.pyo share/exaile/data/plugins/moodbar/ share/exaile/data/plugins/moodbar/PLUGININFO share/exaile/data/plugins/moodbar/__init__.py @@ -502,6 +600,15 @@ share/exaile/data/plugins/notifyosd/test.py share/exaile/data/plugins/notifyosd/test.pyc share/exaile/data/plugins/notifyosd/test.pyo +share/exaile/data/plugins/podcasts/ +share/exaile/data/plugins/podcasts/PLUGININFO +share/exaile/data/plugins/podcasts/__init__.py +share/exaile/data/plugins/podcasts/__init__.pyc +share/exaile/data/plugins/podcasts/__init__.pyo +share/exaile/data/plugins/podcasts/_feedparser.py +share/exaile/data/plugins/podcasts/_feedparser.pyc +share/exaile/data/plugins/podcasts/_feedparser.pyo +share/exaile/data/plugins/podcasts/podcasts.glade share/exaile/data/plugins/replaygain/ share/exaile/data/plugins/replaygain/PLUGININFO share/exaile/data/plugins/replaygain/__init__.py @@ -538,26 +645,25 @@ share/exaile/data/plugins/tagcovers/__init__.py share/exaile/data/plugins/tagcovers/__init__.pyc share/exaile/data/plugins/tagcovers/__init__.pyo +share/exaile/data/plugins/xkeys/ +share/exaile/data/plugins/xkeys/PLUGININFO +share/exaile/data/plugins/xkeys/__init__.py +share/exaile/data/plugins/xkeys/__init__.pyc +share/exaile/data/plugins/xkeys/__init__.pyo share/exaile/xdg/ -...@sample ${SYSCONFDIR}/xdg/ share/exaile/xdg/exaile/ -...@sample ${SYSCONFDIR}/xdg/exaile/ share/exaile/xdg/exaile/settings.ini -...@sample ${SYSCONFDIR}/xdg/exaile/settings.ini -share/locale/an/ -share/locale/an/LC_MESSAGES/ -share/locale/an/LC_MESSAGES/exaile.mo share/locale/ar/LC_MESSAGES/exaile.mo share/locale/ast/LC_MESSAGES/exaile.mo share/locale/bg/LC_MESSAGES/exaile.mo share/locale/bn/LC_MESSAGES/exaile.mo -share/locale/br/LC_MESSAGES/exaile.mo share/locale/ca/LC_MESSAGES/exaile.mo share/locale/cs/LC_MESSAGES/exaile.mo share/locale/cy/LC_MESSAGES/exaile.mo share/locale/da/LC_MESSAGES/exaile.mo share/locale/de/LC_MESSAGES/exaile.mo share/locale/el/LC_MESSAGES/exaile.mo +share/locale/en/LC_MESSAGES/exaile.mo share/locale/en_CA/LC_MESSAGES/exaile.mo share/locale/en_GB/LC_MESSAGES/exaile.mo share/locale/eo/LC_MESSAGES/exaile.mo @@ -587,12 +693,10 @@ share/locale/lt/LC_MESSAGES/exaile.mo share/locale/lv/LC_MESSAGES/exaile.mo share/locale/mk/LC_MESSAGES/exaile.mo -share/locale/mr/LC_MESSAGES/exaile.mo share/locale/nb/LC_MESSAGES/exaile.mo share/locale/nl/LC_MESSAGES/exaile.mo share/locale/oc/LC_MESSAGES/exaile.mo share/locale/pl/LC_MESSAGES/exaile.mo -share/locale/ps/LC_MESSAGES/exaile.mo share/locale/pt/LC_MESSAGES/exaile.mo share/locale/pt_BR/LC_MESSAGES/exaile.mo share/locale/ro/LC_MESSAGES/exaile.mo @@ -611,6 +715,9 @@ share/locale/tr/LC_MESSAGES/exaile.mo share/locale/uk/LC_MESSAGES/exaile.mo share/locale/vi/LC_MESSAGES/exaile.mo +share/locale/zh/ +share/locale/zh/LC_MESSAGES/ +share/locale/zh/LC_MESSAGES/exaile.mo share/locale/zh_CN/LC_MESSAGES/exaile.mo share/locale/zh_TW/LC_MESSAGES/exaile.mo share/pixmaps/