Port details |
- lms Lightweight Music Server to access music using a web interface
- 3.39.0 multimedia
=0 3.36.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-04-25 20:27:07
- Last Update: 2023-05-08 07:35:09
- Commit Hash: 011697c
- License: GPLv3
- Description:
- 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
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/multimedia/lms/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/lms
- pkg install lms
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lms
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683493287
SHA256 (epoupon-lms-v3.39.0_GH0.tar.gz) = 276ae24337292dd0893014ff84485697c476bd6322f09c12a07b613885d6cfad
SIZE (epoupon-lms-v3.39.0_GH0.tar.gz) = 369644
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- googletest>0 : devel/googletest
- stb_image.h : devel/stb
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ffmpeg : multimedia/ffmpeg
- Library dependencies:
-
- libavformat.so : multimedia/ffmpeg
- libboost_system.so : devel/boost-libs
- libconfig++.so : devel/libconfig
- libtag.so : audio/taglib
- libwthttp.so : www/wt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lms-3.39.0:
====> Options available for the radio IMAGE_LIB: you can only select none or one of them
STB=on: Use STB as image library (uses less memory)
MAGICK=off: Use GraphicsMagick++ as image library
===> Use 'make config' to modify these settings
- Options name:
- multimedia_lms
- USES:
- cmake compiler:c++17-lang cpe pkgconfig
- pkg-message:
- For install:
- You installed LMS: Lightweight Music Server.
In order to use it please start the service 'lms' and
then access the URL http://0.0.0.0:5082 in your favorite browser.
To clear the previously saved data:
$ sudo rm -rf /var/db/lms/*
To reset the admin password: execute the SQL UPDATE statement from
https://github.com/epoupon/lms/blob/master/INSTALL.md
on /var/db/lms/lms.db
- WWW: https://github.com/epoupon/lms
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.39.0 08 May 2023 07:35:09
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.38.0 → 3.39.0
Reported by: portscout |
3.38.0_3 27 Apr 2023 18:25:55
    |
Dima Panov (fluffy)  |
*/*: bump all direct Boost cunsumers |
3.38.0_2 27 Apr 2023 12:01:46
    |
Daniel Engberg (diizzy)  |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
3.38.0_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
3.38.0 24 Apr 2023 06:58:13
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.36.0 → 3.38.0
Reported by: portscout |
3.36.0 28 Feb 2023 18:43:47
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.35.1 → 3.36.0
Reported by: portscout |
3.35.1_1 31 Jan 2023 15:56:11
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Change default option to STB
... because this is upstream's preferred choice.
Reported by: bapt@ |
3.35.1 23 Jan 2023 00:37:01
    |
Yuri Victorovich (yuri)  |
multimedia/lms: STB option and Magic interaction was fixed upstream |
3.35.1 22 Jan 2023 20:45:09
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.35.0 -> 3.35.1
Reported by: portscout |
3.35.0_1 16 Jan 2023 19:32:07
    |
Dima Panov (fluffy)  |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
3.35.0 10 Jan 2023 07:59:55
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.34.0 -> 3.35.0
Reported by: portscout |
3.34.0_1 22 Dec 2022 08:43:32
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Add options STB, MAGICK for image library
This fixes SEGV when transcoding is activated for subsonic
API when using STB as image library.
PR: 268487 |
3.34.0 20 Dec 2022 21:12:28
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.33.0 -> 3.34.0
Also update COMMENT, pkg-sescr and pkg-message. |
3.33.0 26 Nov 2022 21:25:33
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.32.0 -> 3.33.0
Reported by: portscout |
3.32.0 08 Nov 2022 05:21:59
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.28.0 -> 3.32.0
Reported by: portscout |
3.28.0_2 30 Oct 2022 17:00:42
    |
Yuri Victorovich (yuri)  Author: Daniel Engberg |
multimedia/lms: Use USE_GITHUB
PR: 267288 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.28.0_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.28.0_2 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
3.28.0_1 22 May 2022 20:17:01
    |
Dima Panov (fluffy)  |
multimedia/lms: unbreak build after boost upgrade
PR: 246106
Obtained from: upstream |
3.28.0 10 Mar 2022 21:34:35
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Install the PAM file |
3.28.0 10 Mar 2022 17:24:26
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.25.2 -> 3.28.0
PR: 262462
Reported by: kaltheat <kaltheat@gmail.com> |
3.25.2_1 26 Jan 2022 07:46:25
    |
Marius Strobl (marius)  |
devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.
PR: 261062
Reported by: dizzy [1]
Approved by: maintainer timeout |
3.25.2 15 Aug 2021 17:20:26
    |
Bernhard Froehlich (decke)  |
multimedia/lms: Add CPE information
Approved by: portmgr (blanket) |
3.25.2 29 Apr 2021 18:07:45
    |
Yuri Victorovich (yuri)  |
multimedia/lms: Update 3.25.0 -> 3.25.2 |
3.25.0 25 Apr 2021 20:24:34
    |
Yuri Victorovich (yuri)  |
New port: multimedia/lms: Lightweight Music Server |