Update:
0.8.5 (01 Jul 2011) * Added support for system-wide proxy and SOCKS. * Added support for low bitrate streams. * Added GTK+ 3 support. * Fixed compilation problem with libnotify >= 0.7.0. * Added new Catalan translation. * Fixed minor leak in GtkRcStyle. * Don't output debug messages unless VAGALUME_DEBUG is set. 0.8.4 (26 Dec 2010) * Add support for the new 'Mix' radio * Add tooltips to artist, track and album labels * Added Russian translation * Add keyboard shortcuts for all common actions to the Maemo 5 version * Other minor bugfixes 0.8.3 (05 Feb 2010) * Hildon2.2-style UI for Maemo 5 (Nokia N900) * Play music also when in silent mode (Nokia N900) 0.8.2 (21 Dec 2009) * Authenticate with the username in lowercase (fixes conn. problems) * Install binaries and translation files in /opt in the N900 0.8.1 (16 Dec 2009) * Fall back to the old streaming API if the new one doesn't work * Install data files in /opt in the N900, since the rootfs is quite small 0.8 (13 Dec 2009) * Implemented the Last.fm Web Services API v2.0 * Support for Libre.fm and other Last.fm-compatible services * Support for Maemo 5 (Nokia N900) * New icon that replaces the classic Vagalume logo * New CD case image to place the album cover artwork * New feature to stop playback after a given time ("sleep timer") * New menu option to play any user's tag radio * New "Add bookmark" and "Bookmark this radio" menu entries * New configuration setting to download free tracks automatically * Add {station} keyword to the IM status template * Use system-wide Gnome audio settings * Mixer support to change the volume in non-Maemo targets * Added Polish translation * Autocompletion support for combo box entries * Make url and email clickable on the about dialog * vagalumectl: new commands to show and hide the player window * Fix some timeout problems in HTTP requests
This commit is contained in:
parent
afbacd9596
commit
231f254f13
3 changed files with 21 additions and 21 deletions
|
@ -1,10 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2010/06/13 22:47:21 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/07/07 20:43:58 roelants Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vagalume_${VERSION}.orig
|
||||
PKGNAME= vagalume-${VERSION}
|
||||
VERSION= 0.7.1
|
||||
PKGREVISION= 2
|
||||
DISTNAME= vagalume-0.8.5
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= http://vagalume.igalia.com/files/source/
|
||||
|
||||
|
@ -15,10 +12,9 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/vagalume-${VERSION}.orig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake msgfmt pkg-config
|
||||
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
||||
|
||||
BUILDLINK_API_DEPENDS.libnotify+= libnotify>=0.4.1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/10/01 14:47:24 roelants Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2011/07/07 20:43:58 roelants Exp $
|
||||
bin/vagalume
|
||||
bin/vagalumectl
|
||||
man/man1/vagalume.1
|
||||
|
@ -6,6 +6,7 @@ man/man1/vagalumectl.1
|
|||
share/applications/vagalume.desktop
|
||||
share/dbus-1/services/vagalume.service
|
||||
share/icons/hicolor/48x48/apps/vagalume.png
|
||||
share/locale/ca/LC_MESSAGES/vagalume.mo
|
||||
share/locale/de/LC_MESSAGES/vagalume.mo
|
||||
share/locale/es/LC_MESSAGES/vagalume.mo
|
||||
share/locale/fi/LC_MESSAGES/vagalume.mo
|
||||
|
@ -13,16 +14,19 @@ share/locale/fr/LC_MESSAGES/vagalume.mo
|
|||
share/locale/gl/LC_MESSAGES/vagalume.mo
|
||||
share/locale/it/LC_MESSAGES/vagalume.mo
|
||||
share/locale/lv/LC_MESSAGES/vagalume.mo
|
||||
share/locale/pl/LC_MESSAGES/vagalume.mo
|
||||
share/locale/pt/LC_MESSAGES/vagalume.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/vagalume.mo
|
||||
share/locale/ru/LC_MESSAGES/vagalume.mo
|
||||
share/pixmaps/vagalume.xpm
|
||||
share/vagalume/cover.png
|
||||
share/vagalume/icons/hicolor/scalable/actions/accessories-text-editor.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/document-save.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/emblem-favorite.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/list-add.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/mail-message-new.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/media-playback-start.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/media-playback-stop.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/media-skip-forward.svg
|
||||
share/vagalume/icons/hicolor/scalable/actions/process-stop.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/accessories-text-editor.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/document-save.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/emblem-favorite.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/list-add.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/mail-message-new.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/media-playback-start.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/media-playback-stop.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/media-skip-forward.svg
|
||||
share/vagalume/icons/hicolor/scalable/apps/process-stop.svg
|
||||
share/vagalume/servers.xml
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/02/27 07:46:17 roelants Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/07/07 20:43:58 roelants Exp $
|
||||
|
||||
SHA1 (vagalume_0.7.1.orig.tar.gz) = b55de63ad1c29aee02fe90d0537fc19c15b19c49
|
||||
RMD160 (vagalume_0.7.1.orig.tar.gz) = 1d6dd5f9a3d065b285d59a47f73bd5d9a6542dc3
|
||||
Size (vagalume_0.7.1.orig.tar.gz) = 604281 bytes
|
||||
SHA1 (vagalume-0.8.5.tar.gz) = ef0c3bc4e62d5a8195ec7ac4f53f17afc00e8cc2
|
||||
RMD160 (vagalume-0.8.5.tar.gz) = 6207b6df89dc5c2b801da2ac0c444d7fda7acc8b
|
||||
Size (vagalume-0.8.5.tar.gz) = 765345 bytes
|
||||
|
|
Loading…
Reference in a new issue