diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-02 09:19:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-02 09:19:32 +0000 |
commit | 34d30f76004a9ee24efa75ae980d22bae2c53c58 (patch) | |
tree | 4daffab20ffddfcf58672929e10757a26396cd6f | |
parent | 797eacf22fa35bd3cf16c5cf89594da928884657 (diff) | |
download | pkgsrc-34d30f76004a9ee24efa75ae980d22bae2c53c58.tar.gz |
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.
-rw-r--r-- | audio/rhythmbox/Makefile | 15 | ||||
-rw-r--r-- | audio/rhythmbox/distinfo | 6 |
2 files changed, 12 insertions, 9 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index f1a25a4e751..9404ea77c6e 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -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 @@ HOMEPAGE= http://www.rhythmbox.org/ 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 --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo index b1343a35f71..60239474ec9 100644 --- a/audio/rhythmbox/distinfo +++ b/audio/rhythmbox/distinfo @@ -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 |