- unbreak (after libsoup update) by upgrading to version 0.11.5
breakage reported by naddy@
This commit is contained in:
parent
7b22162fa2
commit
007fc1c9c6
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2008/06/02 14:10:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= music management application for GNOME
|
||||
|
||||
GNOME_PROJECT= rhythmbox
|
||||
GNOME_VERSION= 0.10.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
GNOME_VERSION= 0.11.5
|
||||
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
|
||||
CATEGORIES= audio
|
||||
|
||||
@ -19,15 +18,17 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender art_lgpl_2 asn1 atk-1.0 audiofile bonobo-2 \
|
||||
bonobo-activation bonoboui-2 c cairo camel-1.2 com_err \
|
||||
crypto db dbus-1 dbus-glib-1 edataserver-1.2 esd expat \
|
||||
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring \
|
||||
gnomecanvas-2 gnomevfs-2 gobject-2.0 gssapi gstbase-0.10 \
|
||||
gstinterfaces-0.10 gstreamer-0.10 gthread-2.0 gtk-x11-2.0 \
|
||||
jpeg krb5 m neon nspr4 nss3 pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre plc4 plds4 png popt pthread smime3 \
|
||||
softokn3 soup-2.2 ssl ssl3 util xml2 z
|
||||
bonobo-activation bonoboui-2 c cairo com_err crypto db \
|
||||
dbus-1 dbus-glib-1 esd expat fontconfig freetype \
|
||||
gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
|
||||
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 \
|
||||
gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0 \
|
||||
gssapi gstbase-0.10 gstcontroller-0.10 \
|
||||
gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 \
|
||||
gthread-2.0 gtk-x11-2.0 jpeg krb5 m neon nspr4 nss3 \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
||||
plc4 plds4 png popt pthread smime3 softokn3 soup-2.4 \
|
||||
ssl ssl3 util xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
@ -38,7 +39,8 @@ LIB_DEPENDS= musicbrainz3::audio/libmusicbrainz \
|
||||
gnomeui-2::x11/gnome/libgnomeui \
|
||||
gnome-media-profiles::x11/gnome/media \
|
||||
totem-plparser::x11/gnome/totem-pl-parser \
|
||||
sexy::x11/libsexy
|
||||
sexy::x11/libsexy \
|
||||
camel-1.2.>=10,edataserver-1.2::databases/evolution-data-server
|
||||
RUN_DEPENDS= :gstreamer-plugins-base->=0.10.19:multimedia/gstreamer-0.10/plugins-base,-gnome \
|
||||
:gstreamer-plugins-base->=0.10.19:multimedia/gstreamer-0.10/plugins-base,-ogg \
|
||||
:gstreamer-plugins-base->=0.10.19:multimedia/gstreamer-0.10/plugins-base,-vorbis \
|
||||
@ -61,6 +63,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-metadata-helper \
|
||||
--disable-scrollkeeper \
|
||||
--disable-python \
|
||||
--disable-daap \
|
||||
--disable-ipod-writing \
|
||||
--without-cd-burning \
|
||||
--without-hal \
|
||||
--without-mdns \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (rhythmbox-0.10.1.tar.bz2) = arUQ1UZU0pc/kbXQ3lT4VA==
|
||||
RMD160 (rhythmbox-0.10.1.tar.bz2) = sv38SKupV2I8oUHUXo4SkaVWu/c=
|
||||
SHA1 (rhythmbox-0.10.1.tar.bz2) = 7SDVKMJMFEei9Fl/M0zXRGYTnS4=
|
||||
SHA256 (rhythmbox-0.10.1.tar.bz2) = owMHZHepp7aiJmE6bztD9GQc6Xc1fJqpZSky3AubvRY=
|
||||
SIZE (rhythmbox-0.10.1.tar.bz2) = 3408309
|
||||
MD5 (rhythmbox-0.11.5.tar.bz2) = lnRA3ZhOxyTn55ktW9V7vQ==
|
||||
RMD160 (rhythmbox-0.11.5.tar.bz2) = Xfv1LSbJP5kKAqp2mDQKkfkjRVI=
|
||||
SHA1 (rhythmbox-0.11.5.tar.bz2) = zOwlI/Om83Rr8QkVWIGbYC90EU8=
|
||||
SHA256 (rhythmbox-0.11.5.tar.bz2) = Jun9BAvNBM+dmLzP1D/dRDjK2aHLxHi9uD3Xs8NlTzU=
|
||||
SIZE (rhythmbox-0.11.5.tar.bz2) = 4485762
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-bindings_python_Makefile_in,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- bindings/python/Makefile.in.orig Mon May 28 07:18:14 2007
|
||||
+++ bindings/python/Makefile.in Tue May 13 12:22:47 2008
|
||||
@@ -323,7 +323,8 @@ rb_la_LDFLAGS = \
|
||||
$OpenBSD: patch-bindings_python_Makefile_in,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- bindings/python/Makefile.in.orig Sat Mar 15 23:55:09 2008
|
||||
+++ bindings/python/Makefile.in Sun Jun 8 19:59:15 2008
|
||||
@@ -327,7 +327,8 @@ rb_la_LDFLAGS = \
|
||||
rb_la_LIBADD = \
|
||||
$(PYTHON_LIBS) \
|
||||
$(PYTHON_EXTRA_LIBS) \
|
||||
@ -9,5 +9,5 @@ $OpenBSD: patch-bindings_python_Makefile_in,v 1.1 2008/05/14 09:41:56 jasper Exp
|
||||
+ $(PYGTK_LIBS) \
|
||||
+ $(top_srcdir)/sources/libsources.la
|
||||
|
||||
|
||||
rb_la_CFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- configure.ac.orig Tue May 13 13:58:27 2008
|
||||
+++ configure.ac Tue May 13 13:59:53 2008
|
||||
@@ -507,7 +507,7 @@ dnl check for MusicBrainz
|
||||
$OpenBSD: patch-configure_ac,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- configure.ac.orig Sun Jun 8 19:52:34 2008
|
||||
+++ configure.ac Sun Jun 8 19:52:44 2008
|
||||
@@ -512,7 +512,7 @@ dnl check for MusicBrainz
|
||||
AC_ARG_ENABLE(musicbrainz, AC_HELP_STRING([--disable-musicbrainz],
|
||||
[don't build with MusicBrainz support]))
|
||||
if test x"$enable_musicbrainz" != "xno"; then
|
||||
- PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz >= 2.1.0, enable_musicbrainz=yes,
|
||||
+ PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz3 >= 2.1.0, enable_musicbrainz=yes,
|
||||
- PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz >= $MUSICBRAINZ_REQS,
|
||||
+ PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz3 >= $MUSICBRAINZ_REQS,
|
||||
enable_musicbrainz=yes,
|
||||
enable_musicbrainz=no)
|
||||
fi
|
||||
if test x"$enable_musicbrainz" = xyes; then
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-metadata_test-metadata_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- metadata/test-metadata.c.orig Tue May 13 12:19:22 2008
|
||||
+++ metadata/test-metadata.c Tue May 13 12:19:39 2008
|
||||
@@ -81,7 +81,7 @@ load_metadata_cb (gpointer file)
|
||||
$OpenBSD: patch-metadata_test-metadata_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- metadata/test-metadata.c.orig Sun Jun 8 19:53:36 2008
|
||||
+++ metadata/test-metadata.c Sun Jun 8 19:53:52 2008
|
||||
@@ -83,7 +83,7 @@ load_metadata_cb (gpointer file)
|
||||
if (uri[0] == '/') {
|
||||
uri = g_strdup_printf ("file://%s", uri);
|
||||
uri = g_filename_to_uri (uri, NULL, NULL);
|
||||
} else {
|
||||
- char buf[600];
|
||||
+ char buf[1024];
|
||||
if (getcwd (buf, sizeof (buf)) != NULL)
|
||||
uri = g_strdup_printf ("file://%s/%s", buf, uri);
|
||||
}
|
||||
if (getcwd (buf, sizeof (buf)) != NULL) {
|
||||
char *filename;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Mon May 28 07:23:44 2007
|
||||
+++ plugins/audioscrobbler/rb-audioscrobbler.c Tue May 13 12:22:47 2008
|
||||
@@ -689,7 +689,7 @@ rb_audioscrobbler_do_handshake (RBAudioscrobbler *audi
|
||||
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Thu Feb 28 12:16:39 2008
|
||||
+++ plugins/audioscrobbler/rb-audioscrobbler.c Sun Jun 8 19:59:11 2008
|
||||
@@ -865,7 +865,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
|
||||
}
|
||||
|
||||
if (time (NULL) < audioscrobbler->priv->handshake_next) {
|
||||
@ -9,13 +9,13 @@ $OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.1 2008/05/14 09:4
|
||||
+ rb_debug ("Too soon; time=%d, handshake_next=%d",
|
||||
time (NULL),
|
||||
audioscrobbler->priv->handshake_next);
|
||||
return;
|
||||
@@ -788,7 +788,7 @@ rb_audioscrobbler_submit_queue (RBAudioscrobbler *audi
|
||||
return FALSE;
|
||||
@@ -980,7 +980,7 @@ rb_audioscrobbler_build_authentication_data (RBAudiosc
|
||||
|
||||
time(&now);
|
||||
if (now < audioscrobbler->priv->submit_next) {
|
||||
- rb_debug ("Too soon (next submission in %ld seconds)",
|
||||
+ rb_debug ("Too soon (next submission in %d seconds)",
|
||||
audioscrobbler->priv->submit_next - now);
|
||||
return;
|
||||
return NULL;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- plugins/daap/rb-daap-src.c.orig Fri Mar 2 01:16:17 2007
|
||||
+++ plugins/daap/rb-daap-src.c Tue May 13 12:22:48 2008
|
||||
@@ -455,7 +455,7 @@ rb_daap_src_write (RBDAAPSrc *src, const guchar *buf,
|
||||
$OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- plugins/daap/rb-daap-src.c.orig Thu Feb 28 12:16:39 2008
|
||||
+++ plugins/daap/rb-daap-src.c Sun Jun 8 19:59:11 2008
|
||||
@@ -290,7 +290,7 @@ rb_daap_src_write (RBDAAPSrc *src, const guchar *buf,
|
||||
bytes_written += wrote;
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.1 2008/05/14 09:41:56 jasper Exp
|
||||
return bytes_written;
|
||||
}
|
||||
|
||||
@@ -469,7 +469,7 @@ rb_daap_src_read (RBDAAPSrc *src, guchar *buf, size_t
|
||||
@@ -304,7 +304,7 @@ rb_daap_src_read (RBDAAPSrc *src, guchar *buf, size_t
|
||||
if (bytes_read > src->buffer_size)
|
||||
bytes_read = src->buffer_size;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.1 2008/05/14 09:41:56 jasper Exp
|
||||
memcpy (buf, src->buffer, bytes_read);
|
||||
src->buffer += bytes_read;
|
||||
src->buffer_size -= bytes_read;
|
||||
@@ -493,7 +493,7 @@ rb_daap_src_read (RBDAAPSrc *src, guchar *buf, size_t
|
||||
@@ -328,7 +328,7 @@ rb_daap_src_read (RBDAAPSrc *src, guchar *buf, size_t
|
||||
bytes_read += ret;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.1 2008/05/14 09:41:56 jasper Exp
|
||||
return bytes_read;
|
||||
}
|
||||
|
||||
@@ -545,7 +545,7 @@ rb_daap_src_read_chunk_size (RBDAAPSrc *src, gboolean
|
||||
@@ -380,7 +380,7 @@ rb_daap_src_read_chunk_size (RBDAAPSrc *src, gboolean
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@ -37,9 +37,9 @@ $OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.1 2008/05/14 09:41:56 jasper Exp
|
||||
return TRUE;
|
||||
} else if (isxdigit (ch)) {
|
||||
chunk_buf[i++] = ch;
|
||||
@@ -953,7 +953,7 @@ rb_daap_src_create (GstPushSrc *psrc, GstBuffer **outb
|
||||
@@ -725,7 +725,7 @@ rb_daap_src_create (GstPushSrc *psrc, GstBuffer **outb
|
||||
|
||||
buf = gst_buffer_new_and_alloc (readsize);
|
||||
#endif
|
||||
|
||||
- GST_LOG_OBJECT (src, "Reading %d bytes", readsize);
|
||||
+ GST_LOG_OBJECT (src, "Reading %zu bytes", readsize);
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-shell_main_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- shell/main.c.orig Tue May 13 13:08:26 2008
|
||||
+++ shell/main.c Tue May 13 13:09:35 2008
|
||||
@@ -381,7 +381,9 @@ main (int argc, char **argv)
|
||||
} else {
|
||||
|
||||
rb_profile_start ("mainloop");
|
||||
$OpenBSD: patch-shell_main_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- shell/main.c.orig Sat Oct 20 03:31:12 2007
|
||||
+++ shell/main.c Sun Jun 8 19:55:04 2008
|
||||
@@ -324,7 +324,9 @@ main (int argc, char **argv)
|
||||
#ifdef ENABLE_PYTHON
|
||||
pyg_begin_allow_threads;
|
||||
#endif
|
||||
+ GDK_THREADS_ENTER ();
|
||||
gtk_main ();
|
||||
+ GDK_THREADS_LEAVE ();
|
||||
rb_profile_end ("mainloop");
|
||||
|
||||
rb_debug ("out of toplevel loop");
|
||||
#ifdef ENABLE_PYTHON
|
||||
pyg_end_allow_threads;
|
||||
#endif
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-shell_rb-shell-player_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- shell/rb-shell-player.c.orig Tue May 13 13:10:36 2008
|
||||
+++ shell/rb-shell-player.c Tue May 13 13:12:43 2008
|
||||
@@ -570,10 +570,8 @@ rb_shell_player_open_playlist_url (RBShellPlayer *play
|
||||
rb_player_play (player->priv->mmplayer, &error);
|
||||
$OpenBSD: patch-shell_rb-shell-player_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
--- shell/rb-shell-player.c.orig Sun Jun 8 19:55:36 2008
|
||||
+++ shell/rb-shell-player.c Sun Jun 8 19:57:27 2008
|
||||
@@ -672,10 +672,8 @@ rb_shell_player_open_playlist_url (RBShellPlayer *play
|
||||
rb_player_play (player->priv->mmplayer, crossfade, &error);
|
||||
|
||||
if (error) {
|
||||
- GDK_THREADS_ENTER ();
|
||||
@ -10,22 +10,24 @@ $OpenBSD: patch-shell_rb-shell-player_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
g_error_free (error);
|
||||
- GDK_THREADS_LEAVE ();
|
||||
}
|
||||
g_idle_add ((GSourceFunc) notify_playing_idle, player);
|
||||
}
|
||||
@@ -1149,13 +1147,17 @@ open_location_thread (OpenLocationThreadData *data)
|
||||
|
||||
location = g_queue_pop_head (data->player->priv->playlist_urls);
|
||||
rb_debug ("playing first stream url %s", data->location);
|
||||
if (player->priv->notify_playing_id == 0) {
|
||||
player->priv->notify_playing_id = g_idle_add ((GSourceFunc) notify_playing_idle,
|
||||
@@ -744,7 +742,9 @@ rb_shell_player_handle_eos_unlocked (RBShellPlayer *pl
|
||||
/* we're handling an unexpected EOS here, so crossfading isn't
|
||||
* really possible anyway -> specify FALSE.
|
||||
*/
|
||||
+ GDK_THREADS_ENTER ();
|
||||
rb_shell_player_open_playlist_url (data->player, location);
|
||||
rb_shell_player_open_playlist_url (player, location, entry, FALSE);
|
||||
+ GDK_THREADS_LEAVE ();
|
||||
g_free (location);
|
||||
break;
|
||||
}
|
||||
@@ -1366,7 +1366,9 @@ open_location_thread (OpenLocationThreadData *data)
|
||||
} else {
|
||||
/* if we can't parse it as a playlist, just try playing it */
|
||||
rb_debug ("playlist parser failed, playing %s directly", data->location);
|
||||
+ GDK_THREADS_ENTER ();
|
||||
rb_shell_player_open_playlist_url (data->player, data->location);
|
||||
rb_shell_player_open_playlist_url (data->player, data->location, data->entry, data->play_type);
|
||||
+ GDK_THREADS_LEAVE ();
|
||||
}
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/05/14 09:41:56 jasper Exp $
|
||||
bin/rhythmbox
|
||||
bin/rhythmbox-client
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/06/09 22:59:42 ajacoutot Exp $
|
||||
@bin bin/rhythmbox
|
||||
@bin bin/rhythmbox-client
|
||||
lib/librhythmbox-core.a
|
||||
lib/librhythmbox-core.la
|
||||
@lib lib/librhythmbox-core.so.${LIBrhythmbox-core_VERSION}
|
||||
lib/rhythmbox/
|
||||
lib/rhythmbox/plugins/
|
||||
lib/rhythmbox/plugins/audioscrobbler/
|
||||
lib/rhythmbox/plugins/audioscrobbler/as-icon.svg
|
||||
lib/rhythmbox/plugins/audioscrobbler/as-icon.png
|
||||
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade
|
||||
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
|
||||
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
|
||||
@ -46,7 +46,7 @@ lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h
|
||||
lib/rhythmbox/plugins/visualizer/visualizer-controls.glade
|
||||
lib/rhythmbox/plugins/visualizer/visualizer-ui.xml
|
||||
lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin
|
||||
libexec/rhythmbox-metadata
|
||||
@bin libexec/rhythmbox-metadata
|
||||
share/applications/rhythmbox.desktop
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
@ -70,6 +70,22 @@ share/gnome/help/rhythmbox/C/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/C/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/C/legal.xml
|
||||
share/gnome/help/rhythmbox/C/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/de/
|
||||
share/gnome/help/rhythmbox/de/figures/
|
||||
share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-notification-window.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-statusbar.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-toolbar.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/de/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/de/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/el/
|
||||
share/gnome/help/rhythmbox/el/figures/
|
||||
share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png
|
||||
@ -118,6 +134,38 @@ share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/fr/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/fr/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/fr/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/it/
|
||||
share/gnome/help/rhythmbox/it/figures/
|
||||
share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-notification-window.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-statusbar.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-toolbar.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/it/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/it/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/oc/
|
||||
share/gnome/help/rhythmbox/oc/figures/
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/oc/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/oc/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/ru/
|
||||
share/gnome/help/rhythmbox/ru/figures/
|
||||
share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png
|
||||
@ -166,8 +214,6 @@ share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/rhythmbox/
|
||||
share/gtk-doc/html/rhythmbox/ch01.html
|
||||
share/gtk-doc/html/rhythmbox/ch02.html
|
||||
@ -239,13 +285,28 @@ share/gtk-doc/html/rhythmbox/rhythmbox.devhelp2
|
||||
share/gtk-doc/html/rhythmbox/right.png
|
||||
share/gtk-doc/html/rhythmbox/style.css
|
||||
share/gtk-doc/html/rhythmbox/up.png
|
||||
share/icons/hicolor/16x16/
|
||||
share/icons/hicolor/16x16/apps/
|
||||
share/icons/hicolor/16x16/apps/rhythmbox.png
|
||||
share/icons/hicolor/22x22/
|
||||
share/icons/hicolor/22x22/apps/
|
||||
share/icons/hicolor/22x22/apps/rhythmbox.png
|
||||
share/icons/hicolor/32x32/
|
||||
share/icons/hicolor/32x32/apps/
|
||||
share/icons/hicolor/32x32/apps/rhythmbox.png
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/apps/
|
||||
share/icons/hicolor/48x48/apps/rhythmbox.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/rhythmbox.svg
|
||||
share/locale/am/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/ar/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/az/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/be/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/be@latin/
|
||||
share/locale/be@latin/LC_MESSAGES/
|
||||
share/locale/be@latin/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/bg/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/ca/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/cs/LC_MESSAGES/rhythmbox.mo
|
||||
@ -281,8 +342,14 @@ share/locale/ms/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/nb/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/ne/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/nl/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/oc/
|
||||
share/locale/oc/LC_MESSAGES/
|
||||
share/locale/oc/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/pa/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/pl/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/ps/
|
||||
share/locale/ps/LC_MESSAGES/
|
||||
share/locale/ps/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/pt/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/ro/LC_MESSAGES/rhythmbox.mo
|
||||
@ -301,26 +368,21 @@ share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
|
||||
share/omf/rhythmbox/
|
||||
share/omf/rhythmbox/rhythmbox-C.omf
|
||||
share/omf/rhythmbox/rhythmbox-de.omf
|
||||
share/omf/rhythmbox/rhythmbox-el.omf
|
||||
share/omf/rhythmbox/rhythmbox-es.omf
|
||||
share/omf/rhythmbox/rhythmbox-fr.omf
|
||||
share/omf/rhythmbox/rhythmbox-it.omf
|
||||
share/omf/rhythmbox/rhythmbox-oc.omf
|
||||
share/omf/rhythmbox/rhythmbox-ru.omf
|
||||
share/omf/rhythmbox/rhythmbox-sv.omf
|
||||
share/omf/rhythmbox/rhythmbox-zh_CN.omf
|
||||
share/rhythmbox/
|
||||
share/rhythmbox/art/
|
||||
share/rhythmbox/art/about-logo.png
|
||||
share/rhythmbox/art/media-eject.png
|
||||
share/rhythmbox/art/rhythmbox-no-star.png
|
||||
share/rhythmbox/art/rhythmbox-podcast.png
|
||||
share/rhythmbox/art/rhythmbox-set-star.png
|
||||
share/rhythmbox/art/rhythmbox-tray-icon.png
|
||||
share/rhythmbox/art/rhythmbox-unset-star.png
|
||||
share/rhythmbox/glade/
|
||||
share/rhythmbox/glade/create-playlist.glade
|
||||
share/rhythmbox/glade/druid.glade
|
||||
share/rhythmbox/glade/general-prefs.glade
|
||||
share/rhythmbox/glade/library-prefs.glade
|
||||
share/rhythmbox/glade/playback-prefs.glade
|
||||
share/rhythmbox/glade/playlist-save.glade
|
||||
share/rhythmbox/glade/plugins.glade
|
||||
share/rhythmbox/glade/podcast-feed-properties.glade
|
||||
@ -330,6 +392,61 @@ share/rhythmbox/glade/song-info-multiple.glade
|
||||
share/rhythmbox/glade/song-info.glade
|
||||
share/rhythmbox/glade/uri-new.glade
|
||||
share/rhythmbox/glade/uri.glade
|
||||
share/rhythmbox/icons/
|
||||
share/rhythmbox/icons/hicolor/
|
||||
share/rhythmbox/icons/hicolor/16x16/
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png
|
||||
share/rhythmbox/icons/hicolor/16x16/places/
|
||||
share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png
|
||||
share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png
|
||||
share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png
|
||||
share/rhythmbox/icons/hicolor/16x16/places/playlist.png
|
||||
share/rhythmbox/icons/hicolor/16x16/status/
|
||||
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png
|
||||
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.png
|
||||
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png
|
||||
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png
|
||||
share/rhythmbox/icons/hicolor/22x22/
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/visualization.png
|
||||
share/rhythmbox/icons/hicolor/22x22/places/
|
||||
share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png
|
||||
share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png
|
||||
share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png
|
||||
share/rhythmbox/icons/hicolor/22x22/places/playlist.png
|
||||
share/rhythmbox/icons/hicolor/22x22/status/
|
||||
share/rhythmbox/icons/hicolor/22x22/status/rhythmbox-notplaying.png
|
||||
share/rhythmbox/icons/hicolor/32x32/
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png
|
||||
share/rhythmbox/icons/hicolor/32x32/places/
|
||||
share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png
|
||||
share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png
|
||||
share/rhythmbox/icons/hicolor/32x32/places/playlist.png
|
||||
share/rhythmbox/icons/hicolor/32x32/status/
|
||||
share/rhythmbox/icons/hicolor/32x32/status/rhythmbox-notplaying.png
|
||||
share/rhythmbox/icons/hicolor/scalable/
|
||||
share/rhythmbox/icons/hicolor/scalable/actions/
|
||||
share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/places/
|
||||
share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/status/
|
||||
share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg
|
||||
share/rhythmbox/playlists.xml
|
||||
share/rhythmbox/rhythmbox-ui.xml
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/rhythmbox/*.schemas > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user