X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 414C4DCC9A7 for ; Thu, 5 May 2016 13:16:45 +0000 (UTC) Received: from nov-007-i611.relay.mailchannels.net (nov-007-i611.relay.mailchannels.net [46.232.183.165]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0720BDCBDAF for ; Thu, 5 May 2016 13:16:41 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 5A2F4100297 for ; Thu, 5 May 2016 13:16:37 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-204-4-183.us-west-2.compute.internal [10.204.4.183]) by relay.mailchannels.net (Postfix) with ESMTPA id 69A35100367 for ; Thu, 5 May 2016 13:16:36 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com ([TEMPUNAVAIL]. [10.80.3.207]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.6.11); Thu, 05 May 2016 13:16:37 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1462454196691:506655002 X-MC-Ingress-Time: 1462454196691 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:To:From:Sender: Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=zTtLL55veIWdpAne/NZ5AYiWW/aZ6+hkdXjKpawvepg=; b=RXgH2e7dLLIaBilJ8jOVnkQj/g jM3Y3w46niHbDYvyv+7UJd1KFTHgP6ckLsg9glSMVenr20NJXzEfK+Z84mIA4iMFFpp1JkRp3Ljtm ts4LVEJMjiZHC8j+Ui9qBpyj2d3TEhBJrC3oHwde057wJszipzTsk1awqtp5wC0zv9CMsZLFiFSPF butuszcrIfB7UjsyY+EvtD55fU1b3xNk8g4nKaekpJAkmwx5B8tzzPLDuF/SFT7y5B7mwknO8Dyv4 i6uFmTGFXQ2jyfNdpgsdQHKSK+CHhOW2VO4yCrVvKOpCtHjA93XxrlH8CTtn4hGQXG2b7VIt8eGPM hiwnRDGA==; Received: from [81.4.121.188] (port=33889 helo=localhost.localdomain) by ocean.mxroute.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.87) (envelope-from ) id 1ayJ8s-0002Mg-WF for alpine-aports@lists.alpinelinux.org; Thu, 05 May 2016 09:16:35 -0400 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/py-opengl: add recommended enhancements Date: Thu, 5 May 2016 13:16:17 +0000 Message-Id: <1462454177-3773-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.8.1 X-AuthUser: developer@it-offshore.co.uk X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: adds recommended enhancements from: http://pyopengl.sourceforge.net/documentation/installation.html --- testing/py-opengl/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/py-opengl/APKBUILD b/testing/py-opengl/APKBUILD index c1222b5..5a59f87 100644 --- a/testing/py-opengl/APKBUILD +++ b/testing/py-opengl/APKBUILD @@ -3,17 +3,17 @@ pkgname=py-opengl _pkgname=PyOpenGL pkgver=3.1.1a1 -pkgrel=0 +pkgrel=1 pkgdesc="Standard OpenGL bindings for Python" url="http://pyopengl.sourceforge.net" arch="noarch" license="BSD" -depends="" +depends="python freeglut mesa-gles py-pillow py-numpy" depends_dev="" -makedepends="$depends_dev python-dev py-setuptools" +makedepends="$depends_dev python-dev py-setuptools freeglut-dev" install="" subpackages="" -source="https://pypi.python.org/packages/df/fe/b9da75e85bcf802ed5ef92a5c5e4022bf06faa1d41b9630b9bb49f827483/$_pkgname-$pkgver.tar.gz" +source="http://pypi.python.org/packages/source/P/PyOpenGL/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { -- 2.8.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---