From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B4F6138332 for ; Thu, 5 Apr 2018 22:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E39D2E090A; Thu, 5 Apr 2018 21:21:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A672FE090A for ; Thu, 5 Apr 2018 21:21:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D508335CBA for ; Thu, 5 Apr 2018 21:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DD2D264 for ; Thu, 5 Apr 2018 21:21:05 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1522963258.10f606fd43c733873338a2a0a3cead2efc6bb850.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gerbera/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gerbera/gerbera-9999.ebuild net-misc/gerbera/metadata.xml X-VCS-Directories: net-misc/gerbera/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 10f606fd43c733873338a2a0a3cead2efc6bb850 X-VCS-Branch: master Date: Thu, 5 Apr 2018 21:21:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 84c25a1f-4888-42c3-a8d3-1a6f52a2168f X-Archives-Hash: 2fab937cb7384af90c65809a1918852d commit: 10f606fd43c733873338a2a0a3cead2efc6bb850 Author: Ian Whyman gentoo org> AuthorDate: Thu Apr 5 21:20:17 2018 +0000 Commit: Ian Whyman gentoo org> CommitDate: Thu Apr 5 21:20:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f606fd net-misc/gerbera: Update live ebuild, tidy metadata Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-misc/gerbera/gerbera-9999.ebuild | 9 +++++---- net-misc/gerbera/metadata.xml | 7 ++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/net-misc/gerbera/gerbera-9999.ebuild b/net-misc/gerbera/gerbera-9999.ebuild index 7f6f95dd5c3..50806deadb0 100644 --- a/net-misc/gerbera/gerbera-9999.ebuild +++ b/net-misc/gerbera/gerbera-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/gerbera/gerbera" LICENSE="GPL-2" SLOT="0" -IUSE="curl debug +exif +ffmpeg ffmpegthumbnailer +javascript lastfm libav +magic mysql protocol-extensions systemd +taglib" +IUSE="curl debug +exif exiv2 +ffmpeg ffmpegthumbnailer +javascript lastfm libav +magic mysql protocol-extensions systemd +taglib" DEPEND=" !!net-misc/mediatomb @@ -33,6 +33,7 @@ DEPEND=" taglib? ( >=media-libs/taglib-1.11 ) lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) + exiv2? ( media-gfx/exiv2 ) ffmpeg? ( libav? ( >=media-video/libav-10:0= ) !libav? ( >=media-video/ffmpeg-2.2:0= ) @@ -58,9 +59,9 @@ pkg_setup() { src_configure() { local mycmakeargs=( -DWITH_CURL="$(usex curl)" \ - -DWITH_LOGGING=1 \ - -DWITH_DEBUG_LOGGING="$(usex debug)" \ + -DWITH_DEBUG="$(usex debug)" \ -DWITH_EXIF="$(usex exif)" \ + -DWITH_EXIV2="$(usex exiv2)" \ -DWITH_AVCODEC="$(usex ffmpeg)" \ -DWITH_FFMPEGTHUMBNAILER="$(usex ffmpegthumbnailer)" \ -DWITH_JS="$(usex javascript)" \ diff --git a/net-misc/gerbera/metadata.xml b/net-misc/gerbera/metadata.xml index 1c5747db8eb..22d6ba3fd3c 100644 --- a/net-misc/gerbera/metadata.xml +++ b/net-misc/gerbera/metadata.xml @@ -7,15 +7,16 @@ Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices. - Support YouTube and external media sources (e.g. internet radio) + Support HTTP media sources (e.g. internet radio) + Use media-gfx/exiv2 to extract EXIF information Enable video thumbnail support with media-video/ffmpegthumbnailer Enable last.fm support Use libmagic to determine file types Use dev-db/mysql as backend rather than SQLite3 Enable partial DLNA support - Use media-libs/taglib for reading files' metadata rather than id3lib + Use media-libs/taglib for reading files' metadata - v00d00/gerbera + gerbera/gerbera