* [gentoo-commits] repo/gentoo:master commit in: media-sound/lxmusic/
@ 2020-05-11 6:55 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-05-11 6:55 UTC (permalink / raw
To: gentoo-commits
commit: f02d7cffedcb6335d2a14b23c6fefff6c0fe3476
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 06:52:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 11 06:55:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02d7cff
media-sound/lxmusic: drop to m-n
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/lxmusic/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-sound/lxmusic/metadata.xml b/media-sound/lxmusic/metadata.xml
index c80f5eab13d..054ad69a028 100644
--- a/media-sound/lxmusic/metadata.xml
+++ b/media-sound/lxmusic/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>lxde@gentoo.org</email>
- <name>Gentoo LXDE Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription>LXMusic is a simple GUI XMMS2 client with minimal functionality. It can do nothing more than playing music files.</longdescription>
<upstream>
<remote-id type="sourceforge">lxde</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lxmusic/
@ 2022-11-16 18:57 Ionen Wolkens
0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-11-16 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 3e94d264f38352c629af983b9ac7a2c5c6c3c6ae
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 17:16:06 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 18:56:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e94d264
media-sound/lxmusic: switch to gtk+:3
Also add a few missing deps and fix license,
this seems to work fine still.
Closes: https://bugs.gentoo.org/881457
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../{lxmusic-0.4.7-r1.ebuild => lxmusic-0.4.7-r2.ebuild} | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/media-sound/lxmusic/lxmusic-0.4.7-r1.ebuild b/media-sound/lxmusic/lxmusic-0.4.7-r2.ebuild
similarity index 57%
rename from media-sound/lxmusic/lxmusic-0.4.7-r1.ebuild
rename to media-sound/lxmusic/lxmusic-0.4.7-r2.ebuild
index ed8935bba257..b066432ff7aa 100644
--- a/media-sound/lxmusic/lxmusic-0.4.7-r1.ebuild
+++ b/media-sound/lxmusic/lxmusic-0.4.7-r2.ebuild
@@ -3,17 +3,25 @@
EAPI=8
-DESCRIPTION="A simple GUI XMMS2 client with minimal functionality"
+DESCRIPTION="Simple GUI XMMS2 client with minimal functionality"
HOMEPAGE="https://wiki.lxde.org/en/LXMusic"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
+ dev-libs/glib:2
media-sound/xmms2
- x11-libs/gtk+:2
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
x11-libs/libnotify"
DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ econf --enable-gtk3
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lxmusic/
@ 2022-01-30 11:05 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2022-01-30 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 3bfdd85ee29ae5b01dd923eccb460a8c4a321600
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 11:04:47 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 11:04:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfdd85e
media-sound/lxmusic: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{lxmusic-0.4.7.ebuild => lxmusic-0.4.7-r1.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-sound/lxmusic/lxmusic-0.4.7.ebuild b/media-sound/lxmusic/lxmusic-0.4.7-r1.ebuild
similarity index 72%
rename from media-sound/lxmusic/lxmusic-0.4.7.ebuild
rename to media-sound/lxmusic/lxmusic-0.4.7-r1.ebuild
index 45825d844b8f..ed8935bba257 100644
--- a/media-sound/lxmusic/lxmusic-0.4.7.ebuild
+++ b/media-sound/lxmusic/lxmusic-0.4.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="A simple GUI XMMS2 client with minimal functionality"
HOMEPAGE="https://wiki.lxde.org/en/LXMusic"
@@ -10,10 +10,10 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="
media-sound/xmms2
+ x11-libs/gtk+:2
x11-libs/libnotify"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lxmusic/
@ 2020-05-11 6:55 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-05-11 6:55 UTC (permalink / raw
To: gentoo-commits
commit: e757c309551b4e8e745a65887160744b02abe4c4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 06:54:36 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 11 06:55:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e757c309
media-sound/lxmusic: consistent indent, useless longdesc
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/lxmusic/metadata.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/media-sound/lxmusic/metadata.xml b/media-sound/lxmusic/metadata.xml
index 054ad69a028..fd5647d2ee4 100644
--- a/media-sound/lxmusic/metadata.xml
+++ b/media-sound/lxmusic/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <longdescription>LXMusic is a simple GUI XMMS2 client with minimal functionality. It can do nothing more than playing music files.</longdescription>
- <upstream>
- <remote-id type="sourceforge">lxde</remote-id>
- </upstream>
+ <upstream>
+ <remote-id type="sourceforge">lxde</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lxmusic/
@ 2016-09-14 10:58 Hanno Boeck
0 siblings, 0 replies; 5+ messages in thread
From: Hanno Boeck @ 2016-09-14 10:58 UTC (permalink / raw
To: gentoo-commits
commit: dc60f8658f24a0a010de2e99626ff1be5ea0c9f0
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 10:58:01 2016 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 10:58:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60f865
media-sound/lxmusic: version bump to 0.4.7
Package-Manager: portage-2.3.0
media-sound/lxmusic/Manifest | 1 +
media-sound/lxmusic/lxmusic-0.4.7.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/media-sound/lxmusic/Manifest b/media-sound/lxmusic/Manifest
index 11e3675..8f37ee8 100644
--- a/media-sound/lxmusic/Manifest
+++ b/media-sound/lxmusic/Manifest
@@ -1 +1,2 @@
DIST lxmusic-0.4.5.tar.gz 288873 SHA256 08a508e1df800f142fef567ff9d3d0e845bfdd70e2edb796b3b7ad0e92dce064 SHA512 2467096190fd8e1d628e234e4646fbbf96683eca6244990353cade732d91487783e4462d7619d57ce4bc9b9bda9cdacd8c857abcf73c94296f9863546f95a11f WHIRLPOOL 31fca06cc38412549bcfc126c602c4cceee3b35d3a470ddb91dc75698ebaab559232a9686e07bacb949433a51791fb01f6b763365af8b3b28e588576d6d3f401
+DIST lxmusic-0.4.7.tar.xz 180300 SHA256 4933987338eb6e8c77d63b14cea5a8886146e75acbc38a21438c6c3f47bc06ba SHA512 e1e6a7e2306b24dfd5864df88db47c07656d43a1901212b1d6b6edec8addf866b31ebae46bca572e88801620016c6fab9860f5ed44d6086f24494e2eb2737216 WHIRLPOOL 43133bbae048efac3fd0684e730d4bab8902299519e55ae1978d831fedae30af2cc0db73042208f60e110fb64b357f3d6f8bd3333b22cc0715cb1f1780c84d4f
diff --git a/media-sound/lxmusic/lxmusic-0.4.7.ebuild b/media-sound/lxmusic/lxmusic-0.4.7.ebuild
new file mode 100644
index 00000000..612cdc3
--- /dev/null
+++ b/media-sound/lxmusic/lxmusic-0.4.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A simple GUI XMMS2 client with minimal functionality"
+HOMEPAGE="https://wiki.lxde.org/en/LXMusic"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+ media-sound/xmms2
+ x11-libs/libnotify"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-16 18:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-11 6:55 [gentoo-commits] repo/gentoo:master commit in: media-sound/lxmusic/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2022-11-16 18:57 Ionen Wolkens
2022-01-30 11:05 David Seifert
2020-05-11 6:55 Joonas Niilola
2016-09-14 10:58 Hanno Boeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox