public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/
Date: Thu, 22 Mar 2018 18:02:42 +0000 (UTC)	[thread overview]
Message-ID: <1521741744.59544c24457e02d1767f2efe70ae1b407bfc381d.asturm@gentoo> (raw)

commit:     59544c24457e02d1767f2efe70ae1b407bfc381d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 17:53:24 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 18:02:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59544c24

media-sound/clementine: Add 1.3.1_p20180319 snapshot bump

Using new liblastfm5 headers location.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/clementine/Manifest                      |  1 +
 ...9999.ebuild => clementine-1.3.1_p20180319.ebuild} | 20 ++++----------------
 media-sound/clementine/clementine-9999.ebuild        | 14 +-------------
 3 files changed, 6 insertions(+), 29 deletions(-)

diff --git a/media-sound/clementine/Manifest b/media-sound/clementine/Manifest
index 9d0e502c185..c0358b6dd38 100644
--- a/media-sound/clementine/Manifest
+++ b/media-sound/clementine/Manifest
@@ -1,2 +1,3 @@
 DIST clementine-1.3.1_p20171113.tar.gz 8467904 BLAKE2B bf1f59b987c0e4ec5c2ced00fab07c1a7e1df0eb5a46e90358b37eaaeaa916fb3e6a08ad79fc5fb791342d857783f615eb3726974dcfef9388da2793b1b7fe6a SHA512 39c459be8e4c5dd53ab9de6cdfd57f947926ccc2cd39ce2f72460bb991f7b2a28e6bc074e7bc23b0eba81c3d630e91dc2373794832c1089a9b5de7b212b94674
 DIST clementine-1.3.1_p20180314.tar.gz 8486396 BLAKE2B 978651924c50ee3669f82a51f98978869103edac3f7f7cfef372dc1f1483caa2f543d9d626a4552647acaeabb4f329a69cb5c76d8c6e9b8d605de2f86025344c SHA512 5c21540a91dae9f0db336947552548e44eec80fc9e6ebf95cbca3d2ab60cd096be963aec105f0c8d72d2628777cb6628e4a7e50f54a3edbcc22708c59f620e4a
+DIST clementine-1.3.1_p20180319.tar.gz 8488685 BLAKE2B 2f4c412f9274a8957584bbc2d6482144fd6892adc629cdc0aeb750d592d8e4e62ad5b7bbb56288ecb993a9f5221b54e47e18c3f2b76c7a80670ead37ba5be3b0 SHA512 bbe288ca654ad0ed36abca288187abe452524e8fec23839973ff3f1d61ce479a979cbc45edcba10d6d15ff9baaaa23e95bb7e6d31a0090ca8e32bd547114e1ec

diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-1.3.1_p20180319.ebuild
similarity index 88%
copy from media-sound/clementine/clementine-9999.ebuild
copy to media-sound/clementine/clementine-1.3.1_p20180319.ebuild
index 16065b58a5a..d1601b41048 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-1.3.1_p20180319.ebuild
@@ -11,11 +11,11 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git"
 	GIT_ECLASS="git-r3"
 else
-	SRC_URI="https://github.com/clementine-player/Clementine/archive/${PV/_}.tar.gz -> ${P}.tar.gz"
+	COMMIT=804168edc74d7230a84e8937e2ea9a3b1ad2e9c2
+	SRC_URI="https://github.com/${PN}-player/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${MY_P^}"
 fi
-inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils ${GIT_ECLASS}
+inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils ${GIT_ECLASS} vcs-snapshot
 unset GIT_ECLASS
 
 DESCRIPTION="Modern music player and library organizer based on Amarok 1.4 and Qt"
@@ -55,7 +55,7 @@ COMMON_DEPEND="
 	cdda? ( dev-libs/libcdio:= )
 	dbus? ( dev-qt/qtdbus:5 )
 	ipod? ( >=media-libs/libgpod-0.8.0 )
