From bd8f3e9d9191ccbade0e83f99c8daf0296d0ec0b Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Thu, 5 May 2016 13:16:17 +0000 Subject: testing/py-opengl: add recommended enhancements 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 c1222b591b..5a59f87acd 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() { -- cgit v1.2.3