mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
media-sound/lms: drop 3.66.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST lms-3.66.0.tar.gz 518810 BLAKE2B 0f8b9a6631657f4e0d84f7fb6a98097e8da15384d8787d12f3590ebb884249659a75174c7b4543d393ea36587acbe6beba129f6c5e0543ee64b530ba859da93e SHA512 79234dea4bb7eb57273acd22dec5f0461d42fac5dc708bb789b258259da87a091e3c9b1af2e2026cc9bf3feedbc703a6d1dc4db031853b6236f966881d416448
|
||||
DIST lms-3.66.1.tar.gz 521133 BLAKE2B f92446f0b7910ba4cdca659b266e684c0cfa4e93dc0605d1a8d09005288da1d168847e64e08f3110d39a4be28db71656f521605801bb3fff0d9370be74bdcdd8 SHA512 62ae1b8b9eed38fd272aadfe3527d8dcb60bf8d51167bd290e29af360a3a6e873b6e93b1415dcca411ca6d5e4ee1adaad2c0da5e2c68c287f97f424096afe1e6
|
||||
DIST lms-3.67.0.tar.gz 534828 BLAKE2B 9c215a6c5c546bce3b21909005fc7d2069973830e9a5223515088cde50cc89f5fb75e6d8d9f572230961ad56421206f20872f93935879d255dd0e4efc8c8d80d SHA512 553c4e0ed6f7a1ba05b6cd22dc0833df7d7fd172a0f77ff275814d3f5c9e70da5ffb134b01397096eff253195702ee29b2d05820333f33910f338f924942ebb9
|
||||
DIST lms-3.68.0.tar.gz 544387 BLAKE2B 38d002eb226f5653bea1920acc288f502ffd4bd448676d594f802d4c46cec5a01cd9a9f76356f3e6ca0c7d80ac34a5e3213d0c417675a3dc5496046b166ac3ce SHA512 58f06ea4cd007904d5d82bc020e568114133fe56ee9e933d3773b76a56133828ec0ebbd99f9160971b1693292759be7ee20b094913e0c4aa782d94dcb4822a36
|
||||
|
||||
@@ -1,68 +0,0 @@
|
||||
# Copyright 2024-2025 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="
|
||||
app-arch/libarchive
|
||||
acct-user/lms
|
||||
dev-cpp/wt:=
|
||||
dev-libs/boost:=
|
||||
dev-libs/libconfig[cxx]
|
||||
media-libs/taglib:=
|
||||
media-video/ffmpeg[lame,opus]
|
||||
sys-libs/pam
|
||||
|
||||
!stb? ( media-gfx/graphicsmagick )
|
||||
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/xxhash
|
||||
stb? ( dev-libs/stb )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? ( dev-cpp/gtest )
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user