summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-09-04 10:35:33 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-09-04 10:35:33 -0500
commit332dd3f896914a6380d670c55f79d818879b7bce (patch)
treef409856d602365aa685c3b7810fdb6877d5cb0b4 /nonprism
parent4177d7b0439f235a296eb96aacc1173db2ebd952 (diff)
downloadabslibre-332dd3f896914a6380d670c55f79d818879b7bce.tar.gz
abslibre-332dd3f896914a6380d670c55f79d818879b7bce.tar.bz2
abslibre-332dd3f896914a6380d670c55f79d818879b7bce.zip
Removing libre/kdelibs and nonprism/amarok
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/amarok/PKGBUILD74
-rw-r--r--nonprism/amarok/amarok-no-qtwebkit.patch39
-rw-r--r--nonprism/amarok/amarok-plasma5.7.patch18
-rw-r--r--nonprism/amarok/remove-amazon-references-on-docs.patch794
-rw-r--r--nonprism/amarok/taglib_version_detect.patch26
5 files changed, 0 insertions, 951 deletions
diff --git a/nonprism/amarok/PKGBUILD b/nonprism/amarok/PKGBUILD
deleted file mode 100644
index 6e59699e9..000000000
--- a/nonprism/amarok/PKGBUILD
+++ /dev/null
@@ -1,74 +0,0 @@
-# $Id: PKGBUILD 289039 2017-02-16 07:48:33Z arojas $
-# Maintainer (Arch): Ronald van Haren <ronald@archlinux.org>
-# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
-# Contributor (Arch): damir <damir@archlinux.org>
-# Maintainer: André Silva <emulatorman@hyperbola.info>
-
-# TODO: Remove this package after ArchLinux32 removes it
-# https://git.parabola.nu/blacklist.git/commit/?id=ed7e47d16ddbdf7d9a0829d4882ee4135ac3fa64
-# Already db-remove'd for x86_64 and armv7h
-
-pkgname=amarok
-pkgver=2.8.0
-pkgrel=15.nonprism1
-pkgdesc="The powerful music player for KDE, without Amazon MP3 store support"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org/"
-license=('GPL2' 'LGPL2.1' 'FDL')
-replaces=(${pkgname}-nonprism)
-conflicts=(${pkgname}-nonprism)
-depends=('kdebase-runtime' 'mariadb' 'taglib-extras'
- 'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'qtscriptgenerator')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt' 'mesa')
-optdepends=("libgpod: support for Apple iPod audio devices"
- "libmtp: support for portable media devices"
- "loudmouth: backend needed by mp3tunes for syncing"
- "ifuse: support for Apple iPod Touch and iPhone"
- "libmygpo-qt: gpodder.net Internet Service"
- "gst-libav: MP3 codecs"
- "audiocd-kio4: audio CD support")
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
- taglib_version_detect.patch amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/"
- amarok-no-qtwebkit.patch amarok-plasma5.7.patch
- remove-amazon-references-on-docs.patch)
-sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
- '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
- '819cb060cd9c63b576cc433f835cb4c175b07fd0'
- '9f905eba9e5ead6d704f0cd28e389857c29dc15d'
- '9908c154bf583a1755acf59f9d2790aaff503162'
- 'eed2616fd1465cd16f86f2e3554e3b34b83557af')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -i '\|amzdownloader|d' utilities/CMakeLists.txt
- sed -i '\|amazon|d' src/services/CMakeLists.txt
- patch -Np1 -i ../remove-amazon-references-on-docs.patch
- cd ..
- mkdir build
-
- cd ${pkgname}-${pkgver}
- patch -Np1 -i ../taglib_version_detect.patch
- # fix build against ffmpeg 3.0
- patch -p1 -i ../amarok-ffmpeg3.patch
- # disable applets that require qtwebkit
- patch -p1 -i ../amarok-no-qtwebkit.patch
- # fix tooltips MPRIS controls in Plasma 5.7
- patch -p1 -i ../amarok-plasma5.7.patch
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_NepomukCore=OFF \
- -DWITH_Soprano=OFF
- make
-}
-
-package(){
- cd build
- make DESTDIR="${pkgdir}" install
-}
diff --git a/nonprism/amarok/amarok-no-qtwebkit.patch b/nonprism/amarok/amarok-no-qtwebkit.patch
deleted file mode 100644
index 1928bf562..000000000
--- a/nonprism/amarok/amarok-no-qtwebkit.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9094f5e332..a7d5d106a4 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -84,7 +84,7 @@ include_directories(
- ${CMAKE_CURRENT_BINARY_DIR}/shared
- )
-
--find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit REQUIRED )
-+find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED )
- find_package( KDE4 4.8.4 REQUIRED )
-
- include( KDE4Defaults )
-diff --git a/src/context/applets/CMakeLists.txt b/src/context/applets/CMakeLists.txt
-index f4d5456d9f..cad9036681 100644
---- a/src/context/applets/CMakeLists.txt
-+++ b/src/context/applets/CMakeLists.txt
-@@ -1,18 +1,18 @@
- add_subdirectory( albums )
- add_subdirectory( currenttrack )
--add_subdirectory( info )
-+# add_subdirectory( info )
- add_subdirectory( labels )
- add_subdirectory( lyrics )
- add_subdirectory( photos )
- add_subdirectory( tabs )
--add_subdirectory( wikipedia )
-+# add_subdirectory( wikipedia )
-
- if( QT_QTOPENGL_FOUND )
- add_subdirectory( analyzer )
- endif()
-
- if( LIBLASTFM_FOUND )
-- add_subdirectory( upcomingevents )
-+# add_subdirectory( upcomingevents )
- add_subdirectory( similarartists )
- endif()
-
diff --git a/nonprism/amarok/amarok-plasma5.7.patch b/nonprism/amarok/amarok-plasma5.7.patch
deleted file mode 100644
index 99d62243a..000000000
--- a/nonprism/amarok/amarok-plasma5.7.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/src/dbus/mpris2/MediaPlayer2.cpp b/src/dbus/mpris2/MediaPlayer2.cpp
-index cbe1a2a..a1d1bda 100644
---- a/src/dbus/mpris2/MediaPlayer2.cpp
-+++ b/src/dbus/mpris2/MediaPlayer2.cpp
-@@ -94,11 +94,7 @@ QString MediaPlayer2::Identity() const
-
- QString MediaPlayer2::DesktopEntry() const
- {
-- // Amarok desktop file is installed in $prefix/share/applications/kde4/
-- // rather than in $prefix/share/applications. The standard way to
-- // represent this dir is with a "kde4-" prefix. See:
-- // http://standards.freedesktop.org/menu-spec/1.0/go01.html#term-desktop-file-id
-- return QLatin1String("kde4-amarok");
-+ return QLatin1String("amarok");
- }
-
- QStringList MediaPlayer2::SupportedUriSchemes() const
-
diff --git a/nonprism/amarok/remove-amazon-references-on-docs.patch b/nonprism/amarok/remove-amazon-references-on-docs.patch
deleted file mode 100644
index b2b824c4d..000000000
--- a/nonprism/amarok/remove-amazon-references-on-docs.patch
+++ /dev/null
@@ -1,794 +0,0 @@
-diff --git a/doc/en_US/index.docbook b/doc/en_US/index.docbook
-index 2f60f4d..4608911 100644
---- a/doc/en_US/index.docbook
-+++ b/doc/en_US/index.docbook
-@@ -1199,7 +1199,7 @@
- <sect1 id="the-media-sources-pane1"><title>The Media Sources pane</title>
- <para>The <emphasis>Media Sources</emphasis> pane on the left by default is where you access your local collection as well as other services: <emphasis>Local Music</emphasis> on top, which is the primary interface to your local collection and connected media such as mp3 players and CDs.
- </para>
--<para>There is a section for all <emphasis>Internet Services</emphasis> that you have enabled. Here, you can browse listings of radio stations and podcasts; listen and/or subscribe to them, interact with your <ulink url="http://www.last.fm">last.fm</ulink> account, purchase music from online stores such as our new Amazon mp3 store, <ulink url="http://www.magnatune.com/">Magnatune</ulink> and download independent artists' music from <ulink url="http://www.jamendo.com/">Jamendo</ulink> and more.
-+<para>There is a section for all <emphasis>Internet Services</emphasis> that you have enabled. Here, you can browse listings of radio stations and podcasts; listen and/or subscribe to them, interact with your <ulink url="http://www.last.fm">last.fm</ulink> account, <ulink url="http://www.magnatune.com/">Magnatune</ulink> and download independent artists' music from <ulink url="http://www.jamendo.com/">Jamendo</ulink> and more.
- </para>
- <para>The <emphasis>Playlists</emphasis> section allows you to create and manage <emphasis>Dynamic Playlists</emphasis>, access your <emphasis>Saved Playlists</emphasis> as well as the <emphasis>Automatic Playlist Generator</emphasis>.
- </para>
-@@ -1495,14 +1495,6 @@
- </row>
- <row>
- <entry>
-- <para><guilabel>MP3 Music Store</guilabel></para>
-- </entry>
-- <entry>
-- <para>Connects with <guilabel>Amazon MP3 Store</guilabel>, an online music store.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
- <para><guilabel>Podcast Directory</guilabel></para>
- </entry>
- <entry>
-@@ -3065,22 +3057,6 @@
- </para>
- </sect1>
- <sect1 id="plugins"><title>Plugins</title>
--<para>
--<screenshot>
--<screeninfo></screeninfo>
-- <mediaobject>
-- <imageobject>
-- <imagedata fileref="amarok_2-8_configurationdialogplugins.png" format="PNG"/>
-- </imageobject>
-- <textobject>
-- <phrase>Plugins configuration dialog</phrase>
-- </textobject>
-- <caption>
-- <para>Plugins configuration dialog</para>
-- </caption>
-- </mediaobject>
--</screenshot>
--</para>
- <para>Plugins configuration controls <guilabel>Collections</guilabel>, <guilabel>Internet Services</guilabel>, and <guilabel>Local Collection Backends</guilabel>.
- </para>
- <sect2 id="collections"><title>Collections</title>
-@@ -3219,17 +3195,6 @@
- </row>
- <row>
- <entry>
-- <para><guilabel>MP3 Music Store</guilabel></para>
-- </entry>
-- <entry>
-- <para>Access the Amazon MP3 Store directly from Amarok</para>
-- </entry>
-- <entry>
-- <para>Yes</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
- <para><guilabel>mp3tunes</guilabel></para>
- </entry>
- <entry>
-@@ -3311,21 +3276,6 @@
- <para>To download, you then go to the <emphasis>Media Sources</emphasis> pane, select the Internet section and click on the Magnatune Store. It will then download the catalog where you can search and select the music you want to buy.
- </para>
- </sect2>
--<sect2 id="mpthree-store-configuration"><title>MP3 Store configuration</title>
--<para>Access the Amazon MP3 Store directly from &amarok;.
--</para>
--<para>The Amazon MP3 Store needs to know what country you are located in because it offers different items depending on your location. The following countries are allowed:
--</para>
--<itemizedlist>
--<listitem><para>France</para></listitem>
--<listitem><para>Austria, Germany, Switzerland</para></listitem>
--<listitem><para>Japan</para></listitem>
--<listitem><para>United Kingdom</para></listitem>
--<listitem><para>United States (default)</para></listitem>
--</itemizedlist>
--<para>NOTE: Changing the country invalidates your shopping cart. If your country is not in the list, you cannot use the Amazon MP3 Store because it is not supported by Amazon.
--</para>
--</sect2>
- <sect2 id="mp3tunes-configuration"><title>mp3tunes configuration</title>
- <para>If you have a personal mp3tunes locker, click <inlinemediaobject> <imageobject> <imagedata fileref="Icon-configure.png" format="PNG"/> </imageobject> </inlinemediaobject> and enter your username and password. You will then be able to access your online locker.
- </para>
-diff --git a/doc/es/index.docbook b/doc/es/index.docbook
-index dd74364..f2eea97 100644
---- a/doc/es/index.docbook
-+++ b/doc/es/index.docbook
-@@ -2344,7 +2344,7 @@
- >Servicios de Internet</emphasis
- > que usted tiene activados. Aquí usted puede navegar por listas de emisoras de radio y podcasts; escucharlas o suscribirse a ellas, interactuar con su cuenta <ulink url="http://www.last.fm"
- >last.fm</ulink
-->, adquirir música desde tiendas en línea tales como nuestra nueva tienda Amazon, <ulink url="http://www.magnatune.com/"
-+>, <ulink url="http://www.magnatune.com/"
- >Magnatune</ulink
- > y descargar música de artistas independientes desde <ulink url="http://www.jamendo.com/"
- >Jamendo</ulink
-@@ -2813,20 +2813,6 @@
- <entry>
- <para
- ><guilabel
-->Tienda de música MP3</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Conecta con <guilabel
-->Tienda de MP3 Amazon</guilabel
-->, una tienda de música en línea.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Directorio de podcast</guilabel
- ></para>
- </entry>
-@@ -4981,25 +4967,6 @@
- ><title
- >Complementos</title
- >
--<para>
--<screenshot>
--<screeninfo
--></screeninfo>
-- <mediaobject>
-- <imageobject>
-- <imagedata fileref="amarok2-7settingsplugins.png" format="PNG"/>
-- </imageobject>
-- <textobject>
-- <phrase
--></phrase>
-- </textobject>
-- <caption>
-- <para
--></para>
-- </caption>
-- </mediaobject>
--</screenshot>
--</para>
- <para
- >La configuración de complementos controla <guilabel
- >Colecciones</guilabel
-@@ -5223,22 +5190,6 @@
- <entry>
- <para
- ><guilabel
-->Tienda de música MP3</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Acceder a la tienda MP3 Amazon directamente desde Amarok</para>
-- </entry>
-- <entry>
-- <para
-->Sí</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >mp3tunes</guilabel
- ></para>
- </entry>
-@@ -5382,39 +5333,6 @@
- >Orígenes de medios</emphasis
- >, seleccionar la sección Internet y pulsar en la tienda Magnatune. Entonces se descargará el catálogo donde usted puede buscar y seleccionar la música que quiere comprar. </para>
- </sect2>
--<sect2 id="mpthree-store-configuration"
--><title
-->Configuración de la tienda MP3</title
-->
--<para
-->Acceder a la tienda MP3 Amazon directamente desde &amarok;. </para>
--<para
-->La tienda MP3 de Amazon necesita conocer en que país está usted localizado porque ofrece diferentes elementos en función de su ubicación. Se permiten los siguientes países: </para>
--<itemizedlist>
--<listitem
--><para
-->Francia</para
--></listitem>
--<listitem
--><para
-->Austria, Alemania, Suiza</para
--></listitem>
--<listitem
--><para
-->Japón</para
--></listitem>
--<listitem
--><para
-->Reino Unido</para
--></listitem>
--<listitem
--><para
-->Estados Unidos (predeterminado)</para
--></listitem>
--</itemizedlist>
--<para
-->NOTA: Al cambiar el país se invalida su carro de la compra. Si su país no está en la lista, usted no puede usar la tienda MP3 de Amazon porque no está admitido por Amazon. </para>
--</sect2>
- <sect2 id="mp3tunes-configuration"
- ><title
- >Configuración de mp3tunes</title
-diff --git a/doc/nl/index.docbook b/doc/nl/index.docbook
-index b13f548..ece6784 100644
---- a/doc/nl/index.docbook
-+++ b/doc/nl/index.docbook
-@@ -2302,7 +2302,7 @@
- >Internet Services</emphasis
- > die u hebt ingeschakeld. Hier kunnen lijsten met radiostations en podcasts doorgebladerd worden; beluisterd worden en/of zich aanmelden, met het account van <ulink url="http://www.last.fm"
- >last.fm</ulink
--> worden gewerkt, muziek worden aangekocht in internetwinkels zoals onze nieuwe Amazon mp3-winkel, <ulink url="http://www.magnatune.com/"
-+> worden gewerkt, <ulink url="http://www.magnatune.com/"
- >Magnatune</ulink
- > en downloaden van muziek van onafhankelijke artiesten van <ulink url="http://www.jamendo.com/"
- >Jamendo</ulink
-@@ -2771,20 +2771,6 @@
- <entry>
- <para
- ><guilabel
-->MP3 Music-store</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Maakt verbinding met <guilabel
-->Amazon MP3 winkel</guilabel
-->, een geweldige online muziekwinkel.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Podcastmap</guilabel
- ></para>
- </entry>
-@@ -5181,22 +5167,6 @@
- <entry>
- <para
- ><guilabel
-->MP3 Music-store</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->De Amazon MP3-store direct vanuit Amarok benaderen</para>
-- </entry>
-- <entry>
-- <para
-->Ja</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >mp3tunes</guilabel
- ></para>
- </entry>
-@@ -5340,39 +5310,6 @@
- >Mediabronnen</emphasis
- > gaan, de internetsectie selecteren en op de Magnatune-winkel klikken. De catalogus wordt gedownload zodat de muziek die u wilt kopen opgezocht en geselecteerd kan worden. </para>
- </sect2>
--<sect2 id="mpthree-store-configuration"
--><title
-->Instellingen van MP3 winkel</title
-->
--<para
-->De Amazon MP3 winkel direct vanuit &amarok; benaderen </para>
--<para
-->De MP3-winkel van Amazon moet weten in welk land u verblijft omdat het afhankelijk van de locatie andere items aanbiedt. De volgende landen zijn toegestaan: </para>
--<itemizedlist>
--<listitem
--><para
-->Frankrijk</para
--></listitem>
--<listitem
--><para
-->Oostenrijk, Duitsland, Zwitserland</para
--></listitem>
--<listitem
--><para
-->Japan</para
--></listitem>
--<listitem
--><para
-->Verenigd Koninkrijk</para
--></listitem>
--<listitem
--><para
-->Verenigde Staten (standaard)</para
--></listitem>
--</itemizedlist>
--<para
-->LET OP: het wijzigen van het land maakt het winkelmandje ongeldig. In landen die niet voorkomen in de lijst kunt u de MP3-winkel van Amazon niet gebruiken. </para>
--</sect2>
- <sect2 id="mp3tunes-configuration"
- ><title
- >Configuratie van mp3tunes</title
-@@ -7258,25 +7195,6 @@
- >Plug-ins</guimenuitem
- ></menuchoice
- >. </para>
--<para>
--<screenshot>
--<screeninfo
--></screeninfo>
-- <mediaobject>
-- <imageobject>
-- <imagedata fileref="amarok2-6pluginsconfigmenu.png" format="PNG"/>
-- </imageobject>
-- <textobject>
-- <phrase
-->klik op het pictogram Gereedschap om het instellingenvenster te openen</phrase>
-- </textobject>
-- <caption>
-- <para
-->klik op het pictogram Gereedschap om het instellingenvenster te openen</para>
-- </caption>
-- </mediaobject>
--</screenshot>
--</para>
- <para
- ><guilabel
- >Server toevoegen</guilabel
-diff --git a/doc/pt/index.docbook b/doc/pt/index.docbook
-index 04454b0..eeed950 100644
---- a/doc/pt/index.docbook
-+++ b/doc/pt/index.docbook
-@@ -2789,20 +2789,6 @@
- <entry>
- <para
- ><guilabel
-->Loja de Músicas MP3</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Connects with <guilabel
-->Amazon MP3 Store</guilabel
--> an online music store.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Pasta de 'Podcasts'</guilabel
- ></para>
- </entry>
-@@ -5281,22 +5267,6 @@
- <entry>
- <para
- ><guilabel
-->Loja de Músicas MP3</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Aceder à loja de MP da Amazon directamente do Amarok</para>
-- </entry>
-- <entry>
-- <para
-->Sim</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Pasta de 'Podcasts'</guilabel
- ></para>
- </entry>
-@@ -5374,39 +5344,6 @@
- >Fontes Multimédia</emphasis
- >, seleccione a secção da Internet e carregue na Loja Magnatune. Irá então transferir o catálogo, para que possa procurar e seleccionar a música que deseja comprar. </para>
- </sect2>
--<sect2 id="mp3-store-configuration"
--><title
-->Configuração da Loja de MP3</title
-->
--<para
-->Acede directamente à Loja de MP3 da Amazon directamente a partir do &amarok;. </para>
--<para
-->A Loja de MP3 da Amazon necessita de saber em que país você se localiza, dado que apresenta diferentes itens de acordo com a sua localização. São permitidos os seguintes países: </para>
--<itemizedlist>
--<listitem
--><para
-->França</para
--></listitem>
--<listitem
--><para
-->Áustria, Alemanha, Suíça</para
--></listitem>
--<listitem
--><para
-->Japão</para
--></listitem>
--<listitem
--><para
-->Reino Unido</para
--></listitem>
--<listitem
--><para
-->Estados Unidos (por omissão)</para
--></listitem>
--</itemizedlist>
--<para
-->NOTA: Se modificar o país, irá invalidar o seu carrinho de compras. Se o seu país não estiver na lista, não poderá usar a Loja de MP3 da Amazon, dado não ser suportada pela Amazon. </para>
--</sect2>
- </sect1>
- <sect1 id="scripts"
- ><title
-diff --git a/doc/pt_BR/index.docbook b/doc/pt_BR/index.docbook
-index a9199f4..32e735b 100644
---- a/doc/pt_BR/index.docbook
-+++ b/doc/pt_BR/index.docbook
-@@ -2324,7 +2324,7 @@
- >Serviços Internet</emphasis
- > que você tiver ativado. Aqui você pode navegar por listas de estações de rádio e podcasts; ouvir e/ou inscrever-se a eles, interagir com sua conta do <ulink url="http://www.last.fm"
- >last.fm</ulink
-->, comprar músicas de lojas on-line, como a nova loja Amazon MP3 ou a <ulink url="http://www.magnatune.com/"
-+>, comprar músicas de lojas on-line ou a <ulink url="http://www.magnatune.com/"
- >Magnatune</ulink
- > e baixar músicas de artistas independentes a partir da <ulink url="http://www.jamendo.com/"
- >Jamendo</ulink
-@@ -2793,20 +2793,6 @@
- <entry>
- <para
- ><guilabel
-->MP3 Music Store</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Conecta com a <guilabel
-->Loja Amazon MP3</guilabel
-->, uma grande loja de músicas online.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Pasta de Podcast</guilabel
- ></para>
- </entry>
-@@ -4961,25 +4947,6 @@
- ><title
- >Plugins</title
- >
--<para>
--<screenshot>
--<screeninfo
--></screeninfo>
-- <mediaobject>
-- <imageobject>
-- <imagedata fileref="amarok2-7settingsplugins.png" format="PNG"/>
-- </imageobject>
-- <textobject>
-- <phrase
--></phrase>
-- </textobject>
-- <caption>
-- <para
--></para>
-- </caption>
-- </mediaobject>
--</screenshot>
--</para>
- <para
- >A configuração dos plugins controla as <guilabel
- >Coleções</guilabel
-@@ -5203,22 +5170,6 @@
- <entry>
- <para
- ><guilabel
-->MP3 Music Store</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Acessa a loja Amazon MP3 diretamente do Amarok</para>
-- </entry>
-- <entry>
-- <para
-->Sim</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >MP3tunes</guilabel
- ></para>
- </entry>
-@@ -5362,39 +5313,6 @@
- >Fontes multimídia</emphasis
- >, selecione a seção Internet e clique na loja Magnatune. Irá então baixar o catálogo, para que você possa procurar e selecionar a música que deseja comprar. </para>
- </sect2>
--<sect2 id="mpthree-store-configuration"
--><title
-->Configuração da loja de MP3</title
-->
--<para
-->Acessa a loja Amazon MP3 diretamente do &amarok;. </para>
--<para
-->A loja Amazon MP3 precisa saber o país em que você está, pois ela oferece diferentes itens de acordo com a sua localização. São permitidos os seguintes países: </para>
--<itemizedlist>
--<listitem
--><para
-->França</para
--></listitem>
--<listitem
--><para
-->Áustria, Alemanha, Suíça</para
--></listitem>
--<listitem
--><para
-->Japão</para
--></listitem>
--<listitem
--><para
-->Reino Unido</para
--></listitem>
--<listitem
--><para
-->Estados Unidos (padrão)</para
--></listitem>
--</itemizedlist>
--<para
-->NOTA: Se modificar o país irá invalidar o seu carrinho de compras. Se o seu país não estiver na lista, você não poderá usar a loja Amazon MP3 porque não há suporte. </para>
--</sect2>
- <sect2 id="mp3tunes-configuration"
- ><title
- >Configuração do mp3tunes</title
-diff --git a/doc/sv/index.docbook b/doc/sv/index.docbook
-index 010b760..4b1a81e 100644
---- a/doc/sv/index.docbook
-+++ b/doc/sv/index.docbook
-@@ -2312,7 +2312,7 @@
- >Internettjänster</emphasis
- > som du har aktiverat. Här kan du bläddra bland listor över radiostationer och podsändningar, lyssna på eller prenumerera på dem, interagera med ditt konto på <ulink url="http://www.last.fm"
- >last.fm</ulink
-->, köpa musik från Internetbutiker som vår nya Amazon MP3-butik, <ulink url="http://www.magnatune.com/"
-+>, <ulink url="http://www.magnatune.com/"
- >Magnatune</ulink
- > och ladda ner oberoende artisters musik från <ulink url="http://www.jamendo.com/"
- >Jamendo</ulink
-@@ -2781,20 +2781,6 @@
- <entry>
- <para
- ><guilabel
-->MP3-musikbutik</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Ansluter till <guilabel
-->Amazons MP3-butik</guilabel
-->, en musikaffär på Internet.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Podsändningskatalog</guilabel
- ></para>
- </entry>
-@@ -4947,25 +4933,6 @@
- ><title
- >Insticksprogram</title
- >
--<para>
--<screenshot>
--<screeninfo
--></screeninfo>
-- <mediaobject>
-- <imageobject>
-- <imagedata fileref="amarok2-7settingsplugins.png" format="PNG"/>
-- </imageobject>
-- <textobject>
-- <phrase
--></phrase>
-- </textobject>
-- <caption>
-- <para
--></para>
-- </caption>
-- </mediaobject>
--</screenshot>
--</para>
- <para
- >Anpassning av insticksprogram styr nu <guilabel
- >Samlingar</guilabel
-@@ -5189,22 +5156,6 @@
- <entry>
- <para
- ><guilabel
-->MP3-musikbutik</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Kom åt Amazons MP3-butik direkt från Amarok</para>
-- </entry>
-- <entry>
-- <para
-->Ja</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >mp3tunes</guilabel
- ></para>
- </entry>
-@@ -5348,39 +5299,6 @@
- >Mediakällor</emphasis
- >, väljer Internetavdelningen, och klickar på Magnatunes butik. Det kommer då ladda ner katalogen där du kan söka och välja musiken du vill köpa. </para>
- </sect2>
--<sect2 id="mpthree-store-configuration"
--><title
-->Inställning av MP3-butik</title
-->
--<para
-->Kom åt Amazons MP3-butik direkt från &amarok;. </para>
--<para
-->Amazons MP3-butik måste veta vilket land du finns i, eftersom den erbjuder olika varor beroende på var du bor. Följande länder är tillåtna: </para>
--<itemizedlist>
--<listitem
--><para
-->Frankrike</para
--></listitem>
--<listitem
--><para
-->Österrike, Tyskland, Schweiz</para
--></listitem>
--<listitem
--><para
-->Japan</para
--></listitem>
--<listitem
--><para
-->Storbritannien</para
--></listitem>
--<listitem
--><para
-->Förenta staterna (förval)</para
--></listitem>
--</itemizedlist>
--<para
-->Observera: Att ändra land gör att kundvagnen inte gäller längre. Om landet du bor i inte finns i listan kan du inte använda Amazons MP3-butik eftersom det inte stöds av Amazon. </para>
--</sect2>
- <sect2 id="mp3tunes-configuration"
- ><title
- >Inställning av mp3tunes</title
-diff --git a/doc/uk/index.docbook b/doc/uk/index.docbook
-index 815205c..b2b45d4 100644
---- a/doc/uk/index.docbook
-+++ b/doc/uk/index.docbook
-@@ -2288,7 +2288,7 @@
- >Інтернет-служб</emphasis
- >. За допомогою цього розділу ви можете переглядати списки радіостанцій та трансляцій (подкастів); прослуховувати і/або підписуватися на них, працювати з вашим обліковим записом <ulink url="http://www.last.fm"
- >last.fm</ulink
-->, купувати музику у мережевих магазинах, зокрема нашої нової крамниці MP3 у Amazon, <ulink url="http://www.magnatune.com/"
-+>, купувати музику у мережевих магазинах, <ulink url="http://www.magnatune.com/"
- >Magnatune</ulink
- > і отримувати музику від незалежних виконавців з <ulink url="http://www.jamendo.com/"
- >Jamendo</ulink
-@@ -2759,20 +2759,6 @@
- <entry>
- <para
- ><guilabel
-->Музична крамниця з продажу MP3</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->З’єднує ваш комп’ютер з <guilabel
-->Amazon MP3 Store</guilabel
-->, музичною крамницею у інтернеті.</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >Каталог трансляцій</guilabel
- ></para>
- </entry>
-@@ -5138,25 +5124,6 @@
- ><title
- >Додатки</title
- >
--<para>
--<screenshot>
--<screeninfo
--></screeninfo>
-- <mediaobject>
-- <imageobject>
-- <imagedata fileref="amarok_2-8_configurationdialogplugins.png" format="PNG"/>
-- </imageobject>
-- <textobject>
-- <phrase
-->Діалогове вікно налаштовування додатків</phrase>
-- </textobject>
-- <caption>
-- <para
-->Діалогове вікно налаштовування додатків</para>
-- </caption>
-- </mediaobject>
--</screenshot>
--</para>
- <para
- >За допомогою налаштування додатків можна керувати <guilabel
- >Збірками</guilabel
-@@ -5381,22 +5348,6 @@
- <entry>
- <para
- ><guilabel
-->Музична крамниця з продажу MP3</guilabel
--></para>
-- </entry>
-- <entry>
-- <para
-->Доступ до крамниці з продажу MP3 Amazon безпосередньо з Amarok</para>
-- </entry>
-- <entry>
-- <para
-->Так</para>
-- </entry>
-- </row>
-- <row>
-- <entry>
-- <para
--><guilabel
- >mp3tunes</guilabel
- ></para>
- </entry>
-@@ -5540,39 +5491,6 @@
- >Джерела даних</emphasis
- >, виберіть розділ «Інтернет» і натисніть пункт крамниці Magnatune. Програма виконає звантаження каталогу, у якому ви зможете знайти і вибрати музичні твори, записи яких ви хотіли б придбати. </para>
- </sect2>
--<sect2 id="mpthree-store-configuration"
--><title
-->Налаштовування доступу до крамниці MP3</title
-->
--<para
-->Доступ до крамниці з продажу MP3 Amazon безпосередньо з &amarok;. </para>
--<para
-->Для користування музичною крамницею MP3 Amazon програмі потрібно знати, у якій країні ви користуєтеся цією крамницею, оскільки список пропозицій залежатиме від вашого розташування. Передбачено роботу у таких країнах: </para>
--<itemizedlist>
--<listitem
--><para
-->Франція</para
--></listitem>
--<listitem
--><para
-->Австрія, Німеччина, Швейцарія</para
--></listitem>
--<listitem
--><para
-->Японія</para
--></listitem>
--<listitem
--><para
-->Великобританія</para
--></listitem>
--<listitem
--><para
-->США (типова країна)</para
--></listitem>
--</itemizedlist>
--<para
-->Зауваження: після зміни країни втрачає чинність кошик з придбаннями. Якщо вашої країни немає у списку, ви не зможете скористатися музичною крамницею MP3 Amazon, оскільки таке користування не передбачено правилами Amazon. </para>
--</sect2>
- <sect2 id="mp3tunes-configuration"
- ><title
- >Налаштовування mp3tunes</title
diff --git a/nonprism/amarok/taglib_version_detect.patch b/nonprism/amarok/taglib_version_detect.patch
deleted file mode 100644
index 7ac171e38..000000000
--- a/nonprism/amarok/taglib_version_detect.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake
-index 76b83ac..21a10a8 100644
---- a/cmake/modules/FindTaglib.cmake
-+++ b/cmake/modules/FindTaglib.cmake
-@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
-
- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
-
-- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+ if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
- message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
- set(TAGLIB_FOUND FALSE)
-- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+ else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
-
- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
-
-@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
- set(TAGLIB_FOUND TRUE)
- endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
- string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
-- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+ endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
- mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
-
- else(TAGLIBCONFIG_EXECUTABLE)