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 A7EE7138334 for ; Tue, 22 Jan 2019 16:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AC46E0A76; Tue, 22 Jan 2019 16:41:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6221AE0A76 for ; Tue, 22 Jan 2019 16:41:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5ED28335CF8 for ; Tue, 22 Jan 2019 16:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF46C463 for ; Tue, 22 Jan 2019 16:41:46 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1548175197.acf8f238f2a0fc9f2749bbdd13a8896bf9c28834.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rygel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rygel/rygel-0.34.0.ebuild X-VCS-Directories: net-misc/rygel/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: acf8f238f2a0fc9f2749bbdd13a8896bf9c28834 X-VCS-Branch: master Date: Tue, 22 Jan 2019 16:41:46 +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: b355fb0f-08a0-447e-9643-8ec88cbb09f4 X-Archives-Hash: 2fde9feca9b6a066d60934316903b465 commit: acf8f238f2a0fc9f2749bbdd13a8896bf9c28834 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jan 22 16:25:32 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jan 22 16:39:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf8f238 net-misc/rygel: lock to tracker-1, fix license configure.ac checks only for tracker 1.0 API and older. rygel-0.36 will look for 2.0 too. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-misc/rygel/rygel-0.34.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-misc/rygel/rygel-0.34.0.ebuild b/net-misc/rygel/rygel-0.34.0.ebuild index 1165e3f4db7..67c69398174 100644 --- a/net-misc/rygel/rygel-0.34.0.ebuild +++ b/net-misc/rygel/rygel-0.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,13 +9,11 @@ inherit gnome2 systemd versionator virtualx DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer" HOMEPAGE="https://wiki.gnome.org/Projects/Rygel" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 x86" IUSE="X +introspection +sqlite tracker test transcode" -# The deps for tracker? and transcode? are just the earliest available -# version at the time of writing this ebuild RDEPEND=" >=dev-libs/glib-2.40.0:2 >=dev-libs/libgee-0.8:0.8 @@ -37,7 +35,7 @@ RDEPEND=" dev-libs/libunistring:= x11-libs/gdk-pixbuf:2 ) - tracker? ( >=app-misc/tracker-0.16:= ) + tracker? ( app-misc/tracker:0/100 ) transcode? ( media-libs/gst-plugins-bad:1.0 media-plugins/gst-plugins-twolame:1.0