net-misc/gerbera: Update live ebuild, tidy metadata
authorIan Whyman <thev00d00@gentoo.org>
Thu, 5 Apr 2018 21:20:17 +0000 (22:20 +0100)
committerIan Whyman <thev00d00@gentoo.org>
Thu, 5 Apr 2018 21:20:58 +0000 (22:20 +0100)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

net-misc/gerbera/gerbera-9999.ebuild
net-misc/gerbera/metadata.xml

index 7f6f95dd5c367ee18e3ad159f4ca5bd530c1a173..50806deadb0cf8a2f63132a4bb7298d5812577c9 100644 (file)
@@ -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)" \
index 1c5747db8ebf39819fa084d2df127bbb1d0a906a..22d6ba3fd3c062d12fe9ce26ea50b14ef114638e 100644 (file)
@@ -7,15 +7,16 @@
   </maintainer>
   <longdescription>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.</longdescription>
   <use>
-    <flag name="curl">Support YouTube and external media sources (e.g. internet radio)</flag>
+    <flag name="curl">Support HTTP media sources (e.g. internet radio)</flag>
+    <flag name="exiv2">Use <pkg>media-gfx/exiv2</pkg> to extract EXIF information</flag>
     <flag name="ffmpegthumbnailer">Enable video thumbnail support with <pkg>media-video/ffmpegthumbnailer</pkg></flag>
     <flag name="lastfm">Enable last.fm support</flag>
     <flag name="magic">Use libmagic to determine file types</flag>
     <flag name="mysql">Use <pkg>dev-db/mysql</pkg> as backend rather than SQLite3</flag>
     <flag name="protocol-extensions">Enable partial DLNA support</flag>
-    <flag name="taglib">Use <pkg>media-libs/taglib</pkg> for reading files' metadata rather than id3lib</flag>
+    <flag name="taglib">Use <pkg>media-libs/taglib</pkg> for reading files' metadata</flag>
   </use>
   <upstream>
-    <remote-id type="github">v00d00/gerbera</remote-id>
+    <remote-id type="github">gerbera/gerbera</remote-id>
   </upstream>
 </pkgmetadata>