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 A8A8F13829C for ; Wed, 1 Jun 2016 03:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B00221421B; Wed, 1 Jun 2016 03:12:11 +0000 (UTC) Received: from mail-yw0-f195.google.com (mail-yw0-f195.google.com [209.85.161.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14E76234003 for ; Wed, 1 Jun 2016 03:12:09 +0000 (UTC) Received: by mail-yw0-f195.google.com with SMTP id l126so911046ywe.3 for ; Tue, 31 May 2016 20:12:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:mime-version :content-transfer-encoding; bh=7uhvIq3mmWh1iT3y/+dIA+YpDf5Av0I1jnhORZa4nvk=; b=pI17MSimCklDaLUBC2nJVV3aHHqLl4JSsHSD7uvbetTFoK8vxNXd842SfGI7BQD/eC t2oZqaTkjn0JESfuyhNFVZW0jyA8+/eHaZw4+xLoYSLlzhl7ucuBeDcMloEFPXLv3uTC u8PMism1SLgO/pGvTADDHfhD+L9QsnhZEHQ1FcqUBFuk/6ZeoJudzB62rOlrt9VMAvWj TDYhhl2dZuZnrX6y1ww49L3rM0qMJdXT9mgahWzrPDiI/Gu7En7e9zw/CD7V5bLrIbTY 38iGx7g4WuAxKquo1egMfhwxDD7bQs3LE7N7E/eMy87iuQxyuEk/gSgQRdv+jDN469uq qhQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=7uhvIq3mmWh1iT3y/+dIA+YpDf5Av0I1jnhORZa4nvk=; b=gB9pSOrgsaGf8lBIB+t3YP4Cun8UwtUQt8lGzqfiXU1lWawQSVl3/9hrG8Vpl8ktAG 8XGWW8ofdya7xt2AspXnAdJQW9iFREULg2rJpE1YORbz02WpHq1IJIx6eSW5foVkPsuF q6j4dDIwyQhhO1ja1ls0UdBBnJHwyTtIFYL6UPhblTiCT+76jxk/mbksMOcGmJoD+flz GyEwnMs4mi2A/IijlOfpdpe920sG7jEZcRiMrPTuPaRGzxTHlR7LbNhoXDCHBU5nCpYe OWnqBRPTY0Z85ilVyawRF2Os0lrQu+c4UKuC6o+51ypbFQ5TeNMTFbNmkLhzWoh1mQCL 1tyQ== X-Gm-Message-State: ALyK8tKgRCj2b6FNiV4CRLzvHVX97teaajzcgQnLqlHuhuO28oQG6Am3o27LqGo9UUDxZg== X-Received: by 10.37.210.146 with SMTP id j140mr850862ybg.144.1464750729188; Tue, 31 May 2016 20:12:09 -0700 (PDT) Received: from jdesk ([190.148.34.131]) by smtp.gmail.com with ESMTPSA id o5sm18313760ywo.38.2016.05.31.20.12.08 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 31 May 2016 20:12:08 -0700 (PDT) Message-ID: <1464750726.23789.17.camel@gmail.com> Subject: Re: [gentoo-user] KRITA From: "J." =?ISO-8859-1?Q?Garc=EDa?= To: gentoo-user@lists.gentoo.org Date: Tue, 31 May 2016 21:12:06 -0600 In-Reply-To: <20160601020944.GA4898@solfire> References: <20160601020944.GA4898@solfire> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: da8abf04-a0b5-4f51-9a15-4610c866a8b8 X-Archives-Hash: 19eb606c597812c052c3fd4fdc65a5b9 El mié, 01-06-2016 a las 04:09 +0200, Meino.Cramer@gmx.de escribió: > Hi, > > due to bad luck in the past .... ;) > Bad luck? be more specific, usually code compiles or not for a reason. > > What is the most reliable and promising way to compile KRITA and only > KRITA on Gentoo Linux ? > >  It is not in the tree so, you have to manually do it. Read the upstream documentation that is in the source repo, install the required packages for build and run time, and if you can, make an ebuild. The way you say 'KRITA and only KRITA' makes me think you find annoying to have to install other stuff for building it? Am I correct? If so, there's no way around it, The package is actually very well documented for building and packaging, I'd say some of the best stuff I have seen, with pointers for packagers. So Following the recommendations should not be difficult if you plan to make your own ebuild for it. A downside might be it requires you to patch Qt5.6, but you should be able to do that without many problems. Another thing you could try is search for a overlay that has it, and if you find only old versions, you can try to bump the ebuild.