diff --git a/srcpkgs/lms/patches/boost-1.89.patch b/srcpkgs/lms/patches/boost-1.89.patch deleted file mode 100644 index f7e834234b3077..00000000000000 --- a/srcpkgs/lms/patches/boost-1.89.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -21,7 +21,7 @@ endif() - find_package(PkgConfig REQUIRED) - find_package(Threads REQUIRED) - find_package(Filesystem REQUIRED) --find_package(Boost REQUIRED COMPONENTS system program_options iostreams) -+find_package(Boost REQUIRED COMPONENTS program_options iostreams) - find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP) - - # WT ---- a/src/libs/core/CMakeLists.txt -+++ b/src/libs/core/CMakeLists.txt -@@ -49,7 +49,6 @@ target_link_libraries(lmscore PRIVATE - ) - - target_link_libraries(lmscore PUBLIC -- Boost::system - std::filesystem - Wt::Wt - ) ---- a/src/libs/services/auth/CMakeLists.txt -+++ b/src/libs/services/auth/CMakeLists.txt -@@ -19,7 +19,6 @@ target_include_directories(lmsauth PRIVA - ) - - target_link_libraries(lmsauth PUBLIC -- Boost::system - Wt::Wt - lmscore - lmsdatabase diff --git a/srcpkgs/lms/template b/srcpkgs/lms/template index f88dce4ef9067c..a7cbfaa2508d9b 100644 --- a/srcpkgs/lms/template +++ b/srcpkgs/lms/template @@ -1,12 +1,12 @@ # Template file for 'lms' pkgname=lms -version=3.69.0 -revision=4 +version=3.76.0 +revision=1 build_style=cmake configure_args="-DLMS_IMAGE_BACKEND=graphicsmagick" hostmakedepends="pkg-config" makedepends="wt-devel ffmpeg6-devel boost-devel-minimal libboost_iostreams - libboost_program_options libconfig++-devel taglib-devel + libboost_program_options libconfig++-devel taglib-devel pugixml-devel pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel xxHash-devel" conf_files="/etc/lms.conf /etc/pam.d/lms" short_desc="Lightweight Music Server" @@ -14,7 +14,7 @@ maintainer="danoloan10 " license="GPL-3.0-or-later" homepage="https://github.com/epoupon/lms" distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz " -checksum=f3ba2e789c2a00a211b62c099b42199a27459eea85356761d1da237ee9b6cdba +checksum=3c8cd0cc29bb406deab6f7937df6c78d4d9398ccf56f108eaeb589532c397ed7 system_accounts="_lms" _lms_homedir="/var/lms"