gource: rebuild against glew-1.9.0.

This commit is contained in:
Juan RP 2012-12-08 09:39:35 +01:00
parent 4ee7a5f746
commit c5973ed23f

View File

@ -1,7 +1,7 @@
# Template file for 'gource' # Template file for 'gource'
pkgname=gource pkgname=gource
version=0.38 version=0.38
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ttf-font-dir=/usr/share/fonts/TTF" configure_args="--enable-ttf-font-dir=/usr/share/fonts/TTF"
short_desc="Software version control visualization" short_desc="Software version control visualization"
@ -20,7 +20,7 @@ long_desc="
and Bazaar and SVN (as of 0.29). Gource can also parse logs produced by and Bazaar and SVN (as of 0.29). Gource can also parse logs produced by
several third party tools for CVS repositories." several third party tools for CVS repositories."
makedepends="pkg-config SDL-devel SDL_image-devel glew-devel glu-devel makedepends="pkg-config SDL-devel SDL_image-devel glew-devel>=1.9.0 glu-devel
freetype-devel boost-devel glm pcre-devel" freetype-devel boost-devel glm pcre-devel"
pre_configure() { pre_configure() {