diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-04-11 17:04:20 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-04-11 17:04:20 +0200 |
commit | f2df8e7137d1c81e07e5a01cb110b62516602d42 (patch) | |
tree | a15f2956e6a2b540678fce501d2a312cfbf468b8 /libre/clementine | |
parent | 8aee0f2122c3541caae6c3d1c89df3212573ba90 (diff) | |
download | abslibre-f2df8e7137d1c81e07e5a01cb110b62516602d42.tar.gz abslibre-f2df8e7137d1c81e07e5a01cb110b62516602d42.tar.bz2 abslibre-f2df8e7137d1c81e07e5a01cb110b62516602d42.zip |
libre/clementine: rebuilt
Diffstat (limited to 'libre/clementine')
-rw-r--r-- | libre/clementine/PKGBUILD | 135 | ||||
-rw-r--r-- | libre/clementine/add-missing-functional-includes-5630.patch | 51 | ||||
-rw-r--r-- | libre/clementine/clementine-chromaprint1.4.0.patch (renamed from libre/clementine/clementine-1.3.1-chromaprint-1.4.0.patch) | 0 | ||||
-rw-r--r-- | libre/clementine/clementine-cryptopp6.patch | 25 |
4 files changed, 111 insertions, 100 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD index aa8cbe52e..4e17a1407 100644 --- a/libre/clementine/PKGBUILD +++ b/libre/clementine/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 209417 2017-01-29 21:40:56Z alucryd $ # Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org> # Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org> # Contributor (Arch): BlackEagle <ike.devolder@gmail.com> @@ -8,53 +7,93 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Kete <kete@ninthfloor.org> +# rationale for inclusion in libre: +# - replaced nonfree nyancat artwork with moognu +# - removed spotify support +# +# additional changes: +# - build from release tarball instead of VCS + pkgname=clementine _pkgname=$pkgname-libre pkgver=1.3.1 -pkgrel=18.parabola4 -pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support' -url='http://www.clementine-player.org/' -license=('GPL') -arch=('i686' 'x86_64' 'armv7h') -replaces=("$_pkgname") -conflicts=("$_pkgname") -depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc' - 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl' - 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf<3.8' 'qjson' - 'qt4' 'sqlite' 'taglib' 'zlib') -makedepends=('boost' 'cmake' 'mesa' 'sparsehash') -optdepends=('gst-plugins-base: "Base" plugin libraries' - 'gst-plugins-good: "Good" plugin libraries' - 'gst-plugins-bad: "Bad" plugin libraries' - 'gst-plugins-ugly: "Ugly" plugin libraries' - 'gst-libav: Libav plugin' - 'gvfs: Various devices support') -mksource=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz") -source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" - 'clementine-gcc6.patch' - 'add-missing-functional-includes-5630.patch' - 'clementine-1.3.1-chromaprint-1.4.0.patch' - 'https://github.com/clementine-player/Clementine/commit/75f9439843a0e9cdc26cd739d5e1dbd93bd974bc.patch' - 'remove-nonfree-artwork-and-spotify.patch' - 'moognu.png') -mksha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c') -sha256sums=('9b84b3b867963da265308b150746aec0faaf5bcd79f78e3363a741edda7286ec' +pkgrel=21 +pkgrel+=.parabola1 +pkgdesc='A modern music player and library organizer' +pkgdesc+=', without nonfree artwork and Spotify support' +url=https://www.clementine-player.org/ +license=(GPL) +arch=(x86_64) +arch+=(i686 armv7h) +depends=( + chromaprint + crypto++ + fftw + glew + glib2 + gst-plugins-base-libs + gstreamer + libcdio + libechonest + libgl + libgpod + liblastfm + libmtp + libpulse + libx11 + protobuf + qjson + qt4 + sqlite + taglib + zlib +) +makedepends=( + boost + cmake + mesa + sparsehash +) +optdepends=( + 'gst-plugins-base: "Base" plugin libraries' + 'gst-plugins-good: "Good" plugin libraries' + 'gst-plugins-bad: "Bad" plugin libraries' + 'gst-plugins-ugly: "Ugly" plugin libraries' + 'gst-libav: Libav plugin' + 'gvfs: Various devices support' +) +source=( + clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz + clementine-gcc6.patch + clementine-chromaprint1.4.0.patch + clementine-cryptopp6.patch + https://github.com/clementine-player/Clementine/commit/8a6cc8b5069265e1e92e22def985e22c5955e503.patch + https://github.com/clementine-player/Clementine/commit/75f9439843a0e9cdc26cd739d5e1dbd93bd974bc.patch + https://github.com/clementine-player/Clementine/commit/ddfa5e63f1ef0e243a007efbe576fceb9b2442e8.patch + remove-nonfree-artwork-and-spotify.patch + moognu.png +) +sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c' '05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee' - '213a1c2eb3f3c1d2904ed855ad851c10705d04cfa20b36b843b60003469fdc1a' '4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0' + 'e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46' + '77e32aae6f035523d5cfb8adb45cb0857ebed751b7fcd1f250a2972c79f6282e' 'd4dbd7f09da7a554f86237476b96e3ca097117b7ab2acd706088c72203d8b64f' + '9c02acd0a2b70ce8d0b6574161df692fc08c9e9c3061a4a7b78be7805b279dc7' '8978c44d38e95edd8d7fec00d64debfa78e9906653cfd47caa2b2fb5aaf45d9d' 'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4') -mksource() { + +prepare() { + if [[ -d build ]]; then + rm -rf build + fi + mkdir build + cd Clementine-${pkgver} # remove nonfree artwork for the Nyan Cat plugin # https://labs.parabola.nu/issues/329 rm -v data/nyancat.png -} - -prepare() { - cd Clementine-${pkgver} # remove nonfree artwork and Spotify references patch -Np1 -i ../remove-nonfree-artwork-and-spotify.patch @@ -82,32 +121,30 @@ prepare() { # Fix build with GCC 6 patch -p1 -i ../clementine-gcc6.patch # https://github.com/clementine-player/Clementine/pull/5630 - patch -p1 -i ../add-missing-functional-includes-5630.patch + patch -Np1 -i ../8a6cc8b5069265e1e92e22def985e22c5955e503.patch # Fix build with chromaprint 1.4.0 - patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch + patch -p1 -i ../clementine-chromaprint1.4.0.patch + # Fix build with crypto++ 6.0.0 due to https://github.com/weidai11/cryptopp/issues/442 + # (this is not necessary on parabola, since we remove the patched files) + # patch -p1 -i ../clementine-cryptopp6.patch # FS#58413 patch -Np1 -i ../75f9439843a0e9cdc26cd739d5e1dbd93bd974bc.patch - - if [[ -d build ]]; then - rm -rf build - fi - mkdir build + # Fix DI.FM + patch -Np1 -i ../ddfa5e63f1ef0e243a007efbe576fceb9b2442e8.patch } build() { - cd Clementine-${pkgver}/build + cd build - cmake .. \ - -DCMAKE_BUILD_TYPE='Release' \ - -DCMAKE_INSTALL_PREFIX='/usr'\ + cmake ../Clementine-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr\ -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value" make } package() { - cd Clementine-${pkgver}/build - - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" -C build install } # vim: ts=2 sw=2 et: diff --git a/libre/clementine/add-missing-functional-includes-5630.patch b/libre/clementine/add-missing-functional-includes-5630.patch deleted file mode 100644 index 0355eefca..000000000 --- a/libre/clementine/add-missing-functional-includes-5630.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 8a6cc8b5069265e1e92e22def985e22c5955e503 Mon Sep 17 00:00:00 2001 -From: Morris Hafner <mmha@users.noreply.github.com> -Date: Mon, 13 Feb 2017 17:46:46 +0100 -Subject: [PATCH] Add missing <functional> includes (#5630) - ---- - src/core/mergedproxymodel.cpp | 1 + - src/devices/giolister.cpp | 1 + - src/library/groupbydialog.cpp | 2 ++ - 3 files changed, 4 insertions(+) - -diff --git a/src/core/mergedproxymodel.cpp b/src/core/mergedproxymodel.cpp -index 56217f6fd..8c210d391 100644 ---- a/src/core/mergedproxymodel.cpp -+++ b/src/core/mergedproxymodel.cpp -@@ -23,6 +23,7 @@ - - #include <QStringList> - -+#include <functional> - #include <limits> - - // boost::multi_index still relies on these being in the global namespace. -diff --git a/src/devices/giolister.cpp b/src/devices/giolister.cpp -index aa3bddb34..5f63ef248 100644 ---- a/src/devices/giolister.cpp -+++ b/src/devices/giolister.cpp -@@ -17,6 +17,7 @@ - - #include "config.h" - -+#include <functional> - #include <memory> - - #include <QFile> -diff --git a/src/library/groupbydialog.cpp b/src/library/groupbydialog.cpp -index 5efdc9f36..e5f711b34 100644 ---- a/src/library/groupbydialog.cpp -+++ b/src/library/groupbydialog.cpp -@@ -20,6 +20,8 @@ - - #include <QPushButton> - -+#include <functional> -+ - // boost::multi_index still relies on these being in the global namespace. - using std::placeholders::_1; - using std::placeholders::_2; --- -2.13.4 - diff --git a/libre/clementine/clementine-1.3.1-chromaprint-1.4.0.patch b/libre/clementine/clementine-chromaprint1.4.0.patch index 099704026..099704026 100644 --- a/libre/clementine/clementine-1.3.1-chromaprint-1.4.0.patch +++ b/libre/clementine/clementine-chromaprint1.4.0.patch diff --git a/libre/clementine/clementine-cryptopp6.patch b/libre/clementine/clementine-cryptopp6.patch new file mode 100644 index 000000000..8197c38fe --- /dev/null +++ b/libre/clementine/clementine-cryptopp6.patch @@ -0,0 +1,25 @@ +diff --git a/src/internet/spotify/spotifyblobdownloader.cpp b/src/internet/spotify/spotifyblobdownloader.cpp +index e34577f5d..045aeeb8a 100644 +--- a/src/internet/spotify/spotifyblobdownloader.cpp ++++ b/src/internet/spotify/spotifyblobdownloader.cpp +@@ -189,7 +189,7 @@ bool SpotifyBlobDownloader::CheckSignature( + + try { + CryptoPP::ByteQueue bytes; +- bytes.Put(reinterpret_cast<const byte*>(public_key_data.constData()), ++ bytes.Put(reinterpret_cast<const CryptoPP::byte*>(public_key_data.constData()), + public_key_data.size()); + bytes.MessageEnd(); + +@@ -204,9 +204,9 @@ bool SpotifyBlobDownloader::CheckSignature( + actual_filename.remove(kSignatureSuffix); + + const bool result = verifier.VerifyMessage( +- reinterpret_cast<const byte*>(file_data[actual_filename].constData()), ++ reinterpret_cast<const CryptoPP::byte*>(file_data[actual_filename].constData()), + file_data[actual_filename].size(), +- reinterpret_cast<const byte*>( ++ reinterpret_cast<const CryptoPP::byte*>( + file_data[signature_filename].constData()), + file_data[signature_filename].size()); + qLog(Debug) << "Verifying" << actual_filename << "against" |