summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/rhythmbox-devel/Makefile6
-rw-r--r--audio/rhythmbox-devel/distinfo6
-rw-r--r--audio/rhythmbox-devel/files/patch-configure73
-rw-r--r--audio/rhythmbox-devel/files/patch-metadata_rb-metadata-dbus-client.c10
-rw-r--r--audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py10
-rw-r--r--audio/rhythmbox-devel/files/patch-rhythmdb_rhythmdb-query-model.c13
-rw-r--r--audio/rhythmbox-devel/pkg-plist77
-rw-r--r--audio/rhythmbox/Makefile6
-rw-r--r--audio/rhythmbox/distinfo6
-rw-r--r--audio/rhythmbox/files/patch-configure73
-rw-r--r--audio/rhythmbox/files/patch-metadata_rb-metadata-dbus-client.c10
-rw-r--r--audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py10
-rw-r--r--audio/rhythmbox/files/patch-rhythmdb_rhythmdb-query-model.c13
-rw-r--r--audio/rhythmbox/pkg-plist77
14 files changed, 166 insertions, 224 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 78a3553fb..f308c75e5 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.52 2006/04/19 21:35:48 ahze Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.53 2006/04/22 03:17:47 marcus Exp $
#
PORTNAME= rhythmbox
-PORTVERSION= 0.9.4
-PORTREVISION= 2
+PORTVERSION= 0.9.4.1
+PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo
index ec5c6718d..1cbc52dd8 100644
--- a/audio/rhythmbox-devel/distinfo
+++ b/audio/rhythmbox-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/rhythmbox-0.9.4.tar.bz2) = 0d335864738d6de0d0e6acc2964f8bc4
-SHA256 (gnome2/rhythmbox-0.9.4.tar.bz2) = 1318d7bb28a8b60a5342eb12995c6b802d88e3d0db62a90a72af59f21e13947b
-SIZE (gnome2/rhythmbox-0.9.4.tar.bz2) = 2005808
+MD5 (gnome2/rhythmbox-0.9.4.1.tar.bz2) = d725eb7134d1997efe28285715ebc05e
+SHA256 (gnome2/rhythmbox-0.9.4.1.tar.bz2) = 2d2305d575c7cc3a366ea9075efcb23b215da49b82b5b81ad3f8649a6cca80f6
+SIZE (gnome2/rhythmbox-0.9.4.1.tar.bz2) = 2155482
diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure
deleted file mode 100644
index 17a15a5f1..000000000
--- a/audio/rhythmbox-devel/files/patch-configure
+++ /dev/null
@@ -1,73 +0,0 @@
---- configure.orig Mon Apr 17 03:03:22 2006
-+++ configure Mon Apr 17 03:04:12 2006
-@@ -21375,14 +21375,14 @@ echo "${ECHO_T}yes" >&6
- enable_hal02=yes
- fi
- fi
-- if test x$enable_hal05 == xyes || test x$enable_hal02 == xyes; then
-+ if test x$enable_hal05 = xyes || test x$enable_hal02 = xyes; then
- enable_hal=yes
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL 1
- _ACEOF
-
-- if test x$enable_hal05 == xyes; then
-+ if test x$enable_hal05 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL_0_5 1
-@@ -22104,7 +22104,7 @@ echo "${ECHO_T}yes" >&6
- have_gnome_media_profiles=yes
- fi
-
-- if test x$have_gnome_media_profiles == xno; then
-+ if test x$have_gnome_media_profiles = xno; then
- { { echo "$as_me:$LINENO: error: Track transfer support explicitly requested but gnome-media-profiles not found." >&5
- echo "$as_me: error: Track transfer support explicitly requested but gnome-media-profiles not found." >&2;}
- { (exit 1); exit 1; }; }
-@@ -22311,7 +22311,7 @@ echo "${ECHO_T}yes" >&6
- have_avahi_05=yes
- fi
- fi
--if test x$have_avahi_06 == xyes || test x$have_avahi_05 == xyes; then
-+if test x$have_avahi_06 = xyes || test x$have_avahi_05 = xyes; then
- have_avahi=yes
- else
- have_avahi=no
-@@ -22399,7 +22399,7 @@ _ACEOF
- use_avahi=yes
- { echo "$as_me:$LINENO: Detected Avahi, using it for mDNS/DNS-SD" >&5
- echo "$as_me: Detected Avahi, using it for mDNS/DNS-SD" >&6;}
-- if test x$have_avahi_06 == xyes; then
-+ if test x$have_avahi_06 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_AVAHI_0_6 1
-@@ -22468,7 +22468,7 @@ _ACEOF
- { echo "$as_me:$LINENO: Using Avahi for mDNS/DNS-SD" >&5
- echo "$as_me: Using Avahi for mDNS/DNS-SD" >&6;}
-
-- if test x$have_avahi_06 == xyes; then
-+ if test x$have_avahi_06 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_AVAHI_0_6 1
-@@ -23289,7 +23289,7 @@ fi
-
-
- if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then
-- CFLAGS=$CFLAGS -I`echo $x_includes | sed -e "s/:/ -I/g"`
-+ CFLAGS=$CFLAGS\ -I`echo $x_includes | sed -e "s/:/ -I/g"`
- fi
- if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then
- LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"`
-@@ -26298,7 +26298,7 @@ if test "${with_internal_libsexy+set}" =
- else
- with_internal_libsexy=no
- fi;
--if test "x$with_internal_libsexy" == "xno"; then
-+if test "x$with_internal_libsexy" = "xno"; then
-
- pkg_failed=no
- echo "$as_me:$LINENO: checking for LIBSEXY" >&5
diff --git a/audio/rhythmbox-devel/files/patch-metadata_rb-metadata-dbus-client.c b/audio/rhythmbox-devel/files/patch-metadata_rb-metadata-dbus-client.c
deleted file mode 100644
index 12a66019d..000000000
--- a/audio/rhythmbox-devel/files/patch-metadata_rb-metadata-dbus-client.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- metadata/rb-metadata-dbus-client.c.orig Mon Apr 17 03:08:10 2006
-+++ metadata/rb-metadata-dbus-client.c Mon Apr 17 03:08:25 2006
-@@ -53,6 +53,7 @@
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/wait.h>
-+#include <signal.h>
- #include <string.h>
- #include <stdlib.h>
-
diff --git a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py
deleted file mode 100644
index c0ae9e0a9..000000000
--- a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/pythonconsole/pythonconsole.py.orig Wed Apr 19 17:24:43 2006
-+++ plugins/pythonconsole/pythonconsole.py Wed Apr 19 17:24:53 2006
-@@ -31,6 +31,7 @@
- import gobject
- import gtk
- import pango
-+import rhythmdb
- from gettext import gettext as _
- import rb
-
diff --git a/audio/rhythmbox-devel/files/patch-rhythmdb_rhythmdb-query-model.c b/audio/rhythmbox-devel/files/patch-rhythmdb_rhythmdb-query-model.c
deleted file mode 100644
index 18c4cc672..000000000
--- a/audio/rhythmbox-devel/files/patch-rhythmdb_rhythmdb-query-model.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- rhythmdb/rhythmdb-query-model.c.orig Mon Apr 17 03:09:23 2006
-+++ rhythmdb/rhythmdb-query-model.c Mon Apr 17 03:09:35 2006
-@@ -2191,8 +2191,8 @@ rhythmdb_query_model_album_sort_func (Rh
- {
- const char *a_val;
- const char *b_val;
-- ulong a_num;
-- ulong b_num;
-+ gulong a_num;
-+ gulong b_num;
- gint ret;
-
- /* Sort by album name */
diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist
index c9b4d4321..8a16fb325 100644
--- a/audio/rhythmbox-devel/pkg-plist
+++ b/audio/rhythmbox-devel/pkg-plist
@@ -15,6 +15,82 @@ libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server
libdata/pkgconfig/rhythmbox.pc
libexec/rhythmbox-metadata
share/dbus-1/services/org.gnome.Rhythmbox.service
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/ch02.html
+%%DOCSDIR%%/ch03.html
+%%DOCSDIR%%/ch04.html
+%%DOCSDIR%%/ch05.html
+%%DOCSDIR%%/ch06.html
+%%DOCSDIR%%/ch07.html
+%%DOCSDIR%%/ch08.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/rhythmbox-RBCellRendererPixbuf.html
+%%DOCSDIR%%/rhythmbox-RBSource.html
+%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html
+%%DOCSDIR%%/rhythmbox-rb-cell-renderer-rating.html
+%%DOCSDIR%%/rhythmbox-rb-debug.html
+%%DOCSDIR%%/rhythmbox-rb-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-druid.html
+%%DOCSDIR%%/rhythmbox-rb-entry-view.html
+%%DOCSDIR%%/rhythmbox-rb-enums.html
+%%DOCSDIR%%/rhythmbox-rb-file-helpers.html
+%%DOCSDIR%%/rhythmbox-rb-glade-helpers.html
+%%DOCSDIR%%/rhythmbox-rb-header.html
+%%DOCSDIR%%/rhythmbox-rb-history.html
+%%DOCSDIR%%/rhythmbox-rb-iradio-source.html
+%%DOCSDIR%%/rhythmbox-rb-library-source.html
+%%DOCSDIR%%/rhythmbox-rb-load-failure-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-metadata.html
+%%DOCSDIR%%/rhythmbox-rb-new-station-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-linear-loop.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-linear.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age-and-rating.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-rating.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-equal-weights.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-shuffle.html
+%%DOCSDIR%%/rhythmbox-rb-play-order.html
+%%DOCSDIR%%/rhythmbox-rb-player.html
+%%DOCSDIR%%/rhythmbox-rb-playlist-manager.html
+%%DOCSDIR%%/rhythmbox-rb-playlist-source-recorder.html
+%%DOCSDIR%%/rhythmbox-rb-playlist-source.html
+%%DOCSDIR%%/rhythmbox-rb-preferences.html
+%%DOCSDIR%%/rhythmbox-rb-property-view.html
+%%DOCSDIR%%/rhythmbox-rb-query-creator.html
+%%DOCSDIR%%/rhythmbox-rb-rating-helper.html
+%%DOCSDIR%%/rhythmbox-rb-rating.html
+%%DOCSDIR%%/rhythmbox-rb-recorder.html
+%%DOCSDIR%%/rhythmbox-rb-search-entry.html
+%%DOCSDIR%%/rhythmbox-rb-shell-clipboard.html
+%%DOCSDIR%%/rhythmbox-rb-shell-player.html
+%%DOCSDIR%%/rhythmbox-rb-shell-preferences.html
+%%DOCSDIR%%/rhythmbox-rb-shell.html
+%%DOCSDIR%%/rhythmbox-rb-song-display-box.html
+%%DOCSDIR%%/rhythmbox-rb-song-info.html
+%%DOCSDIR%%/rhythmbox-rb-source-header.html
+%%DOCSDIR%%/rhythmbox-rb-sourcelist-model.html
+%%DOCSDIR%%/rhythmbox-rb-sourcelist.html
+%%DOCSDIR%%/rhythmbox-rb-station-properties-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-statusbar.html
+%%DOCSDIR%%/rhythmbox-rb-stock-icons.html
+%%DOCSDIR%%/rhythmbox-rb-string-helpers.html
+%%DOCSDIR%%/rhythmbox-rb-tray-icon.html
+%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html
+%%DOCSDIR%%/rhythmbox-rb-tree-model-sort.html
+%%DOCSDIR%%/rhythmbox-rb-util.html
+%%DOCSDIR%%/rhythmbox-rhythmdb-property-model.html
+%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html
+%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html
+%%DOCSDIR%%/rhythmbox-rhythmdb.html
+%%DOCSDIR%%/rhythmbox.devhelp
+%%DOCSDIR%%/rhythmbox.devhelp2
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
share/gnome/application-registry/rhythmbox.applications
share/gnome/applications/rhythmbox.desktop
share/gnome/help/rhythmbox/C/fdl-appendix.xml
@@ -181,5 +257,6 @@ share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
@dirrm share/gnome/help/rhythmbox/C/figures
@dirrm share/gnome/help/rhythmbox/C
@dirrm share/gnome/help/rhythmbox
+@dirrm %%DOCSDIR%%
@dirrm lib/rhythmbox/plugins
@dirrm lib/rhythmbox
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 78a3553fb..f308c75e5 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.52 2006/04/19 21:35:48 ahze Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.53 2006/04/22 03:17:47 marcus Exp $
#
PORTNAME= rhythmbox
-PORTVERSION= 0.9.4
-PORTREVISION= 2
+PORTVERSION= 0.9.4.1
+PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo
index ec5c6718d..1cbc52dd8 100644
--- a/audio/rhythmbox/distinfo
+++ b/audio/rhythmbox/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/rhythmbox-0.9.4.tar.bz2) = 0d335864738d6de0d0e6acc2964f8bc4
-SHA256 (gnome2/rhythmbox-0.9.4.tar.bz2) = 1318d7bb28a8b60a5342eb12995c6b802d88e3d0db62a90a72af59f21e13947b
-SIZE (gnome2/rhythmbox-0.9.4.tar.bz2) = 2005808
+MD5 (gnome2/rhythmbox-0.9.4.1.tar.bz2) = d725eb7134d1997efe28285715ebc05e
+SHA256 (gnome2/rhythmbox-0.9.4.1.tar.bz2) = 2d2305d575c7cc3a366ea9075efcb23b215da49b82b5b81ad3f8649a6cca80f6
+SIZE (gnome2/rhythmbox-0.9.4.1.tar.bz2) = 2155482
diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure
deleted file mode 100644
index 17a15a5f1..000000000
--- a/audio/rhythmbox/files/patch-configure
+++ /dev/null
@@ -1,73 +0,0 @@
---- configure.orig Mon Apr 17 03:03:22 2006
-+++ configure Mon Apr 17 03:04:12 2006
-@@ -21375,14 +21375,14 @@ echo "${ECHO_T}yes" >&6
- enable_hal02=yes
- fi
- fi
-- if test x$enable_hal05 == xyes || test x$enable_hal02 == xyes; then
-+ if test x$enable_hal05 = xyes || test x$enable_hal02 = xyes; then
- enable_hal=yes
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL 1
- _ACEOF
-
-- if test x$enable_hal05 == xyes; then
-+ if test x$enable_hal05 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL_0_5 1
-@@ -22104,7 +22104,7 @@ echo "${ECHO_T}yes" >&6
- have_gnome_media_profiles=yes
- fi
-
-- if test x$have_gnome_media_profiles == xno; then
-+ if test x$have_gnome_media_profiles = xno; then
- { { echo "$as_me:$LINENO: error: Track transfer support explicitly requested but gnome-media-profiles not found." >&5
- echo "$as_me: error: Track transfer support explicitly requested but gnome-media-profiles not found." >&2;}
- { (exit 1); exit 1; }; }
-@@ -22311,7 +22311,7 @@ echo "${ECHO_T}yes" >&6
- have_avahi_05=yes
- fi
- fi
--if test x$have_avahi_06 == xyes || test x$have_avahi_05 == xyes; then
-+if test x$have_avahi_06 = xyes || test x$have_avahi_05 = xyes; then
- have_avahi=yes
- else
- have_avahi=no
-@@ -22399,7 +22399,7 @@ _ACEOF
- use_avahi=yes
- { echo "$as_me:$LINENO: Detected Avahi, using it for mDNS/DNS-SD" >&5
- echo "$as_me: Detected Avahi, using it for mDNS/DNS-SD" >&6;}
-- if test x$have_avahi_06 == xyes; then
-+ if test x$have_avahi_06 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_AVAHI_0_6 1
-@@ -22468,7 +22468,7 @@ _ACEOF
- { echo "$as_me:$LINENO: Using Avahi for mDNS/DNS-SD" >&5
- echo "$as_me: Using Avahi for mDNS/DNS-SD" >&6;}
-
-- if test x$have_avahi_06 == xyes; then
-+ if test x$have_avahi_06 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_AVAHI_0_6 1
-@@ -23289,7 +23289,7 @@ fi
-
-
- if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then
-- CFLAGS=$CFLAGS -I`echo $x_includes | sed -e "s/:/ -I/g"`
-+ CFLAGS=$CFLAGS\ -I`echo $x_includes | sed -e "s/:/ -I/g"`
- fi
- if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then
- LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"`
-@@ -26298,7 +26298,7 @@ if test "${with_internal_libsexy+set}" =
- else
- with_internal_libsexy=no
- fi;
--if test "x$with_internal_libsexy" == "xno"; then
-+if test "x$with_internal_libsexy" = "xno"; then
-
- pkg_failed=no
- echo "$as_me:$LINENO: checking for LIBSEXY" >&5
diff --git a/audio/rhythmbox/files/patch-metadata_rb-metadata-dbus-client.c b/audio/rhythmbox/files/patch-metadata_rb-metadata-dbus-client.c
deleted file mode 100644
index 12a66019d..000000000
--- a/audio/rhythmbox/files/patch-metadata_rb-metadata-dbus-client.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- metadata/rb-metadata-dbus-client.c.orig Mon Apr 17 03:08:10 2006
-+++ metadata/rb-metadata-dbus-client.c Mon Apr 17 03:08:25 2006
-@@ -53,6 +53,7 @@
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/wait.h>
-+#include <signal.h>
- #include <string.h>
- #include <stdlib.h>
-
diff --git a/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py
deleted file mode 100644
index c0ae9e0a9..000000000
--- a/audio/rhythmbox/files/patch-plugins_pythonconsole_pythonconsole.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/pythonconsole/pythonconsole.py.orig Wed Apr 19 17:24:43 2006
-+++ plugins/pythonconsole/pythonconsole.py Wed Apr 19 17:24:53 2006
-@@ -31,6 +31,7 @@
- import gobject
- import gtk
- import pango
-+import rhythmdb
- from gettext import gettext as _
- import rb
-
diff --git a/audio/rhythmbox/files/patch-rhythmdb_rhythmdb-query-model.c b/audio/rhythmbox/files/patch-rhythmdb_rhythmdb-query-model.c
deleted file mode 100644
index 18c4cc672..000000000
--- a/audio/rhythmbox/files/patch-rhythmdb_rhythmdb-query-model.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- rhythmdb/rhythmdb-query-model.c.orig Mon Apr 17 03:09:23 2006
-+++ rhythmdb/rhythmdb-query-model.c Mon Apr 17 03:09:35 2006
-@@ -2191,8 +2191,8 @@ rhythmdb_query_model_album_sort_func (Rh
- {
- const char *a_val;
- const char *b_val;
-- ulong a_num;
-- ulong b_num;
-+ gulong a_num;
-+ gulong b_num;
- gint ret;
-
- /* Sort by album name */
diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist
index c9b4d4321..8a16fb325 100644
--- a/audio/rhythmbox/pkg-plist
+++ b/audio/rhythmbox/pkg-plist
@@ -15,6 +15,82 @@ libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server
libdata/pkgconfig/rhythmbox.pc
libexec/rhythmbox-metadata
share/dbus-1/services/org.gnome.Rhythmbox.service
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/ch02.html
+%%DOCSDIR%%/ch03.html
+%%DOCSDIR%%/ch04.html
+%%DOCSDIR%%/ch05.html
+%%DOCSDIR%%/ch06.html
+%%DOCSDIR%%/ch07.html
+%%DOCSDIR%%/ch08.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/rhythmbox-RBCellRendererPixbuf.html
+%%DOCSDIR%%/rhythmbox-RBSource.html
+%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html
+%%DOCSDIR%%/rhythmbox-rb-cell-renderer-rating.html
+%%DOCSDIR%%/rhythmbox-rb-debug.html
+%%DOCSDIR%%/rhythmbox-rb-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-druid.html
+%%DOCSDIR%%/rhythmbox-rb-entry-view.html
+%%DOCSDIR%%/rhythmbox-rb-enums.html
+%%DOCSDIR%%/rhythmbox-rb-file-helpers.html
+%%DOCSDIR%%/rhythmbox-rb-glade-helpers.html
+%%DOCSDIR%%/rhythmbox-rb-header.html
+%%DOCSDIR%%/rhythmbox-rb-history.html
+%%DOCSDIR%%/rhythmbox-rb-iradio-source.html
+%%DOCSDIR%%/rhythmbox-rb-library-source.html
+%%DOCSDIR%%/rhythmbox-rb-load-failure-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-metadata.html
+%%DOCSDIR%%/rhythmbox-rb-new-station-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-linear-loop.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-linear.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age-and-rating.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-rating.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random-equal-weights.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-random.html
+%%DOCSDIR%%/rhythmbox-rb-play-order-shuffle.html
+%%DOCSDIR%%/rhythmbox-rb-play-order.html
+%%DOCSDIR%%/rhythmbox-rb-player.html
+%%DOCSDIR%%/rhythmbox-rb-playlist-manager.html
+%%DOCSDIR%%/rhythmbox-rb-playlist-source-recorder.html
+%%DOCSDIR%%/rhythmbox-rb-playlist-source.html
+%%DOCSDIR%%/rhythmbox-rb-preferences.html
+%%DOCSDIR%%/rhythmbox-rb-property-view.html
+%%DOCSDIR%%/rhythmbox-rb-query-creator.html
+%%DOCSDIR%%/rhythmbox-rb-rating-helper.html
+%%DOCSDIR%%/rhythmbox-rb-rating.html
+%%DOCSDIR%%/rhythmbox-rb-recorder.html
+%%DOCSDIR%%/rhythmbox-rb-search-entry.html
+%%DOCSDIR%%/rhythmbox-rb-shell-clipboard.html
+%%DOCSDIR%%/rhythmbox-rb-shell-player.html
+%%DOCSDIR%%/rhythmbox-rb-shell-preferences.html
+%%DOCSDIR%%/rhythmbox-rb-shell.html
+%%DOCSDIR%%/rhythmbox-rb-song-display-box.html
+%%DOCSDIR%%/rhythmbox-rb-song-info.html
+%%DOCSDIR%%/rhythmbox-rb-source-header.html
+%%DOCSDIR%%/rhythmbox-rb-sourcelist-model.html
+%%DOCSDIR%%/rhythmbox-rb-sourcelist.html
+%%DOCSDIR%%/rhythmbox-rb-station-properties-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-statusbar.html
+%%DOCSDIR%%/rhythmbox-rb-stock-icons.html
+%%DOCSDIR%%/rhythmbox-rb-string-helpers.html
+%%DOCSDIR%%/rhythmbox-rb-tray-icon.html
+%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html
+%%DOCSDIR%%/rhythmbox-rb-tree-model-sort.html
+%%DOCSDIR%%/rhythmbox-rb-util.html
+%%DOCSDIR%%/rhythmbox-rhythmdb-property-model.html
+%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html
+%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html
+%%DOCSDIR%%/rhythmbox-rhythmdb.html
+%%DOCSDIR%%/rhythmbox.devhelp
+%%DOCSDIR%%/rhythmbox.devhelp2
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
share/gnome/application-registry/rhythmbox.applications
share/gnome/applications/rhythmbox.desktop
share/gnome/help/rhythmbox/C/fdl-appendix.xml
@@ -181,5 +257,6 @@ share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
@dirrm share/gnome/help/rhythmbox/C/figures
@dirrm share/gnome/help/rhythmbox/C
@dirrm share/gnome/help/rhythmbox
+@dirrm %%DOCSDIR%%
@dirrm lib/rhythmbox/plugins
@dirrm lib/rhythmbox