Skip to content

Commit

Permalink
update to 0.2.14
Browse files Browse the repository at this point in the history
This release includes a lot of bug fixes, and the lastfmradio plugin.
  • Loading branch information
drochner committed Jan 20, 2009
1 parent d83b83e commit ea30acc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
8 changes: 4 additions & 4 deletions audio/exaile/Makefile
@@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.11 2008/06/11 12:57:44 obache Exp $
# $NetBSD: Makefile,v 1.12 2009/01/20 21:49:23 drochner Exp $
#

DISTNAME= exaile_0.2.13
PKGNAME= exaile-0.2.13
PKGREVISION= 1
DISTNAME= exaile_0.2.14
PKGNAME= exaile-0.2.14
CATEGORIES= audio
MASTER_SITES= http://www.exaile.org/files/

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.exaile.org/
COMMENT= Music player

WRKSRC= ${WRKDIR}/exaile-0.2.14
PKG_DESTDIR_SUPPORT= user-destdir

USE_PKGLOCALEDIR= yes
Expand Down
20 changes: 19 additions & 1 deletion audio/exaile/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2008/06/11 11:37:55 drochner Exp $
@comment $NetBSD: PLIST,v 1.6 2009/01/20 21:49:23 drochner Exp $
bin/exaile
lib/exaile/exaile.py
lib/exaile/lib/__init__.py
Expand All @@ -10,6 +10,9 @@ lib/exaile/lib/ecs.pyo
lib/exaile/lib/feedparser.py
lib/exaile/lib/feedparser.pyc
lib/exaile/lib/feedparser.pyo
lib/exaile/lib/scrobbler.py
lib/exaile/lib/scrobbler.pyc
lib/exaile/lib/scrobbler.pyo
lib/exaile/lib/wmainfo.py
lib/exaile/lib/wmainfo.pyc
lib/exaile/lib/wmainfo.pyo
Expand Down Expand Up @@ -77,6 +80,9 @@ lib/exaile/xl/gui/playlist.pyo
lib/exaile/xl/gui/statsdialog.py
lib/exaile/xl/gui/statsdialog.pyc
lib/exaile/xl/gui/statsdialog.pyo
lib/exaile/xl/gui/tray.py
lib/exaile/xl/gui/tray.pyc
lib/exaile/xl/gui/tray.pyo
lib/exaile/xl/library.py
lib/exaile/xl/library.pyc
lib/exaile/xl/library.pyo
Expand Down Expand Up @@ -196,15 +202,18 @@ share/exaile/images/year.png
share/exaile/sql/changes0001.sql
share/exaile/sql/changes0002.sql
share/exaile/sql/changes0003.sql
share/exaile/sql/changes0004.sql
share/exaile/sql/db.sql
share/exaile/xl/plugins/plugins.glade
share/locale/an/LC_MESSAGES/exaile.mo
share/locale/ar/LC_MESSAGES/exaile.mo
share/locale/bg/LC_MESSAGES/exaile.mo
share/locale/ca/LC_MESSAGES/exaile.mo
share/locale/cs/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_CA/LC_MESSAGES/exaile.mo
share/locale/en_GB/LC_MESSAGES/exaile.mo
share/locale/eo/LC_MESSAGES/exaile.mo
share/locale/es/LC_MESSAGES/exaile.mo
Expand All @@ -216,31 +225,40 @@ share/locale/fa/LC_MESSAGES/exaile.mo
share/locale/fi/LC_MESSAGES/exaile.mo
share/locale/fr/LC_MESSAGES/exaile.mo
share/locale/frp/LC_MESSAGES/exaile.mo
share/locale/gl/LC_MESSAGES/exaile.mo
share/locale/he/LC_MESSAGES/exaile.mo
share/locale/he_IL/LC_MESSAGES/exaile.mo
share/locale/hu/LC_MESSAGES/exaile.mo
share/locale/id/LC_MESSAGES/exaile.mo
share/locale/it/LC_MESSAGES/exaile.mo
share/locale/it_IT/LC_MESSAGES/exaile.mo
share/locale/ja/LC_MESSAGES/exaile.mo
share/locale/ka/LC_MESSAGES/exaile.mo
share/locale/ko/LC_MESSAGES/exaile.mo
share/locale/lt/LC_MESSAGES/exaile.mo
share/locale/lv/LC_MESSAGES/exaile.mo
share/locale/mk/LC_MESSAGES/exaile.mo
share/locale/nb/LC_MESSAGES/exaile.mo
share/locale/nl/LC_MESSAGES/exaile.mo
share/locale/nn/LC_MESSAGES/exaile.mo
share/locale/oc/LC_MESSAGES/exaile.mo
share/locale/pa/LC_MESSAGES/exaile.mo
share/locale/pl/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
share/locale/ru/LC_MESSAGES/exaile.mo
share/locale/sk/LC_MESSAGES/exaile.mo
share/locale/sl/LC_MESSAGES/exaile.mo
share/locale/sr/LC_MESSAGES/exaile.mo
share/locale/sr@latin/LC_MESSAGES/exaile.mo
share/locale/sv/LC_MESSAGES/exaile.mo
share/locale/ta/LC_MESSAGES/exaile.mo
share/locale/te/LC_MESSAGES/exaile.mo
share/locale/tr/LC_MESSAGES/exaile.mo
share/locale/tr_TR/LC_MESSAGES/exaile.mo
share/locale/uk/LC_MESSAGES/exaile.mo
share/locale/zh_CN/LC_MESSAGES/exaile.mo
share/locale/zh_TW/LC_MESSAGES/exaile.mo
share/pixmaps/exaile.png
@comment in xdg-dirs: @dirrm share/pixmaps
Expand Down
8 changes: 4 additions & 4 deletions audio/exaile/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.8 2008/06/11 12:57:44 obache Exp $
$NetBSD: distinfo,v 1.9 2009/01/20 21:49:23 drochner Exp $

SHA1 (exaile_0.2.13.tar.gz) = 8cc754c55333dad750d27e45a4e16f53c1f1522c
RMD160 (exaile_0.2.13.tar.gz) = 6b839da1a996207ae18555937d251ffaaebde028
Size (exaile_0.2.13.tar.gz) = 1267717 bytes
SHA1 (exaile_0.2.14.tar.gz) = 3442867ae6f5116f87eb2488da73cf6d23442f52
RMD160 (exaile_0.2.14.tar.gz) = 04919b4109a50e3e93d14492f3810694e6a07c4d
Size (exaile_0.2.14.tar.gz) = 1527168 bytes
SHA1 (patch-aa) = 168a55605cbd98baf8294d2e9661f4d24be31349
SHA1 (patch-ab) = 46d55fb1e5175aafc9d414bf17b045f1eaf3b3bb

0 comments on commit ea30acc

Please sign in to comment.