Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2021 07:16:14 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5b073530318 - main - audio/lms: remove, duplicate of multimedia/lms
Message-ID:  <202110090716.1997GEBO014916@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5b073530318f3fb9fa5e8917c83f966bfa7f9a0

commit d5b073530318f3fb9fa5e8917c83f966bfa7f9a0
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-10-09 07:15:14 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-10-09 07:15:14 +0000

    audio/lms: remove, duplicate of multimedia/lms
---
 audio/Makefile                                     |  1 -
 audio/lms/Makefile                                 | 51 -------------------
 audio/lms/distinfo                                 |  3 --
 audio/lms/files/lms.in                             | 31 ------------
 ...tch-src_libs_subsonic_impl_SubsonicResource.hpp | 11 -----
 audio/lms/pkg-descr                                |  3 --
 audio/lms/pkg-plist                                | 57 ----------------------
 7 files changed, 157 deletions(-)

diff --git a/audio/Makefile b/audio/Makefile
index 6114bf110a07..33294914c6ea 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -445,7 +445,6 @@
     SUBDIR += liquidsfz
     SUBDIR += listener
     SUBDIR += littlefly-lv2
-    SUBDIR += lms
     SUBDIR += lmms
     SUBDIR += logitechmediaserver
     SUBDIR += logitechmediaserver-dynamicplaylist
