summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-04-11 18:50:08 +0000
committerdrochner <drochner@pkgsrc.org>2007-04-11 18:50:08 +0000
commitf3238a3f0c5d5fb0031461cfc1c16166d9ea8c6d (patch)
treed18351fe6021334e37b2bef882ffd07bbc63d5a9 /audio
parent9dd5352dd454033780006b13cef307737d8ad40e (diff)
downloadpkgsrc-f3238a3f0c5d5fb0031461cfc1c16166d9ea8c6d.tar.gz
update to 0.2.9
changes: New Graphics Visualizations Last.fm streaming (experimental, may lock Exaile up if it cannot connect to their website) Mass Storage Driver plugin Python Console plugin A scriptable device panel
Diffstat (limited to 'audio')
-rw-r--r--audio/exaile/Makefile6
-rw-r--r--audio/exaile/PLIST34
-rw-r--r--audio/exaile/distinfo8
3 files changed, 39 insertions, 9 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index cce64dd769f..b4faf517f39 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 10:48:21 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/11 18:50:08 drochner Exp $
#
-DISTNAME= exaile_0.2.8
-PKGNAME= exaile-0.2.8
+DISTNAME= exaile_0.2.9
+PKGNAME= exaile-0.2.9
CATEGORIES= audio
MASTER_SITES= http://www.exaile.org/files/
diff --git a/audio/exaile/PLIST b/audio/exaile/PLIST
index a6f63f131c5..ce1f13fe972 100644
--- a/audio/exaile/PLIST
+++ b/audio/exaile/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 10:48:21 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/04/11 18:50:08 drochner Exp $
bin/exaile
share/applications/exaile.desktop
share/exaile/exaile.glade
@@ -32,46 +32,76 @@ share/exaile/images/media-audiofile.png
share/exaile/images/nocover.png
share/exaile/images/playlist.png
share/exaile/images/splash.png
+share/exaile/images/star.svg
share/exaile/images/track.png
share/exaile/images/trayicon.png
share/exaile/mmkeys.so
share/exaile/plugins/__init__.py
share/exaile/plugins/alarmclock.py
+share/exaile/plugins/console.py
share/exaile/plugins/desktopcover.py
share/exaile/plugins/exailenotify.py
+share/exaile/plugins/gossip_status.py
share/exaile/plugins/gui.py
+share/exaile/plugins/imstatus.py
+share/exaile/plugins/ipoddriver.py
share/exaile/plugins/manager.py
+share/exaile/plugins/massstoragedriver.py
share/exaile/plugins/minimode.py
+share/exaile/plugins/notaskbarentry.py
share/exaile/plugins/plugins.glade
+share/exaile/plugins/resume.py
share/exaile/plugins/serp.py
+share/exaile/plugins/sound-juicer.py
share/exaile/plugins/streamripper.py
share/exaile/po/ca.po
share/exaile/po/de_DE.po
share/exaile/po/en_GB.po
share/exaile/po/es_ES.po
share/exaile/po/pl.po
+share/exaile/po/pt_BR.po
share/exaile/po/ru.po
share/exaile/po/sv.po
share/exaile/po/zh_CN.po
+share/exaile/sql/changes0001.sql
share/exaile/sql/db.sql
share/exaile/xl/__init__.py
share/exaile/xl/audioscrobbler.py
share/exaile/xl/common.py
share/exaile/xl/config.py
+share/exaile/xl/config_convert.py
share/exaile/xl/covers.py
share/exaile/xl/db.py
share/exaile/xl/dbusinterface.py
share/exaile/xl/filtergui.py
-share/exaile/xl/media.py
+share/exaile/xl/media/__init__.py
+share/exaile/xl/media/flac.py
+share/exaile/xl/media/m4a.py
+share/exaile/xl/media/mp3.py
+share/exaile/xl/media/mpc.py
+share/exaile/xl/media/ogg.py
+share/exaile/xl/media/wav.py
+share/exaile/xl/media/wma.py
share/exaile/xl/panels.py
+share/exaile/xl/player.py
share/exaile/xl/prefs.py
share/exaile/xl/shoutcast.py
share/exaile/xl/track.py
share/exaile/xl/tracks.py
share/exaile/xl/trackslist.py
share/exaile/xl/xlmisc.py
+share/locale/ca/LC_MESSAGES/exaile.mo
+share/locale/de_DE/LC_MESSAGES/exaile.mo
+share/locale/en_GB/LC_MESSAGES/exaile.mo
+share/locale/es_ES/LC_MESSAGES/exaile.mo
+share/locale/pl/LC_MESSAGES/exaile.mo
+share/locale/pt_BR/LC_MESSAGES/exaile.mo
+share/locale/ru/LC_MESSAGES/exaile.mo
+share/locale/sv/LC_MESSAGES/exaile.mo
+share/locale/zh_CN/LC_MESSAGES/exaile.mo
share/pixmaps/exaile.png
@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/exaile/xl/media
@dirrm share/exaile/xl
@dirrm share/exaile/sql
@dirrm share/exaile/po
diff --git a/audio/exaile/distinfo b/audio/exaile/distinfo
index a48daafd7fd..831d80a62ff 100644
--- a/audio/exaile/distinfo
+++ b/audio/exaile/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/10 10:48:21 drochner Exp $
+$NetBSD: distinfo,v 1.2 2007/04/11 18:50:08 drochner Exp $
-SHA1 (exaile_0.2.8.tar.gz) = 12f9773796331c06792a95e7af700275bfa6b3de
-RMD160 (exaile_0.2.8.tar.gz) = 414cf041cad28ad2f301d6c7ece1f2dcac21fef8
-Size (exaile_0.2.8.tar.gz) = 371231 bytes
+SHA1 (exaile_0.2.9.tar.gz) = 100e048b35b59f89c7874c60cb235df69005a8f4
+RMD160 (exaile_0.2.9.tar.gz) = 333362939e80f2feb5bd81d51e134cb4d29f74f2
+Size (exaile_0.2.9.tar.gz) = 421296 bytes
SHA1 (patch-aa) = c9b35c1319d9d0bc230310d5fdd7afd695526b29