-	lastfm? ( >=media-libs/liblastfm-1[qt5(+)] )
+	lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
 	moodbar? ( sci-libs/fftw:3.0 )
 	mtp? ( >=media-libs/libmtp-1.0.0 )
 	projectm? (
@@ -115,14 +115,6 @@ src_prepare() {
 		sed -e "/find_package.*Qt5/s:\ Test::" -i CMakeLists.txt || die
 		cmake_comment_add_subdirectory tests
 	fi
-
-	# Fix clementine relying on downstream renaming of lastfm header dir
-	sed -i -e "/^#include/s/lastfm5/lastfm/" \
-		tests/albumcoverfetcher_test.cpp \
-		src/internet/lastfm/lastfm{settingspage.cpp,service.cpp,compat.h} \
-		src/core/song.cpp || die "Failed to sed lastfm header suffix"
-	sed -e "/^find_path.*LASTFM5/s/lastfm5/lastfm/" \
-		-i CMakeLists.txt || die "Failed to sed lastfm header suffix"
 }
 
 src_configure() {
@@ -170,10 +162,6 @@ src_test() {
 	virtx emake test
 }
 
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
 pkg_postinst() {
 	xdg_desktop_database_update
 	gnome2_icon_cache_update

diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
index 16065b58a5a..6b168f373bf 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-9999.ebuild
@@ -55,7 +55,7 @@ COMMON_DEPEND="
 	cdda? ( dev-libs/libcdio:= )
 	dbus? ( dev-qt/qtdbus:5 )
 	ipod? ( >=media-libs/libgpod-0.8.0 )
-	lastfm? ( >=media-libs/liblastfm-1[qt5(+)] )
+	lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
 	moodbar? ( sci-libs/fftw:3.0 )
 	mtp? ( >=media-libs/libmtp-1.0.0 )
 	projectm? (
@@ -115,14 +115,6 @@ src_prepare() {
 		sed -e "/find_package.*Qt5/s:\ Test::" -i CMakeLists.txt || die
 		cmake_comment_add_subdirectory tests
 	fi
-
-	# Fix clementine relying on downstream renaming of lastfm header dir
-	sed -i -e "/^#include/s/lastfm5/lastfm/" \
-		tests/albumcoverfetcher_test.cpp \
-		src/internet/lastfm/lastfm{settingspage.cpp,service.cpp,compat.h} \
-		src/core/song.cpp || die "Failed to sed lastfm header suffix"
-	sed -e "/^find_path.*LASTFM5/s/lastfm5/lastfm/" \
-		-i CMakeLists.txt || die "Failed to sed lastfm header suffix"
 }
 
 src_configure() {
@@ -170,10 +162,6 @@ src_test() {
 	virtx emake test
 }
 
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
 pkg_postinst() {
 	xdg_desktop_database_update
 	gnome2_icon_cache_update


             reply	other threads:[~2018-03-22 18:02 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-22 18:02 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 21:46 [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ Andreas Sturmlechner
2025-02-23 21:46 Andreas Sturmlechner
2025-02-10 23:18 Sam James
2025-02-10 23:18 Sam James
2025-01-13 21:54 Andreas Sturmlechner
2025-01-13 21:54 Andreas Sturmlechner
2025-01-07 23:42 Sam James
2024-01-21  4:02 Sam James
2024-01-13  9:55 Miroslav Šulc
2024-01-13  9:06 Arthur Zamarin
2024-01-13  9:06 Arthur Zamarin
2024-01-05 10:36 Sam James
2023-10-17  5:24 Yixun Lan
2023-10-14 18:11 Mart Raudsepp
2023-01-29 17:29 Andreas Sturmlechner
2023-01-29  6:53 Jakov Smolić
2023-01-29  6:53 Jakov Smolić
2022-12-19  3:01 Sam James
2022-10-15  6:58 Joonas Niilola
2022-10-15  6:58 Joonas Niilola
2022-09-14  6:09 Joonas Niilola
2021-08-03 21:18 Robin H. Johnson
2021-07-04 14:03 Ulrich Müller
2021-02-16  8:25 Sergei Trofimovich
2020-12-07 18:48 Sam James
2020-05-11 19:08 Andreas Sturmlechner
2020-05-11 16:49 Agostino Sarubbo
2020-03-29  7:27 Mikle Kolyada
2020-01-03 10:30 Lars Wendler
2020-01-03 10:30 Lars Wendler
2020-01-01 18:02 Lars Wendler
2020-01-01 18:02 Lars Wendler
2020-01-01 18:02 Lars Wendler
2019-11-07 14:37 Andreas Sturmlechner
2019-10-12  9:31 Andreas Sturmlechner
2019-10-12  9:31 Andreas Sturmlechner
2019-10-08 14:24 Lars Wendler
2019-07-13  8:51 Andreas Sturmlechner
2019-05-26 12:35 Lars Wendler
2019-02-17 15:30 Mikle Kolyada
2019-02-14 18:37 Andreas Sturmlechner
2019-02-09 21:14 Andreas Sturmlechner
2019-01-30 22:31 Andreas Sturmlechner
2019-01-04 22:37 Andreas Sturmlechner
2018-11-17 23:10 Andreas Sturmlechner
2018-11-17 23:10 Andreas Sturmlechner
2018-10-22  9:28 Lars Wendler
2018-10-02 22:05 Andreas Sturmlechner
2018-06-03 23:20 Andreas Sturmlechner
2018-05-02  7:53 Lars Wendler
2018-04-25 19:27 Thomas Deutschmann
2018-04-25 18:11 Andreas Sturmlechner
2018-04-25 11:48 Aaron Bauman
2018-04-24 12:47 Andreas Sturmlechner
2018-04-24 12:47 Andreas Sturmlechner
2018-04-12 21:08 Jonas Stein
2018-03-22 18:38 Andreas Sturmlechner
2018-03-17  0:27 Andreas Sturmlechner
2018-03-08 19:33 Mike Gilbert
2018-03-03 17:44 Andreas Sturmlechner
2018-02-28 17:02 Lars Wendler
2018-02-19 19:01 Andreas Sturmlechner
2018-02-19 19:01 Andreas Sturmlechner
2018-02-17 19:17 Andreas Sturmlechner
2018-02-16 11:59 Andreas Sturmlechner
2018-02-16 11:59 Andreas Sturmlechner
2018-01-09 22:06 Andreas Sturmlechner
2018-01-07 13:43 Andreas Sturmlechner
2018-01-02  8:10 Lars Wendler
2017-12-19  9:15 Jason Zaman
2017-12-18 19:25 Andreas Sturmlechner
2017-12-08 21:58 Thomas Deutschmann
2017-12-03 21:38 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-09-10 20:34 Lars Wendler
2017-08-30 19:43 Lars Wendler
2017-08-30 19:43 Lars Wendler
2017-05-16 20:35 Lars Wendler
2017-05-16 19:53 Lars Wendler
2017-03-04 20:08 Lars Wendler
2017-03-04 19:10 Lars Wendler
2017-01-04 16:48 David Seifert
2016-12-29 11:41 Agostino Sarubbo
2016-12-29 11:36 Agostino Sarubbo
2016-12-26 16:33 Lars Wendler
2016-12-26 16:14 Lars Wendler
2016-12-20 19:16 Tobias Klausmann
2016-07-21  8:17 Lars Wendler
2016-07-16  9:41 Patrice Clement
2016-07-16  9:41 Patrice Clement
2016-07-16  9:41 Patrice Clement
2016-07-03 22:20 Göktürk Yüksek
2016-07-03 22:20 Göktürk Yüksek
2016-05-03 14:59 Lars Wendler
2016-04-27 12:22 Lars Wendler
2016-03-30 17:06 Jason Donenfeld
2016-01-25 12:15 Lars Wendler
2015-12-31  9:17 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521741744.59544c24457e02d1767f2efe70ae1b407bfc381d.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox