public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/
@ 2015-10-19 10:19 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2015-10-19 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a0d1a6f0e710566e56b925c7721436aace4fcba9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 10:14:07 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 10:16:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d1a6f0

app-leechcraft/lc-lmp: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
index cca5b5d..5631d54 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug +fradj +graffiti +guess +mpris +mp3tunes potorchu"
 
 # depend on gstreamer:0.10 to match current Qt deps


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/
@ 2018-03-10 23:26 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-03-10 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     abb4431bfb8bbfdca53c84f8cb7f269287ffc76c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 23:02:12 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 23:26:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb4431b

app-leechcraft/lc-lmp: Drop USE=guess

Prepare for impending app-i18n/libguess last-rites.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-leechcraft/lc-lmp/lc-lmp-9999.ebuild | 7 +++----
 app-leechcraft/lc-lmp/metadata.xml       | 1 -
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index fb184522e15..d2dadbaf3dd 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug +fradj +graffiti +guess +mpris +mtp +mp3tunes potorchu"
+IUSE="debug +fradj +graffiti +mpris +mtp +mp3tunes potorchu"
 
 # depend on gstreamer:0.10 to match current Qt deps
 DEPEND="~app-leechcraft/lc-core-${PV}
@@ -22,7 +22,6 @@ DEPEND="~app-leechcraft/lc-core-${PV}
 		media-libs/gstreamer:1.0
 
 		mpris? ( dev-qt/qtdbus:5 )
-		guess? ( app-i18n/libguess )
 		media-libs/taglib
 		mtp? ( media-libs/libmtp )
 		potorchu? ( media-libs/libprojectm )"
@@ -34,7 +33,7 @@ src_configure() {
 	local mycmakeargs=(
 		-DENABLE_LMP_FRADJ=$(usex fradj)
 		-DENABLE_LMP_GRAFFITI=$(usex graffiti)
-		-DENABLE_LMP_LIBGUESS=$(usex guess)
+		-DENABLE_LMP_LIBGUESS=OFF
 		-DENABLE_LMP_MPRIS=$(usex mpris)
 		-DENABLE_LMP_MTPSYNC=$(usex mtp)
 		-DENABLE_LMP_MP3TUNES=$(usex mp3tunes)

diff --git a/app-leechcraft/lc-lmp/metadata.xml b/app-leechcraft/lc-lmp/metadata.xml
index 87c916e3cb8..4a780c0800e 100644
--- a/app-leechcraft/lc-lmp/metadata.xml
+++ b/app-leechcraft/lc-lmp/metadata.xml
@@ -12,7 +12,6 @@
 	<use>
 		<flag name="fradj">Build FrAdj, the equalizer effect module</flag>
 		<flag name="graffiti">Build media tags editor plugin</flag>
-		<flag name="guess">Enable tags encoding guessing via the libguess library</flag>
 		<flag name="mpris">Enable MPRIS support</flag>
 		<flag name="mp3tunes">Build plugin for supporting the mp3tunes.com music locker service</flag>
 		<flag name="potorchu"> Enable the projectM-based visualization effects module for LMP</flag>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/
@ 2018-03-10 23:26 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-03-10 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     98c11ba44e6e9ceab3131821e66a49d48ba6148d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 23:03:49 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 23:26:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c11ba4

app-leechcraft/lc-lmp: Sort DEPENDs

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-leechcraft/lc-lmp/lc-lmp-9999.ebuild | 35 ++++++++++++++++----------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index d2dadbaf3dd..c5c71f57d95 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
@@ -11,32 +11,31 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug +fradj +graffiti +mpris +mtp +mp3tunes potorchu"
 
-# depend on gstreamer:0.10 to match current Qt deps
-DEPEND="~app-leechcraft/lc-core-${PV}
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtdeclarative:5[widgets]
-		dev-qt/qtsql:5[sqlite]
-		dev-qt/qtconcurrent:5
-		dev-qt/qtxml:5
-		media-libs/gstreamer:1.0
-
-		mpris? ( dev-qt/qtdbus:5 )
-		media-libs/taglib
-		mtp? ( media-libs/libmtp )
-		potorchu? ( media-libs/libprojectm )"
+DEPEND="
+	~app-leechcraft/lc-core-${PV}
+	dev-qt/qtconcurrent:5
+	dev-qt/qtdeclarative:5[widgets]
+	dev-qt/qtnetwork:5
+	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	media-libs/gstreamer:1.0
+	media-libs/taglib
+	mpris? ( dev-qt/qtdbus:5 )
+	mtp? ( media-libs/libmtp )
+	potorchu? ( media-libs/libprojectm )"
 RDEPEND="${DEPEND}
-		mtp? ( ~app-leechcraft/lc-devmon-${PV} )
-		graffiti? ( media-libs/flac )"
+	graffiti? ( media-libs/flac )
+	mtp? ( ~app-leechcraft/lc-devmon-${PV} )"
 
 src_configure() {
 	local mycmakeargs=(
+		-DENABLE_LMP_LIBGUESS=OFF
 		-DENABLE_LMP_FRADJ=$(usex fradj)
 		-DENABLE_LMP_GRAFFITI=$(usex graffiti)
-		-DENABLE_LMP_LIBGUESS=OFF
+		-DENABLE_LMP_MP3TUNES=$(usex mp3tunes)
 		-DENABLE_LMP_MPRIS=$(usex mpris)
 		-DENABLE_LMP_MTPSYNC=$(usex mtp)
-		-DENABLE_LMP_MP3TUNES=$(usex mp3tunes)
 		-DENABLE_LMP_POTORCHU=$(usex potorchu)
 	)
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/
@ 2020-04-09 12:38 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-04-09 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     eefa8e0872781c0a4fa58e86c17ef334b8ccd72a
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sun Apr  5 01:00:42 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 12:37:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefa8e08

app-leechcraft/lc-lmp: update XDG DB

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-lmp/lc-lmp-9999.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index 2572c586a04..6101a289a70 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit leechcraft
+inherit xdg-utils leechcraft
 
 DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
 
@@ -43,3 +43,11 @@ src_configure() {
 	)
 	cmake_src_configure
 }
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/
@ 2020-04-09 12:38 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-04-09 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a2b6a46faabf928ff83bcc833a11781a7453f5f4
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sat Apr  4 20:57:30 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 12:37:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b6a46f

app-leechcraft/lc-lmp: bump EAPI, add subslot operators

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-lmp/lc-lmp-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index c5c71f57d95..578c08d57c5 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit leechcraft
 
@@ -22,8 +22,9 @@ DEPEND="
 	media-libs/gstreamer:1.0
 	media-libs/taglib
 	mpris? ( dev-qt/qtdbus:5 )
-	mtp? ( media-libs/libmtp )
-	potorchu? ( media-libs/libprojectm )"
+	mtp? ( media-libs/libmtp:= )
+	potorchu? ( media-libs/libprojectm:= )
+"
 RDEPEND="${DEPEND}
 	graffiti? ( media-libs/flac )
 	mtp? ( ~app-leechcraft/lc-devmon-${PV} )"
@@ -38,5 +39,5 @@ src_configure() {
 		-DENABLE_LMP_MTPSYNC=$(usex mtp)
 		-DENABLE_LMP_POTORCHU=$(usex potorchu)
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/
@ 2020-04-09 12:38 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-04-09 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4fd2dd2ecc06f6c04dfefcc085d6516a235c2a96
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sat Apr  4 20:58:08 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 12:37:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd2dd2e

app-leechcraft/lc-lmp: qtsql[sqlite] is an RDEPEND

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-lmp/lc-lmp-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index 578c08d57c5..2572c586a04 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
@@ -16,7 +16,7 @@ DEPEND="
 	dev-qt/qtconcurrent:5
 	dev-qt/qtdeclarative:5[widgets]
 	dev-qt/qtnetwork:5
-	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtsql:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	media-libs/gstreamer:1.0
@@ -26,8 +26,10 @@ DEPEND="
 	potorchu? ( media-libs/libprojectm:= )
 "
 RDEPEND="${DEPEND}
+	dev-qt/qtsql:5[sqlite]
 	graffiti? ( media-libs/flac )
-	mtp? ( ~app-leechcraft/lc-devmon-${PV} )"
+	mtp? ( ~app-leechcraft/lc-devmon-${PV} )
+"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-09 12:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09 12:38 [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2020-04-09 12:38 Joonas Niilola
2020-04-09 12:38 Joonas Niilola
2018-03-10 23:26 Andreas Sturmlechner
2018-03-10 23:26 Andreas Sturmlechner
2015-10-19 10:19 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox