X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vk0-f49.google.com (mail-vk0-f49.google.com [209.85.213.49]) by lists.alpinelinux.org (Postfix) with ESMTP id 1A3625C4E81 for ; Tue, 6 Mar 2018 08:56:26 +0000 (GMT) Received: by mail-vk0-f49.google.com with SMTP id u200so11800367vke.4 for ; Tue, 06 Mar 2018 00:56:26 -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=eNXSMrLplylKbPo0bL4icY7vFL6QPX8WH7Fktz6P2jI=; b=II5WaKc1DztFeYaSIBIgGVwwi5l7A9AFQjJRB3/F32QQofvzO2SaMetNnLbpMgNB22 QVzPu1ZtOt7IWxQZCTMHI49yCcIicQN3jslTfa1uTd1XK+o6rehwdT02/ibrk5qdc8hx JW1U0AQX3jsHkRHl1fuVqxWCf6n0I1y86rBpr9+iEhJFS83n6VxbJQv+k8lG/vFg26vz Chohs8PSxIpwoBh3bFR7X34i++QsDN4eRKY5mFuV82ANe82Cnraz3zIdp2nkFPy3Rwr/ OII0aNUa2Yhgm8yAfvJX1OhwnEVVpsAmBYcGUWs7arvxEaL9YBqWYe76hOCgk0NQfnBp Slnw== 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=eNXSMrLplylKbPo0bL4icY7vFL6QPX8WH7Fktz6P2jI=; b=pl9Im8TWbI3tUCQD/pFjByKnIb3Oh7kn1YSBwAE8nQxJlaeCvOXB5ZhtrjKBnA5yIZ 6xv60kMPRJ95kVD98DFCUJPtDQBdW3SRI3Lnzzs774wAnkYhls+fzWEDyGs/GVhfxYhX 3LKG7uQJoWo4oIditXqDoFCRqF9J/g3mvJGW82dolJcNw9IPmFngUS4Qvaibkc1M9ujF RFpog4Y13L1vZDZ9tgS71fYcIVA15bgzNBlcTVQyeb4q/05gIIw8yDFUAhEnjWiIL+Vo JpOAZYi+E2FJd5VILTN/SVP+QMo/j4XChPgzpDSJM0nilrFG/bwwKuBp1TOFcoeDfAQT qwEw== X-Gm-Message-State: APf1xPBlmXDAwn2QcqWjUWhtuWjFMO/0EaD8ngoWy1BqxKUZyNnvChb2 GBN/HJQCYOrluUuXnpdvBPnlj5cM+6tUeki5xk8= X-Google-Smtp-Source: AG47ELt9Rsm8xXqOEpLLbbz4StkQcT+aFItbRduGO+vErzvx7rkRXVSPNX182NkKMUDe6f6j8jtkq8fZ+dBOAXTxx84= X-Received: by 10.31.158.14 with SMTP id h14mr11318162vke.165.1520326585456; Tue, 06 Mar 2018 00:56:25 -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.176.6.100 with HTTP; Tue, 6 Mar 2018 00:56:25 -0800 (PST) In-Reply-To: <20180303180258.30560-1-taner76@gmail.com> References: <20180303180258.30560-1-taner76@gmail.com> From: Leonardo Arena Date: Tue, 6 Mar 2018 09:56:25 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH 1/2] testing/fs-uae: new aport To: Taner Tas Cc: alpine-aports Content-Type: multipart/alternative; boundary="001a114278ce119b880566ba9e8b" --001a114278ce119b880566ba9e8b Content-Type: text/plain; charset="UTF-8" Hi, On Sat, Mar 3, 2018 at 7:02 PM, Taner Tas wrote: > https://fs-uae.net/ > Amiga emulator. > --- > testing/fs-uae/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 testing/fs-uae/APKBUILD > > checking for GLIB... no configure: error: Package requirements (glib-2.0 >= 2.32 gthread-2.0) were not met: Package 'glib-2.0', required by 'virtual:world', not found Package 'gthread-2.0', required by 'virtual:world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. >>> ERROR: fs-uae: all failed > diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD > new file mode 100644 > index 0000000..b2c996b > --- /dev/null > +++ b/testing/fs-uae/APKBUILD > @@ -0,0 +1,39 @@ > +# Contributor: Taner Tas > +# Maintainer: Taner Tas > +pkgname=fs-uae > +pkgver=2.8.3 > +pkgrel=0 > +pkgdesc="Amiga emulator." > +url="https://fs-uae.net/" > +arch="all" > +license="GPL-2.0-only" > +makedepends="zip clang-dev sdl2-dev openal-soft-dev mesa-dev glew-dev > freetype-dev libmpeg2-dev" > +subpackages="$pkgname-lang" > +source="https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz" > +options="!check" > + > +prepare() { > + default_prepare > +} > + > prepare() can be omitted if nothing custom is run. "default_prepare" runs by... default. Thanks! /eo --001a114278ce119b880566ba9e8b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Sat, Mar 3, 2018 at 7:02 PM, Taner Tas <taner76@gmail.com>= ; wrote:
https://fs-u= ae.net/
Amiga emulator.
---
=C2=A0testing/fs-uae/APKBUILD | 39 +++++++++++++++++++++++++++++++++++= ++++
=C2=A01 file changed, 39 insertions(+)
=C2=A0create mode 100644 testing/fs-uae/APKBUILD


checking for GLIB... no
configure: error: Pack= age requirements (glib-2.0 >=3D 2.32 gthread-2.0) were not met:

P= ackage 'glib-2.0', required by 'virtual:world', not foundPackage 'gthread-2.0', required by 'virtual:world', not f= ound

Consider adjusting the PKG_CONFIG_PATH environment variable if = you
installed software in a non-standard prefix.

Alternatively, y= ou may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid = the need to call pkg-config.
See the pkg-config man page for more detail= s.
>>> ERROR: fs-uae: all failed

=C2=A0
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD
new file mode 100644
index 0000000..b2c996b
--- /dev/null
+++ b/testing/fs-uae/APKBUILD
@@ -0,0 +1,39 @@
+# Contributor: Taner Tas <taner76@= gmail.com>
+# Maintainer: Taner Tas <taner76@g= mail.com>
+pkgname=3Dfs-uae
+pkgver=3D2.8.3
+pkgrel=3D0
+pkgdesc=3D"Amiga emulator."
+url=3D"https://fs-uae.net/"
+arch=3D"all"
+license=3D"GPL-2.0-only"
+makedepends=3D"zip clang-dev sdl2-dev openal-soft-dev mesa-dev glew-d= ev freetype-dev libmpeg2-dev"
+subpackages=3D"$pkgname-lang"
+source=3D"https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+options=3D"!check"
+
+prepare() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0default_prepare
+}
+

prepare() can be omitted if nothing c= ustom is run. "default_prepare" runs by... default.

=
Thanks!

/eo

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