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.7.2. The package now uses...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8d52ab729a7
branches:  trunk
changeset: 472200:b8d52ab729a7
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Apr 06 09:53:55 2004 +0000

description:
Update to 0.7.2.  The package now uses a working version of gstreamer, and
only requires the plugins it will really use.

Changes since 0.7.1:
* Many crasher bugfixes [Ben Liblit, Colin Walters]
* Initial work on saving database and playlists while running [David Dollar]
* Fix mime type detection [Colin Walters]
* Fix import of non-UTF8 filenames [Colin Walters]
* Actually respect Cancel in import dialog [Colin Walters]
* Several fixes for GTK+ 2.4 file dialogs [Colin Walters]
* Display buffering progress for Xine backend [David Dollar]
* iPod fixes [Christophe Fergeau]
* Remove deprecated casting usage [Christophe Fergeau]
* New --shuffle argument [James Willcox]
* Use automake 1.8 if available [Christian Schaller, Colin Walters]
* Fix for GTK+ 2.4 detection [Christophe Fergeau]
* Nicer iPod icon [Jakub Steiner]
* Actually distribute README.iPod [Colin Walters]
* Xine player fixes [David Dollar]
* Add MonkeysAudio to known music MIME types [Jérémy SIMON]
* Canonicalize filenames into URLS when loading playlists [Colin Walters]
* Fix race condition in database load [Colin Walters]
* Remove some unused functions [Bastien Nocera]
* Updated translations: el, hu, hr, tr, ga, ja, nl, da, lt.

diffstat:

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

diffs (35 lines):

diff -r cd610fcd5944 -r b8d52ab729a7 audio/rhythmbox/Makefile
--- a/audio/rhythmbox/Makefile  Tue Apr 06 09:52:16 2004 +0000
+++ b/audio/rhythmbox/Makefile  Tue Apr 06 09:53:55 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/04/01 19:12:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/06 09:53:55 jmmv Exp $
 #
 
-DISTNAME=      rhythmbox-0.7.1
+DISTNAME=      rhythmbox-0.7.2
 CATEGORIES=    audio gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.7/}
 EXTRACT_SUFX=  .tar.bz2
@@ -12,6 +12,10 @@
 
 BUILD_USES_MSGFMT=     YES
 DEPENDS=               gnome2-dirs>=1.5:../../misc/gnome2-dirs
+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
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
diff -r cd610fcd5944 -r b8d52ab729a7 audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Tue Apr 06 09:52:16 2004 +0000
+++ b/audio/rhythmbox/distinfo  Tue Apr 06 09:53:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/04/01 19:12:51 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/04/06 09:53:55 jmmv Exp $
 
-SHA1 (rhythmbox-0.7.1.tar.bz2) = e342ee5655e5e3b7f855e6ca1f90f36a98d0eb66
-Size (rhythmbox-0.7.1.tar.bz2) = 1685995 bytes
+SHA1 (rhythmbox-0.7.2.tar.bz2) = dd0099d50a1763a3cf078018d81c2397895219fd
+Size (rhythmbox-0.7.2.tar.bz2) = 1708189 bytes



Home | Main Index | Thread Index | Old Index