diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index b84a5009843e..4f4809c008c2 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -1,51 +1,51 @@ PORTNAME= lms DISTVERSIONPREFIX= v -DISTVERSION= 3.33.0 +DISTVERSION= 3.34.0 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org -COMMENT= Lightweight Music Server +COMMENT= Lightweight Music Server to access music using a web interface WWW= https://github.com/epoupon/lms LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= googletest>0:devel/googletest \ ${LOCALBASE}/include/stb/stb_image.h:devel/stb LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libboost_system.so:devel/boost-libs \ libconfig++.so:devel/libconfig \ libGraphicsMagick.so:graphics/GraphicsMagick \ libtag.so:audio/taglib \ libwthttp.so:www/wt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= cmake compiler:c++17-lang cpe pkgconfig USE_GITHUB= yes GH_ACCOUNT= epoupon USER= nobody GROUP= nobody SUB_LIST= USER=${USER} USE_RC_SUBR= ${PORTNAME} PLIST_SUB= USER="${USER}" GROUP="${GROUP}" post-patch: @${REINPLACE_CMD} -e 's|"/etc/lms.conf"|"${PREFIX}/etc/lms.conf"|' \ ${WRKSRC}/src/lms/main.cpp \ ${WRKSRC}/src/tools/cover/LmsCover.cpp \ ${WRKSRC}/src/tools/recommendation/LmsRecommendation.cpp @${REINPLACE_CMD} -e 's|"/usr/|"${PREFIX}/|; s|"/var/lms/"|"/var/db/lms/"|' \ ${WRKSRC}/conf/lms.conf post-install: # link sample ${RLN} ${STAGEDIR}${DATADIR}/lms.conf ${STAGEDIR}${PREFIX}/etc/lms.conf.sample # create the DB directory ${MKDIR} ${STAGEDIR}/var/db/lms # install the PAM config file # PAM breaks, see https://github.com/epoupon/lms/issues/210 ${RLN} ${STAGEDIR}${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/pam.d/${PORTNAME} .include diff --git a/multimedia/lms/distinfo b/multimedia/lms/distinfo index 7b9c391fc227..dda4867c9139 100644 --- a/multimedia/lms/distinfo +++ b/multimedia/lms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669491659 -SHA256 (epoupon-lms-v3.33.0_GH0.tar.gz) = e5639ebdb08b095f99aaf79398dd42b09a0ce1ed08e7f0764311b1cc71e5181e -SIZE (epoupon-lms-v3.33.0_GH0.tar.gz) = 358921 +TIMESTAMP = 1671563093 +SHA256 (epoupon-lms-v3.34.0_GH0.tar.gz) = a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990 +SIZE (epoupon-lms-v3.34.0_GH0.tar.gz) = 362956 diff --git a/multimedia/lms/pkg-descr b/multimedia/lms/pkg-descr index 22ea918d8f32..0e2abc6f2bbe 100644 --- a/multimedia/lms/pkg-descr +++ b/multimedia/lms/pkg-descr @@ -1,2 +1,14 @@ LMS is a self-hosted music streaming software: it allows users to access their music collections from anywhere using a web interface. + +Main features +* Recommendation engine +* Audio transcode for maximum interoperability and low bandwith requirements +* Multi-value tags: artist, genre, composer, lyricist, mood, performer, ... +* MusicBrainz Identifier support to handle duplicated artist and release names +* ListenBrainz support for: + Scrobbling and synchronizing listens + Synchronizing 'love' feedbacks +* ReplayGain support +* User management, with several authentication backends, see Deployment +* Subsonic API diff --git a/multimedia/lms/pkg-message b/multimedia/lms/pkg-message index 49fd5d65b1d8..9aeddb012279 100644 --- a/multimedia/lms/pkg-message +++ b/multimedia/lms/pkg-message @@ -1,11 +1,18 @@ [ { type: install message: <