net/gerbera: Update to 1.9.1

Update maintainer entry
Partially backport upstream commit to fix compilation when libinotify is
used

Changelog: https://github.com/gerbera/gerbera/releases/tag/v1.9.1
Reference: 3a29599b8c

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D31735
This commit is contained in:
Daniel Engberg 2021-08-31 22:58:38 +02:00
parent bcdd89f6a9
commit 6c36e93dee
3 changed files with 15 additions and 5 deletions

View File

@ -1,9 +1,9 @@
PORTNAME= gerbera
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
DISTVERSION= 1.9.1
CATEGORIES= net multimedia
MAINTAINER= daniel.engberg.lists@pyret.net
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Media server compatible with DLNA and UPnP
LICENSE= GPLv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1627825872
SHA256 (gerbera-gerbera-v1.9.0_GH0.tar.gz) = 7d3af525a6c37e10869961b2fedc2cfb54d8acf30256a2d5a10394c6a97ed25b
SIZE (gerbera-gerbera-v1.9.0_GH0.tar.gz) = 3663737
TIMESTAMP = 1630097870
SHA256 (gerbera-gerbera-v1.9.1_GH0.tar.gz) = 5d323c6cb4150e3454b8c6e0012f41648441799ba44cb59436b124b54d3fc82b
SIZE (gerbera-gerbera-v1.9.1_GH0.tar.gz) = 3665530

View File

@ -0,0 +1,10 @@
--- src/content/autoscan_inotify.cc.orig 2021-08-30 21:46:08 UTC
+++ src/content/autoscan_inotify.cc
@@ -33,6 +33,7 @@
#include "autoscan_inotify.h" // API
#include <cassert>
+#include <sstream>
#include "content_manager.h"
#include "database/database.h"