Merge pull request #493 from RealJohnGalt/bump

libclc-git & MesaLib(-git): version bump
This commit is contained in:
Juan RP 2014-07-26 08:42:22 +02:00
commit 37e78aae10
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'MesaLib-git'. # Template build file for 'MesaLib-git'.
pkgname=MesaLib-git pkgname=MesaLib-git
version=20140722 version=20140725
revision=1 revision=1
wrksrc="Mesa-git-${version}" wrksrc="Mesa-git-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -56,7 +56,7 @@ conf_files="/etc/drirc"
do_fetch() { do_fetch() {
local url="git://anongit.freedesktop.org/mesa/mesa" local url="git://anongit.freedesktop.org/mesa/mesa"
local sha=9548ba6e7bb8e631f6ef6236f7425725239742fe local sha=654fd3e33f71702aa487b5b5249847bee73d4823
msg_normal "Fetching source from $url ...\n" msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc} git clone ${url} ${wrksrc}
cd ${wrksrc} cd ${wrksrc}

View File

@ -1,7 +1,7 @@
# Template build file for 'MesaLib'. # Template build file for 'MesaLib'.
pkgname=MesaLib pkgname=MesaLib
version=10.2.4 version=10.2.4
revision=9 revision=10
wrksrc="Mesa-${version}" wrksrc="Mesa-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm

View File

@ -1,9 +1,8 @@
# Template file for 'libclc-git' # Template file for 'libclc-git'
pkgname=libclc-git pkgname=libclc-git
version=20140717 version=20140723
revision=1 revision=1
_sha=3b853378ab3bd607aa758492b61522b0a83084cb makedepends="python libffi-devel zlib-devel llvm-git clang-git"
makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2"
depends="libclc-ptx-git libclc-r600-git" depends="libclc-ptx-git libclc-r600-git"
short_desc="Open implementation of the OpenCL C programming language" short_desc="Open implementation of the OpenCL C programming language"
maintainer="John Galt<johngaltfirstrun@gmail.com>" maintainer="John Galt<johngaltfirstrun@gmail.com>"
@ -16,10 +15,11 @@ do_fetch() {
# Upstream libclc git is http://llvm.org/git/libclc.git, however # Upstream libclc git is http://llvm.org/git/libclc.git, however
# we use a minimal git-core for git:// protocol. # we use a minimal git-core for git:// protocol.
local url="git://github.com/llvm-mirror/libclc" local url="git://github.com/llvm-mirror/libclc"
local sha=a63df067faf8a0ce2267c746aa9af928ae8c927b
msg_normal "Fetching source from $url ...\n" msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc} git clone ${url} ${wrksrc}
cd ${wrksrc} cd ${wrksrc}
git reset --hard ${_sha} git reset --hard ${sha}
} }
do_configure() { do_configure() {