From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E0BC1389E2 for ; Sun, 14 Dec 2014 22:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47040E0885; Sun, 14 Dec 2014 22:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB302E0804 for ; Sun, 14 Dec 2014 22:46:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BBD93405CF for ; Sun, 14 Dec 2014 22:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAFDFC721 for ; Sun, 14 Dec 2014 22:46:16 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1418592809.b0d9d283eb77bcad623bec8797b39f9176de6321.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/tracker/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/tracker/tracker-1.2.4.ebuild app-misc/tracker/tracker-1.2.5.ebuild X-VCS-Directories: app-misc/tracker/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b0d9d283eb77bcad623bec8797b39f9176de6321 X-VCS-Branch: master Date: Sun, 14 Dec 2014 22:46:16 +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: 92d0f4ec-7711-4416-9ea5-c49103c73158 X-Archives-Hash: 6c6f94ca52a0d9eb5fda19cc753ddf52 commit: b0d9d283eb77bcad623bec8797b39f9176de6321 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 14 21:33:29 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 14 21:33:29 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b0d9d283 app-misc/tracker: 1.2.4 → 1.2.5 --- .../tracker/{tracker-1.2.4.ebuild => tracker-1.2.5.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-misc/tracker/tracker-1.2.4.ebuild b/app-misc/tracker/tracker-1.2.5.ebuild similarity index 99% rename from app-misc/tracker/tracker-1.2.4.ebuild rename to app-misc/tracker/tracker-1.2.5.ebuild index 22bdbdd..3d23341 100644 --- a/app-misc/tracker/tracker-1.2.4.ebuild +++ b/app-misc/tracker/tracker-1.2.5.ebuild @@ -34,7 +34,7 @@ REQUIRED_USE=" RDEPEND=" >=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= - >=dev-libs/glib-2.38:2 + >=dev-libs/glib-2.40:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4.8.1.1:= || ( @@ -173,17 +173,18 @@ src_configure() { --enable-abiword \ --enable-artwork \ --enable-dvi \ + --enable-enca \ + --enable-guarantee-metadata \ --enable-icon \ - --enable-ps \ - --enable-text \ --enable-introspection \ - --enable-libpng \ --enable-libmediaart \ + --enable-libpng \ --enable-miner-apps \ --enable-miner-user-guides \ + --enable-ps \ + --enable-text \ --enable-tracker-fts \ --enable-tracker-writeback \ - --enable-enca \ --with-unicode-support=libicu \ $(use_enable cue libcue) \ $(use_enable eds miner-evolution) \