From 716e853082f85512d878931d3c2903f4a669c7e8 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 19 Mar 2007 05:35:06 +0000 Subject: Remove these ports now that they have been committed to FreeBSD. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/gnome-media/Makefile | 46 -- audio/gnome-media/distinfo | 3 - .../files/patch-cddb-slave2_gnet-private.h | 11 - audio/gnome-media/files/patch-cddb-slave2_tcp.c | 20 - audio/gnome-media/files/patch-configure | 74 --- audio/gnome-media/files/patch-gnome-cd_gst-cdrom.c | 30 - audio/gnome-media/pkg-descr | 3 - audio/gnome-media/pkg-plist | 647 --------------------- audio/rhythmbox-devel/Makefile | 125 ---- audio/rhythmbox-devel/distinfo | 3 - .../patch-plugins_cd-recorder_rb-recorder-gst.c | 12 - .../files/patch-plugins_daap_rb-daap-src.c | 26 - .../files/patch-plugins_ipod_rb-ipod-source.c | 51 -- .../files/patch-podcast_rb-podcast-parse.h | 10 - audio/rhythmbox-devel/pkg-descr | 5 - audio/rhythmbox-devel/pkg-plist | 472 --------------- audio/rhythmbox/Makefile | 125 ---- audio/rhythmbox/distinfo | 3 - .../patch-plugins_cd-recorder_rb-recorder-gst.c | 12 - .../files/patch-plugins_daap_rb-daap-src.c | 26 - .../files/patch-plugins_ipod_rb-ipod-source.c | 51 -- .../files/patch-podcast_rb-podcast-parse.h | 10 - audio/rhythmbox/pkg-descr | 5 - audio/rhythmbox/pkg-plist | 472 --------------- 24 files changed, 2242 deletions(-) delete mode 100644 audio/gnome-media/Makefile delete mode 100644 audio/gnome-media/distinfo delete mode 100644 audio/gnome-media/files/patch-cddb-slave2_gnet-private.h delete mode 100644 audio/gnome-media/files/patch-cddb-slave2_tcp.c delete mode 100644 audio/gnome-media/files/patch-configure delete mode 100644 audio/gnome-media/files/patch-gnome-cd_gst-cdrom.c delete mode 100644 audio/gnome-media/pkg-descr delete mode 100644 audio/gnome-media/pkg-plist delete mode 100644 audio/rhythmbox-devel/Makefile delete mode 100644 audio/rhythmbox-devel/distinfo delete mode 100644 audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c delete mode 100644 audio/rhythmbox-devel/files/patch-plugins_daap_rb-daap-src.c delete mode 100644 audio/rhythmbox-devel/files/patch-plugins_ipod_rb-ipod-source.c delete mode 100644 audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h delete mode 100644 audio/rhythmbox-devel/pkg-descr delete mode 100644 audio/rhythmbox-devel/pkg-plist delete mode 100644 audio/rhythmbox/Makefile delete mode 100644 audio/rhythmbox/distinfo delete mode 100644 audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c delete mode 100644 audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c delete mode 100644 audio/rhythmbox/files/patch-plugins_ipod_rb-ipod-source.c delete mode 100644 audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h delete mode 100644 audio/rhythmbox/pkg-descr delete mode 100644 audio/rhythmbox/pkg-plist (limited to 'audio') diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index ada0c55e0..000000000 --- a/audio/gnome-media/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.104 2007/02/12 21:15:11 marcus Exp $ -# - -PORTNAME= gnome-media -PORTVERSION= 2.18.0 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - gail nautiluscdburner -USE_GSTREAMER= cdparanoia esound gconf good -CONFIGURE_ARGS= --enable-ipv6 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \ - gnome-cd.schemas gnome-sound-recorder.schemas \ - gnome-volume-control.schemas - -.include - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ - ${WRKSRC}/gnome-cd/Makefile.in -.if ${OSVERSION} > 501107 - @${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/configure -.endif - -.include diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index cd941224e..000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-media-2.18.0.tar.bz2) = a472d8c7733b119376bc6127ee55a82d -SHA256 (gnome2/gnome-media-2.18.0.tar.bz2) = 9d52a03f98c5ad9230ac2bcf1cb65644786c71a1ded2f47f7c46a79ad7d769e3 -SIZE (gnome2/gnome-media-2.18.0.tar.bz2) = 3007639 diff --git a/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h b/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h deleted file mode 100644 index 1ec1fc50f..000000000 --- a/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cddb-slave2/gnet-private.h.orig Tue Aug 31 19:58:18 2004 -+++ cddb-slave2/gnet-private.h Tue Aug 31 20:02:23 2004 -@@ -68,7 +68,7 @@ - #include - #include - --#ifndef __socklen_t_defined -+#if !defined(__socklen_t_defined) && !defined(__FreeBSD__) - typedef guint32 socklen_t; - #endif - diff --git a/audio/gnome-media/files/patch-cddb-slave2_tcp.c b/audio/gnome-media/files/patch-cddb-slave2_tcp.c deleted file mode 100644 index f316b7f01..000000000 --- a/audio/gnome-media/files/patch-cddb-slave2_tcp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- cddb-slave2/tcp.c.orig Mon Sep 20 14:52:50 2004 -+++ cddb-slave2/tcp.c Sat Mar 12 03:30:52 2005 -@@ -265,7 +265,7 @@ gnet_tcp_socket_new_async (const GInetAd - continue; - - sa_in6->sin6_scope_id = ifindex; -- con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(s->sa)); -+ con = connect (s->sockfd, (struct sockaddr *)&sa6, sizeof(sa6)); - if (con == 0 || errno == EINPROGRESS) - break; - -@@ -283,7 +283,7 @@ gnet_tcp_socket_new_async (const GInetAd - memcpy(&sa, &addr->sa, sizeof(sa)); - sa_in = (struct sockaddr_in *) &sa; - sa_in->sin_family = AF_INET; -- con = connect(s->sockfd, &sa, sizeof(s->sa)); -+ con = connect(s->sockfd, &sa, sizeof(sa)); - } - - /* Connect (but non-blocking!) */ diff --git a/audio/gnome-media/files/patch-configure b/audio/gnome-media/files/patch-configure deleted file mode 100644 index c907f2fa5..000000000 --- a/audio/gnome-media/files/patch-configure +++ /dev/null @@ -1,74 +0,0 @@ ---- configure.orig Mon Feb 12 16:07:48 2007 -+++ configure Mon Feb 12 16:08:23 2007 -@@ -5808,7 +5808,7 @@ if test "${enable_cddbslave+set}" = set; - else - enable_cddbslave=yes - fi; --if test "x$enable_cddbslave" == "xyes"; then -+if test "x$enable_cddbslave" = "xyes"; then - - pkg_failed=no - echo "$as_me:$LINENO: checking for CDDBSLAVE" >&5 -@@ -6750,7 +6750,7 @@ if test "${enable_profiles+set}" = set; - else - enable_profiles=yes - fi; --if test "x$enable_profiles" == "xyes"; then -+if test "x$enable_profiles" = "xyes"; then - - pkg_failed=no - echo "$as_me:$LINENO: checking for GMP" >&5 -@@ -6967,7 +6967,7 @@ echo "$as_me: WARNING: Grecord will be - PROGRAMS_GRECORD_ERROR=" gnome media profiles is disabled" - fi - --if test "x$HAVE_GST" = "xyes" && test "x$enable_grecord" == "xyes"; then -+if test "x$HAVE_GST" = "xyes" && test "x$enable_grecord" = "xyes"; then - PROGRAMS_GRECORD="grecord" - - gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10` -@@ -24186,7 +24186,7 @@ if test "${enable_vumeter+set}" = set; t - else - enable_vumeter=yes - fi; --if test -n "$we_have_esd" && test "x$enable_vumeter" == "xyes"; then -+if test -n "$we_have_esd" && test "x$enable_vumeter" = "xyes"; then - - pkg_failed=no - echo "$as_me:$LINENO: checking for VUMETER" >&5 -@@ -24304,7 +24304,7 @@ if test "${enable_gnomecd+set}" = set; t - else - enable_gnomecd=yes - fi; --if test "x$enable_gnomecd" == "xyes"; then -+if test "x$enable_gnomecd" = "xyes"; then - - pkg_failed=no - echo "$as_me:$LINENO: checking for GNOMECD" >&5 -@@ -24640,7 +24640,7 @@ fi - - - --if test "x$HAVE_GNOMECD" = "xyes" && test "x$enable_gnomecd" == "xyes" ; then -+if test "x$HAVE_GNOMECD" = "xyes" && test "x$enable_gnomecd" = "xyes" ; then - cdrom_header="" - - for ac_header in linux/cdrom.h -@@ -25510,7 +25510,7 @@ if test "${enable_gstprops+set}" = set; - else - enable_gstprops=yes - fi; --if test "x$HAVE_GST" = "xyes" && test "x$enable_gstprops" == "xyes"; -+if test "x$HAVE_GST" = "xyes" && test "x$enable_gstprops" = "xyes"; - then - COMMON_MODULES="gconf-2.0 libgnomeui-2.0 libglade-2.0 >= 1.99.12 gstreamer-$GST_MAJORMINOR" - -@@ -25673,7 +25673,7 @@ if test "${enable_gstmix+set}" = set; th - else - enable_gstmix=yes - fi; --if test "x$HAVE_GST" = "xyes" && test "x$enable_gstmix" == "xyes"; -+if test "x$HAVE_GST" = "xyes" && test "x$enable_gstmix" = "xyes"; - then - - pkg_failed=no diff --git a/audio/gnome-media/files/patch-gnome-cd_gst-cdrom.c b/audio/gnome-media/files/patch-gnome-cd_gst-cdrom.c deleted file mode 100644 index dee1aa989..000000000 --- a/audio/gnome-media/files/patch-gnome-cd_gst-cdrom.c +++ /dev/null @@ -1,30 +0,0 @@ ---- gnome-cd/gst-cdrom.c.orig Mon Jan 22 09:01:38 2007 -+++ gnome-cd/gst-cdrom.c Mon Feb 12 15:59:18 2007 -@@ -44,13 +44,17 @@ - #endif - - #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) --# define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST CDIOCCAPABILITY -+# define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST CDIOCGETVOL -+struct ioc_vol vol_value; -+# define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST_ADDR &vol_value - # define GST_CDROM_IOCTL_EJECT_REQUEST CDIOCEJECT - #elif defined(__NetBSD__) || defined(__OpenBSD__) - # define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST CDIOCGETVOL -+# define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST_ADDR 0 - # define GST_CDROM_IOCTL_EJECT_REQUEST CDIOCEJECT - #else - # define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST CDROM_GET_CAPABILITY -+# define GST_CDROM_IOCTL_CDCAPABILITY_REQUEST_ADDR 0 - # define GST_CDROM_IOCTL_EJECT_REQUEST CDROMEJECT - #endif - -@@ -190,7 +194,7 @@ gst_cdrom_is_cdrom_device (GnomeCDRom * - #ifdef __sun - res = TRUE; - #else -- if (ioctl (fd, GST_CDROM_IOCTL_CDCAPABILITY_REQUEST, 0) >= 0) { -+ if (ioctl (fd, GST_CDROM_IOCTL_CDCAPABILITY_REQUEST, GST_CDROM_IOCTL_CDCAPABILITY_REQUEST_ADDR) >= 0) { - res = TRUE; - } else { - GST_DEBUG ("ioctl() failed: %s", g_strerror (errno)); diff --git a/audio/gnome-media/pkg-descr b/audio/gnome-media/pkg-descr deleted file mode 100644 index 7b2258499..000000000 --- a/audio/gnome-media/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Multimedia applications for the GNOME 2.0 desktop. Includes gnome-cd, a CDDB -aware CD player; gnome-volume-control, for controlling the sound card's mixer; -and VU-Meter, to slow down your desktop... diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist deleted file mode 100644 index c13219fb9..000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,647 +0,0 @@ -bin/cddb-slave2-properties -bin/gnome-audio-profiles-properties -bin/gnome-cd -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gstreamer-properties -bin/vumeter -include/cddb-slave2/cddb-slave-client.h -include/gnome-media/profiles/audio-profile-choose.h -include/gnome-media/profiles/audio-profile-edit.h -include/gnome-media/profiles/audio-profile.h -include/gnome-media/profiles/audio-profiles-edit.h -include/gnome-media/profiles/gnome-media-profiles.h -lib/libcddb-slave2.a -lib/libcddb-slave2.la -lib/libcddb-slave2.so -lib/libcddb-slave2.so.0 -lib/libglade/2.0/libgnome-media-profiles.a -lib/libglade/2.0/libgnome-media-profiles.la -lib/libglade/2.0/libgnome-media-profiles.so -lib/libgnome-media-profiles.a -lib/libgnome-media-profiles.la -lib/libgnome-media-profiles.so -lib/libgnome-media-profiles.so.0 -libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server -libdata/pkgconfig/gnome-media-profiles.pc -libexec/CDDBSlave2 -libexec/cddb-track-editor -share/gnome/applications/cddb-slave.desktop -share/gnome/applications/gnome-cd.desktop -share/gnome/applications/gnome-sound-recorder.desktop -share/gnome/applications/gnome-volume-control.desktop -share/gnome/applications/gstreamer-properties.desktop -share/gnome/applications/reclevel.desktop -share/gnome/applications/vumeter.desktop -share/gnome/gnome-media/glade/gnome-audio-profiles.glade2 -share/gnome/gnome-media/pixmaps/3dsound.png -share/gnome/gnome-media/pixmaps/chain-broken.png -share/gnome/gnome-media/pixmaps/chain.png -share/gnome/gnome-media/pixmaps/headphones.png -share/gnome/gnome-media/pixmaps/mixer.png -share/gnome/gnome-media/pixmaps/noplay.png -share/gnome/gnome-media/pixmaps/norecord.png -share/gnome/gnome-media/pixmaps/phone.png -share/gnome/gnome-media/pixmaps/play.png -share/gnome/gnome-media/pixmaps/record.png -share/gnome/gnome-media/pixmaps/tone.png -share/gnome/gnome-media/pixmaps/video.png -share/gnome/gnome-sound-recorder/ui/ui.xml -share/gnome/gstreamer-properties/glade/gstreamer-properties.glade -share/gnome/gstreamer-properties/icons/gstreamer-properties.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/C/figures/cdplayer_window.png -share/gnome/help/gnome-cd/C/figures/eject_button.png -share/gnome/help/gnome-cd/C/figures/forward_button.png -share/gnome/help/gnome-cd/C/figures/next_button.png -share/gnome/help/gnome-cd/C/figures/pause_button.png -share/gnome/help/gnome-cd/C/figures/play_button.png -share/gnome/help/gnome-cd/C/figures/preferences_button.png -share/gnome/help/gnome-cd/C/figures/previous_button.png -share/gnome/help/gnome-cd/C/figures/rewind_button.png -share/gnome/help/gnome-cd/C/figures/stop_button.png -share/gnome/help/gnome-cd/C/gnome-cd.xml -share/gnome/help/gnome-cd/C/legal.xml -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/de/figures/cdplayer_window.png -share/gnome/help/gnome-cd/de/figures/eject_button.png -share/gnome/help/gnome-cd/de/figures/forward_button.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/de/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/de/figures/gnome-cd.png -share/gnome/help/gnome-cd/de/figures/next_button.png -share/gnome/help/gnome-cd/de/figures/pause_button.png -share/gnome/help/gnome-cd/de/figures/play_button.png -share/gnome/help/gnome-cd/de/figures/preferences_button.png -share/gnome/help/gnome-cd/de/figures/previous_button.png -share/gnome/help/gnome-cd/de/figures/rewind_button.png -share/gnome/help/gnome-cd/de/figures/stop_button.png -share/gnome/help/gnome-cd/de/gnome-cd.xml -share/gnome/help/gnome-cd/de/legal.xml -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/es/figures/cdplayer_window.png -share/gnome/help/gnome-cd/es/figures/eject_button.png -share/gnome/help/gnome-cd/es/figures/forward_button.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/es/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/es/figures/gnome-cd.png -share/gnome/help/gnome-cd/es/figures/next_button.png -share/gnome/help/gnome-cd/es/figures/pause_button.png -share/gnome/help/gnome-cd/es/figures/play_button.png -share/gnome/help/gnome-cd/es/figures/preferences_button.png -share/gnome/help/gnome-cd/es/figures/previous_button.png -share/gnome/help/gnome-cd/es/figures/rewind_button.png -share/gnome/help/gnome-cd/es/figures/stop_button.png -share/gnome/help/gnome-cd/es/gnome-cd.xml -share/gnome/help/gnome-cd/es/legal.xml -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/fr/figures/cdplayer_window.png -share/gnome/help/gnome-cd/fr/figures/eject_button.png -share/gnome/help/gnome-cd/fr/figures/forward_button.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/fr/figures/gnome-cd.png -share/gnome/help/gnome-cd/fr/figures/next_button.png -share/gnome/help/gnome-cd/fr/figures/pause_button.png -share/gnome/help/gnome-cd/fr/figures/play_button.png -share/gnome/help/gnome-cd/fr/figures/preferences_button.png -share/gnome/help/gnome-cd/fr/figures/previous_button.png -share/gnome/help/gnome-cd/fr/figures/rewind_button.png -share/gnome/help/gnome-cd/fr/figures/stop_button.png -share/gnome/help/gnome-cd/fr/gnome-cd.xml -share/gnome/help/gnome-cd/fr/legal.xml -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/it/figures/cdplayer_window.png -share/gnome/help/gnome-cd/it/figures/eject_button.png -share/gnome/help/gnome-cd/it/figures/forward_button.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/it/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/it/figures/gnome-cd.png -share/gnome/help/gnome-cd/it/figures/next_button.png -share/gnome/help/gnome-cd/it/figures/pause_button.png -share/gnome/help/gnome-cd/it/figures/play_button.png -share/gnome/help/gnome-cd/it/figures/preferences_button.png -share/gnome/help/gnome-cd/it/figures/previous_button.png -share/gnome/help/gnome-cd/it/figures/rewind_button.png -share/gnome/help/gnome-cd/it/figures/stop_button.png -share/gnome/help/gnome-cd/it/gnome-cd.xml -share/gnome/help/gnome-cd/it/legal.xml -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ja/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ja/figures/eject_button.png -share/gnome/help/gnome-cd/ja/figures/forward_button.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ja/figures/gnome-cd.png -share/gnome/help/gnome-cd/ja/figures/next_button.png -share/gnome/help/gnome-cd/ja/figures/pause_button.png -share/gnome/help/gnome-cd/ja/figures/play_button.png -share/gnome/help/gnome-cd/ja/figures/preferences_button.png -share/gnome/help/gnome-cd/ja/figures/previous_button.png -share/gnome/help/gnome-cd/ja/figures/rewind_button.png -share/gnome/help/gnome-cd/ja/figures/stop_button.png -share/gnome/help/gnome-cd/ja/gnome-cd.xml -share/gnome/help/gnome-cd/ja/legal.xml -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/ko/figures/cdplayer_window.png -share/gnome/help/gnome-cd/ko/figures/eject_button.png -share/gnome/help/gnome-cd/ko/figures/forward_button.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/ko/figures/gnome-cd.png -share/gnome/help/gnome-cd/ko/figures/next_button.png -share/gnome/help/gnome-cd/ko/figures/pause_button.png -share/gnome/help/gnome-cd/ko/figures/play_button.png -share/gnome/help/gnome-cd/ko/figures/preferences_button.png -share/gnome/help/gnome-cd/ko/figures/previous_button.png -share/gnome/help/gnome-cd/ko/figures/rewind_button.png -share/gnome/help/gnome-cd/ko/figures/stop_button.png -share/gnome/help/gnome-cd/ko/gnome-cd.xml -share/gnome/help/gnome-cd/ko/legal.xml -share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/nl/figures/cdplayer_window.png -share/gnome/help/gnome-cd/nl/figures/eject_button.png -share/gnome/help/gnome-cd/nl/figures/forward_button.png -share/gnome/help/gnome-cd/nl/figures/next_button.png -share/gnome/help/gnome-cd/nl/figures/pause_button.png -share/gnome/help/gnome-cd/nl/figures/play_button.png -share/gnome/help/gnome-cd/nl/figures/preferences_button.png -share/gnome/help/gnome-cd/nl/figures/previous_button.png -share/gnome/help/gnome-cd/nl/figures/rewind_button.png -share/gnome/help/gnome-cd/nl/figures/stop_button.png -share/gnome/help/gnome-cd/nl/gnome-cd.xml -share/gnome/help/gnome-cd/nl/legal.xml -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png -share/gnome/help/gnome-cd/sv/figures/eject_button.png -share/gnome/help/gnome-cd/sv/figures/forward_button.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/sv/figures/gnome-cd.png -share/gnome/help/gnome-cd/sv/figures/next_button.png -share/gnome/help/gnome-cd/sv/figures/pause_button.png -share/gnome/help/gnome-cd/sv/figures/play_button.png -share/gnome/help/gnome-cd/sv/figures/preferences_button.png -share/gnome/help/gnome-cd/sv/figures/previous_button.png -share/gnome/help/gnome-cd/sv/figures/rewind_button.png -share/gnome/help/gnome-cd/sv/figures/stop_button.png -share/gnome/help/gnome-cd/sv/gnome-cd.xml -share/gnome/help/gnome-cd/sv/legal.xml -share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/uk/figures/cdplayer_window.png -share/gnome/help/gnome-cd/uk/figures/eject_button.png -share/gnome/help/gnome-cd/uk/figures/forward_button.png -share/gnome/help/gnome-cd/uk/figures/next_button.png -share/gnome/help/gnome-cd/uk/figures/pause_button.png -share/gnome/help/gnome-cd/uk/figures/play_button.png -share/gnome/help/gnome-cd/uk/figures/preferences_button.png -share/gnome/help/gnome-cd/uk/figures/previous_button.png -share/gnome/help/gnome-cd/uk/figures/rewind_button.png -share/gnome/help/gnome-cd/uk/figures/stop_button.png -share/gnome/help/gnome-cd/uk/gnome-cd.xml -share/gnome/help/gnome-cd/uk/legal.xml -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_CN/figures/eject_button.png -share/gnome/help/gnome-cd/zh_CN/figures/forward_button.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_CN/figures/next_button.png -share/gnome/help/gnome-cd/zh_CN/figures/pause_button.png -share/gnome/help/gnome-cd/zh_CN/figures/play_button.png -share/gnome/help/gnome-cd/zh_CN/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_CN/figures/previous_button.png -share/gnome/help/gnome-cd/zh_CN/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_CN/figures/stop_button.png -share/gnome/help/gnome-cd/zh_CN/gnome-cd.xml -share/gnome/help/gnome-cd/zh_CN/legal.xml -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_button.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_window.png -share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_window.png -share/gnome/help/gnome-cd/zh_TW/figures/eject_button.png -share/gnome/help/gnome-cd/zh_TW/figures/forward_button.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-prefs.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-track.png -share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd.png -share/gnome/help/gnome-cd/zh_TW/figures/next_button.png -share/gnome/help/gnome-cd/zh_TW/figures/pause_button.png -share/gnome/help/gnome-cd/zh_TW/figures/play_button.png -share/gnome/help/gnome-cd/zh_TW/figures/preferences_button.png -share/gnome/help/gnome-cd/zh_TW/figures/previous_button.png -share/gnome/help/gnome-cd/zh_TW/figures/rewind_button.png -share/gnome/help/gnome-cd/zh_TW/figures/stop_button.png -share/gnome/help/gnome-cd/zh_TW/gnome-cd.xml -share/gnome/help/gnome-cd/zh_TW/legal.xml -share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/C/legal.xml -share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml -share/gnome/help/gnome-sound-recorder/uk/legal.xml -share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/C/figures/gmix.png -share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/C/legal.xml -share/gnome/help/gnome-volume-control/uk/figures/gmix-prefs.png -share/gnome/help/gnome-volume-control/uk/figures/gmix.png -share/gnome/help/gnome-volume-control/uk/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/uk/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/uk/legal.xml -share/gnome/help/grecord/de/figures/grecord-prefs-path.png -share/gnome/help/grecord/de/figures/grecord-prefs-play.png -share/gnome/help/grecord/de/figures/grecord-prefs-rec.png -share/gnome/help/grecord/de/figures/grecord-prefs-sound.png -share/gnome/help/grecord/de/figures/grecord-prefs-ui.png -share/gnome/help/grecord/de/figures/grecord.png -share/gnome/help/grecord/de/figures/grecord_window.png -share/gnome/help/grecord/de/grecord.xml -share/gnome/help/grecord/de/legal.xml -share/gnome/help/grecord/es/figures/grecord-prefs-path.png -share/gnome/help/grecord/es/figures/grecord-prefs-play.png -share/gnome/help/grecord/es/figures/grecord-prefs-rec.png -share/gnome/help/grecord/es/figures/grecord-prefs-sound.png -share/gnome/help/grecord/es/figures/grecord-prefs-ui.png -share/gnome/help/grecord/es/figures/grecord.png -share/gnome/help/grecord/es/figures/grecord_window.png -share/gnome/help/grecord/es/grecord.xml -share/gnome/help/grecord/es/legal.xml -share/gnome/help/grecord/fr/figures/grecord-prefs-path.png -share/gnome/help/grecord/fr/figures/grecord-prefs-play.png -share/gnome/help/grecord/fr/figures/grecord-prefs-rec.png -share/gnome/help/grecord/fr/figures/grecord-prefs-sound.png -share/gnome/help/grecord/fr/figures/grecord-prefs-ui.png -share/gnome/help/grecord/fr/figures/grecord.png -share/gnome/help/grecord/fr/figures/grecord_window.png -share/gnome/help/grecord/fr/grecord.xml -share/gnome/help/grecord/fr/legal.xml -share/gnome/help/grecord/it/figures/grecord-prefs-path.png -share/gnome/help/grecord/it/figures/grecord-prefs-play.png -share/gnome/help/grecord/it/figures/grecord-prefs-rec.png -share/gnome/help/grecord/it/figures/grecord-prefs-sound.png -share/gnome/help/grecord/it/figures/grecord-prefs-ui.png -share/gnome/help/grecord/it/figures/grecord.png -share/gnome/help/grecord/it/figures/grecord_window.png -share/gnome/help/grecord/it/grecord.xml -share/gnome/help/grecord/it/legal.xml -share/gnome/help/grecord/ja/figures/grecord-prefs-path.png -share/gnome/help/grecord/ja/figures/grecord-prefs-play.png -share/gnome/help/grecord/ja/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ja/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ja/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ja/figures/grecord.png -share/gnome/help/grecord/ja/figures/grecord_window.png -share/gnome/help/grecord/ja/grecord.xml -share/gnome/help/grecord/ja/legal.xml -share/gnome/help/grecord/ko/figures/grecord-prefs-path.png -share/gnome/help/grecord/ko/figures/grecord-prefs-play.png -share/gnome/help/grecord/ko/figures/grecord-prefs-rec.png -share/gnome/help/grecord/ko/figures/grecord-prefs-sound.png -share/gnome/help/grecord/ko/figures/grecord-prefs-ui.png -share/gnome/help/grecord/ko/figures/grecord.png -share/gnome/help/grecord/ko/figures/grecord_window.png -share/gnome/help/grecord/ko/grecord.xml -share/gnome/help/grecord/ko/legal.xml -share/gnome/help/grecord/sv/figures/grecord-prefs-path.png -share/gnome/help/grecord/sv/figures/grecord-prefs-play.png -share/gnome/help/grecord/sv/figures/grecord-prefs-rec.png -share/gnome/help/grecord/sv/figures/grecord-prefs-sound.png -share/gnome/help/grecord/sv/figures/grecord-prefs-ui.png -share/gnome/help/grecord/sv/figures/grecord.png -share/gnome/help/grecord/sv/figures/grecord_window.png -share/gnome/help/grecord/sv/grecord.xml -share/gnome/help/grecord/sv/legal.xml -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_CN/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_CN/figures/grecord.png -share/gnome/help/grecord/zh_CN/figures/grecord_window.png -share/gnome/help/grecord/zh_CN/grecord.xml -share/gnome/help/grecord/zh_CN/legal.xml -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-path.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-play.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-rec.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-sound.png -share/gnome/help/grecord/zh_TW/figures/grecord-prefs-ui.png -share/gnome/help/grecord/zh_TW/figures/grecord.png -share/gnome/help/grecord/zh_TW/figures/grecord_window.png -share/gnome/help/grecord/zh_TW/grecord.xml -share/gnome/help/grecord/zh_TW/legal.xml -share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/C/legal.xml -share/gnome/help/gstreamer-properties/uk/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/uk/gstreamer-properties.xml -share/gnome/help/gstreamer-properties/uk/legal.xml -share/gnome/idl/GNOME_Media_CDDBSlave2.idl -share/gnome/omf/gnome-media/gnome-cd-C.omf -share/gnome/omf/gnome-media/gnome-cd-de.omf -share/gnome/omf/gnome-media/gnome-cd-es.omf -share/gnome/omf/gnome-media/gnome-cd-fr.omf -share/gnome/omf/gnome-media/gnome-cd-it.omf -share/gnome/omf/gnome-media/gnome-cd-ja.omf -share/gnome/omf/gnome-media/gnome-cd-ko.omf -share/gnome/omf/gnome-media/gnome-cd-nl.omf -share/gnome/omf/gnome-media/gnome-cd-sv.omf -share/gnome/omf/gnome-media/gnome-cd-uk.omf -share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf -share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf -share/gnome/omf/gnome-media/gnome-volume-control-C.omf -share/gnome/omf/gnome-media/gnome-volume-control-uk.omf -share/gnome/omf/gnome-media/grecord-C.omf -share/gnome/omf/gnome-media/grecord-de.omf -share/gnome/omf/gnome-media/grecord-es.omf -share/gnome/omf/gnome-media/grecord-fr.omf -share/gnome/omf/gnome-media/grecord-it.omf -share/gnome/omf/gnome-media/grecord-ja.omf -share/gnome/omf/gnome-media/grecord-ko.omf -share/gnome/omf/gnome-media/grecord-sv.omf -share/gnome/omf/gnome-media/grecord-uk.omf -share/gnome/omf/gnome-media/grecord-zh_CN.omf -share/gnome/omf/gnome-media/grecord-zh_TW.omf -share/gnome/omf/gnome-media/gstreamer-properties-C.omf -share/gnome/omf/gnome-media/gstreamer-properties-uk.omf -share/gnome/pixmaps/gnome-cd.png -share/gnome/pixmaps/gnome-cd/cd.png -share/gnome/pixmaps/gnome-cd/disc.png -share/gnome/pixmaps/gnome-cd/media-eject.png -share/gnome/pixmaps/gnome-cd/once.png -share/gnome/pixmaps/gnome-cd/repeat.png -share/gnome/pixmaps/gnome-cd/themes/None/None.theme -share/gnome/pixmaps/gnome-cd/themes/None/a-eject-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-first-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-last-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-play-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/a-stop-menu.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/None/bottom.png -share/gnome/pixmaps/gnome-cd/themes/None/media-eject.png -share/gnome/pixmaps/gnome-cd/themes/None/media-fwd.png -share/gnome/pixmaps/gnome-cd/themes/None/media-next.png -share/gnome/pixmaps/gnome-cd/themes/None/media-pause.png -share/gnome/pixmaps/gnome-cd/themes/None/media-play.png -share/gnome/pixmaps/gnome-cd/themes/None/media-prev.png -share/gnome/pixmaps/gnome-cd/themes/None/media-rew.png -share/gnome/pixmaps/gnome-cd/themes/None/media-stop.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/None/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/None/middle.png -share/gnome/pixmaps/gnome-cd/themes/None/top-left.png -share/gnome/pixmaps/gnome-cd/themes/None/top-right.png -share/gnome/pixmaps/gnome-cd/themes/None/top.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/lcd/lcd.theme -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/lcd/top.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/media/bottom.png -share/gnome/pixmaps/gnome-cd/themes/media/media.theme -share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/media/middle.png -share/gnome/pixmaps/gnome-cd/themes/media/top-left.png -share/gnome/pixmaps/gnome-cd/themes/media/top-right.png -share/gnome/pixmaps/gnome-cd/themes/media/top.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png -share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png -share/gnome/pixmaps/gnome-cd/track.png -share/gnome/pixmaps/gnome-grecord.png -share/gnome/pixmaps/gnome-mixer.png -share/gnome/pixmaps/gnome-reclevel.png -share/gnome/pixmaps/gnome-vumeter.png -share/gnome/pixmaps/gstreamer-properties.png -share/locale/am/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo -share/locale/az/LC_MESSAGES/gnome-media-2.0.mo -share/locale/be/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/br/LC_MESSAGES/gnome-media-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo -share/locale/da/LC_MESSAGES/gnome-media-2.0.mo -share/locale/de/LC_MESSAGES/gnome-media-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-media-2.0.mo -share/locale/el/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo -share/locale/es/LC_MESSAGES/gnome-media-2.0.mo -share/locale/et/LC_MESSAGES/gnome-media-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/he/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo -share/locale/id/LC_MESSAGES/gnome-media-2.0.mo -share/locale/it/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/or/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-media-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-media-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-media-2.0.mo -share/locale/th/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo -@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/media -@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd -@dirrm share/gnome/pixmaps/gnome-cd/themes/None -@dirrm share/gnome/pixmaps/gnome-cd/themes -@dirrm share/gnome/pixmaps/gnome-cd -@dirrm share/gnome/omf/gnome-media -@dirrm share/gnome/help/gstreamer-properties/uk/figures -@dirrm share/gnome/help/gstreamer-properties/uk -@dirrm share/gnome/help/gstreamer-properties/C/figures -@dirrm share/gnome/help/gstreamer-properties/C -@dirrm share/gnome/help/gstreamer-properties -@dirrm share/gnome/help/grecord/zh_TW/figures -@dirrm share/gnome/help/grecord/zh_TW -@dirrm share/gnome/help/grecord/zh_CN/figures -@dirrm share/gnome/help/grecord/zh_CN -@dirrm share/gnome/help/grecord/sv/figures -@dirrm share/gnome/help/grecord/sv -@dirrm share/gnome/help/grecord/ko/figures -@dirrm share/gnome/help/grecord/ko -@dirrm share/gnome/help/grecord/ja/figures -@dirrm share/gnome/help/grecord/ja -@dirrm share/gnome/help/grecord/it/figures -@dirrm share/gnome/help/grecord/it -@dirrm share/gnome/help/grecord/fr/figures -@dirrm share/gnome/help/grecord/fr -@dirrm share/gnome/help/grecord/es/figures -@dirrm share/gnome/help/grecord/es -@dirrm share/gnome/help/grecord/de/figures -@dirrm share/gnome/help/grecord/de -@dirrm share/gnome/help/grecord -@dirrm share/gnome/help/gnome-volume-control/uk/figures -@dirrm share/gnome/help/gnome-volume-control/uk -@dirrm share/gnome/help/gnome-volume-control/C/figures -@dirrm share/gnome/help/gnome-volume-control/C -@dirrm share/gnome/help/gnome-volume-control -@dirrm share/gnome/help/gnome-sound-recorder/uk/figures -@dirrm share/gnome/help/gnome-sound-recorder/uk -@dirrm share/gnome/help/gnome-sound-recorder/C/figures -@dirrm share/gnome/help/gnome-sound-recorder/C -@dirrm share/gnome/help/gnome-sound-recorder -@dirrm share/gnome/help/gnome-cd/zh_TW/figures -@dirrm share/gnome/help/gnome-cd/zh_TW -@dirrm share/gnome/help/gnome-cd/zh_CN/figures -@dirrm share/gnome/help/gnome-cd/zh_CN -@dirrm share/gnome/help/gnome-cd/uk/figures -@dirrm share/gnome/help/gnome-cd/uk -@dirrm share/gnome/help/gnome-cd/sv/figures -@dirrm share/gnome/help/gnome-cd/sv -@dirrm share/gnome/help/gnome-cd/nl/figures -@dirrm share/gnome/help/gnome-cd/nl -@dirrm share/gnome/help/gnome-cd/ko/figures -@dirrm share/gnome/help/gnome-cd/ko -@dirrm share/gnome/help/gnome-cd/ja/figures -@dirrm share/gnome/help/gnome-cd/ja -@dirrm share/gnome/help/gnome-cd/it/figures -@dirrm share/gnome/help/gnome-cd/it -@dirrm share/gnome/help/gnome-cd/fr/figures -@dirrm share/gnome/help/gnome-cd/fr -@dirrm share/gnome/help/gnome-cd/es/figures -@dirrm share/gnome/help/gnome-cd/es -@dirrm share/gnome/help/gnome-cd/de/figures -@dirrm share/gnome/help/gnome-cd/de -@dirrm share/gnome/help/gnome-cd/C/figures -@dirrm share/gnome/help/gnome-cd/C -@dirrm share/gnome/help/gnome-cd -@dirrm share/gnome/gstreamer-properties/icons -@dirrm share/gnome/gstreamer-properties/glade -@dirrm share/gnome/gstreamer-properties -@dirrm share/gnome/gnome-sound-recorder/ui -@dirrm share/gnome/gnome-sound-recorder -@dirrm share/gnome/gnome-media/pixmaps -@dirrm share/gnome/gnome-media/glade -@dirrm share/gnome/gnome-media -@dirrm include/gnome-media/profiles -@dirrm include/gnome-media -@dirrm include/cddb-slave2 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tk/LC_MESSAGES -@dirrmtry share/locale/tk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index 06022bda8..000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.69 2007/03/04 22:46:50 ahze Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.8 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.1:${PORTSDIR}/multimedia/totem \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.2.8:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -WANT_GNOME= yes -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - GDA "Enable GDA database storage" off \ - LIRC "Enable Infrared syncing support" off - -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.X -.endif - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_GDA) -USE_GNOME+= libgda2 -CONFIGURE_ARGS+=--with-database=libgda -.else -CONFIGURE_ARGS+=--with-database=tree -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.so:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -CONFIGURE_ARGS+=--enable-lirc -.else -CONFIGURE_ARGS+=--disable-lirc -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring -PLIST_SUB+= DAAP="" -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.endif -CONFIGURE_ARGS+= --disable-daap -PLIST_SUB+= DAAP="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if ${HAVE_GNOME:Mpygtk2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.include diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo deleted file mode 100644 index 0e14e369b..000000000 --- a/audio/rhythmbox-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.9.8.tar.bz2) = 648400feb794538207b4fe95f0917d1f -SHA256 (gnome2/rhythmbox-0.9.8.tar.bz2) = 7561b01ca27f901e7b9a14e5b8813510c8e96041496527a4568a3624237b5525 -SIZE (gnome2/rhythmbox-0.9.8.tar.bz2) = 3374502 diff --git a/audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c b/audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c deleted file mode 100644 index c70afd0dc..000000000 --- a/audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/cd-recorder/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005 -+++ plugins/cd-recorder/rb-recorder-gst.c Wed Aug 10 20:06:31 2005 -@@ -25,7 +25,9 @@ - #include - #include - #include -+#ifndef __FreeBSD__ - #include -+#endif - #include - #include - #include diff --git a/audio/rhythmbox-devel/files/patch-plugins_daap_rb-daap-src.c b/audio/rhythmbox-devel/files/patch-plugins_daap_rb-daap-src.c deleted file mode 100644 index 4d9bb5178..000000000 --- a/audio/rhythmbox-devel/files/patch-plugins_daap_rb-daap-src.c +++ /dev/null @@ -1,26 +0,0 @@ ---- plugins/daap/rb-daap-src.c.orig Fri Jan 27 21:11:13 2006 -+++ plugins/daap/rb-daap-src.c Thu Feb 2 02:07:48 2006 -@@ -34,6 +34,7 @@ - #include - #include - #include -+#include - #include - - #include -@@ -435,7 +436,14 @@ rb_daap_src_write (RBDAAPSrc *src, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif - - if (wrote < 0) { - GST_WARNING ("error while writing: %s", g_strerror (errno)); diff --git a/audio/rhythmbox-devel/files/patch-plugins_ipod_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-plugins_ipod_rb-ipod-source.c deleted file mode 100644 index 2195b06b2..000000000 --- a/audio/rhythmbox-devel/files/patch-plugins_ipod_rb-ipod-source.c +++ /dev/null @@ -1,51 +0,0 @@ ---- plugins/ipod/rb-ipod-source.c.orig Sun Nov 19 12:12:33 2006 -+++ plugins/ipod/rb-ipod-source.c Sun Nov 19 12:28:50 2006 -@@ -695,33 +695,36 @@ hal_udi_is_ipod (const char *udi) - char *spider_udi; - int vnd_id = 0; - int product_id = 0; -+ DBusError phone_error; -+ -+ dbus_error_init (&phone_error); - - spider_udi = g_strdup(parent_udi); - while (vnd_id == 0 && product_id == 0 && spider_udi != NULL) { - char *old_udi = spider_udi; - spider_udi = libhal_device_get_property_string (ctx, spider_udi, -- "info.parent", &error); -- if (dbus_error_is_set (&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "info.parent", &phone_error); -+ if (dbus_error_is_set (&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - spider_udi = NULL; - break; - } - g_free(old_udi); - - vnd_id = libhal_device_get_property_int (ctx, spider_udi, -- "usb.vendor_id", &error); -- if (dbus_error_is_set(&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "usb.vendor_id", &phone_error); -+ if (dbus_error_is_set(&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - vnd_id = 0; - } - - product_id = libhal_device_get_property_int (ctx, spider_udi, -- "usb.product_id", &error); -- if (dbus_error_is_set(&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "usb.product_id", &phone_error); -+ if (dbus_error_is_set(&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - product_id = 0; - } - } diff --git a/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - #include - - typedef struct diff --git a/audio/rhythmbox-devel/pkg-descr b/audio/rhythmbox-devel/pkg-descr deleted file mode 100644 index 60afe778d..000000000 --- a/audio/rhythmbox-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://www.gnome.org/projects/rhythmbox/ diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist deleted file mode 100644 index f2cb5c295..000000000 --- a/audio/rhythmbox-devel/pkg-plist +++ /dev/null @@ -1,472 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -lib/librhythmbox-core.a -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.a -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.glade -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.a -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -lib/rhythmbox/plugins/cd-recorder/recorder.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.a -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -lib/rhythmbox/plugins/generic-player/generic-player-ui.xml -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.a -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.a -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/iradio/iradio-initial.pls -lib/rhythmbox/plugins/iradio/iradio-ui.xml -lib/rhythmbox/plugins/iradio/iradio.rb-plugin -lib/rhythmbox/plugins/iradio/libiradio.a -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-loading.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_small.png -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.a -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/lirc/lirc.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-loading.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-purchase.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_circle_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png -lib/rhythmbox/plugins/mmkeys/libmmkeys.a -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.a -lib/rhythmbox/plugins/power-manager/libpower-manager.la -lib/rhythmbox/plugins/power-manager/libpower-manager.so -lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -lib/rhythmbox/plugins/visualizer/libvisualizer.a -lib/rhythmbox/plugins/visualizer/libvisualizer.la -lib/rhythmbox/plugins/visualizer/libvisualizer.so -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 -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%%/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-library-source.html -%%DOCSDIR%%/rhythmbox-rb-metadata.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-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-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/applications/rhythmbox.desktop -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -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/el/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/el/figures/rb-notification-window.png -share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/el/figures/rb-statusbar.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar.png -share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/el/figures/rb-window-small.png -share/gnome/help/rhythmbox/el/figures/rb-window.png -share/gnome/help/rhythmbox/el/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -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/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -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/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-el.omf -share/gnome/omf/rhythmbox/rhythmbox-es.omf -share/gnome/omf/rhythmbox/rhythmbox-fr.omf -share/gnome/omf/rhythmbox/rhythmbox-ru.omf -share/gnome/omf/rhythmbox/rhythmbox-sv.omf -share/gnome/omf/rhythmbox/rhythmbox-zh_CN.omf -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/media-eject.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/create-playlist.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/playlist-save.glade -share/gnome/rhythmbox/glade/plugins.glade -share/gnome/rhythmbox/glade/podcast-feed-properties.glade -share/gnome/rhythmbox/glade/podcast-prefs.glade -share/gnome/rhythmbox/glade/podcast-properties.glade -share/gnome/rhythmbox/glade/song-info-multiple.glade -share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/uri-new.glade -share/gnome/rhythmbox/glade/uri.glade -share/gnome/rhythmbox/playlists.xml -share/gnome/rhythmbox/rhythmbox-ui.xml -share/icons/hicolor/48x48/apps/rhythmbox.png -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/bg/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/dz/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hi/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -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/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/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 -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/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 -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_HK/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -@dirrm share/gnome/rhythmbox/glade -@dirrm share/gnome/rhythmbox/art -@dirrm share/gnome/rhythmbox -@dirrm share/gnome/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/el/figures -@dirrm share/gnome/help/rhythmbox/el -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -@dirrm lib/rhythmbox/plugins/visualizer -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -@dirrm lib/rhythmbox/plugins/power-manager -@dirrm lib/rhythmbox/plugins/mmkeys -%%PYTHON%%@dirrm lib/rhythmbox/plugins/magnatune -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%LIRC%%@dirrm lib/rhythmbox/plugins/lirc -%%PYTHON%%@dirrm lib/rhythmbox/plugins/jamendo -@dirrm lib/rhythmbox/plugins/iradio -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -@dirrm lib/rhythmbox/plugins/generic-player -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -@dirrm lib/rhythmbox/plugins/audiocd -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 06022bda8..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.69 2007/03/04 22:46:50 ahze Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.8 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.1:${PORTSDIR}/multimedia/totem \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.2.8:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -WANT_GNOME= yes -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - GDA "Enable GDA database storage" off \ - LIRC "Enable Infrared syncing support" off - -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.X -.endif - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_GDA) -USE_GNOME+= libgda2 -CONFIGURE_ARGS+=--with-database=libgda -.else -CONFIGURE_ARGS+=--with-database=tree -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.so:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -CONFIGURE_ARGS+=--enable-lirc -.else -CONFIGURE_ARGS+=--disable-lirc -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring -PLIST_SUB+= DAAP="" -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.endif -CONFIGURE_ARGS+= --disable-daap -PLIST_SUB+= DAAP="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if ${HAVE_GNOME:Mpygtk2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.include diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index 0e14e369b..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.9.8.tar.bz2) = 648400feb794538207b4fe95f0917d1f -SHA256 (gnome2/rhythmbox-0.9.8.tar.bz2) = 7561b01ca27f901e7b9a14e5b8813510c8e96041496527a4568a3624237b5525 -SIZE (gnome2/rhythmbox-0.9.8.tar.bz2) = 3374502 diff --git a/audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c b/audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c deleted file mode 100644 index c70afd0dc..000000000 --- a/audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/cd-recorder/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005 -+++ plugins/cd-recorder/rb-recorder-gst.c Wed Aug 10 20:06:31 2005 -@@ -25,7 +25,9 @@ - #include - #include - #include -+#ifndef __FreeBSD__ - #include -+#endif - #include - #include - #include diff --git a/audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c b/audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c deleted file mode 100644 index 4d9bb5178..000000000 --- a/audio/rhythmbox/files/patch-plugins_daap_rb-daap-src.c +++ /dev/null @@ -1,26 +0,0 @@ ---- plugins/daap/rb-daap-src.c.orig Fri Jan 27 21:11:13 2006 -+++ plugins/daap/rb-daap-src.c Thu Feb 2 02:07:48 2006 -@@ -34,6 +34,7 @@ - #include - #include - #include -+#include - #include - - #include -@@ -435,7 +436,14 @@ rb_daap_src_write (RBDAAPSrc *src, const - size_t bytes_written = 0; - - while (bytes_written < count) { -- ssize_t wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+ ssize_t wrote; -+#ifdef MSG_NOSIGNAL -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL); -+#else -+ signal (SIGPIPE, SIG_IGN); -+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, 0); -+ signal (SIGPIPE, SIG_DFL); -+#endif - - if (wrote < 0) { - GST_WARNING ("error while writing: %s", g_strerror (errno)); diff --git a/audio/rhythmbox/files/patch-plugins_ipod_rb-ipod-source.c b/audio/rhythmbox/files/patch-plugins_ipod_rb-ipod-source.c deleted file mode 100644 index 2195b06b2..000000000 --- a/audio/rhythmbox/files/patch-plugins_ipod_rb-ipod-source.c +++ /dev/null @@ -1,51 +0,0 @@ ---- plugins/ipod/rb-ipod-source.c.orig Sun Nov 19 12:12:33 2006 -+++ plugins/ipod/rb-ipod-source.c Sun Nov 19 12:28:50 2006 -@@ -695,33 +695,36 @@ hal_udi_is_ipod (const char *udi) - char *spider_udi; - int vnd_id = 0; - int product_id = 0; -+ DBusError phone_error; -+ -+ dbus_error_init (&phone_error); - - spider_udi = g_strdup(parent_udi); - while (vnd_id == 0 && product_id == 0 && spider_udi != NULL) { - char *old_udi = spider_udi; - spider_udi = libhal_device_get_property_string (ctx, spider_udi, -- "info.parent", &error); -- if (dbus_error_is_set (&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "info.parent", &phone_error); -+ if (dbus_error_is_set (&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - spider_udi = NULL; - break; - } - g_free(old_udi); - - vnd_id = libhal_device_get_property_int (ctx, spider_udi, -- "usb.vendor_id", &error); -- if (dbus_error_is_set(&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "usb.vendor_id", &phone_error); -+ if (dbus_error_is_set(&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - vnd_id = 0; - } - - product_id = libhal_device_get_property_int (ctx, spider_udi, -- "usb.product_id", &error); -- if (dbus_error_is_set(&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "usb.product_id", &phone_error); -+ if (dbus_error_is_set(&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - product_id = 0; - } - } diff --git a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - #include - - typedef struct diff --git a/audio/rhythmbox/pkg-descr b/audio/rhythmbox/pkg-descr deleted file mode 100644 index 60afe778d..000000000 --- a/audio/rhythmbox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://www.gnome.org/projects/rhythmbox/ diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist deleted file mode 100644 index f2cb5c295..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,472 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -lib/librhythmbox-core.a -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.a -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.glade -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.a -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -lib/rhythmbox/plugins/cd-recorder/recorder.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.a -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -lib/rhythmbox/plugins/generic-player/generic-player-ui.xml -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.a -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.a -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/iradio/iradio-initial.pls -lib/rhythmbox/plugins/iradio/iradio-ui.xml -lib/rhythmbox/plugins/iradio/iradio.rb-plugin -lib/rhythmbox/plugins/iradio/libiradio.a -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-loading.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_small.png -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.a -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/lirc/lirc.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-loading.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-purchase.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_circle_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png -lib/rhythmbox/plugins/mmkeys/libmmkeys.a -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.a -lib/rhythmbox/plugins/power-manager/libpower-manager.la -lib/rhythmbox/plugins/power-manager/libpower-manager.so -lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -lib/rhythmbox/plugins/visualizer/libvisualizer.a -lib/rhythmbox/plugins/visualizer/libvisualizer.la -lib/rhythmbox/plugins/visualizer/libvisualizer.so -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 -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%%/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-library-source.html -%%DOCSDIR%%/rhythmbox-rb-metadata.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-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-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/applications/rhythmbox.desktop -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -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/el/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/el/figures/rb-notification-window.png -share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/el/figures/rb-statusbar.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar.png -share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/el/figures/rb-window-small.png -share/gnome/help/rhythmbox/el/figures/rb-window.png -share/gnome/help/rhythmbox/el/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -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/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -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/gnome/omf/rhythmbox/rhythmbox-C.omf -share/gnome/omf/rhythmbox/rhythmbox-el.omf -share/gnome/omf/rhythmbox/rhythmbox-es.omf -share/gnome/omf/rhythmbox/rhythmbox-fr.omf -share/gnome/omf/rhythmbox/rhythmbox-ru.omf -share/gnome/omf/rhythmbox/rhythmbox-sv.omf -share/gnome/omf/rhythmbox/rhythmbox-zh_CN.omf -share/gnome/rhythmbox/art/about-logo.png -share/gnome/rhythmbox/art/media-eject.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/create-playlist.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/playlist-save.glade -share/gnome/rhythmbox/glade/plugins.glade -share/gnome/rhythmbox/glade/podcast-feed-properties.glade -share/gnome/rhythmbox/glade/podcast-prefs.glade -share/gnome/rhythmbox/glade/podcast-properties.glade -share/gnome/rhythmbox/glade/song-info-multiple.glade -share/gnome/rhythmbox/glade/song-info.glade -share/gnome/rhythmbox/glade/uri-new.glade -share/gnome/rhythmbox/glade/uri.glade -share/gnome/rhythmbox/playlists.xml -share/gnome/rhythmbox/rhythmbox-ui.xml -share/icons/hicolor/48x48/apps/rhythmbox.png -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/bg/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/dz/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hi/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -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/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/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 -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/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 -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_HK/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -@dirrm share/gnome/rhythmbox/glade -@dirrm share/gnome/rhythmbox/art -@dirrm share/gnome/rhythmbox -@dirrm share/gnome/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/el/figures -@dirrm share/gnome/help/rhythmbox/el -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -@dirrm lib/rhythmbox/plugins/visualizer -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -@dirrm lib/rhythmbox/plugins/power-manager -@dirrm lib/rhythmbox/plugins/mmkeys -%%PYTHON%%@dirrm lib/rhythmbox/plugins/magnatune -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%LIRC%%@dirrm lib/rhythmbox/plugins/lirc -%%PYTHON%%@dirrm lib/rhythmbox/plugins/jamendo -@dirrm lib/rhythmbox/plugins/iradio -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -@dirrm lib/rhythmbox/plugins/generic-player -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -@dirrm lib/rhythmbox/plugins/audiocd -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -- cgit v1.2.3