diff --git a/audio/lms/Makefile b/audio/lms/Makefile
deleted file mode 100644
index 31b4335db1a7..000000000000
--- a/audio/lms/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-PORTNAME=	lms
-DISTVERSIONPREFIX=	v
-DISTVERSION=	3.27.0
-CATEGORIES=	audio www
-
-MAINTAINER=	bram@cbbg.nl
-COMMENT=	Web based music streaming client
-
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-LIB_DEPENDS+=	libavutil.so:multimedia/ffmpeg \
-		libboost_system.so:devel/boost-libs \
-		libconfig.so:devel/libconfig \
-		libgtest.so:devel/googletest \
-		libtag.so:audio/taglib \
-		libwt.so:www/wt
-RUN_DEPENDS+=	ffmpeg:multimedia/ffmpeg
-
-USES=		cmake compiler:c++17-lang pkgconfig
-USE_GITHUB=	yes
-GH_ACCOUNT=	epoupon
-USE_RC_SUBR=	lms
-
-OPTIONS_DEFINE=		PAM
-OPTIONS_SINGLE=		IMGLIB
-OPTIONS_SINGLE_IMGLIB=	GM STB
-OPTIONS_DEFAULT=	GM PAM
-
-PAM_DESC=	Use the PAM authentication backend
-IMGLIB_DESC=	Image library backend
-GM_DESC=	GraphicsMagick++
-STB_DESC=	STB single-header file libraries
-
-PAM_CMAKE_OFF=	-DUSE_PAM=OFF
-GM_CMAKE_ON=	-DIMAGE_LIBRARY=GraphicsMagick++
-STB_CMAKE_ON=	-DIMAGE_LIBRARY=STB
-
-GM_LIB_DEPENDS+=	libGraphicsMagick++.so:graphics/GraphicsMagick \
-			libGraphicsMagick.so:graphics/GraphicsMagick
-STB_BUILD_DEPENDS+=	${LOCALBASE}/include/stb/stb_image.h:devel/stb
-
-USERS=		_lms
-GROUPS=		_lms
-
-post-install:
-	@${MV} ${STAGEDIR}${DATADIR}/lms.conf ${STAGEDIR}${LOCALBASE}/etc/lms.conf.sample
-	@${MKDIR} ${STAGEDIR}/var/run/${PORTNAME}
-	@${RM} ${STAGEDIR}${DATADIR}/default.service
-
-.include <bsd.port.mk>
diff --git a/audio/lms/distinfo b/audio/lms/distinfo
deleted file mode 100644
index eec02a6198b3..000000000000
--- a/audio/lms/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1632938864
-SHA256 (epoupon-lms-v3.27.0_GH0.tar.gz) = 98be611c05cb2a034c38623d1b739ea3e34760da04be8b0b3ba7e0fbb3baedc1
-SIZE (epoupon-lms-v3.27.0_GH0.tar.gz) = 448749
diff --git a/audio/lms/files/lms.in b/audio/lms/files/lms.in
deleted file mode 100644
index 941c0b71296e..000000000000
--- a/audio/lms/files/lms.in
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: lms
-# REQUIRE: LOGIN 
-# KEYWORD: shutdown
-
-# Add these lines to /etc/rc.conf
-# to enable this service:
-#
-# lms_enable (bool):	Set to NO by default.
-#			Set it to YES to enable lms.
-# lms_config (path):	Set to %%PREFIX%%/etc/lms.conf
-#			by default.
-
-. /etc/rc.subr
-
-load_rc_config $name
-: ${lms_config:="%%PREFIX/etc/lms.conf"}
-
-name=lms
-rcvar=lms_enable
-lms_command="%%PREFIX%%/bin/lms"
-lms_args="${lms_config}"
-lms_user=lms
-lms_group=lms
-required_dirs="/var/run/lms"
-pidfile="/var/run/lms/${name}.pid"
-command="/usr/sbin/daemon"
-command_args="-P ${pidfile} -f ${lms_command} ${lms_args}"
-
-run_rc_command "$1"
diff --git a/audio/lms/files/patch-src_libs_subsonic_impl_SubsonicResource.hpp b/audio/lms/files/patch-src_libs_subsonic_impl_SubsonicResource.hpp
deleted file mode 100644
index 35dd8d9a4186..000000000000
--- a/audio/lms/files/patch-src_libs_subsonic_impl_SubsonicResource.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/libs/subsonic/impl/SubsonicResource.hpp.orig	2021-10-02 19:20:11 UTC
-+++ src/libs/subsonic/impl/SubsonicResource.hpp
-@@ -19,6 +19,8 @@
- #pragma once
- 
- #include <string>
-+#include <unordered_map>
-+
- #include <Wt/WResource.h>
- #include <Wt/Http/Response.h>
- 
diff --git a/audio/lms/pkg-descr b/audio/lms/pkg-descr
deleted file mode 100644
index 7b65de0e7d4b..000000000000
--- a/audio/lms/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Lightweight Music Server (LMS) is a self-hosted music streaming client
-with a sleek web interface. Access your music collection from anywhere using
-a web interface.
diff --git a/audio/lms/pkg-plist b/audio/lms/pkg-plist
deleted file mode 100644
index a65aed871e5d..000000000000
--- a/audio/lms/pkg-plist
+++ /dev/null
@@ -1,57 +0,0 @@
-bin/lms
-bin/lms-metadata
-bin/lms-recommendation
-@sample etc/lms.conf.sample
-@dir(lms,lms,) /var/run/lms
-lib/liblmsauth.so
-lib/liblmsav.so
-lib/liblmscover.so
-lib/liblmsdatabase.so
-lib/liblmsmetadata.so
-lib/liblmsrecommendation.so
-lib/liblmsscanner.so
-lib/liblmsscrobbling.so
-lib/liblmssom.so
-lib/liblmssubsonic.so
-lib/liblmsutils.so
-%%DATADIR%%/lms
-%%DATADIR%%/approot/admin-database.xml
-%%DATADIR%%/approot/admin-initwizard.xml
-%%DATADIR%%/approot/admin-scannercontroller.xml
-%%DATADIR%%/approot/admin-user.xml
-%%DATADIR%%/approot/admin-users.xml
-%%DATADIR%%/approot/artist.xml
-%%DATADIR%%/approot/artists.xml
-%%DATADIR%%/approot/error.xml
-%%DATADIR%%/approot/explore.xml
-%%DATADIR%%/approot/images/unknown-artist.jpg
-%%DATADIR%%/approot/images/unknown-cover.jpg
-%%DATADIR%%/approot/login.xml
-%%DATADIR%%/approot/mediaplayer.xml
-%%DATADIR%%/approot/messages.xml
-%%DATADIR%%/approot/messages_fr.xml
-%%DATADIR%%/approot/messages_it.xml
-%%DATADIR%%/approot/messages_zh.xml
-%%DATADIR%%/approot/playqueue.xml
-%%DATADIR%%/approot/%%CMAKE_BUILD_TYPE%%.xml
-%%DATADIR%%/approot/%%CMAKE_BUILD_TYPE%%s.xml
-%%DATADIR%%/approot/search.xml
-%%DATADIR%%/approot/settings.xml
-%%DATADIR%%/approot/templates.xml
-%%DATADIR%%/approot/tracks.xml
-%%DATADIR%%/docroot/css/S6u8w4BMUTPHjxsAUi-qJCY.woff2
-%%DATADIR%%/docroot/css/S6u8w4BMUTPHjxsAXC-q.woff2
-%%DATADIR%%/docroot/css/S6u9w4BMUTPHh6UVSwaPGR_p.woff2
-%%DATADIR%%/docroot/css/S6u9w4BMUTPHh6UVSwiPGQ.woff2
-%%DATADIR%%/docroot/css/S6uyw4BMUTPHjx4wXg.woff2
-%%DATADIR%%/docroot/css/S6uyw4BMUTPHjxAwXjeu.woff2
-%%DATADIR%%/docroot/css/bootstrap-darkly.min.css
-%%DATADIR%%/docroot/css/bootstrap-flatly.min.css
-%%DATADIR%%/docroot/css/fonts.css
-%%DATADIR%%/docroot/css/lms-darkly.css
-%%DATADIR%%/docroot/css/lms-flatly.css
-%%DATADIR%%/docroot/css/lms.css
-%%DATADIR%%/docroot/js/bootstrap-notify.js
-%%DATADIR%%/docroot/js/bootstrap.min.js
-%%DATADIR%%/docroot/js/jquery-1.10.2.min.js
-%%DATADIR%%/docroot/js/mediaplayer.js



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110090716.1997GEBO014916>