X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 5B7095C4E8C for ; Wed, 28 Feb 2018 12:35:44 +0000 (GMT) Received: by mail-lf0-f54.google.com with SMTP id 70so3277394lfw.2 for ; Wed, 28 Feb 2018 04:35:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=RdGWwLLwQGHm5RqvyecB7nYQJZhsXPLHqruwkYyDpA0=; b=GTwkUCmXSIaNaKjEKyBm3CuDa3Khfpi4XWijy7Pg+CfRb1BzgzDHA3UDVpWWycqs8m BQ5H2xcJI1TXvcpttmEurlrV+sAMTivikY/tMj/QrSGB1uHZC89GyfN38U9HiRc6EDsJ yJVGTT+jZgbq0901lhuKvqkwRA0vCmHXikhA6+K61ZXfOhpxbTV3ARJduKlnSS65eGSY 6lxSS37tKRPg1MfjiX8/F1pEUxR3PcubMZ1G10c0UHtwGAZGNUjTTxPWZT6td7YUKLtL pgwk2H9hLqTXj6GbV+bBx6X87N9/yM2znM911p1YalkAudUEV7HCspfnwAWdlgCdp2lA xikg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=RdGWwLLwQGHm5RqvyecB7nYQJZhsXPLHqruwkYyDpA0=; b=psPlXFhoE88W0H6TIxWZnN9hWVdUNt10AKXRqvqku/wcw4vyM9j1Qr3JaUSu95Jgpe WsRogh3Vt23gcDghQuupsm2n2EwdhjS/xHVnrrqoFGJ/p8Hv28HQ2oKA24diJBT0E74c wI/h8hA5sy1e9jDUTKTa8jwxbZJs2l0VxYZJGTYKZXktlrwkqchcpferhJT3qtFWxBBy f+2FubYrEU8WIIdUjFNZSUIj704PaOAJTud4b48ili+hBqIknxzMn6ByBmPxQ1mf2P15 nIfnKPTYkC6xkakU60Qh03Uv+HROLYFhar1g6jRuiSs8gfOTzJnsIDnG0BCPHXmweCaE 4XCg== X-Gm-Message-State: APf1xPCg39+g/oma6pYUbQ7r7z1Pr98IrfTOUPVzezr8n1kOSN8ozI97 qeCmjcv6n98BzGfIRFnj7SZdHjFRJt0DoYeblDg= X-Google-Smtp-Source: AH8x225m3Ts2VDNjZeAYMfLAW84I9JHXgVqFlbH/ulFZHBZubiHYp0sx1hpOKGcuPCtECXW4G++fVXx+gbyGjb2hLE8= X-Received: by 10.46.33.230 with SMTP id h99mr13451623lji.47.1519821343050; Wed, 28 Feb 2018 04:35:43 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.25.228.85 with HTTP; Wed, 28 Feb 2018 04:35:42 -0800 (PST) In-Reply-To: <20180227091640.29474-1-taner76@gmail.com> References: <20180227091640.29474-1-taner76@gmail.com> From: Leonardo Arena Date: Wed, 28 Feb 2018 13:35:42 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/freeimage: new aport To: Taner Tas Cc: alpine-aports Content-Type: multipart/alternative; boundary="001a1142b76e4652bc056644fbf2" --001a1142b76e4652bc056644fbf2 Content-Type: text/plain; charset="UTF-8" Hi, On Tue, Feb 27, 2018 at 10:16 AM, Taner Tas wrote: > [...] > --- /dev/null > +++ b/testing/freeimage/APKBUILD > @@ -0,0 +1,41 @@ > +# Contributor: Taner Tas > +# Maintainer: Taner Tas > +pkgname=freeimage > +pkgver=3.17.0 > +pkgrel=0 > +pkgdesc="Open Source library project for developers who would like to > support popular graphics image formats." > +url="http://freeimage.sourceforge.net/" > +arch="all" > +license="GPL" > The exact license is either "GPL-2.0-only FreeImage" or "GPL-3.0-only FreeImage": http://freeimage.sourceforge.net/license.html We use standard abbreviations from https://spdx.org/licenses/ Would you please correct it? > +_distname="FreeImage" > +makedepends="dos2unix" > +subpackages="$pkgname-dev" > +source="http://downloads.sourceforge.net/${pkgname}/${_ > distname}${pkgver//.}.zip > + 0001-no-root-install.patch > + 0002-fix-cpuid-x86.patch > + 0003-LibWebP-fix-compilation-issue-with-GCC-5.x-C-11.patch > + 0004-fix-gcc-6.patch" > + > +options="!check" > + > Please make sure that is disabled only if does not have a testsuite. Thanks! /eo --001a1142b76e4652bc056644fbf2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Tue, Feb 27, 2018 at 10:16 AM, Taner Tas &= lt;taner76@gmail.com= > wrote:
=C2=A0
[...]
=C2=A0
--- /dev/null
+++ b/testing/freeimage/APKBUILD
@@ -0,0 +1,41 @@
+# Contributor: Taner Tas <taner76@= gmail.com>
+# Maintainer: Taner Tas <taner76@g= mail.com>
+pkgname=3Dfreeimage
+pkgver=3D3.17.0
+pkgrel=3D0
+pkgdesc=3D"Open Source library project for developers who would like = to support popular graphics image formats."
+url=3D"http://freeimage.sourceforge.net/"
+arch=3D"all"
+license=3D"GPL"

The exact li= cense is either "GPL-2.0-only FreeImage" or "GP= L-3.0-only FreeImage": http://freeimage.sourceforge.net/license.html

<= div>We use standard abbreviations from https://spdx.org/licenses/

Would you please correc= t it?
=C2=A0
+_distname=3D"FreeImage"
+makedepends=3D"dos2unix"
+subpackages=3D"$pkgname-dev"
+source=3D"http://downl= oads.sourceforge.net/${pkgname}/${_distname}${pkgver//.}.zip<= br> +=C2=A0 =C2=A0 =C2=A0 =C2=A00001-no-root-install.patch
+=C2=A0 =C2=A0 =C2=A0 =C2=A00002-fix-cpuid-x86.patch
+=C2=A0 =C2=A0 =C2=A0 =C2=A00003-LibWebP-fix-compilation-issue-with-GC= C-5.x-C-11.patch
+=C2=A0 =C2=A0 =C2=A0 =C2=A00004-fix-gcc-6.patch"
+
+options=3D"!check"
+

Please make sure that is disabled onl= y if does not have a testsuite.
=C2=A0

Than= ks!

/eo

--001a1142b76e4652bc056644fbf2-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---