commit:     d62fad681f5f95e386f11fe247df81b2ba3b7a19
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 16:58:07 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 18:30:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62fad68

media-sound/clementine: Drop old

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 media-sound/clementine/clementine-1.3.1-r6.ebuild  | 180 ---------------------
 ...ine-1.3.1-add-missing-functional-includes.patch |  51 ------
 2 files changed, 231 deletions(-)

diff --git a/media-sound/clementine/clementine-1.3.1-r6.ebuild 
b/media-sound/clementine/clementine-1.3.1-r6.ebuild
deleted file mode 100644
index 13b223ccee9..00000000000
--- a/media-sound/clementine/clementine-1.3.1-r6.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git";
-
-LANGS=" af ar be bg bn br bs ca cs cy da de el en_CA en_GB eo es et eu fa fi 
fr ga gl he he_IL hi hr hu hy ia id is it ja ka kk ko lt lv mr ms my nb nl oc 
pa pl pt pt_BR ro ru si_LK sk sl sr sr@latin sv te tr tr_TR uk uz vi zh_CN 
zh_TW"
-
-inherit cmake-utils flag-o-matic xdg-utils gnome2-utils virtualx
-[[ ${PV} == *9999* ]] && inherit git-r3
-
-DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and 
Qt"
-HOMEPAGE="https://www.clementine-player.org 
https://github.com/clementine-player/Clementine";
-[[ ${PV} == *9999* ]] || \
-SRC_URI="https://github.com/clementine-player/Clementine/archive/${PV/_}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-[[ ${PV} == *9999* ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE="amazoncloud box cdda +dbus debug dropbox googledrive ipod lastfm mms 
moodbar mtp projectm pulseaudio skydrive test +udisks wiimote"
-IUSE+="${LANGS// / linguas_}"
-
-REQUIRED_USE="
-       udisks? ( dbus )
-       wiimote? ( dbus )
-"
-
-COMMON_DEPEND="
-       dev-db/sqlite:=
-       >=dev-libs/glib-2.24.1-r1
-       dev-libs/libxml2
-       dev-libs/protobuf:=
-       dev-libs/qjson
-       >=dev-qt/qtcore-4.5:4[ssl]
-       >=dev-qt/qtgui-4.5:4
-       >=dev-qt/qtopengl-4.5:4
-       >=dev-qt/qtsql-4.5:4
-       >=media-libs/chromaprint-0.6
-       media-libs/gstreamer:1.0
-       media-libs/gst-plugins-base:1.0
-       >=media-libs/libmygpo-qt-1.0.9[qt4(+)]
-       >=media-libs/taglib-1.8[mp4(+)]
-       sys-libs/zlib
-       dev-libs/crypto++
-       virtual/glu
-       virtual/opengl
-       x11-libs/libX11
-       cdda? ( dev-libs/libcdio )
-       dbus? ( >=dev-qt/qtdbus-4.5:4 )
-       ipod? ( >=media-libs/libgpod-0.8.0 )
-       lastfm? ( >=media-libs/liblastfm-1[qt4(+)] )
-       mtp? ( >=media-libs/libmtp-1.0.0 )
-       moodbar? ( sci-libs/fftw:3.0 )
-       projectm? ( media-libs/glew:=
-                       >=media-libs/libprojectm-1.2.0 )
-"
-# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
-# Libprojectm-1.2 seams to work fine, so no reasons to use bundled version; 
check the clementine's patches:
-# 
https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches
-# Still possibly essential but not applied yet patches are:
-# 06-fix-numeric-locale.patch
-# 08-stdlib.h-for-rand.patch
-RDEPEND="${COMMON_DEPEND}
-       dbus? ( udisks? ( sys-fs/udisks:0 ) )
-       mms? ( media-plugins/gst-plugins-libmms:1.0 )
-       mtp? ( gnome-base/gvfs[mtp] )
-       media-plugins/gst-plugins-meta:1.0
-       media-plugins/gst-plugins-soup:1.0
-       media-plugins/gst-plugins-taglib:1.0
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-libs/boost-1.39:=
-       virtual/pkgconfig
-       sys-devel/gettext
-       dev-qt/qttest:4
-       || (
-               >=dev-cpp/gtest-1.8.0
-               dev-cpp/gmock
-       )
-       amazoncloud? ( dev-cpp/sparsehash )
-       box? ( dev-cpp/sparsehash )
-       dropbox? ( dev-cpp/sparsehash )
-       googledrive? ( dev-cpp/sparsehash )
-       pulseaudio? ( media-sound/pulseaudio )
-       skydrive? ( dev-cpp/sparsehash )
-       test? ( gnome-base/gsettings-desktop-schemas )
-"
-DOCS=( Changelog README.md )
-
-MY_P="${P/_}"
-[[ ${PV} == *9999* ]] || \
-S="${WORKDIR}/${MY_P^}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.3-fix-tokenizer.patch
-       "${FILESDIR}"/${P}-fix-desktop-file.patch
-       "${FILESDIR}"/${P}-chromaprint14.patch #603662
-       "${FILESDIR}"/${P}-libechonest_removal.patch
-       "${FILESDIR}"/${P}-add-missing-functional-includes.patch #618214
-)
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # some tests fail or hang
-       sed -i \
-               -e '/add_test_file(translations_test.cpp/d' \
-               tests/CMakeLists.txt || die
-}
-
-src_configure() {
-       local langs x
-       for x in ${LANGS}; do
-               use linguas_${x} && langs+=" ${x}"
-       done
-
-       # spotify is not in portage
-       local mycmakeargs=(
-               -DBUILD_WERROR=OFF
-               -DLINGUAS="${langs}"
-               -DENABLE_AMAZON_CLOUD_DRIVE="$(usex amazoncloud)"
-               -DENABLE_AUDIOCD="$(usex cdda)"
-               -DENABLE_DBUS="$(usex dbus)"
-               -DENABLE_DEVICEKIT="$(usex udisks)"
-               -DENABLE_LIBGPOD="$(usex ipod)"
-               -DENABLE_LIBLASTFM="$(usex lastfm)"
-               -DENABLE_LIBMTP="$(usex mtp)"
-               -DENABLE_MOODBAR="$(usex moodbar)"
-               -DENABLE_GIO=ON
-               -DENABLE_WIIMOTEDEV="$(usex wiimote)"
-               -DENABLE_VISUALISATIONS="$(usex projectm)"
-               -DENABLE_BOX="$(usex box)"
-               -DENABLE_DROPBOX="$(usex dropbox)"
-               -DENABLE_GOOGLE_DRIVE="$(usex googledrive)"
-               -DENABLE_LIBPULSE="$(usex pulseaudio)"
-               -DENABLE_SKYDRIVE="$(usex skydrive)"
-               -DENABLE_SPOTIFY_BLOB=OFF
-               -DENABLE_BREAKPAD=OFF  #< disable crash reporting
-               -DUSE_BUILTIN_TAGLIB=OFF
-               -DUSE_SYSTEM_GMOCK=ON
-               -DUSE_SYSTEM_PROJECTM=ON
-               -DBUNDLE_PROJECTM_PRESETS=OFF
-               # force to find crypto++ see bug #548544
-               -DCRYPTOPP_LIBRARIES="crypto++"
-               -DCRYPTOPP_FOUND=ON
-               # avoid automagically enabling of ccache (bug #611010)
-               -DCCACHE_EXECUTABLE=OFF
-               # see 
https://github.com/clementine-player/Clementine/issues/5591
-               -DENABLE_VK=OFF
-               )
-
-       use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
-
-       cmake-utils_src_configure
-}
-
-src_test() {
-       cd "${CMAKE_BUILD_DIR}" || die
-       virtx emake test
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       gnome2_icon_cache_update
-
-       elog "Note that list of supported formats is controlled by 
media-plugins/gst-plugins-meta "
-       elog "USE flags. You may be intrested in setting aac, flac, mp3, ogg or 
wavpack USE flags "
-       elog "depending on your preferences"
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       gnome2_icon_cache_update
-}

diff --git 
a/media-sound/clementine/files/clementine-1.3.1-add-missing-functional-includes.patch
 
b/media-sound/clementine/files/clementine-1.3.1-add-missing-functional-includes.patch
deleted file mode 100644
index e480212b883..00000000000
--- 
a/media-sound/clementine/files/clementine-1.3.1-add-missing-functional-includes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 8a6cc8b5069265e1e92e22def985e22c5955e503 Mon Sep 17 00:00:00 2001
-From: Morris Hafner <[email protected]>
-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 56217f6..8c210d3 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 aa3bddb..5f63ef2 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 5efdc9f..e5f711b 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.10.2
-

Reply via email to