diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-28 19:12:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-28 19:12:18 +0000 |
commit | 7450a7749ac63a7446a823ab33b6574566517d98 (patch) | |
tree | 54b8a3954911e72697303789692bf5c6c01a852a | |
parent | Update to version 20051021, which after the original author has died now (diff) |
Update to 0.9.2.
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox-devel/distinfo | 5 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 66 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h | 10 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-sources_itunesdb.c | 22 | ||||
-rw-r--r-- | audio/rhythmbox-devel/pkg-plist | 83 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox/distinfo | 5 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-configure | 66 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h | 10 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-sources_itunesdb.c | 22 | ||||
-rw-r--r-- | audio/rhythmbox/pkg-plist | 83 |
12 files changed, 276 insertions, 102 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 6a8176530ee5..2864407072d8 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= rhythmbox -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.9.2 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 be35324bbe1f..59542bb7b78a 100644 --- a/audio/rhythmbox-devel/distinfo +++ b/audio/rhythmbox-devel/distinfo @@ -1,2 +1,3 @@ -MD5 (gnome2/rhythmbox-0.9.1.tar.bz2) = 942b204d1227f4d66e26a289ca762df2 -SIZE (gnome2/rhythmbox-0.9.1.tar.bz2) = 2314153 +MD5 (gnome2/rhythmbox-0.9.2.tar.bz2) = 533223578c9c37bd72634755b33beab7 +SHA256 (gnome2/rhythmbox-0.9.2.tar.bz2) = 08e8ee10c0dc48f293b1e58cb5babaac9bfdf2df4e12aea76824ec3c6f4d0340 +SIZE (gnome2/rhythmbox-0.9.2.tar.bz2) = 2470164 diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure index 9c31cedaaf54..088e5eaea910 100644 --- a/audio/rhythmbox-devel/files/patch-configure +++ b/audio/rhythmbox-devel/files/patch-configure @@ -1,24 +1,24 @@ ---- configure.orig Mon Oct 17 10:21:14 2005 -+++ configure Mon Oct 17 10:22:47 2005 -@@ -21603,7 +21603,7 @@ +--- configure.orig Mon Nov 28 13:42:56 2005 ++++ configure Mon Nov 28 13:44:13 2005 +@@ -22409,7 +22409,7 @@ 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 - else - enable_hal=no -@@ -21620,7 +21620,7 @@ + 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 + else + enable_hal=no +@@ -22426,7 +22426,7 @@ _ACEOF - enable_ipod=yes -- if test x$enable_hal05 == xyes; then -+ if test x$enable_hal05 = xyes; then + use_ipod=yes +- if test x$enable_hal05 == xyes; then ++ if test x$enable_hal05 = xyes; then cat >>confdefs.h <<\_ACEOF #define HAVE_HAL_0_5 1 -@@ -21887,7 +21887,7 @@ +@@ -22748,7 +22748,7 @@ RHYTHMBOX_LIBS="$RHYTHMBOX_LIBS $SOUNDSYSTEM_LIBS" @@ -27,7 +27,34 @@ # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. set dummy gst-inspect-0.8; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -22640,7 +22640,7 @@ +@@ -23002,7 +23002,7 @@ + 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 +@@ -23089,7 +23089,7 @@ + + { 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 +@@ -23156,7 +23156,7 @@ + { 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 +@@ -23811,7 +23811,7 @@ if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then @@ -36,12 +63,3 @@ fi if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"` -@@ -22977,7 +22977,7 @@ - fi - if test "x$enable_audiocd" = "xyes"; then - -- if test "x$GST_INSPECT" == "x"; then -+ if test "x$GST_INSPECT" = "x"; then - # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. - set dummy gst-inspect-0.8; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h new file mode 100644 index 000000000000..2208b3205f0d --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h @@ -0,0 +1,10 @@ +--- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 ++++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 +@@ -22,6 +22,7 @@ + #ifndef RB_PODCAST_PARSE_H + #define RB_PODCAST_PARSE_H + ++#include <inttypes.h> + #include <glib.h> + + typedef struct diff --git a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c b/audio/rhythmbox-devel/files/patch-sources_itunesdb.c deleted file mode 100644 index 6270d9f74cc1..000000000000 --- a/audio/rhythmbox-devel/files/patch-sources_itunesdb.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004 -+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004 -@@ -729,8 +729,9 @@ - gchar data[4]; - guint32 header_length, entry_length, entry_num, i=0; - time_t tt = time (NULL); -+ struct tm *tmt; - -- localtime (&tt); /* set the ext. variable 'timezone' (see below) */ -+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */ - if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break; - if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break; - header_length = get4int (plycts, 4); -@@ -768,7 +769,7 @@ - * way to do that ? - */ - if (playcount->time_played) -- playcount->time_played += __timezone; -+ playcount->time_played += tmt->tm_gmtoff; - - /* rating only exists if the entry length is at least 0x10 */ - if (entry_length >= 0x10) diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist index 0ff3e3fd9523..0efac9ebecfa 100644 --- a/audio/rhythmbox-devel/pkg-plist +++ b/audio/rhythmbox-devel/pkg-plist @@ -4,6 +4,81 @@ libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server libdata/pkgconfig/rhythmbox.pc 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%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png share/gnome/application-registry/rhythmbox.applications share/gnome/applications/rhythmbox.desktop share/gnome/help/rhythmbox/C/authors.xml @@ -82,19 +157,24 @@ share/gnome/omf/rhythmbox/rhythmbox-ja.omf share/gnome/pixmaps/rhythmbox.png share/gnome/rhythmbox/art/about-logo.png share/gnome/rhythmbox/art/rhythmbox-no-star.png +share/gnome/rhythmbox/art/rhythmbox-podcast.png share/gnome/rhythmbox/art/rhythmbox-set-star.png share/gnome/rhythmbox/art/rhythmbox-tray-icon.png share/gnome/rhythmbox/art/rhythmbox-unset-star.png +share/gnome/rhythmbox/glade/audioscrobbler-prefs.glade share/gnome/rhythmbox/glade/create-playlist.glade share/gnome/rhythmbox/glade/daap-prefs.glade share/gnome/rhythmbox/glade/druid.glade share/gnome/rhythmbox/glade/general-prefs.glade share/gnome/rhythmbox/glade/library-prefs.glade share/gnome/rhythmbox/glade/load-failure.glade +share/gnome/rhythmbox/glade/podcast-feed-properties.glade +share/gnome/rhythmbox/glade/podcast-new.glade +share/gnome/rhythmbox/glade/podcast-prefs.glade +share/gnome/rhythmbox/glade/podcast-properties.glade share/gnome/rhythmbox/glade/recorder.glade share/gnome/rhythmbox/glade/song-info-multiple.glade share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/station-new.glade share/gnome/rhythmbox/glade/station-properties.glade share/gnome/rhythmbox/glade/uri.glade share/gnome/rhythmbox/iradio-initial.pls @@ -154,6 +234,7 @@ share/locale/uk/LC_MESSAGES/rhythmbox.mo share/locale/vi/LC_MESSAGES/rhythmbox.mo share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo +@dirrm %%DOCSDIR%% @dirrm share/gnome/rhythmbox/glade @dirrm share/gnome/rhythmbox/art @dirrm share/gnome/rhythmbox diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 6a8176530ee5..2864407072d8 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,8 +7,7 @@ # PORTNAME= rhythmbox -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.9.2 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 be35324bbe1f..59542bb7b78a 100644 --- a/audio/rhythmbox/distinfo +++ b/audio/rhythmbox/distinfo @@ -1,2 +1,3 @@ -MD5 (gnome2/rhythmbox-0.9.1.tar.bz2) = 942b204d1227f4d66e26a289ca762df2 -SIZE (gnome2/rhythmbox-0.9.1.tar.bz2) = 2314153 +MD5 (gnome2/rhythmbox-0.9.2.tar.bz2) = 533223578c9c37bd72634755b33beab7 +SHA256 (gnome2/rhythmbox-0.9.2.tar.bz2) = 08e8ee10c0dc48f293b1e58cb5babaac9bfdf2df4e12aea76824ec3c6f4d0340 +SIZE (gnome2/rhythmbox-0.9.2.tar.bz2) = 2470164 diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure index 9c31cedaaf54..088e5eaea910 100644 --- a/audio/rhythmbox/files/patch-configure +++ b/audio/rhythmbox/files/patch-configure @@ -1,24 +1,24 @@ ---- configure.orig Mon Oct 17 10:21:14 2005 -+++ configure Mon Oct 17 10:22:47 2005 -@@ -21603,7 +21603,7 @@ +--- configure.orig Mon Nov 28 13:42:56 2005 ++++ configure Mon Nov 28 13:44:13 2005 +@@ -22409,7 +22409,7 @@ 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 - else - enable_hal=no -@@ -21620,7 +21620,7 @@ + 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 + else + enable_hal=no +@@ -22426,7 +22426,7 @@ _ACEOF - enable_ipod=yes -- if test x$enable_hal05 == xyes; then -+ if test x$enable_hal05 = xyes; then + use_ipod=yes +- if test x$enable_hal05 == xyes; then ++ if test x$enable_hal05 = xyes; then cat >>confdefs.h <<\_ACEOF #define HAVE_HAL_0_5 1 -@@ -21887,7 +21887,7 @@ +@@ -22748,7 +22748,7 @@ RHYTHMBOX_LIBS="$RHYTHMBOX_LIBS $SOUNDSYSTEM_LIBS" @@ -27,7 +27,34 @@ # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. set dummy gst-inspect-0.8; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -22640,7 +22640,7 @@ +@@ -23002,7 +23002,7 @@ + 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 +@@ -23089,7 +23089,7 @@ + + { 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 +@@ -23156,7 +23156,7 @@ + { 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 +@@ -23811,7 +23811,7 @@ if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then @@ -36,12 +63,3 @@ fi if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"` -@@ -22977,7 +22977,7 @@ - fi - if test "x$enable_audiocd" = "xyes"; then - -- if test "x$GST_INSPECT" == "x"; then -+ if test "x$GST_INSPECT" = "x"; then - # Extract the first word of "gst-inspect-0.8", so it can be a program name with args. - set dummy gst-inspect-0.8; ac_word=$2 - echo "$as_me:$LINENO: checking for $ac_word" >&5 diff --git a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h new file mode 100644 index 000000000000..2208b3205f0d --- /dev/null +++ b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h @@ -0,0 +1,10 @@ +--- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 ++++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 +@@ -22,6 +22,7 @@ + #ifndef RB_PODCAST_PARSE_H + #define RB_PODCAST_PARSE_H + ++#include <inttypes.h> + #include <glib.h> + + typedef struct diff --git a/audio/rhythmbox/files/patch-sources_itunesdb.c b/audio/rhythmbox/files/patch-sources_itunesdb.c deleted file mode 100644 index 6270d9f74cc1..000000000000 --- a/audio/rhythmbox/files/patch-sources_itunesdb.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004 -+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004 -@@ -729,8 +729,9 @@ - gchar data[4]; - guint32 header_length, entry_length, entry_num, i=0; - time_t tt = time (NULL); -+ struct tm *tmt; - -- localtime (&tt); /* set the ext. variable 'timezone' (see below) */ -+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */ - if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break; - if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break; - header_length = get4int (plycts, 4); -@@ -768,7 +769,7 @@ - * way to do that ? - */ - if (playcount->time_played) -- playcount->time_played += __timezone; -+ playcount->time_played += tmt->tm_gmtoff; - - /* rating only exists if the entry length is at least 0x10 */ - if (entry_length >= 0x10) diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index 0ff3e3fd9523..0efac9ebecfa 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -4,6 +4,81 @@ libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server libdata/pkgconfig/rhythmbox.pc 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%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png share/gnome/application-registry/rhythmbox.applications share/gnome/applications/rhythmbox.desktop share/gnome/help/rhythmbox/C/authors.xml @@ -82,19 +157,24 @@ share/gnome/omf/rhythmbox/rhythmbox-ja.omf share/gnome/pixmaps/rhythmbox.png share/gnome/rhythmbox/art/about-logo.png share/gnome/rhythmbox/art/rhythmbox-no-star.png +share/gnome/rhythmbox/art/rhythmbox-podcast.png share/gnome/rhythmbox/art/rhythmbox-set-star.png share/gnome/rhythmbox/art/rhythmbox-tray-icon.png share/gnome/rhythmbox/art/rhythmbox-unset-star.png +share/gnome/rhythmbox/glade/audioscrobbler-prefs.glade share/gnome/rhythmbox/glade/create-playlist.glade share/gnome/rhythmbox/glade/daap-prefs.glade share/gnome/rhythmbox/glade/druid.glade share/gnome/rhythmbox/glade/general-prefs.glade share/gnome/rhythmbox/glade/library-prefs.glade share/gnome/rhythmbox/glade/load-failure.glade +share/gnome/rhythmbox/glade/podcast-feed-properties.glade +share/gnome/rhythmbox/glade/podcast-new.glade +share/gnome/rhythmbox/glade/podcast-prefs.glade +share/gnome/rhythmbox/glade/podcast-properties.glade share/gnome/rhythmbox/glade/recorder.glade share/gnome/rhythmbox/glade/song-info-multiple.glade share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/station-new.glade share/gnome/rhythmbox/glade/station-properties.glade share/gnome/rhythmbox/glade/uri.glade share/gnome/rhythmbox/iradio-initial.pls @@ -154,6 +234,7 @@ share/locale/uk/LC_MESSAGES/rhythmbox.mo share/locale/vi/LC_MESSAGES/rhythmbox.mo share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo +@dirrm %%DOCSDIR%% @dirrm share/gnome/rhythmbox/glade @dirrm share/gnome/rhythmbox/art @dirrm share/gnome/rhythmbox |