- update to new stable rhythmbox-0.12.0
This commit is contained in:
parent
cfe4c0272e
commit
5ada9540b4
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2009/03/14 18:32:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
|
||||
COMMENT= music management application for GNOME
|
||||
|
||||
GNOME_PROJECT= rhythmbox
|
||||
GNOME_VERSION= 0.11.5
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
GNOME_VERSION= 0.12.0
|
||||
|
||||
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
|
||||
CATEGORIES= audio
|
||||
@ -42,7 +41,8 @@ LIB_DEPENDS= musicbrainz3::audio/libmusicbrainz \
|
||||
gnome-media-profiles::x11/gnome/media \
|
||||
totem-plparser::x11/gnome/totem-pl-parser \
|
||||
sexy::x11/libsexy \
|
||||
camel-1.2.>=10,edataserver-1.2::databases/evolution-data-server
|
||||
camel-1.2.>=10,edataserver-1.2::databases/evolution-data-server \
|
||||
gstcdda-0.10,gsttag-0.10::multimedia/gstreamer-0.10/plugins-base,-cdda
|
||||
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 \
|
||||
@ -55,28 +55,29 @@ REGRESS_DEPENDS= ::devel/check
|
||||
USE_X11= Yes
|
||||
DESKTOP_FILES= Yes
|
||||
MODGNOME_HELP_FILES= Yes
|
||||
AUTOCONF_VERSION= 2.61
|
||||
AUTOCONF_VERSION= 2.62
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/rhythmbox/ \
|
||||
--disable-schemas-install \
|
||||
--enable-nautilus-menu \
|
||||
--with-database=tree \
|
||||
--with-metadata-helper \
|
||||
--with-gnome-keyring \
|
||||
--with-x \
|
||||
--disable-scrollkeeper \
|
||||
--disable-python \
|
||||
--disable-daap \
|
||||
--disable-ipod-writing \
|
||||
--without-cd-burning \
|
||||
--without-hal \
|
||||
--without-mdns \
|
||||
--without-mtp \
|
||||
--without-ipod \
|
||||
--without-hal \
|
||||
--without-libbrasero-media \
|
||||
--without-libnautilus-burn \
|
||||
--disable-vala \
|
||||
--disable-browser-plugin \
|
||||
--disable-fm-radio \
|
||||
--disable-lirc \
|
||||
--without-internal-gsequence
|
||||
--disable-lirc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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
|
||||
MD5 (rhythmbox-0.12.0.tar.bz2) = rmvBV4bMdlm0HDE+Ra30Sg==
|
||||
RMD160 (rhythmbox-0.12.0.tar.bz2) = 17vwO0TWsqwi5PtGYSJHHmNodi4=
|
||||
SHA1 (rhythmbox-0.12.0.tar.bz2) = ucR4CZ2aHcOiAdXSF9CwixEfgbk=
|
||||
SHA256 (rhythmbox-0.12.0.tar.bz2) = eX0ODVQtTE3cQ28eo5XycuvNqkb/8RIibsmrJEr1t+s=
|
||||
SIZE (rhythmbox-0.12.0.tar.bz2) = 4925468
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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 = \
|
||||
$OpenBSD: patch-bindings_python_Makefile_in,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- bindings/python/Makefile.in.orig Thu Mar 19 10:02:35 2009
|
||||
+++ bindings/python/Makefile.in Thu Mar 19 13:10:04 2009
|
||||
@@ -316,7 +316,8 @@ rb_la_LDFLAGS = \
|
||||
rb_la_LIBADD = \
|
||||
$(PYTHON_LIBS) \
|
||||
$(PYTHON_EXTRA_LIBS) \
|
||||
|
@ -1,12 +0,0 @@
|
||||
$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 >= $MUSICBRAINZ_REQS,
|
||||
+ PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz3 >= $MUSICBRAINZ_REQS,
|
||||
enable_musicbrainz=yes,
|
||||
enable_musicbrainz=no)
|
||||
fi
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-metadata_rb-metadata-dbus-client_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- metadata/rb-metadata-dbus-client.c.orig Sat Mar 8 21:04:48 2008
|
||||
+++ metadata/rb-metadata-dbus-client.c Sat Mar 8 21:07:05 2008
|
||||
@@ -51,8 +51,7 @@
|
||||
$OpenBSD: patch-metadata_rb-metadata-dbus-client_c,v 1.2 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- metadata/rb-metadata-dbus-client.c.orig Thu Mar 12 03:26:12 2009
|
||||
+++ metadata/rb-metadata-dbus-client.c Thu Mar 19 13:09:48 2009
|
||||
@@ -67,8 +67,7 @@
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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)
|
||||
$OpenBSD: patch-metadata_test-metadata_c,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- metadata/test-metadata.c.orig Thu Mar 12 03:26:12 2009
|
||||
+++ metadata/test-metadata.c Thu Mar 19 13:09:48 2009
|
||||
@@ -91,7 +91,7 @@ load_metadata_cb (gpointer file)
|
||||
if (uri[0] == '/') {
|
||||
uri = g_filename_to_uri (uri, NULL, NULL);
|
||||
} else {
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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 *
|
||||
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Thu Mar 12 03:26:12 2009
|
||||
+++ plugins/audioscrobbler/rb-audioscrobbler.c Thu Mar 19 13:09:49 2009
|
||||
@@ -808,7 +808,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
|
||||
}
|
||||
|
||||
if (time (NULL) < audioscrobbler->priv->handshake_next) {
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.2 2008/06/09 22:5
|
||||
time (NULL),
|
||||
audioscrobbler->priv->handshake_next);
|
||||
return FALSE;
|
||||
@@ -980,7 +980,7 @@ rb_audioscrobbler_build_authentication_data (RBAudiosc
|
||||
@@ -918,7 +918,7 @@ rb_audioscrobbler_build_authentication_data (RBAudiosc
|
||||
|
||||
time(&now);
|
||||
if (now < audioscrobbler->priv->submit_next) {
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-plugins_audioscrobbler_rb-lastfm-gst-src_c,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- plugins/audioscrobbler/rb-lastfm-gst-src.c.orig Sat Feb 24 16:27:46 2007
|
||||
+++ plugins/audioscrobbler/rb-lastfm-gst-src.c Tue May 13 12:22:47 2008
|
||||
@@ -107,7 +107,7 @@ rb_lastfm_src_pad_probe_cb (GstPad *pad, GstBuffer *bu
|
||||
char *s;
|
||||
static char sync[5] = "SYNC";
|
||||
|
||||
- s = memmem (data, GST_BUFFER_SIZE (buffer), sync, 4);
|
||||
+ s = strstr (data, sync);
|
||||
if (s != NULL) {
|
||||
GstMessage *msg;
|
||||
GstStructure *s;
|
@ -1,7 +1,7 @@
|
||||
$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,
|
||||
$OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- plugins/daap/rb-daap-src.c.orig Thu Mar 12 03:26:13 2009
|
||||
+++ plugins/daap/rb-daap-src.c Thu Mar 19 13:09:49 2009
|
||||
@@ -297,7 +297,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.2 2008/06/09 22:59:42 ajacoutot E
|
||||
return bytes_written;
|
||||
}
|
||||
|
||||
@@ -304,7 +304,7 @@ rb_daap_src_read (RBDAAPSrc *src, guchar *buf, size_t
|
||||
@@ -311,7 +311,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.2 2008/06/09 22:59:42 ajacoutot E
|
||||
memcpy (buf, src->buffer, bytes_read);
|
||||
src->buffer += bytes_read;
|
||||
src->buffer_size -= bytes_read;
|
||||
@@ -328,7 +328,7 @@ rb_daap_src_read (RBDAAPSrc *src, guchar *buf, size_t
|
||||
@@ -335,7 +335,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.2 2008/06/09 22:59:42 ajacoutot E
|
||||
return bytes_read;
|
||||
}
|
||||
|
||||
@@ -380,7 +380,7 @@ rb_daap_src_read_chunk_size (RBDAAPSrc *src, gboolean
|
||||
@@ -387,7 +387,7 @@ rb_daap_src_read_chunk_size (RBDAAPSrc *src, gboolean
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ $OpenBSD: patch-plugins_daap_rb-daap-src_c,v 1.2 2008/06/09 22:59:42 ajacoutot E
|
||||
return TRUE;
|
||||
} else if (isxdigit (ch)) {
|
||||
chunk_buf[i++] = ch;
|
||||
@@ -725,7 +725,7 @@ rb_daap_src_create (GstPushSrc *psrc, GstBuffer **outb
|
||||
@@ -676,7 +676,7 @@ rb_daap_src_create (GstPushSrc *psrc, GstBuffer **outb
|
||||
|
||||
buf = gst_buffer_new_and_alloc (readsize);
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- plugins/daap/rb-daap-src.h.orig Sat Mar 8 17:34:27 2008
|
||||
+++ plugins/daap/rb-daap-src.h Sat Mar 8 17:35:22 2008
|
||||
@@ -25,6 +25,10 @@
|
||||
$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.2 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- plugins/daap/rb-daap-src.h.orig Thu Mar 12 03:26:13 2009
|
||||
+++ plugins/daap/rb-daap-src.h Thu Mar 19 13:09:49 2009
|
||||
@@ -33,6 +33,10 @@
|
||||
#include <glib.h>
|
||||
#include <gst/gstelement.h>
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-podcast_rb-podcast-parse_h,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
||||
--- podcast/rb-podcast-parse.h.orig Sat Mar 8 16:42:20 2008
|
||||
+++ podcast/rb-podcast-parse.h Sat Mar 8 16:47:29 2008
|
||||
@@ -23,6 +23,7 @@
|
||||
$OpenBSD: patch-podcast_rb-podcast-parse_h,v 1.2 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- podcast/rb-podcast-parse.h.orig Thu Mar 12 03:26:18 2009
|
||||
+++ podcast/rb-podcast-parse.h Thu Mar 19 13:09:49 2009
|
||||
@@ -31,6 +31,7 @@
|
||||
#define RB_PODCAST_PARSE_H
|
||||
|
||||
#include <glib.h>
|
||||
+#include <inttypes.h>
|
||||
|
||||
typedef struct
|
||||
typedef enum
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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)
|
||||
$OpenBSD: patch-shell_main_c,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- shell/main.c.orig Thu Mar 12 03:26:18 2009
|
||||
+++ shell/main.c Thu Mar 19 13:09:49 2009
|
||||
@@ -333,7 +333,9 @@ main (int argc, char **argv)
|
||||
#ifdef ENABLE_PYTHON
|
||||
pyg_begin_allow_threads;
|
||||
#endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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
|
||||
$OpenBSD: patch-shell_rb-shell-player_c,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- shell/rb-shell-player.c.orig Thu Mar 12 03:26:19 2009
|
||||
+++ shell/rb-shell-player.c Thu Mar 19 13:09:49 2009
|
||||
@@ -762,10 +762,8 @@ rb_shell_player_open_playlist_url (RBShellPlayer *play
|
||||
rb_player_play (player->priv->mmplayer, crossfade, &error);
|
||||
|
||||
if (error) {
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-shell_rb-shell-player_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp
|
||||
}
|
||||
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
|
||||
@@ -841,7 +839,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.
|
||||
*/
|
||||
@ -22,7 +22,7 @@ $OpenBSD: patch-shell_rb-shell-player_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp
|
||||
g_free (location);
|
||||
break;
|
||||
}
|
||||
@@ -1366,7 +1366,9 @@ open_location_thread (OpenLocationThreadData *data)
|
||||
@@ -1539,7 +1539,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);
|
||||
|
2
audio/rhythmbox/pkg/PFRAG.shared
Normal file
2
audio/rhythmbox/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
lib/rhythmbox/plugins/audiocd/libaudiocd.so
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2009/03/14 18:32:34 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/rhythmbox
|
||||
@bin bin/rhythmbox-client
|
||||
lib/librhythmbox-core.a
|
||||
@ -6,6 +7,12 @@ lib/librhythmbox-core.la
|
||||
@lib lib/librhythmbox-core.so.${LIBrhythmbox-core_VERSION}
|
||||
lib/rhythmbox/
|
||||
lib/rhythmbox/plugins/
|
||||
lib/rhythmbox/plugins/audiocd/
|
||||
lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
|
||||
lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
|
||||
lib/rhythmbox/plugins/audiocd/libaudiocd.a
|
||||
lib/rhythmbox/plugins/audiocd/libaudiocd.la
|
||||
lib/rhythmbox/plugins/audiocd/multiple-album.glade
|
||||
lib/rhythmbox/plugins/audioscrobbler/
|
||||
lib/rhythmbox/plugins/audioscrobbler/as-icon.png
|
||||
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade
|
||||
@ -70,6 +77,38 @@ 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/cs/
|
||||
share/gnome/help/rhythmbox/cs/figures/
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/cs/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/cs/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/da/
|
||||
share/gnome/help/rhythmbox/da/figures/
|
||||
share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-notification-window.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-statusbar.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-toolbar.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-window-small.png
|
||||
share/gnome/help/rhythmbox/da/figures/rb-window.png
|
||||
share/gnome/help/rhythmbox/da/rhythmbox.xml
|
||||
share/gnome/help/rhythmbox/de/
|
||||
share/gnome/help/rhythmbox/de/figures/
|
||||
share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png
|
||||
@ -217,6 +256,49 @@ 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/RBAutoPlaylistSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBBrowserSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBCellRendererPixbuf.html
|
||||
share/gtk-doc/html/rhythmbox/RBCellRendererRating.html
|
||||
share/gtk-doc/html/rhythmbox/RBEncoder.html
|
||||
share/gtk-doc/html/rhythmbox/RBEntryView.html
|
||||
share/gtk-doc/html/rhythmbox/RBHistory.html
|
||||
share/gtk-doc/html/rhythmbox/RBImportErrorsSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBLibraryBrowser.html
|
||||
share/gtk-doc/html/rhythmbox/RBLibrarySource.html
|
||||
share/gtk-doc/html/rhythmbox/RBMetaData.html
|
||||
share/gtk-doc/html/rhythmbox/RBMissingFilesSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlayOrder.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlayQueueSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlayer.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlayerGstDataTee.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlayerGstFilter.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlayerGstTee.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlaylistManager.html
|
||||
share/gtk-doc/html/rhythmbox/RBPlaylistSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBPropertyView.html
|
||||
share/gtk-doc/html/rhythmbox/RBProxyConfig.html
|
||||
share/gtk-doc/html/rhythmbox/RBQueryCreator.html
|
||||
share/gtk-doc/html/rhythmbox/RBRandomPlayOrder.html
|
||||
share/gtk-doc/html/rhythmbox/RBRating.html
|
||||
share/gtk-doc/html/rhythmbox/RBRemovableMediaManager.html
|
||||
share/gtk-doc/html/rhythmbox/RBSearchEntry.html
|
||||
share/gtk-doc/html/rhythmbox/RBShellClipboard.html
|
||||
share/gtk-doc/html/rhythmbox/RBShellPlayer.html
|
||||
share/gtk-doc/html/rhythmbox/RBShellPreferences.html
|
||||
share/gtk-doc/html/rhythmbox/RBSongInfo.html
|
||||
share/gtk-doc/html/rhythmbox/RBSource.html
|
||||
share/gtk-doc/html/rhythmbox/RBSourceHeader.html
|
||||
share/gtk-doc/html/rhythmbox/RBSourceList.html
|
||||
share/gtk-doc/html/rhythmbox/RBSourceListModel.html
|
||||
share/gtk-doc/html/rhythmbox/RBStatusbar.html
|
||||
share/gtk-doc/html/rhythmbox/RBStringValueMap.html
|
||||
share/gtk-doc/html/rhythmbox/RBTrayIcon.html
|
||||
share/gtk-doc/html/rhythmbox/RBURIDialog.html
|
||||
share/gtk-doc/html/rhythmbox/RhythmDB.html
|
||||
share/gtk-doc/html/rhythmbox/RhythmDBImportJob.html
|
||||
share/gtk-doc/html/rhythmbox/RhythmDBPropertyModel.html
|
||||
share/gtk-doc/html/rhythmbox/RhythmDBQueryResults.html
|
||||
share/gtk-doc/html/rhythmbox/ch01.html
|
||||
share/gtk-doc/html/rhythmbox/ch02.html
|
||||
share/gtk-doc/html/rhythmbox/ch03.html
|
||||
@ -228,60 +310,24 @@ share/gtk-doc/html/rhythmbox/home.png
|
||||
share/gtk-doc/html/rhythmbox/index.html
|
||||
share/gtk-doc/html/rhythmbox/index.sgml
|
||||
share/gtk-doc/html/rhythmbox/left.png
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-RBCellRendererPixbuf.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-RBSource.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-RBPodcastSource.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-RBSourceGroup.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-eel-gconf-extensions.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-cell-renderer-rating.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-async-queue-watch.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-debug.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-dialog.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-druid.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-entry-view.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-enums.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-file-helpers.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-glade-helpers.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-header.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-history.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-library-source.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-metadata.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-linear-loop.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-linear.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-random-by-age-and-rating.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-random-by-age.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-random-by-rating.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-random-equal-weights.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-random.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order-shuffle.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-play-order.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-player.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-playlist-manager.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-playlist-source-recorder.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-playlist-source.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-preferences.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-property-view.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-query-creator.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-rating-helper.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-rating.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-search-entry.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-shell-clipboard.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-shell-player.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-shell-preferences.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-removable-media-source.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-shell.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-song-display-box.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-song-info.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-source-header.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-sourcelist-model.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-sourcelist.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-statusbar.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-stock-icons.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-string-helpers.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-tray-icon.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-static-playlist-source.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-streaming-source.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-tree-dnd.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-tree-model-sort.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rb-util.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rhythmdb-property-model.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rhythmdb-query-model.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rhythmdb-tree.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox-rhythmdb.html
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox.devhelp
|
||||
share/gtk-doc/html/rhythmbox/rhythmbox.devhelp2
|
||||
share/gtk-doc/html/rhythmbox/right.png
|
||||
@ -293,6 +339,9 @@ 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/24x24/
|
||||
share/icons/hicolor/24x24/apps/
|
||||
share/icons/hicolor/24x24/apps/rhythmbox.png
|
||||
share/icons/hicolor/32x32/
|
||||
share/icons/hicolor/32x32/apps/
|
||||
share/icons/hicolor/32x32/apps/rhythmbox.png
|
||||
@ -355,9 +404,7 @@ share/locale/ru/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/rw/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/sk/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/sr/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/sv/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/th/LC_MESSAGES/rhythmbox.mo
|
||||
share/locale/tr/LC_MESSAGES/rhythmbox.mo
|
||||
@ -368,6 +415,8 @@ 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-cs.omf
|
||||
share/omf/rhythmbox/rhythmbox-da.omf
|
||||
share/omf/rhythmbox/rhythmbox-de.omf
|
||||
share/omf/rhythmbox/rhythmbox-el.omf
|
||||
share/omf/rhythmbox/rhythmbox-es.omf
|
||||
@ -396,6 +445,10 @@ share/rhythmbox/icons/
|
||||
share/rhythmbox/icons/hicolor/
|
||||
share/rhythmbox/icons/hicolor/16x16/
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png
|
||||
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg
|
||||
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
|
||||
@ -413,6 +466,10 @@ 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/audio-cd-duplicate.png
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png
|
||||
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg
|
||||
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
|
||||
@ -427,6 +484,10 @@ 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/audio-cd-duplicate.png
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png
|
||||
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg
|
||||
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
|
||||
@ -438,6 +499,8 @@ 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/audio-cd-duplicate.svg
|
||||
share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user