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.2, from Kouichirou Hirat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d7d44f37c61
branches:  trunk
changeset: 474566:5d7d44f37c61
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun May 02 09:19:32 2004 +0000

description:
Update to 0.8.2, from Kouichirou Hiratsuka in PR pkg/25420:

* Fixed Rhythmbox GUI when using an RTL locale.
* Require GStreamer 0.8.1.
* Fix issue with previous button in playlists.
* Allow playback of untagged mp3s.
* Don't crash on passing directory on cmdline.
* Convert more filenames to UTF-8.
* Show errors during initial import too.
* Set up GnomeVFS authentication callbacks.
* Avoid ReplayGain setup delay.
* Add DOCTYPE to docs.
* Prevent crash when the GConf schema wasn't properly installed.
* Make auto rating work much better.
* Squash a major memory leak with size-limited automatic playlists.
* Don't spew (harmless) warnings in small-mode playback.
* Update ru translation.

diffstat:

 audio/rhythmbox/Makefile |  15 +++++++++------
 audio/rhythmbox/distinfo |   6 +++---
 2 files changed, 12 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 97de28dbd438 -r 5d7d44f37c61 audio/rhythmbox/Makefile
--- a/audio/rhythmbox/Makefile  Sun May 02 07:37:19 2004 +0000
+++ b/audio/rhythmbox/Makefile  Sun May 02 09:19:32 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/04/22 09:06:52 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/05/02 09:19:32 jmmv Exp $
 #
 
-DISTNAME=      rhythmbox-0.8.1
+DISTNAME=      rhythmbox-0.8.2
 CATEGORIES=    audio gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.8/}
 EXTRACT_SUFX=  .tar.bz2
@@ -11,10 +11,13 @@
 COMMENT=       Music management application for GNOME
 
 BUILD_USES_MSGFMT=     YES
-DEPENDS+=              gst-plugins-esound>=0.8.0:../../audio/gst-plugins-esound
-DEPENDS+=              gst-plugins-gnomevfs>=0.8.0:../../sysutils/gst-plugins-gnomevfs
-DEPENDS+=              gst-plugins-mad>=0.8.0:../../audio/gst-plugins-mad
-DEPENDS+=              gst-plugins-vorbis>=0.8.0:../../audio/gst-plugins-vorbis
+DEPENDS+=              gst-plugins-esound>=0.8.1:../../audio/gst-plugins-esound
+DEPENDS+=              gst-plugins-gnomevfs>=0.8.1:../../sysutils/gst-plugins-gnomevfs
+DEPENDS+=              gst-plugins-mad>=0.8.1:../../audio/gst-plugins-mad
+DEPENDS+=              gst-plugins-vorbis>=0.8.1:../../audio/gst-plugins-vorbis
+
+BUILDLINK_DEPENDS.gstreamer+=  gstreamer>=0.8.1
+BUILDLINK_DEPENDS.gst-plugins+=        gst-plugins>=0.8.1
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
diff -r 97de28dbd438 -r 5d7d44f37c61 audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Sun May 02 07:37:19 2004 +0000
+++ b/audio/rhythmbox/distinfo  Sun May 02 09:19:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/04/22 09:06:53 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/05/02 09:19:32 jmmv Exp $
 
-SHA1 (rhythmbox-0.8.1.tar.bz2) = 7ff496a9593d19d97c2166a9b8d093a96c45b00a
-Size (rhythmbox-0.8.1.tar.bz2) = 1769708 bytes
+SHA1 (rhythmbox-0.8.2.tar.bz2) = dc65583a65aa64979f384ba0cd34ecff5dd86b91
+Size (rhythmbox-0.8.2.tar.bz2) = 1777689 bytes



Home | Main Index | Thread Index | Old Index