net/gerbera: Update to 1.10.0
Backport upstream commit 97c5a5fbc27452ee5970f9c7be946d3819a79d05 to fix crash when using m3u playlists Changelog: https://github.com/gerbera/gerbera/releases/tag/v1.10.0
This commit is contained in:
parent
7d3cd8dd33
commit
98bcbb7705
@ -1,11 +1,10 @@
|
||||
PORTNAME= gerbera
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.10.0
|
||||
CATEGORIES= net multimedia
|
||||
|
||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||
PATCHFILES= 82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch:-p1
|
||||
PATCHFILES= 97c5a5fbc27452ee5970f9c7be946d3819a79d05.patch:-p1
|
||||
|
||||
MAINTAINER= diizzy@FreeBSD.org
|
||||
COMMENT= Media server compatible with DLNA and UPnP
|
||||
@ -26,8 +25,6 @@ USE_RC_SUBR= gerbera
|
||||
|
||||
CMAKE_OFF= WITH_EXIF WITH_LASTFM WITH_MYSQL WITH_SYSTEMD
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= USER=${USERS} GROUP=${GROUPS}
|
||||
|
||||
@ -88,6 +85,7 @@ TAGLIB_CMAKE_BOOL= WITH_TAGLIB
|
||||
TEST_IMPLIES= CURL DUKTAPE
|
||||
TEST_BUILD_DEPENDS= googletest>=0:devel/googletest
|
||||
TEST_CMAKE_BOOL= WITH_TESTS
|
||||
TEST_TEST_TARGET= test
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gerbera
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1643652489
|
||||
SHA256 (gerbera-gerbera-v1.9.2_GH0.tar.gz) = dee562cc5d22e8442e2fe1620b073bda612c80f9c4a8333311c647db06c1c4cd
|
||||
SIZE (gerbera-gerbera-v1.9.2_GH0.tar.gz) = 3671452
|
||||
SHA256 (82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch) = a0bc6664e9c2bab50d1628b2c6560e0c8d33fdd18eb7f6763dd765fe80a6e909
|
||||
SIZE (82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch) = 1133
|
||||
TIMESTAMP = 1647163046
|
||||
SHA256 (gerbera-gerbera-v1.10.0_GH0.tar.gz) = bd6c7b2c6380e2e265a998bbc0df9eec14b9c6a65bc91e7f2c0ae0b67fd0c9cf
|
||||
SIZE (gerbera-gerbera-v1.10.0_GH0.tar.gz) = 3960516
|
||||
SHA256 (97c5a5fbc27452ee5970f9c7be946d3819a79d05.patch) = bd4c1a66a3118ceaf06aaa7ae17207006ba2e638e59ccfa4f1c5eb7c19b243f8
|
||||
SIZE (97c5a5fbc27452ee5970f9c7be946d3819a79d05.patch) = 1092
|
||||
|
@ -49,20 +49,12 @@ bin/gerbera
|
||||
%%DATADIR%%/web/js/jquery.gerbera.tweak.js
|
||||
%%DATADIR%%/web/js/md5.js
|
||||
%%DATADIR%%/web/mr_reg.xml
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-grid.css
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-grid.css.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-grid.min.css
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-grid.min.css.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-reboot.css
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-reboot.css.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-reboot.min.css
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap-reboot.min.css.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap.css
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap.css.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap.min.css
|
||||
%%DATADIR%%/web/vendor/bootstrap/css/bootstrap.min.css.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.js
|
||||
%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.js.map
|
||||
%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.min.js
|
||||
%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.min.js.map
|
||||
%%DATADIR%%/web/vendor/font-awesome/css/font-awesome.css
|
||||
@ -73,9 +65,10 @@ bin/gerbera
|
||||
%%DATADIR%%/web/vendor/font-awesome/fonts/fontawesome-webfont.ttf
|
||||
%%DATADIR%%/web/vendor/font-awesome/fonts/fontawesome-webfont.woff
|
||||
%%DATADIR%%/web/vendor/font-awesome/fonts/fontawesome-webfont.woff2
|
||||
%%DATADIR%%/web/vendor/jquery/jquery-3.5.1.min.js
|
||||
%%DATADIR%%/web/vendor/jquery/jquery-3.6.0.min.js
|
||||
%%DATADIR%%/web/vendor/jquery/jquery-3.6.0.min.map
|
||||
%%DATADIR%%/web/vendor/jquery/jquery-ui.min.js
|
||||
%%DATADIR%%/web/vendor/js-cookie.js
|
||||
%%DATADIR%%/web/vendor/js-cookie.min.js
|
||||
%%DATADIR%%/web/vendor/lato/LICENCE.md
|
||||
%%DATADIR%%/web/vendor/lato/lato-v14-latin-ext_latin-regular.woff
|
||||
%%DATADIR%%/web/vendor/lato/lato-v14-latin-ext_latin-regular.woff2
|
||||
|
Loading…
Reference in New Issue
Block a user