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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B991F15807B for ; Sun, 20 Oct 2024 16:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A1DE07EF; Sun, 20 Oct 2024 16:16:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A2A4E07EF for ; Sun, 20 Oct 2024 16:16:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60E7234168D for ; Sun, 20 Oct 2024 16:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9108B1ACF for ; Sun, 20 Oct 2024 16:16:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729440737.c98eeb6c7ac011875a6f73d9b42a469cbfae3b75.juippis@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 X-VCS-Directories: net-misc/gerbera/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c98eeb6c7ac011875a6f73d9b42a469cbfae3b75 X-VCS-Branch: master Date: Sun, 20 Oct 2024 16:16:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc1f8f30-1650-4755-bcf0-83c21e62ac01 X-Archives-Hash: 8330308faf618057b06dc7f1b0e5e45b commit: c98eeb6c7ac011875a6f73d9b42a469cbfae3b75 Author: Christian Tietz mailbox org> AuthorDate: Sat Oct 19 12:45:30 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 20 16:12:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98eeb6c net-misc/gerbera: Sync live ebuild Signed-off-by: Christian Tietz mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/38665 Signed-off-by: Joonas Niilola gentoo.org> net-misc/gerbera/gerbera-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net-misc/gerbera/gerbera-9999.ebuild b/net-misc/gerbera/gerbera-9999.ebuild index ea5940db0a95..62e14a6f02f9 100644 --- a/net-misc/gerbera/gerbera-9999.ebuild +++ b/net-misc/gerbera/gerbera-9999.ebuild @@ -19,9 +19,10 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="curl debug +exif exiv2 +ffmpeg ffmpegthumbnailer +javascript +magic +matroska mysql systemd +taglib" +IUSE="curl debug doc +exif exiv2 +ffmpeg ffmpegthumbnailer +javascript +magic +matroska mysql systemd +taglib" RDEPEND=" + acct-group/gerbera acct-user/gerbera dev-db/sqlite dev-libs/libebml:= @@ -33,10 +34,14 @@ RDEPEND=" sys-libs/zlib virtual/libiconv curl? ( net-misc/curl ) + doc? ( + app-text/doxygen + media-gfx/graphviz + ) exif? ( media-libs/libexif ) exiv2? ( media-gfx/exiv2:= ) ffmpeg? ( media-video/ffmpeg:= ) - ffmpegthumbnailer? ( media-video/ffmpegthumbnailer ) + ffmpegthumbnailer? ( media-video/ffmpegthumbnailer[png] ) javascript? ( dev-lang/duktape:= ) magic? ( sys-apps/file ) matroska? ( media-libs/libmatroska:= ) @@ -50,6 +55,7 @@ CONFIG_CHECK="~INOTIFY_USER" src_configure() { local mycmakeargs=( + -DBUILD_DOC=$(usex doc) -DWITH_AVCODEC=$(usex ffmpeg) -DWITH_CURL=$(usex curl) -DWITH_DEBUG=$(usex debug)