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.6.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66a0f97814f4
branches:  trunk
changeset: 469817:66a0f97814f4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Feb 29 16:41:21 2004 +0000

description:
Update to 0.6.7.

Changes in 0.6.7:
* Brown paper bag release
* Fix usage of GCONF_SCHEMA_FILE_DIR [Joe Markus Clarke]
* Don't include unsupported MIME types in .applications [Colin Walters]

Changes in 0.6.6:
* Don't lose on AMD64 [Colin Walters]
* Honor G_PARAM_CONSTRUCT_ONLY properties [Colin Walters]
* Fix startup notification when already running [Christophe Fergeau]
* Keep current selection on right-click [Colin Walters]
* Fix use of non-POSIX sh syntax [Julio M. Merino Vidal]
* Use GCONF_SCHEMAS_FILE_DIR [Julio M. Merino Vidal]
* Don't crash trying to save session while loading [Colin Walters]
* Escape symlink names when resolving URIs [Colin Walters]
* More gcc-2.95 fixes [Colin Walters]
* Improved genre sort [Colin Walters]
* Parse bare .m3u files [Colin Walters]
* Less strict version tests in autogen.sh [Colin Walters]

diffstat:

 audio/rhythmbox/Makefile         |  10 ++++++----
 audio/rhythmbox/PLIST            |   3 ++-
 audio/rhythmbox/distinfo         |   9 ++++-----
 audio/rhythmbox/patches/patch-aa |  13 -------------
 audio/rhythmbox/patches/patch-ab |  20 +++++++++++---------
 5 files changed, 23 insertions(+), 32 deletions(-)

diffs (110 lines):

diff -r 52d02702833e -r 66a0f97814f4 audio/rhythmbox/Makefile
--- a/audio/rhythmbox/Makefile  Sun Feb 29 14:14:19 2004 +0000
+++ b/audio/rhythmbox/Makefile  Sun Feb 29 16:41:21 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/02/20 12:03:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/29 16:41:21 jmmv Exp $
 #
 
-DISTNAME=      rhythmbox-0.6.5
-PKGREVISION=   1
+DISTNAME=      rhythmbox-0.6.7
 CATEGORIES=    audio gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=gnome/sources/rhythmbox/0.6/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.6/}
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
 HOMEPAGE=      http://www.rhythmbox.org/
@@ -20,6 +19,8 @@
 USE_PKGLOCALEDIR=      YES
 USE_X11=               YES
 
+PKGCONFIG_OVERRIDE=    data/rhythmbox.pc.in
+
 GCONF2_SCHEMAS=                rhythmbox.schemas
 
 .include "../../audio/flac/buildlink3.mk"
@@ -34,6 +35,7 @@
 .include "../../multimedia/gstreamer/buildlink3.mk"
 .include "../../multimedia/gst-plugins/buildlink3.mk"
 .include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/scrollkeeper/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 52d02702833e -r 66a0f97814f4 audio/rhythmbox/PLIST
--- a/audio/rhythmbox/PLIST     Sun Feb 29 14:14:19 2004 +0000
+++ b/audio/rhythmbox/PLIST     Sun Feb 29 16:41:21 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 17:44:36 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/29 16:41:21 jmmv Exp $
 bin/rhythmbox
 lib/bonobo/librb-nautilus-context-menu.a
 lib/bonobo/librb-nautilus-context-menu.la
@@ -52,6 +52,7 @@
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/rhythmbox.mo
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/rhythmbox.mo
 ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/rhythmbox.mo
diff -r 52d02702833e -r 66a0f97814f4 audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Sun Feb 29 14:14:19 2004 +0000
+++ b/audio/rhythmbox/distinfo  Sun Feb 29 16:41:21 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/24 17:44:36 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/02/29 16:41:21 jmmv Exp $
 
-SHA1 (rhythmbox-0.6.5.tar.gz) = db52ba150b063222d91a6730ba6ced11f212f861
-Size (rhythmbox-0.6.5.tar.gz) = 1946078 bytes
-SHA1 (patch-aa) = afb3b3d510724134908f190751808535a1e399b1
-SHA1 (patch-ab) = 04b47a8172981c535680b3fe2604f969711c2b2f
+SHA1 (rhythmbox-0.6.7.tar.gz) = 5f736e0c13b755c933b6ca52573ee57a278da39e
+Size (rhythmbox-0.6.7.tar.gz) = 1969387 bytes
+SHA1 (patch-ab) = 2fbc9afc2fea902c9e6fa848e1e08e12e1297dad
diff -r 52d02702833e -r 66a0f97814f4 audio/rhythmbox/patches/patch-aa
--- a/audio/rhythmbox/patches/patch-aa  Sun Feb 29 14:14:19 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/24 17:44:36 jmmv Exp $
-
---- configure.orig     2004-01-22 09:03:31.000000000 +0100
-+++ configure
-@@ -20225,7 +20225,7 @@ if test "${enable_dashboard+set}" = set;
- else
-   enable_dashboard=no
- fi;
--if test "x$enable_dashboard" == "xyes" ; then
-+if test "x$enable_dashboard" = "xyes" ; then
- 
- cat >>confdefs.h <<\_ACEOF
- #define WITH_DASHBOARD 1
diff -r 52d02702833e -r 66a0f97814f4 audio/rhythmbox/patches/patch-ab
--- a/audio/rhythmbox/patches/patch-ab  Sun Feb 29 14:14:19 2004 +0000
+++ b/audio/rhythmbox/patches/patch-ab  Sun Feb 29 16:41:21 2004 +0000
@@ -1,13 +1,15 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/24 17:44:36 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2004/02/29 16:41:21 jmmv Exp $
 
---- data/Makefile.in.orig      2004-01-22 09:03:56.000000000 +0100
+--- data/Makefile.in.orig      2004-02-28 00:26:16.000000000 +0100
 +++ data/Makefile.in
-@@ -236,7 +236,7 @@ Multimedia_DATA = $(Multimedia_in_files:
- appicon_DATA = rhythmbox.png
- appicondir = $(datadir)/pixmaps
+@@ -248,8 +248,8 @@ applications_DATA = rhythmbox.applicatio
+ iradio_DATA = iradio-initial.pls
+ iradiodir = $(datadir)/rhythmbox
  
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = $(GCONF_SCHEMAS_FILE_DIR)
- schema_DATA = rhythmbox.schemas
+-@GCONF_SCHEMAS_INSTALL_TRUE@schemadir = $(GCONF_SCHEMA_FILE_DIR)
+-@GCONF_SCHEMAS_INSTALL_TRUE@schema_DATA = rhythmbox.schemas
++schemadir = $(GCONF_SCHEMA_FILE_DIR)
++schema_DATA = rhythmbox.schemas
  
- keys_DATA = rhythmbox.keys
+ EXTRA_DIST = $(server_in_files)     \
+            $(appicon_DATA)        \



Home | Main Index | Thread Index | Old Index