multimedia/lms: Update 3.39.0 → 3.40.0
Reported by: portscout
This commit is contained in:
parent
6a41d41ad4
commit
fc91932e02
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= lms
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.39.0
|
||||
DISTVERSION= 3.40.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
|
|||
libwthttp.so:www/wt
|
||||
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
|
||||
|
||||
USES= cmake compiler:c++17-lang cpe pkgconfig
|
||||
USES= cmake compiler:c++17-lang cpe libarchive pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= epoupon
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1683493287
|
||||
SHA256 (epoupon-lms-v3.39.0_GH0.tar.gz) = 276ae24337292dd0893014ff84485697c476bd6322f09c12a07b613885d6cfad
|
||||
SIZE (epoupon-lms-v3.39.0_GH0.tar.gz) = 369644
|
||||
TIMESTAMP = 1688365869
|
||||
SHA256 (epoupon-lms-v3.40.0_GH0.tar.gz) = ecdb4e8aefa182b0160afcf9830da041399097a020ba8b912bfb4b6928a36e58
|
||||
SIZE (epoupon-lms-v3.40.0_GH0.tar.gz) = 369736
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- CMakeLists.txt.orig 2022-12-22 07:55:50 UTC
|
||||
--- CMakeLists.txt.orig 2023-07-02 19:48:46 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -19,10 +19,14 @@ find_package(Boost REQUIRED COMPONENTS system program_
|
||||
@@ -19,11 +19,15 @@ find_package(Boost REQUIRED COMPONENTS system program_
|
||||
find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP)
|
||||
pkg_check_modules(Taglib REQUIRED IMPORTED_TARGET taglib)
|
||||
pkg_check_modules(Config++ REQUIRED IMPORTED_TARGET libconfig++)
|
||||
|
@ -9,6 +9,7 @@
|
|||
+ pkg_check_modules(GraphicsMagick++ IMPORTED_TARGET GraphicsMagick++)
|
||||
+endif()
|
||||
pkg_check_modules(LIBAV IMPORTED_TARGET libavcodec libavutil libavformat)
|
||||
pkg_check_modules(Archive REQUIRED IMPORTED_TARGET libarchive)
|
||||
find_package(PAM)
|
||||
-find_package(STB)
|
||||
+if (FREEBSD_USE_STB)
|
||||
|
|
Loading…
Reference in a new issue