diff options
author | rene <rene@FreeBSD.org> | 2017-07-13 21:54:22 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-07-13 21:54:22 +0000 |
commit | 0d851fc61422c9afb403fb945af710ba59f2e57e (patch) | |
tree | 44b13a8c44b6b02761616fecd1e3fc796ba68eb1 | |
parent | 9242f06a7947a8795148282e4897d0fba72a9fcc (diff) | |
download | FreeBSD-ports-0d851fc61422c9afb403fb945af710ba59f2e57e.zip FreeBSD-ports-0d851fc61422c9afb403fb945af710ba59f2e57e.tar.gz |
Remove expired ports:
2017-07-11 dns/opendnssec13: Approaching EOL, upgrade to opendnssec 1.4 or 2
2017-07-13 multimedia/banshee: Project is not being actively maintained upstream anymore
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/opendnssec13/Makefile | 63 | ||||
-rw-r--r-- | dns/opendnssec13/distinfo | 2 | ||||
-rw-r--r-- | dns/opendnssec13/files/opendnssec.in | 33 | ||||
-rw-r--r-- | dns/opendnssec13/files/patch-auditor-configure | 11 | ||||
-rw-r--r-- | dns/opendnssec13/pkg-descr | 5 | ||||
-rw-r--r-- | dns/opendnssec13/pkg-plist | 56 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/banshee/Makefile | 93 | ||||
-rw-r--r-- | multimedia/banshee/distinfo | 3 | ||||
-rw-r--r-- | multimedia/banshee/files/patch-configure | 13 | ||||
-rw-r--r-- | multimedia/banshee/files/patch-src_Backends_Banshee.Gio_Makefile.in | 11 | ||||
-rw-r--r-- | multimedia/banshee/files/patch-src_Clients_Booter_banshee.linux.in | 11 | ||||
-rw-r--r-- | multimedia/banshee/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/banshee/pkg-plist | 751 |
16 files changed, 2 insertions, 1062 deletions
@@ -9462,3 +9462,5 @@ devel/etcd3|devel/etcd31|2017-07-07|Version 3.2 introduces breaking changes sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2 www/mediawiki126|www/mediawiki127|2017-07-10|Has expired: Upstream support EoL devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer required to build libs +dns/opendnssec13|dns/opendnssec14|2017-07-13|Has expired: Approaching EOL, upgrade to opendnssec 1.4 or 2 +multimedia/banshee||2017-07-13|Has expired: Project is not being actively maintained upstream anymore diff --git a/dns/Makefile b/dns/Makefile index 4f60e19..bd5d92f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -110,7 +110,6 @@ SUBDIR += nss_resinit SUBDIR += opendd SUBDIR += opendnssec - SUBDIR += opendnssec13 SUBDIR += opendnssec2 SUBDIR += openmdns SUBDIR += openresolv diff --git a/dns/opendnssec13/Makefile b/dns/opendnssec13/Makefile deleted file mode 100644 index 148fc06..0000000 --- a/dns/opendnssec13/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> -# $FreeBSD$ - -PORTNAME= opendnssec -PORTVERSION= 1.3.18 -PORTREVISION= 1 -CATEGORIES= dns -MASTER_SITES= http://dist.opendnssec.org/source/ \ - http://dist.opendnssec.org/source/testing/ -PKGNAMESUFFIX= 13 - -MAINTAINER= jaap@NLnetLabs.nl -COMMENT= Tool suite for maintaining DNSSEC - -LICENSE= BSD3CLAUSE - -BUILD_DEPENDS= ldns>=1.6.16:dns/ldns -LIB_DEPENDS= libldns.so:dns/ldns - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" -USE_RC_SUBR= opendnssec -USE_GNOME= libxml2 -USES= perl5 ssl -USE_LDCONFIG= yes - -USERS= ${PORTNAME} -GROUPS= ${PORTNAME} - -PLIST_SUB+= USER=${USERS} GROUP=${GROUPS} - -CONFLICTS= opendnssec-1.4* opendnssec2-[0-9]* - -DEPRECATED= Approaching EOL, upgrade to opendnssec 1.4 or 2 -EXPIRATION_DATE= 2017-07-11 - -OPTIONS_DEFINE= SOFTHSM AUDITOR MYSQL -SOFTHSM_DESC= SoftHSM cryptographic store for PKCS \#11 interface -AUDITOR_DESC= Build with Auditor -OPTIONS_DEFAULT= AUDITOR -OPTIONS_SUB= yes - -AUDITOR_BUILD_DEPENDS= rubygem-soap4r>=0:devel/rubygem-soap4r \ - rubygem-dnsruby>=1.53:dns/rubygem-dnsruby \ - ${LOCALBASE}/bin/grep:textproc/gnugrep -AUDITOR_CONFIGURE_ENABLE= auditor -AUDITOR_CONFIGURE_ENV= ac_cv_path_GREP=${LOCALBASE}/bin/grep -AUDITOR_USE= RUBY=yes -MYSQL_BUILD_DEPENDS_OFF=sqlite3>=3.3.9:databases/sqlite3 -MYSQL_CONFIGURE_OFF= --with-sqlite3=${LOCALBASE} --with-database-backend=sqlite3 -MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} --with-database-backend=mysql -MYSQL_LIB_DEPENDS_OFF= libsqlite3.so:databases/sqlite3 -MYSQL_USE= MYSQL=compat -MYSQL_USES_OFF= sqlite -SOFTHSM_CONFIGURE_ON= --with-softhsm --with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm.so -SOFTHSM_RUN_DEPENDS= softhsm>=1.2.0:security/softhsm - -PKGMESSAGE= ${WRKSRC}/MIGRATION - -pre-install-MYSQL-on: - ${REINPLACE_CMD} -e '/REQUIRE:/ s|$$| mysql|' ${WRKDIR}/opendnssec - -.include <bsd.port.mk> diff --git a/dns/opendnssec13/distinfo b/dns/opendnssec13/distinfo deleted file mode 100644 index 886c9a1..0000000 --- a/dns/opendnssec13/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (opendnssec-1.3.18.tar.gz) = e61d23ae0cc57b6e09d408bade6872fe5241896c61a03e8bc5ceeb65df13a676 -SIZE (opendnssec-1.3.18.tar.gz) = 1143889 diff --git a/dns/opendnssec13/files/opendnssec.in b/dns/opendnssec13/files/opendnssec.in deleted file mode 100644 index 6332070..0000000 --- a/dns/opendnssec13/files/opendnssec.in +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: opendnssec -# REQUIRE: LOGIN DAEMON -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable opendnssec: -# -# opendnssec_enable="YES" - -. /etc/rc.subr - -name=opendnssec -rcvar=opendnssec_enable - -load_rc_config $name - -opendnssec_enable=${opendnssec_enable:-"NO"} - -start_cmd="${name}_run start" -stop_cmd="${name}_run stop" -extra_commands="reload ksm hsm signer enforcer" - -procname=${opendnssec_procname} - -opendnssec_run() -{ - %%PREFIX%%/sbin/ods-control $1 -} - -run_rc_command "$1" diff --git a/dns/opendnssec13/files/patch-auditor-configure b/dns/opendnssec13/files/patch-auditor-configure deleted file mode 100644 index 0cf9380..0000000 --- a/dns/opendnssec13/files/patch-auditor-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- auditor/configure.orig 2014-07-21 17:16:30.000000000 +0800 -+++ auditor/configure 2015-04-06 04:45:00.610097773 +0800 -@@ -2614,7 +2614,7 @@ - print "no" - end - begin -- if (Dnsruby.version >= 1.53) -+ if (Dnsruby.version.to_f >= 1.53) - print "yes" - else - print "no" diff --git a/dns/opendnssec13/pkg-descr b/dns/opendnssec13/pkg-descr deleted file mode 100644 index 147cc62..0000000 --- a/dns/opendnssec13/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -OpenDNSSEC was created as an open-source turn-key solution for -DNSSEC. It secures zone data just before it is published in an -authoritative name server. - -WWW: http://www.opendnssec.org diff --git a/dns/opendnssec13/pkg-plist b/dns/opendnssec13/pkg-plist deleted file mode 100644 index 02f0857..0000000 --- a/dns/opendnssec13/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -%%AUDITOR%%bin/ods-auditor -bin/ods-getconf -bin/ods-hsmspeed -bin/ods-hsmutil -bin/ods-ksmutil -%%AUDITOR%%bin/ods-kaspcheck -bin/ods-kasp2html -@sample %%ETCDIR%%/conf.xml.sample -@sample %%ETCDIR%%/kasp.xml.sample -@sample %%ETCDIR%%/zonefetch.xml.sample -@sample %%ETCDIR%%/zonelist.xml.sample -%%AUDITOR%%lib/opendnssec/kasp_auditor/auditor.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/changed_config.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/commands.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/config.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/key_tracker.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/parse.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/preparser.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor.rb -%%AUDITOR%%lib/opendnssec/kasp_auditor/partial_auditor.rb -%%AUDITOR%%lib/opendnssec/kasp_checker.rb -%%AUDITOR%%lib/opendnssec/time_shift.rb -%%AUDITOR%%man/man1/ods-auditor.1.gz -man/man1/ods-hsmspeed.1.gz -man/man1/ods-hsmutil.1.gz -%%AUDITOR%%man/man1/ods-kaspcheck.1.gz -man/man1/ods-ksmutil.1.gz -man/man5/ods-timing.5.gz -man/man7/opendnssec.7.gz -man/man8/ods-control.8.gz -man/man8/ods-enforcerd.8.gz -man/man8/ods-getconf.8.gz -man/man8/ods-signer.8.gz -man/man8/ods-signerd.8.gz -sbin/ods-control -sbin/ods-enforcerd -sbin/ods-signer -sbin/ods-signerd -%%DATADIR%%/conf.rnc -%%DATADIR%%/conf.rng -%%NO_MYSQL%%%%DATADIR%%/database_create.sqlite3 -%%MYSQL%%%%DATADIR%%/database_create.mysql -%%DATADIR%%/kasp.rnc -%%DATADIR%%/kasp.rng -%%DATADIR%%/kasp2html.xsl -%%DATADIR%%/signconf.rnc -%%DATADIR%%/signconf.rng -%%DATADIR%%/zonefetch.rnc -%%DATADIR%%/zonefetch.rng -%%DATADIR%%/zonelist.rnc -%%DATADIR%%/zonelist.rng -@dir(%%USER%%,%%GROUP%%,) var/run/opendnssec -@dir(%%USER%%,%%GROUP%%,) var/opendnssec/unsigned -@dir(%%USER%%,%%GROUP%%,) var/opendnssec/tmp -@dir(%%USER%%,%%GROUP%%,) var/opendnssec/signed -@dir(%%USER%%,%%GROUP%%,) var/opendnssec/signconf diff --git a/multimedia/Makefile b/multimedia/Makefile index 3a5552d..05a5515 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -24,7 +24,6 @@ SUBDIR += avidemux-qt4 SUBDIR += avinfo SUBDIR += baka-mplayer - SUBDIR += banshee SUBDIR += bino SUBDIR += bitstream SUBDIR += bombono diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile deleted file mode 100644 index 40f33b3..0000000 --- a/multimedia/banshee/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# $FreeBSD$ - -PORTNAME= banshee -PORTVERSION= 2.6.2 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= multimedia audio -MASTER_SITES= GNOME - -MAINTAINER= mono@FreeBSD.org -COMMENT= Music management and playback for gnome - -BROKEN= Project is not being actively maintained upstream anymore -EXPIRATION_DATE=2017-07-13 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -# Could do without bash, but it's brought in by gnome anyway. -BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ - bash:shells/bash -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libgstbase-0.10.so:multimedia/gstreamer \ - libgstfft-0.10.so:multimedia/gstreamer-plugins \ - libwebkitgtk-1.0.so:www/webkit-gtk2 \ - libsoup-gnome-2.4.so:devel/libsoup-gnome \ - libsoup-2.4.so:devel/libsoup -RUN_DEPENDS= bash:shells/bash - -LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-2.0.pc:devel/dbus-sharp-glib \ - ${LOCALBASE}/libdata/pkgconfig/taglib-sharp.pc:audio/taglib-sharp \ - ${LOCALBASE}/libdata/pkgconfig/mono-zeroconf.pc:net/mono-zeroconf \ - ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:devel/mono-addins \ - ${LOCALBASE}/libdata/pkgconfig/notify-sharp.pc:devel/notify-sharp - -OPTIONS_DEFINE= APPLEDEV DOCS BPMDETECT GIO MTP WEBKIT YOUTUBE -OPTIONS_DEFAULT=APPLEDEV BPMDETECT GIO MTP WEBKIT YOUTUBE -OPTIONS_SUB= yes - -APPLEDEV_DESC= Apple device -BPMDETECT_DESC= Force dependency on soundtouch (required for BPM detection) -GIO_DESC= Use GIO for disk access -WEBKIT_DESC= Build and/or install extensions using Webkit -YOUTUBE_DESC= Build and/or install the Youtube extension - -USES= desktop-file-utils gmake gettext-runtime libtool mono pathfix perl5 \ - pkgconfig shared-mime-info sqlite tar:xz -USE_PERL5= build -GNU_CONFIGURE= yes -USE_GNOME= cairo gnomedocutils gnomesharp20 gtksharp20 intltool -USE_GSTREAMER= cdparanoia -USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME:C/-.*//} -USE_XORG= x11 xrandr xxf86vm -INSTALLS_ICONS= yes -INSTALL_TARGET= install-strip -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware --disable-boo -CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -PORTSCOUT= ignore:1 - -# Need absolute path for build/icon-install-theme. -INSTALL= /usr/bin/install - -APPLEDEV_CONFIGURE_ENABLE= appledevice -APPLEDEV_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libgpod-sharp.pc:audio/libgpod-sharp -BPMDETECT_USE= gstreamer=soundtouch -DOCS_CONFIGURE_ENABLE= docs -GIO_CONFIGURE_ENABLE= gio -GIO_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/gtk-sharp-beans-2.0.pc:x11-toolkits/gtk-sharp-beans -MTP_CONFIGURE_ENABLE= mtp -MTP_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libmtp.pc:multimedia/libmtp -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext -WEBKIT_CONFIGURE_ENABLE=webkit -WEBKIT_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:www/webkit-sharp -YOUTUBE_CONFIGURE_ENABLE= youtube -YOUTUBE_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/gdata-sharp-youtube.pc:devel/google-gdata - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MWEBKIT} || ${PORT_OPTIONS:MYOUTUBE} -PLIST_SUB+= OPT_WEBKITORYOUTUBE="" -.else -PLIST_SUB+= OPT_WEBKITORYOUTUBE="@comment " -.endif - -post-patch: - ${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e 's|-r:Mono.Cairo|-r:${PREFIX}/lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9f132ed756/Mono.Cairo.dll|' - -.include <bsd.port.mk> diff --git a/multimedia/banshee/distinfo b/multimedia/banshee/distinfo deleted file mode 100644 index b6a86b8..0000000 --- a/multimedia/banshee/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479575483 -SHA256 (banshee-2.6.2.tar.xz) = f77c089b05e3dc956236d13ff02945fe560f56e402df57621a9196de39ba60f8 -SIZE (banshee-2.6.2.tar.xz) = 3372372 diff --git a/multimedia/banshee/files/patch-configure b/multimedia/banshee/files/patch-configure deleted file mode 100644 index 02b6d99..0000000 --- a/multimedia/banshee/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig -+++ configure -@@ -15696,8 +15696,8 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mono 2.0 GAC for $asm.dll" >&5 - $as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; } - if test \ -- -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \ -- -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \ -+ -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0-api/$asm.dll" -o \ -+ -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0-api/$asm.dll"; \ - then \ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 - $as_echo "found" >&6; } diff --git a/multimedia/banshee/files/patch-src_Backends_Banshee.Gio_Makefile.in b/multimedia/banshee/files/patch-src_Backends_Banshee.Gio_Makefile.in deleted file mode 100644 index a5864cb..0000000 --- a/multimedia/banshee/files/patch-src_Backends_Banshee.Gio_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Backends/Banshee.Gio/Makefile.in.orig -+++ src/Backends/Banshee.Gio/Makefile.in -@@ -946,7 +946,7 @@ - @ENABLE_GIO_TRUE@ cp $(srcdir)/$(notdir $@.config) $(top_builddir)/bin; \ - @ENABLE_GIO_TRUE@ fi; - @ENABLE_GIO_TRUE@ @if [ ! -z "$(EXTRA_BUNDLE)" ]; then \ --@ENABLE_GIO_TRUE@ cp $(EXTRA_BUNDLE) $(top_builddir)/bin; \ -+@ENABLE_GIO_TRUE@ cp -f $(EXTRA_BUNDLE) $(top_builddir)/bin; \ - @ENABLE_GIO_TRUE@ fi; - - @ENABLE_GIO_TRUE@theme-icons: $(THEME_ICONS_SOURCE) diff --git a/multimedia/banshee/files/patch-src_Clients_Booter_banshee.linux.in b/multimedia/banshee/files/patch-src_Clients_Booter_banshee.linux.in deleted file mode 100644 index 6bece6b..0000000 --- a/multimedia/banshee/files/patch-src_Clients_Booter_banshee.linux.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Clients/Booter/banshee.linux.in.orig -+++ src/Clients/Booter/banshee.linux.in -@@ -54,7 +54,7 @@ - fi - - # Finally - environment is set up, time to run our beloved --exec_args="-a $BANSHEE_EXEC_NAME mono $MONO_OPTIONS $MONO_EXE $BANSHEE_DEBUG $BANSHEE_CLIENT" -+exec_args="-a $BANSHEE_EXEC_NAME mono --runtime=v4.0 $MONO_OPTIONS $MONO_EXE $BANSHEE_DEBUG $BANSHEE_CLIENT" - - if [ -z "$BANSHEE_REDIRECT_LOG" ]; then - exec $exec_args "$@" diff --git a/multimedia/banshee/pkg-descr b/multimedia/banshee/pkg-descr deleted file mode 100644 index c6af015..0000000 --- a/multimedia/banshee/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Import, organize, play, and share your music using Banshee's simple, -powerful interface. Rip CDs, play and sync your iPod, create playlists, -and burn audio and MP3 CDs. Most portable music devices are supported. - -Banshee also has support for podcasting, smart playlists, music -recommendations, and much more. - -WWW: http://banshee.fm/ diff --git a/multimedia/banshee/pkg-plist b/multimedia/banshee/pkg-plist deleted file mode 100644 index e33f68f..0000000 --- a/multimedia/banshee/pkg-plist +++ /dev/null @@ -1,751 +0,0 @@ -bin/bamz -bin/banshee -bin/muinshee -lib/banshee/Backends/Banshee.GStreamer.dll -lib/banshee/Backends/Banshee.GStreamer.dll.config -lib/banshee/Backends/Banshee.GStreamer.dll.mdb -%%GIO%%lib/banshee/Backends/Banshee.Gio.dll -%%GIO%%lib/banshee/Backends/Banshee.Gio.dll.mdb -lib/banshee/Backends/Banshee.Gnome.dll -lib/banshee/Backends/Banshee.Gnome.dll.mdb -lib/banshee/Backends/Banshee.NowPlaying.X11.dll -lib/banshee/Backends/Banshee.NowPlaying.X11.dll.mdb -lib/banshee/Backends/Banshee.Unix.dll -lib/banshee/Backends/Banshee.Unix.dll.config -lib/banshee/Backends/Banshee.Unix.dll.mdb -%%GIO%%lib/banshee/Backends/gio-sharp.dll -%%GIO%%lib/banshee/Backends/gio-sharp.dll.config -%%GIO%%lib/banshee/Backends/gio-sharp.dll.mdb -%%GIO%%lib/banshee/Backends/gtk-sharp-beans.dll -%%GIO%%lib/banshee/Backends/gtk-sharp-beans.dll.config -%%GIO%%lib/banshee/Backends/gtk-sharp-beans.dll.mdb -lib/banshee/Backends/libbnpx11.a -lib/banshee/Backends/libbnpx11.so -lib/banshee/Banshee.CollectionIndexer.dll -lib/banshee/Banshee.CollectionIndexer.dll.mdb -lib/banshee/Banshee.Core.dll -lib/banshee/Banshee.Core.dll.config -lib/banshee/Banshee.Core.dll.mdb -lib/banshee/Banshee.Services.addins -lib/banshee/Banshee.Services.dll -lib/banshee/Banshee.Services.dll.config -lib/banshee/Banshee.Services.dll.mdb -lib/banshee/Banshee.ThickClient.dll -lib/banshee/Banshee.ThickClient.dll.config -lib/banshee/Banshee.ThickClient.dll.mdb -%%WEBKIT%%lib/banshee/Banshee.WebBrowser.dll -%%WEBKIT%%lib/banshee/Banshee.WebBrowser.dll.mdb -lib/banshee/Banshee.Widgets.dll -lib/banshee/Banshee.Widgets.dll.config -lib/banshee/Banshee.Widgets.dll.mdb -lib/banshee/Banshee.exe -lib/banshee/Banshee.exe.config -lib/banshee/Banshee.exe.mdb -lib/banshee/Beroe.exe -lib/banshee/Beroe.exe.mdb -%%WEBKIT%%lib/banshee/Extensions/Banshee.AmazonMp3.Store.dll -%%WEBKIT%%lib/banshee/Extensions/Banshee.AmazonMp3.Store.dll.mdb -lib/banshee/Extensions/Banshee.AmazonMp3.exe -lib/banshee/Extensions/Banshee.AmazonMp3.exe.mdb -lib/banshee/Extensions/Banshee.Audiobook.dll -lib/banshee/Extensions/Banshee.Audiobook.dll.mdb -lib/banshee/Extensions/Banshee.Bpm.dll -lib/banshee/Extensions/Banshee.Bpm.dll.mdb -lib/banshee/Extensions/Banshee.CoverArt.dll -lib/banshee/Extensions/Banshee.CoverArt.dll.mdb -lib/banshee/Extensions/Banshee.Daap.dll -lib/banshee/Extensions/Banshee.Daap.dll.mdb -%%APPLEDEV%%lib/banshee/Extensions/Banshee.Dap.AppleDevice.dll -%%APPLEDEV%%lib/banshee/Extensions/Banshee.Dap.AppleDevice.dll.mdb -lib/banshee/Extensions/Banshee.Dap.MassStorage.dll -lib/banshee/Extensions/Banshee.Dap.MassStorage.dll.mdb -%%MTP%%lib/banshee/Extensions/Banshee.Dap.Mtp.dll -%%MTP%%lib/banshee/Extensions/Banshee.Dap.Mtp.dll.mdb -lib/banshee/Extensions/Banshee.Dap.dll -lib/banshee/Extensions/Banshee.Dap.dll.mdb -%%WEBKIT%%lib/banshee/Extensions/Banshee.Emusic.Store.dll -%%WEBKIT%%lib/banshee/Extensions/Banshee.Emusic.Store.dll.mdb -lib/banshee/Extensions/Banshee.Emusic.dll -lib/banshee/Extensions/Banshee.Emusic.dll.mdb -lib/banshee/Extensions/Banshee.FileSystemQueue.dll -lib/banshee/Extensions/Banshee.FileSystemQueue.dll.mdb -lib/banshee/Extensions/Banshee.Fixup.dll -lib/banshee/Extensions/Banshee.Fixup.dll.mdb -lib/banshee/Extensions/Banshee.InternetArchive.dll -lib/banshee/Extensions/Banshee.InternetArchive.dll.mdb -lib/banshee/Extensions/Banshee.InternetRadio.dll -lib/banshee/Extensions/Banshee.InternetRadio.dll.mdb -lib/banshee/Extensions/Banshee.Lastfm.dll -lib/banshee/Extensions/Banshee.Lastfm.dll.mdb -lib/banshee/Extensions/Banshee.LastfmStreaming.dll -lib/banshee/Extensions/Banshee.LastfmStreaming.dll.mdb -lib/banshee/Extensions/Banshee.LibraryWatcher.dll -lib/banshee/Extensions/Banshee.LibraryWatcher.dll.mdb -lib/banshee/Extensions/Banshee.MiniMode.dll -lib/banshee/Extensions/Banshee.MiniMode.dll.mdb -%%WEBKIT%%lib/banshee/Extensions/Banshee.MiroGuide.dll -%%WEBKIT%%lib/banshee/Extensions/Banshee.MiroGuide.dll.mdb -lib/banshee/Extensions/Banshee.Mpris.dll -lib/banshee/Extensions/Banshee.Mpris.dll.mdb -lib/banshee/Extensions/Banshee.MultimediaKeys.dll -lib/banshee/Extensions/Banshee.MultimediaKeys.dll.mdb -lib/banshee/Extensions/Banshee.NotificationArea.dll -lib/banshee/Extensions/Banshee.NotificationArea.dll.config -lib/banshee/Extensions/Banshee.NotificationArea.dll.mdb -lib/banshee/Extensions/Banshee.NowPlaying.dll -lib/banshee/Extensions/Banshee.NowPlaying.dll.mdb -lib/banshee/Extensions/Banshee.OpticalDisc.dll -lib/banshee/Extensions/Banshee.OpticalDisc.dll.mdb -lib/banshee/Extensions/Banshee.PlayQueue.dll -lib/banshee/Extensions/Banshee.PlayQueue.dll.mdb -lib/banshee/Extensions/Banshee.PlayerMigration.dll -lib/banshee/Extensions/Banshee.PlayerMigration.dll.mdb -lib/banshee/Extensions/Banshee.Podcasting.dll -lib/banshee/Extensions/Banshee.Podcasting.dll.mdb -%%WEBKIT%%lib/banshee/Extensions/Banshee.Wikipedia.dll -%%WEBKIT%%lib/banshee/Extensions/Banshee.Wikipedia.dll.mdb -%%YOUTUBE%%lib/banshee/Extensions/Banshee.YouTube.dll -%%YOUTUBE%%lib/banshee/Extensions/Banshee.YouTube.dll.mdb -%%APPLEDEV%%lib/banshee/Extensions/libgpod-sharp.dll -%%APPLEDEV%%lib/banshee/Extensions/libgpod-sharp.dll.config -%%APPLEDEV%%lib/banshee/Extensions/libgpod-sharp.dll.mdb -lib/banshee/Halie.exe -lib/banshee/Halie.exe.mdb -lib/banshee/Hyena.Data.Sqlite.dll -lib/banshee/Hyena.Data.Sqlite.dll.mdb -lib/banshee/Hyena.Gui.dll -lib/banshee/Hyena.Gui.dll.config -lib/banshee/Hyena.Gui.dll.mdb -lib/banshee/Hyena.dll -lib/banshee/Hyena.dll.config -lib/banshee/Hyena.dll.mdb -lib/banshee/Lastfm.Gui.dll -lib/banshee/Lastfm.Gui.dll.mdb -lib/banshee/Lastfm.dll -lib/banshee/Lastfm.dll.mdb -lib/banshee/Migo.dll -lib/banshee/Migo.dll.mdb -lib/banshee/Mono.Media.dll -lib/banshee/Mono.Media.dll.mdb -%%MTP%%lib/banshee/Mtp.dll -%%MTP%%lib/banshee/Mtp.dll.config -%%MTP%%lib/banshee/Mtp.dll.mdb -lib/banshee/Muinshee.exe -lib/banshee/Muinshee.exe.mdb -lib/banshee/MusicBrainz.dll -lib/banshee/MusicBrainz.dll.mdb -lib/banshee/Nereid.exe -lib/banshee/Nereid.exe.mdb -lib/banshee/gconf-schema-extractor.exe -lib/banshee/libbanshee.a -lib/banshee/libbanshee.so -%%WEBKIT%%lib/banshee/libossifer.a -%%WEBKIT%%lib/banshee/libossifer.so -%%PORTDOCS%%lib/monodoc/sources/banshee-docs.source -%%PORTDOCS%%lib/monodoc/sources/banshee-docs.tree -%%PORTDOCS%%lib/monodoc/sources/banshee-docs.zip -%%PORTDOCS%%lib/monodoc/sources/hyena-docs.source -%%PORTDOCS%%lib/monodoc/sources/hyena-docs.tree -%%PORTDOCS%%lib/monodoc/sources/hyena-docs.zip -libdata/pkgconfig/banshee-collection-indexer.pc -libdata/pkgconfig/banshee-core.pc -libdata/pkgconfig/banshee-hyena-data-sqlite.pc -libdata/pkgconfig/banshee-hyena-gui.pc -libdata/pkgconfig/banshee-hyena.pc -libdata/pkgconfig/banshee-lastfm-gui.pc -libdata/pkgconfig/banshee-lastfm.pc -libdata/pkgconfig/banshee-mono-media.pc -libdata/pkgconfig/banshee-musicbrainz.pc -libdata/pkgconfig/banshee-nowplaying.pc -libdata/pkgconfig/banshee-services.pc -libdata/pkgconfig/banshee-thickclient.pc -libdata/pkgconfig/banshee-webbrowser.pc -share/appdata/banshee.appdata.xml -share/applications/banshee-audiocd.desktop -share/applications/banshee-media-player.desktop -share/applications/banshee.desktop -%%DATADIR%%/audio-profiles/aac-novell.xml -%%DATADIR%%/audio-profiles/aac.xml -%%DATADIR%%/audio-profiles/base.xml -%%DATADIR%%/audio-profiles/flac.xml -%%DATADIR%%/audio-profiles/mp3-lame.xml -%%DATADIR%%/audio-profiles/mp3-xing.xml -%%DATADIR%%/audio-profiles/vorbis.xml -%%DATADIR%%/audio-profiles/wav.xml -%%DATADIR%%/audio-profiles/wavpack.xml -%%DATADIR%%/audio-profiles/wma.xml -%%DATADIR%%/icons/hicolor/128x128/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/128x128/devices/phone-htc-g1-white.png -%%DATADIR%%/icons/hicolor/128x128/devices/phone-nokia-n900.png -%%DATADIR%%/icons/hicolor/128x128/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/128x128/devices/phone-xperia-arc.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-import-audio-cd.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-all.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-none.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-single.png -%%DATADIR%%/icons/hicolor/16x16/actions/media-write-cd.png -%%DATADIR%%/icons/hicolor/16x16/categories/amazon-mp3-source.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/amazon-mp3-store-source.png -%%DATADIR%%/icons/hicolor/16x16/categories/audiobook.png -%%DATADIR%%/icons/hicolor/16x16/categories/internet-archive.png -%%DATADIR%%/icons/hicolor/16x16/categories/lastfm-audioscrobbler.png -%%DATADIR%%/icons/hicolor/16x16/categories/lastfm-neighbour.png -%%DATADIR%%/icons/hicolor/16x16/categories/lastfm-personal.png -%%DATADIR%%/icons/hicolor/16x16/categories/lastfm-recommended.png -%%DATADIR%%/icons/hicolor/16x16/categories/lastfm-tag.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/miro-guide-source.png -%%DATADIR%%/icons/hicolor/16x16/categories/podcast.png -%%DATADIR%%/icons/hicolor/16x16/categories/radio.png -%%DATADIR%%/icons/hicolor/16x16/categories/source-playlist.png -%%DATADIR%%/icons/hicolor/16x16/categories/source-smart-playlist.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/wikipedia.png -%%YOUTUBE%%%%DATADIR%%/icons/hicolor/16x16/categories/youtube.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-U2-color.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-U2-monochrome.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-blue.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-gold.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-green.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-pink.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-silver.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-nano-black.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-nano-white.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-shuffle.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-standard-color.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-standard-monochrome.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-video-black.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-video-white.png -%%DATADIR%%/icons/hicolor/16x16/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/16x16/devices/phone-htc-g1-white.png -%%DATADIR%%/icons/hicolor/16x16/devices/phone-nokia-n900.png -%%DATADIR%%/icons/hicolor/16x16/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/16x16/devices/phone-palm-pre.png -%%DATADIR%%/icons/hicolor/16x16/devices/phone-xperia-arc.png -%%DATADIR%%/icons/hicolor/16x16/emblems/creative-commons-by.png -%%DATADIR%%/icons/hicolor/16x16/emblems/creative-commons-nc.png -%%DATADIR%%/icons/hicolor/16x16/emblems/creative-commons-nd.png -%%DATADIR%%/icons/hicolor/16x16/emblems/creative-commons-pd.png -%%DATADIR%%/icons/hicolor/16x16/emblems/creative-commons-sa.png -%%DATADIR%%/icons/hicolor/16x16/status/podcast-new.png -%%DATADIR%%/icons/hicolor/22x22/actions/encode.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-import-audio-cd.png -%%DATADIR%%/icons/hicolor/22x22/actions/media-write-cd.png -%%DATADIR%%/icons/hicolor/22x22/categories/amazon-mp3-source.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/amazon-mp3-store-source.png -%%DATADIR%%/icons/hicolor/22x22/categories/audiobook.png -%%DATADIR%%/icons/hicolor/22x22/categories/internet-archive.png -%%DATADIR%%/icons/hicolor/22x22/categories/lastfm-audioscrobbler.png -%%DATADIR%%/icons/hicolor/22x22/categories/lastfm-neighbour.png -%%DATADIR%%/icons/hicolor/22x22/categories/lastfm-personal.png -%%DATADIR%%/icons/hicolor/22x22/categories/lastfm-recommended.png -%%DATADIR%%/icons/hicolor/22x22/categories/lastfm-tag.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/miro-guide-source.png -%%DATADIR%%/icons/hicolor/22x22/categories/podcast.png -%%DATADIR%%/icons/hicolor/22x22/categories/radio.png -%%DATADIR%%/icons/hicolor/22x22/categories/source-playlist.png -%%DATADIR%%/icons/hicolor/22x22/categories/source-smart-playlist.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/wikipedia.png -%%YOUTUBE%%%%DATADIR%%/icons/hicolor/22x22/categories/youtube.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-U2-color.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-U2-monochrome.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-blue.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-gold.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-green.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-pink.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-silver.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-nano-black.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-nano-white.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-shuffle.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-standard-color.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-standard-monochrome.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-video-black.png -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-video-white.png -%%DATADIR%%/icons/hicolor/22x22/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/22x22/devices/phone-htc-g1-white.png -%%DATADIR%%/icons/hicolor/22x22/devices/phone-nokia-n900.png -%%DATADIR%%/icons/hicolor/22x22/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/22x22/devices/phone-palm-pre.png -%%DATADIR%%/icons/hicolor/22x22/devices/phone-xperia-arc.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/24x24/categories/miro-guide-source.png -%%YOUTUBE%%%%DATADIR%%/icons/hicolor/24x24/categories/youtube.png -%%DATADIR%%/icons/hicolor/24x24/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/24x24/devices/phone-htc-g1-white.png -%%DATADIR%%/icons/hicolor/24x24/devices/phone-nokia-n900.png -%%DATADIR%%/icons/hicolor/24x24/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/24x24/devices/phone-palm-pre.png -%%DATADIR%%/icons/hicolor/24x24/devices/phone-xperia-arc.png -%%DATADIR%%/icons/hicolor/256x256/categories/audiobook.png -%%DATADIR%%/icons/hicolor/256x256/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/256x256/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/256x256/devices/phone-palm-pre.png -%%DATADIR%%/icons/hicolor/256x256/devices/phone-xperia-arc.png -%%DATADIR%%/icons/hicolor/32x32/actions/media-write-cd.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/32x32/categories/miro-guide-source.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/32x32/categories/wikipedia.png -%%DATADIR%%/icons/hicolor/32x32/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/32x32/devices/phone-htc-g1-white.png -%%DATADIR%%/icons/hicolor/32x32/devices/phone-nokia-n900.png -%%DATADIR%%/icons/hicolor/32x32/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/32x32/devices/phone-palm-pre.png -%%DATADIR%%/icons/hicolor/32x32/devices/phone-xperia-arc.png -%%DATADIR%%/icons/hicolor/48x48/actions/media-write-cd.png -%%DATADIR%%/icons/hicolor/48x48/categories/audiobook.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/48x48/categories/miro-guide-source.png -%%DATADIR%%/icons/hicolor/48x48/categories/podcast.png -%%DATADIR%%/icons/hicolor/48x48/categories/radio.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/48x48/categories/wikipedia.png -%%DATADIR%%/icons/hicolor/48x48/devices/phone-google-nexus-one.png -%%DATADIR%%/icons/hicolor/48x48/devices/phone-htc-g1-white.png -%%DATADIR%%/icons/hicolor/48x48/devices/phone-nokia-n900.png -%%DATADIR%%/icons/hicolor/48x48/devices/phone-nook.png -%%DATADIR%%/icons/hicolor/48x48/devices/phone-palm-pre.png -%%DATADIR%%/icons/hicolor/48x48/devices/phone-xperia-arc.png -%%WEBKIT%%%%DATADIR%%/icons/hicolor/scalable/categories/miro-guide-source.svg -%%DATADIR%%/icons/hicolor/scalable/categories/radio.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-U2-color.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-U2-monochrome.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-blue.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-gold.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-green.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-pink.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-silver.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-nano-black.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-nano-white.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-shuffle.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-standard-color.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-standard-monochrome.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-video-black.svg -%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-video-white.svg -%%WEBKIT%%%%DATADIR%%/icons/hicolor/scalable/categories/wikipedia.svg -%%DATADIR%%/icons/hicolor/scalable/devices/phone-nokia-n900.svg -share/dbus-1/services/org.bansheeproject.Banshee.service -share/dbus-1/services/org.bansheeproject.CollectionIndexer.service -share/gnome/help/banshee/C/add-podcast.page -share/gnome/help/banshee/C/add-radio.page -share/gnome/help/banshee/C/advanced.page -share/gnome/help/banshee/C/amazon.page -share/gnome/help/banshee/C/emusic.page -share/gnome/help/banshee/C/extensions.page -share/gnome/help/banshee/C/import.page -share/gnome/help/banshee/C/index.page -share/gnome/help/banshee/C/introduction.page -share/gnome/help/banshee/C/itunes-import.page -share/gnome/help/banshee/C/keyboardshortcuts.page -share/gnome/help/banshee/C/lastfm.page -share/gnome/help/banshee/C/legal.xml -share/gnome/help/banshee/C/manage-coverart.page -share/gnome/help/banshee/C/manage-playlists.page -share/gnome/help/banshee/C/manage-tags.page -share/gnome/help/banshee/C/play-queue.page -share/gnome/help/banshee/C/play.page -share/gnome/help/banshee/C/rb-import.page -share/gnome/help/banshee/C/search.page -share/gnome/help/banshee/C/sort.page -share/gnome/help/banshee/C/sync.page -share/gnome/help/banshee/C/ui.page -share/gnome/help/banshee/ca/add-podcast.page -share/gnome/help/banshee/ca/add-radio.page -share/gnome/help/banshee/ca/advanced.page -share/gnome/help/banshee/ca/amazon.page -share/gnome/help/banshee/ca/emusic.page -share/gnome/help/banshee/ca/extensions.page -share/gnome/help/banshee/ca/import.page -share/gnome/help/banshee/ca/index.page -share/gnome/help/banshee/ca/introduction.page -share/gnome/help/banshee/ca/itunes-import.page -share/gnome/help/banshee/ca/keyboardshortcuts.page -share/gnome/help/banshee/ca/lastfm.page -share/gnome/help/banshee/ca/legal.xml -share/gnome/help/banshee/ca/manage-coverart.page -share/gnome/help/banshee/ca/manage-playlists.page -share/gnome/help/banshee/ca/manage-tags.page -share/gnome/help/banshee/ca/play-queue.page -share/gnome/help/banshee/ca/play.page -share/gnome/help/banshee/ca/rb-import.page -share/gnome/help/banshee/ca/search.page -share/gnome/help/banshee/ca/sort.page -share/gnome/help/banshee/ca/sync.page -share/gnome/help/banshee/ca/ui.page -share/gnome/help/banshee/cs/add-podcast.page -share/gnome/help/banshee/cs/add-radio.page -share/gnome/help/banshee/cs/advanced.page -share/gnome/help/banshee/cs/amazon.page -share/gnome/help/banshee/cs/emusic.page -share/gnome/help/banshee/cs/extensions.page -share/gnome/help/banshee/cs/import.page -share/gnome/help/banshee/cs/index.page -share/gnome/help/banshee/cs/introduction.page -share/gnome/help/banshee/cs/itunes-import.page -share/gnome/help/banshee/cs/keyboardshortcuts.page -share/gnome/help/banshee/cs/lastfm.page -share/gnome/help/banshee/cs/legal.xml -share/gnome/help/banshee/cs/manage-coverart.page -share/gnome/help/banshee/cs/manage-playlists.page -share/gnome/help/banshee/cs/manage-tags.page -share/gnome/help/banshee/cs/play-queue.page -share/gnome/help/banshee/cs/play.page -share/gnome/help/banshee/cs/rb-import.page -share/gnome/help/banshee/cs/search.page -share/gnome/help/banshee/cs/sort.page -share/gnome/help/banshee/cs/sync.page -share/gnome/help/banshee/cs/ui.page -share/gnome/help/banshee/da/add-podcast.page -share/gnome/help/banshee/da/add-radio.page -share/gnome/help/banshee/da/advanced.page -share/gnome/help/banshee/da/amazon.page -share/gnome/help/banshee/da/emusic.page -share/gnome/help/banshee/da/extensions.page -share/gnome/help/banshee/da/import.page -share/gnome/help/banshee/da/index.page -share/gnome/help/banshee/da/introduction.page -share/gnome/help/banshee/da/itunes-import.page -share/gnome/help/banshee/da/keyboardshortcuts.page -share/gnome/help/banshee/da/lastfm.page -share/gnome/help/banshee/da/legal.xml -share/gnome/help/banshee/da/manage-coverart.page -share/gnome/help/banshee/da/manage-playlists.page -share/gnome/help/banshee/da/manage-tags.page -share/gnome/help/banshee/da/play-queue.page -share/gnome/help/banshee/da/play.page -share/gnome/help/banshee/da/rb-import.page -share/gnome/help/banshee/da/search.page -share/gnome/help/banshee/da/sort.page -share/gnome/help/banshee/da/sync.page -share/gnome/help/banshee/da/ui.page -share/gnome/help/banshee/de/add-podcast.page -share/gnome/help/banshee/de/add-radio.page -share/gnome/help/banshee/de/advanced.page -share/gnome/help/banshee/de/amazon.page -share/gnome/help/banshee/de/emusic.page -share/gnome/help/banshee/de/extensions.page -share/gnome/help/banshee/de/import.page -share/gnome/help/banshee/de/index.page -share/gnome/help/banshee/de/introduction.page -share/gnome/help/banshee/de/itunes-import.page -share/gnome/help/banshee/de/keyboardshortcuts.page -share/gnome/help/banshee/de/lastfm.page -share/gnome/help/banshee/de/legal.xml -share/gnome/help/banshee/de/manage-coverart.page -share/gnome/help/banshee/de/manage-playlists.page -share/gnome/help/banshee/de/manage-tags.page -share/gnome/help/banshee/de/play-queue.page -share/gnome/help/banshee/de/play.page -share/gnome/help/banshee/de/rb-import.page -share/gnome/help/banshee/de/search.page -share/gnome/help/banshee/de/sort.page -share/gnome/help/banshee/de/sync.page -share/gnome/help/banshee/de/ui.page -share/gnome/help/banshee/el/add-podcast.page -share/gnome/help/banshee/el/add-radio.page -share/gnome/help/banshee/el/advanced.page -share/gnome/help/banshee/el/amazon.page -share/gnome/help/banshee/el/emusic.page -share/gnome/help/banshee/el/extensions.page -share/gnome/help/banshee/el/import.page -share/gnome/help/banshee/el/index.page -share/gnome/help/banshee/el/introduction.page -share/gnome/help/banshee/el/itunes-import.page -share/gnome/help/banshee/el/keyboardshortcuts.page -share/gnome/help/banshee/el/lastfm.page -share/gnome/help/banshee/el/legal.xml -share/gnome/help/banshee/el/manage-coverart.page -share/gnome/help/banshee/el/manage-playlists.page -share/gnome/help/banshee/el/manage-tags.page -share/gnome/help/banshee/el/play-queue.page -share/gnome/help/banshee/el/play.page -share/gnome/help/banshee/el/rb-import.page -share/gnome/help/banshee/el/search.page -share/gnome/help/banshee/el/sort.page -share/gnome/help/banshee/el/sync.page -share/gnome/help/banshee/el/ui.page -share/gnome/help/banshee/en_GB/add-podcast.page -share/gnome/help/banshee/en_GB/add-radio.page -share/gnome/help/banshee/en_GB/advanced.page -share/gnome/help/banshee/en_GB/amazon.page -share/gnome/help/banshee/en_GB/emusic.page -share/gnome/help/banshee/en_GB/extensions.page -share/gnome/help/banshee/en_GB/import.page -share/gnome/help/banshee/en_GB/index.page -share/gnome/help/banshee/en_GB/introduction.page -share/gnome/help/banshee/en_GB/itunes-import.page -share/gnome/help/banshee/en_GB/keyboardshortcuts.page -share/gnome/help/banshee/en_GB/lastfm.page -share/gnome/help/banshee/en_GB/legal.xml -share/gnome/help/banshee/en_GB/manage-coverart.page -share/gnome/help/banshee/en_GB/manage-playlists.page -share/gnome/help/banshee/en_GB/manage-tags.page -share/gnome/help/banshee/en_GB/play-queue.page -share/gnome/help/banshee/en_GB/play.page -share/gnome/help/banshee/en_GB/rb-import.page -share/gnome/help/banshee/en_GB/search.page -share/gnome/help/banshee/en_GB/sort.page -share/gnome/help/banshee/en_GB/sync.page -share/gnome/help/banshee/en_GB/ui.page -share/gnome/help/banshee/es/add-podcast.page -share/gnome/help/banshee/es/add-radio.page -share/gnome/help/banshee/es/advanced.page -share/gnome/help/banshee/es/amazon.page -share/gnome/help/banshee/es/emusic.page -share/gnome/help/banshee/es/extensions.page -share/gnome/help/banshee/es/import.page -share/gnome/help/banshee/es/index.page -share/gnome/help/banshee/es/introduction.page -share/gnome/help/banshee/es/itunes-import.page -share/gnome/help/banshee/es/keyboardshortcuts.page -share/gnome/help/banshee/es/lastfm.page -share/gnome/help/banshee/es/legal.xml -share/gnome/help/banshee/es/manage-coverart.page -share/gnome/help/banshee/es/manage-playlists.page -share/gnome/help/banshee/es/manage-tags.page -share/gnome/help/banshee/es/play-queue.page -share/gnome/help/banshee/es/play.page -share/gnome/help/banshee/es/rb-import.page -share/gnome/help/banshee/es/search.page -share/gnome/help/banshee/es/sort.page -share/gnome/help/banshee/es/sync.page -share/gnome/help/banshee/es/ui.page -share/gnome/help/banshee/fr/add-podcast.page -share/gnome/help/banshee/fr/add-radio.page -share/gnome/help/banshee/fr/advanced.page -share/gnome/help/banshee/fr/amazon.page -share/gnome/help/banshee/fr/emusic.page -share/gnome/help/banshee/fr/extensions.page -share/gnome/help/banshee/fr/import.page -share/gnome/help/banshee/fr/index.page -share/gnome/help/banshee/fr/introduction.page -share/gnome/help/banshee/fr/itunes-import.page -share/gnome/help/banshee/fr/keyboardshortcuts.page -share/gnome/help/banshee/fr/lastfm.page -share/gnome/help/banshee/fr/legal.xml -share/gnome/help/banshee/fr/manage-coverart.page -share/gnome/help/banshee/fr/manage-playlists.page -share/gnome/help/banshee/fr/manage-tags.page -share/gnome/help/banshee/fr/play-queue.page -share/gnome/help/banshee/fr/play.page -share/gnome/help/banshee/fr/rb-import.page -share/gnome/help/banshee/fr/search.page -share/gnome/help/banshee/fr/sort.page -share/gnome/help/banshee/fr/sync.page -share/gnome/help/banshee/fr/ui.page -share/gnome/help/banshee/gl/add-podcast.page -share/gnome/help/banshee/gl/add-radio.page -share/gnome/help/banshee/gl/advanced.page -share/gnome/help/banshee/gl/amazon.page -share/gnome/help/banshee/gl/emusic.page -share/gnome/help/banshee/gl/extensions.page -share/gnome/help/banshee/gl/import.page -share/gnome/help/banshee/gl/index.page -share/gnome/help/banshee/gl/introduction.page -share/gnome/help/banshee/gl/itunes-import.page -share/gnome/help/banshee/gl/keyboardshortcuts.page -share/gnome/help/banshee/gl/lastfm.page -share/gnome/help/banshee/gl/legal.xml -share/gnome/help/banshee/gl/manage-coverart.page -share/gnome/help/banshee/gl/manage-playlists.page -share/gnome/help/banshee/gl/manage-tags.page -share/gnome/help/banshee/gl/play-queue.page -share/gnome/help/banshee/gl/play.page -share/gnome/help/banshee/gl/rb-import.page -share/gnome/help/banshee/gl/search.page -share/gnome/help/banshee/gl/sort.page -share/gnome/help/banshee/gl/sync.page -share/gnome/help/banshee/gl/ui.page -share/gnome/help/banshee/hu/add-podcast.page -share/gnome/help/banshee/hu/add-radio.page -share/gnome/help/banshee/hu/advanced.page -share/gnome/help/banshee/hu/amazon.page -share/gnome/help/banshee/hu/emusic.page -share/gnome/help/banshee/hu/extensions.page -share/gnome/help/banshee/hu/import.page -share/gnome/help/banshee/hu/index.page -share/gnome/help/banshee/hu/introduction.page -share/gnome/help/banshee/hu/itunes-import.page -share/gnome/help/banshee/hu/keyboardshortcuts.page -share/gnome/help/banshee/hu/lastfm.page -share/gnome/help/banshee/hu/legal.xml -share/gnome/help/banshee/hu/manage-coverart.page -share/gnome/help/banshee/hu/manage-playlists.page -share/gnome/help/banshee/hu/manage-tags.page -share/gnome/help/banshee/hu/play-queue.page -share/gnome/help/banshee/hu/play.page -share/gnome/help/banshee/hu/rb-import.page -share/gnome/help/banshee/hu/search.page -share/gnome/help/banshee/hu/sort.page -share/gnome/help/banshee/hu/sync.page -share/gnome/help/banshee/hu/ui.page -share/gnome/help/banshee/ja/add-podcast.page -share/gnome/help/banshee/ja/add-radio.page -share/gnome/help/banshee/ja/advanced.page -share/gnome/help/banshee/ja/amazon.page -share/gnome/help/banshee/ja/emusic.page -share/gnome/help/banshee/ja/extensions.page -share/gnome/help/banshee/ja/import.page -share/gnome/help/banshee/ja/index.page -share/gnome/help/banshee/ja/introduction.page -share/gnome/help/banshee/ja/itunes-import.page -share/gnome/help/banshee/ja/keyboardshortcuts.page -share/gnome/help/banshee/ja/lastfm.page -share/gnome/help/banshee/ja/legal.xml -share/gnome/help/banshee/ja/manage-coverart.page -share/gnome/help/banshee/ja/manage-playlists.page -share/gnome/help/banshee/ja/manage-tags.page -share/gnome/help/banshee/ja/play-queue.page -share/gnome/help/banshee/ja/play.page -share/gnome/help/banshee/ja/rb-import.page -share/gnome/help/banshee/ja/search.page -share/gnome/help/banshee/ja/sort.page -share/gnome/help/banshee/ja/sync.page -share/gnome/help/banshee/ja/ui.page -share/gnome/help/banshee/pt_BR/add-podcast.page -share/gnome/help/banshee/pt_BR/add-radio.page -share/gnome/help/banshee/pt_BR/advanced.page -share/gnome/help/banshee/pt_BR/amazon.page -share/gnome/help/banshee/pt_BR/emusic.page -share/gnome/help/banshee/pt_BR/extensions.page -share/gnome/help/banshee/pt_BR/import.page -share/gnome/help/banshee/pt_BR/index.page -share/gnome/help/banshee/pt_BR/introduction.page -share/gnome/help/banshee/pt_BR/itunes-import.page -share/gnome/help/banshee/pt_BR/keyboardshortcuts.page -share/gnome/help/banshee/pt_BR/lastfm.page -share/gnome/help/banshee/pt_BR/legal.xml -share/gnome/help/banshee/pt_BR/manage-coverart.page -share/gnome/help/banshee/pt_BR/manage-playlists.page -share/gnome/help/banshee/pt_BR/manage-tags.page -share/gnome/help/banshee/pt_BR/play-queue.page -share/gnome/help/banshee/pt_BR/play.page -share/gnome/help/banshee/pt_BR/rb-import.page -share/gnome/help/banshee/pt_BR/search.page -share/gnome/help/banshee/pt_BR/sort.page -share/gnome/help/banshee/pt_BR/sync.page -share/gnome/help/banshee/pt_BR/ui.page -share/gnome/help/banshee/sl/add-podcast.page -share/gnome/help/banshee/sl/add-radio.page -share/gnome/help/banshee/sl/advanced.page -share/gnome/help/banshee/sl/amazon.page -share/gnome/help/banshee/sl/emusic.page -share/gnome/help/banshee/sl/extensions.page -share/gnome/help/banshee/sl/import.page -share/gnome/help/banshee/sl/index.page -share/gnome/help/banshee/sl/introduction.page -share/gnome/help/banshee/sl/itunes-import.page -share/gnome/help/banshee/sl/keyboardshortcuts.page -share/gnome/help/banshee/sl/lastfm.page -share/gnome/help/banshee/sl/legal.xml -share/gnome/help/banshee/sl/manage-coverart.page -share/gnome/help/banshee/sl/manage-playlists.page -share/gnome/help/banshee/sl/manage-tags.page -share/gnome/help/banshee/sl/play-queue.page -share/gnome/help/banshee/sl/play.page -share/gnome/help/banshee/sl/rb-import.page -share/gnome/help/banshee/sl/search.page -share/gnome/help/banshee/sl/sort.page -share/gnome/help/banshee/sl/sync.page -share/gnome/help/banshee/sl/ui.page -share/gnome/help/banshee/uk/add-podcast.page -share/gnome/help/banshee/uk/add-radio.page -share/gnome/help/banshee/uk/advanced.page -share/gnome/help/banshee/uk/amazon.page -share/gnome/help/banshee/uk/emusic.page -share/gnome/help/banshee/uk/extensions.page -share/gnome/help/banshee/uk/import.page -share/gnome/help/banshee/uk/index.page -share/gnome/help/banshee/uk/introduction.page -share/gnome/help/banshee/uk/itunes-import.page -share/gnome/help/banshee/uk/keyboardshortcuts.page -share/gnome/help/banshee/uk/lastfm.page -share/gnome/help/banshee/uk/legal.xml -share/gnome/help/banshee/uk/manage-coverart.page -share/gnome/help/banshee/uk/manage-playlists.page -share/gnome/help/banshee/uk/manage-tags.page -share/gnome/help/banshee/uk/play-queue.page -share/gnome/help/banshee/uk/play.page -share/gnome/help/banshee/uk/rb-import.page -share/gnome/help/banshee/uk/search.page -share/gnome/help/banshee/uk/sort.page -share/gnome/help/banshee/uk/sync.page -share/gnome/help/banshee/uk/ui.page -share/gnome/help/banshee/zh_CN/add-podcast.page -share/gnome/help/banshee/zh_CN/add-radio.page -share/gnome/help/banshee/zh_CN/advanced.page -share/gnome/help/banshee/zh_CN/amazon.page -share/gnome/help/banshee/zh_CN/emusic.page -share/gnome/help/banshee/zh_CN/extensions.page -share/gnome/help/banshee/zh_CN/import.page -share/gnome/help/banshee/zh_CN/index.page -share/gnome/help/banshee/zh_CN/introduction.page -share/gnome/help/banshee/zh_CN/itunes-import.page -share/gnome/help/banshee/zh_CN/keyboardshortcuts.page -share/gnome/help/banshee/zh_CN/lastfm.page -share/gnome/help/banshee/zh_CN/legal.xml -share/gnome/help/banshee/zh_CN/manage-coverart.page -share/gnome/help/banshee/zh_CN/manage-playlists.page -share/gnome/help/banshee/zh_CN/manage-tags.page -share/gnome/help/banshee/zh_CN/play-queue.page -share/gnome/help/banshee/zh_CN/play.page -share/gnome/help/banshee/zh_CN/rb-import.page -share/gnome/help/banshee/zh_CN/search.page -share/gnome/help/banshee/zh_CN/sort.page -share/gnome/help/banshee/zh_CN/sync.page -share/gnome/help/banshee/zh_CN/ui.page -share/icons/hicolor/16x16/apps/media-player-banshee.png -share/icons/hicolor/192x192/apps/media-player-banshee.png -share/icons/hicolor/22x22/apps/media-player-banshee.png -share/icons/hicolor/24x24/apps/media-player-banshee.png -share/icons/hicolor/32x32/apps/media-player-banshee.png -share/icons/hicolor/48x48/apps/media-player-banshee.png -share/locale/ar/LC_MESSAGES/banshee.mo -share/locale/ast/LC_MESSAGES/banshee.mo -share/locale/be@latin/LC_MESSAGES/banshee.mo -share/locale/bg/LC_MESSAGES/banshee.mo -share/locale/br/LC_MESSAGES/banshee.mo -share/locale/ca/LC_MESSAGES/banshee.mo -share/locale/ca@valencia/LC_MESSAGES/banshee.mo -share/locale/cs/LC_MESSAGES/banshee.mo -share/locale/da/LC_MESSAGES/banshee.mo -share/locale/de/LC_MESSAGES/banshee.mo -share/locale/dz/LC_MESSAGES/banshee.mo -share/locale/el/LC_MESSAGES/banshee.mo -share/locale/en_CA/LC_MESSAGES/banshee.mo -share/locale/en_GB/LC_MESSAGES/banshee.mo -share/locale/eo/LC_MESSAGES/banshee.mo -share/locale/es/LC_MESSAGES/banshee.mo -share/locale/eu/LC_MESSAGES/banshee.mo -share/locale/fi/LC_MESSAGES/banshee.mo -share/locale/fr/LC_MESSAGES/banshee.mo -share/locale/gl/LC_MESSAGES/banshee.mo -share/locale/gu/LC_MESSAGES/banshee.mo -share/locale/he/LC_MESSAGES/banshee.mo -share/locale/hu/LC_MESSAGES/banshee.mo -share/locale/id/LC_MESSAGES/banshee.mo -share/locale/it/LC_MESSAGES/banshee.mo -share/locale/ja/LC_MESSAGES/banshee.mo -share/locale/ko/LC_MESSAGES/banshee.mo -share/locale/ky/LC_MESSAGES/banshee.mo -share/locale/lt/LC_MESSAGES/banshee.mo -share/locale/lv/LC_MESSAGES/banshee.mo -share/locale/mk/LC_MESSAGES/banshee.mo -share/locale/nb/LC_MESSAGES/banshee.mo -share/locale/nl/LC_MESSAGES/banshee.mo -share/locale/nn/LC_MESSAGES/banshee.mo -share/locale/oc/LC_MESSAGES/banshee.mo -share/locale/pa/LC_MESSAGES/banshee.mo -share/locale/pl/LC_MESSAGES/banshee.mo -share/locale/pt/LC_MESSAGES/banshee.mo -share/locale/pt_BR/LC_MESSAGES/banshee.mo -share/locale/ro/LC_MESSAGES/banshee.mo -share/locale/ru/LC_MESSAGES/banshee.mo -share/locale/sk/LC_MESSAGES/banshee.mo -share/locale/sl/LC_MESSAGES/banshee.mo -share/locale/sr/LC_MESSAGES/banshee.mo -share/locale/sr@latin/LC_MESSAGES/banshee.mo -share/locale/sv/LC_MESSAGES/banshee.mo -share/locale/te/LC_MESSAGES/banshee.mo -share/locale/th/LC_MESSAGES/banshee.mo -share/locale/tr/LC_MESSAGES/banshee.mo -share/locale/uk/LC_MESSAGES/banshee.mo -share/locale/vi/LC_MESSAGES/banshee.mo -share/locale/zh_CN/LC_MESSAGES/banshee.mo -share/locale/zh_HK/LC_MESSAGES/banshee.mo -share/locale/zh_TW/LC_MESSAGES/banshee.mo -share/mime/packages/banshee-amz.xml -share/mime/packages/banshee-emx.xml |