pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/rhythmbox Update to 0.8.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe43e6d4e00d
branches:  trunk
changeset: 473160:fe43e6d4e00d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Apr 16 22:16:01 2004 +0000

description:
Update to 0.8.0:

* Fix playlist saving [Colin Walters]
* Memory leak fixes [Benjamin Otte]
* Ignore .Trash directories [Jonathan Blandford]
* Add audio/x-mod to known music types [Colin Walters]
* Several drag and drop fixes [Colin Walters]
* Fix usage of GtkFileSelection [Colin Walters]
* Revert back to using "Music Player" as Name [Colin Walters]
* Add code to guard against some GConf errors [Colin Walters]
* Display error on missing help files [Colin Walters]
* Some station properties dialog UI tweaks [Colin Walters]
* Remove quality column for now, it doesn't work [Colin Walters]
* Require GStreamer 0.8 [Colin Walters]
* Handle invalid UTF-8 when parsing playlists [Colin Walters]
* Fixes to bonobo interface [Colin Walters]
* Quote names with spaces for allmusic.com URIs [Colin Walters]
* Disable GTK+ sounds just for Rhythmbox [Miguel Coca]
* Better error message on missing plugin [Colin Walters]
* Fix GConf schema default for selected source [Colin Walters]
* A really major crasher bug fixed [Colin Walters]
* Allow player to release audio sink when GStreamer supports it [Benjamin Otte]
* Fix several crashers in multiple selection dialog [Colin Walters]
* New translations: en_CA, en_GB, pa.
* Updated translations: id, lt, cs, ca, pt_BR, es, nl, sv, pl, da, pt, no,
  sr, hr.

diffstat:

 audio/rhythmbox/Makefile |  6 +++---
 audio/rhythmbox/PLIST    |  7 +++++--
 audio/rhythmbox/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r bf35b0f8cb40 -r fe43e6d4e00d audio/rhythmbox/Makefile
--- a/audio/rhythmbox/Makefile  Fri Apr 16 22:13:33 2004 +0000
+++ b/audio/rhythmbox/Makefile  Fri Apr 16 22:16:01 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2004/04/14 16:15:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/16 22:16:01 jmmv Exp $
 #
 
-DISTNAME=      rhythmbox-0.7.2
+DISTNAME=      rhythmbox-0.8.0
 CATEGORIES=    audio gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.7/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.8/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
diff -r bf35b0f8cb40 -r fe43e6d4e00d audio/rhythmbox/PLIST
--- a/audio/rhythmbox/PLIST     Fri Apr 16 22:13:33 2004 +0000
+++ b/audio/rhythmbox/PLIST     Fri Apr 16 22:16:01 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/01 19:12:51 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/04/16 22:16:01 jmmv Exp $
 bin/rhythmbox
 lib/bonobo/librb-nautilus-context-menu.a
 lib/bonobo/librb-nautilus-context-menu.la
@@ -60,6 +60,8 @@
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/rhythmbox.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/rhythmbox.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/rhythmbox.mo
@@ -77,6 +79,7 @@
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/rhythmbox.mo
+${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
@@ -88,6 +91,7 @@
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/rhythmbox.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
 share/mime-info/rhythmbox.keys
 share/omf/rhythmbox/rhythmbox-C.omf
@@ -150,4 +154,3 @@
 @comment in xdg-dirs: @dirrm share/applications
 @comment in xdg-dirs: @dirrm share/application-registry
 @comment in libbonobo: @dirrm lib/bonobo/servers
-@comment in libbonobo: @dirrm lib/bonobo
diff -r bf35b0f8cb40 -r fe43e6d4e00d audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Fri Apr 16 22:13:33 2004 +0000
+++ b/audio/rhythmbox/distinfo  Fri Apr 16 22:16:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/04/06 09:53:55 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/04/16 22:16:01 jmmv Exp $
 
-SHA1 (rhythmbox-0.7.2.tar.bz2) = dd0099d50a1763a3cf078018d81c2397895219fd
-Size (rhythmbox-0.7.2.tar.bz2) = 1708189 bytes
+SHA1 (rhythmbox-0.8.0.tar.bz2) = a3bfb6180e5b58acea08959db083094843d3ea9c
+Size (rhythmbox-0.8.0.tar.bz2) = 1776804 bytes



Home | Main Index | Thread Index | Old Index