X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-oi0-f67.google.com (mail-oi0-f67.google.com [209.85.218.67]) by lists.alpinelinux.org (Postfix) with ESMTP id 782155C433C for ; Wed, 5 Oct 2016 23:45:51 +0000 (GMT) Received: by mail-oi0-f67.google.com with SMTP id r132so200703oig.1 for ; Wed, 05 Oct 2016 16:45:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=6Lo0lMMYmJRemUPXUvwGFFq9gPxPpHj6r/qu4yhBViw=; b=AlU+jotYHZ+RMK+gIDzEu3gLNhToRrCSh3/QEiQ1GcUFnFwkKQnoUeQ+6Co+5XXG8l XYR1WnwZhPdYDIpPpd+cXTfVmQP9sOhbeKY4jzIakr+ylG4A8Ks2wEQ04jVkqTE08d2j v2Of2fu9cdHCnGx+g/ZHrx9tnPxpmmSi6wdWSUy02dj8pzmCqY2XnmQvoqh/W0lWYFdF kxaGcSwZlSX6Lv42GFzwQdA8t1BkIXNGRbog54xZuiahGLXm7EX5hFKS4IT9DjvJGb20 qgqQGZfnBLYi7nywW6LGXgscHu4sleCQXxG0cYbsqmTzYKQ7F5l0bz0q5AgeOG9W1kqq 5RZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=6Lo0lMMYmJRemUPXUvwGFFq9gPxPpHj6r/qu4yhBViw=; b=CRI3JK9txVhX6o8afdSyiU8dRbTjsusDmpZFepLZz5apeJ+dBkJXlXndLnqqJO4t+u gR4T9XIqJ7wSMkxbJFD0uw0S1J9lpk+YOZRdf65A7z24r0782/iMRnlRDrqeCV5JnYqy GKdTStZ5JS7PvuaFZaOPkSsVNj+FJwtDtnAJXyVF5upYgElfmieIMKbE+4Y1QrI1bqLj kihoW+RgfOAYZ6un1onVblyAD2qBUXrHdR1uyqhz6nSNeTIuLJjxWUeL0y/cVveiaGlS KZtppiY28cG2X19dJo9lGANs5yMottop15zVA8lxojlvSnrQTNuCfkKiM04yrxfK/XDM 67pw== X-Gm-Message-State: AA6/9RlIhuMgKDb1/lNot+bP0kRTyGHrblA+OWvVS4kc2I9JRlna8E21+EnG/kTuvsAsV3KbInbuWXHGiRnzeQ== X-Received: by 10.202.104.7 with SMTP id d7mr9156144oic.73.1475711151204; Wed, 05 Oct 2016 16:45:51 -0700 (PDT) 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.202.204.14 with HTTP; Wed, 5 Oct 2016 16:45:50 -0700 (PDT) In-Reply-To: <20161005213257.GA1720@borderlessmail> References: <20161005213257.GA1720@borderlessmail> From: Daniel Sabogal Date: Wed, 5 Oct 2016 19:45:50 -0400 Message-ID: Subject: Re: [alpine-aports] [PATCH] Add support for newer AMD Radeon cards. To: =?UTF-8?Q?Linus_Sw=C3=A4las?= Cc: alpine-aports@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable There's a more recent bugfix release (1.1.2). See https://lists.x.org/archives/xorg-announce/2016-September/002708.html. On Wed, Oct 5, 2016 at 5:32 PM, Linus Sw=C3=A4las wrote: > --- > main/xf86-video-amdgpu/APKBUILD | 46 +++++++++++++++++++++++++++++++++++= ++++++ > 1 file changed, 46 insertions(+) > create mode 100644 main/xf86-video-amdgpu/APKBUILD > > diff --git a/main/xf86-video-amdgpu/APKBUILD b/main/xf86-video-amdgpu/APK= BUILD > new file mode 100644 > index 0000000..92b3c48 > --- /dev/null > +++ b/main/xf86-video-amdgpu/APKBUILD > @@ -0,0 +1,46 @@ > +pkgname=3Dxf86-video-amdgpu > +pkgver=3D1.1.0 > +pkgrel=3D0 > +pkgdesc=3D"AMD Rx/HDxxxx video driver" > +url=3D"http://xorg.freedesktop.org/" > +arch=3D"all" > +license=3D"custom" > +subpackages=3D"$pkgname-doc" > +depends=3D"mesa-dri-ati" > +makedepends=3D"xorg-server-dev libxi-dev fontsproto randrproto > + videoproto renderproto libdrm-dev xf86driproto glproto mesa-dev > + xineramaproto eudev-dev pixman-dev > + " > + > +source=3D"http://xorg.freedesktop.org/releases/individual/driver/$pkgnam= e-$pkgver.tar.bz2 > + " > + > +prepare() { > + cd "$srcdir"/$pkgname-$pkgver > + for i in $source; do > + case $i in > + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; > + esac > + done > +} > + > +build() { > + cd "$srcdir"/$pkgname-$pkgver > + export LDFLAGS=3D"$LDFLAGS -Wl,-z,lazy" > + > + ./configure \ > + --build=3D$CBUILD \ > + --host=3D$CHOST \ > + --prefix=3D/usr \ > + || return 1 > + make || return 1 > +} > + > +package() { > + cd "$srcdir"/$pkgname-$pkgver > + make DESTDIR=3D"$pkgdir" install || return 1 > + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPY= ING > +} > +md5sums=3D"89e62ee60b12f94e27ab76268bbbe778 xf86-video-amdgpu-1.1.0.tar= .bz2" > +sha256sums=3D"69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110eb= c57931 xf86-video-amdgpu-1.1.0.tar.bz2" > +sha512sums=3D"a795a048987de49a9a4809ed6efd6089c0685290b86b61156ae0766fa8= 6934f99c8abf61ed8ca56cc215a84931b2f68431547a1a7250a09e1649c4ac8ada870e xf8= 6-video-amdgpu-1.1.0.tar.bz2" > -- > 2.10.0 > > > -- > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---