From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/lms/
Date: Tue, 30 Jul 2024 16:54:31 +0000 (UTC) [thread overview]
Message-ID: <1722331980.0535d681ba6d93d0086add9e2d530cb75c60d95d.davidroman@gentoo> (raw)
Message-ID: <20240730165431.hD3hqa3dgtdSPTpIJRcWKMsqSwVo7EIaVIcvEI6z2y8@z> (raw)
commit: 0535d681ba6d93d0086add9e2d530cb75c60d95d
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 30 09:33:00 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 09:33:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0535d681
media-sound/lms: add 3.56.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
media-sound/lms/Manifest | 1 +
media-sound/lms/lms-3.56.0.ebuild | 70 +++++++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+)
diff --git a/media-sound/lms/Manifest b/media-sound/lms/Manifest
index cdc8a751e..ef284efc9 100644
--- a/media-sound/lms/Manifest
+++ b/media-sound/lms/Manifest
@@ -1,2 +1,3 @@
DIST lms-3.54.0.tar.gz 428132 BLAKE2B bec14813d42e5a0d2854c62827218c06b56d092e6228ff7b32b37a0c0d85f545eb8747c8108dd390e445d28921c4a79f4a86d9985a3d1e0ffe888b4beb1a2261 SHA512 e0434c12d460d9ee2a1aaaa32ef0344dbce7ee11d250d31a9f3f08213834e48620f8c14ed97ba6a625c6a8f292efdbe1dcd90d50ce3c51b369c6d67c5ac6a0c9
DIST lms-3.55.0.tar.gz 435761 BLAKE2B 355a5c356b70d01ad8141209f479541a8b2fbedc6a289a86f117d6de5981903edbb08c7e4648c315ceb191b88f18840370fff5ad912b5993b3d557e1b1109c8a SHA512 8dcc6335d25e372b161034e8caa8ca182c7320569b16648db824a118013f647711da7d7c38a8aabc12eb608e203d14c6fe332b4a8b14125726e030f4e591eb3e
+DIST lms-3.56.0.tar.gz 440559 BLAKE2B 5443521cd4a72ffcb025007f4ab9a54efdb96b4794ef1516571ea231ae99de1d105a6da13f38fe624099b886815606743f823511b594b84c045d6cbb8ead1f5b SHA512 e89ee82b3c7595b4f41b2c74ebbef8be12ba769aec7a8951d4e008ca912d674c829f88fcef9592d5a96832c0ce9572056ec410038b424c344d6b3c4bd20f61f9
diff --git a/media-sound/lms/lms-3.56.0.ebuild b/media-sound/lms/lms-3.56.0.ebuild
new file mode 100644
index 000000000..df1f282f0
--- /dev/null
+++ b/media-sound/lms/lms-3.56.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake pam systemd
+
+DESCRIPTION="Lightweight Music Server."
+HOMEPAGE="https://lms-demo.poupon.dev/ https://github.com/epoupon/lms"
+SRC_URI="https://github.com/epoupon/lms/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test stb"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ acct-user/lms
+ dev-cpp/wt
+ dev-libs/boost
+ dev-libs/libconfig[cxx]
+ media-libs/taglib
+ media-video/ffmpeg[mp3,opus]
+
+ !stb? ( media-gfx/graphicsmagick )
+
+"
+
+DEPEND="
+ ${RDEPEND}
+
+ stb? ( dev-libs/stb )
+"
+
+BDEPEND="
+ test? ( dev-cpp/gtest )
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-respect-ldflags.patch"
+)
+
+src_configure() {
+ local mycmakeargs=(
+ -DLMS_IMAGE_BACKEND=$(usex stb stb graphicsmagick)
+ -DENABLE_TESTS=$(usex test)
+ )
+
+ cmake_src_configure
+}
+
+src_install() {
+ cmake_src_install
+
+ systemd_newunit conf/systemd/default.service lms.service
+ newinitd "${FILESDIR}/lms.init" lms
+ dopamd conf/pam/lms
+ mv "${ED}/usr/share/lms/lms.conf" "${ED}/etc/lms.conf" || die
+
+ # Already installed in the proper directory
+ rm "${ED}/usr/share/lms/default.service" || die
+ rm "${ED}/usr/share/lms/lms" || die
+
+ keepdir /var/log/lms
+ fowners -R lms:lms /var/log/lms
+
+ keepdir /var/lms
+ fowners lms:lms /var/lms
+}
next reply other threads:[~2024-07-30 16:54 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 9:33 David Roman [this message]
2024-07-30 16:54 ` [gentoo-commits] repo/proj/guru:master commit in: media-sound/lms/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-09-28 23:00 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-09-24 19:58 David Roman
2025-08-18 10:31 David Roman
2025-08-18 10:31 David Roman
2025-07-23 8:25 David Roman
2025-07-21 12:08 David Roman
2025-07-21 12:08 David Roman
2025-06-25 10:31 David Roman
2025-06-25 8:49 David Roman
2025-05-29 8:25 David Roman
2025-05-29 8:25 David Roman
2025-04-30 10:51 David Roman
2025-03-28 13:22 David Roman
2025-03-28 13:22 David Roman
2025-03-25 10:44 David Roman
2025-03-25 10:44 David Roman
2025-03-05 13:15 David Roman
2025-02-24 10:06 David Roman
2025-02-24 10:06 David Roman
2025-01-23 9:56 David Roman
2025-01-23 9:56 David Roman
2025-01-06 19:57 David Roman
2025-01-06 19:57 David Roman
2024-12-19 9:58 David Roman
2024-12-17 16:03 David Roman
2024-12-17 16:03 David Roman
2024-11-12 11:05 David Roman
2024-10-31 11:13 David Roman
2024-10-31 11:13 David Roman
2024-10-13 14:16 David Roman
2024-10-13 14:16 David Roman
2024-09-19 0:18 David Roman
2024-08-31 21:28 David Roman
2024-08-31 21:28 David Roman
2024-08-06 9:25 David Roman
2024-07-30 9:33 David Roman
2024-07-09 9:36 David Roman
2024-06-17 10:26 David Roman
2024-06-10 15:31 David Roman
2024-06-10 15:31 David Roman
2024-05-06 11:53 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-06 10:33 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-05-06 11:53 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-06 11:46 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-05-06 10:33 David Roman
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-23 21:39 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-23 21:39 David Roman
2024-04-05 22:02 David Roman
2024-04-02 12:13 David Roman
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=1722331980.0535d681ba6d93d0086add9e2d530cb75c60d95d.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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