mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mesa to 9.0.1-1
This commit is contained in:
parent
6e6a9f22a8
commit
fff43a6291
1 changed files with 3 additions and 7 deletions
|
@ -17,7 +17,7 @@ if [ "${_git}" = "true" ]; then
|
||||||
pkgver=7.10.99.git20110709
|
pkgver=7.10.99.git20110709
|
||||||
#pkgver=7.11
|
#pkgver=7.11
|
||||||
else
|
else
|
||||||
pkgver=9.0
|
pkgver=9.0.1
|
||||||
fi
|
fi
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -26,8 +26,7 @@ makedepends=('glproto>=1.4.16' 'libdrm>=2.4.39' 'libxxf86vm>=1.1.2' 'libxdamage>
|
||||||
url="http://mesa3d.sourceforge.net"
|
url="http://mesa3d.sourceforge.net"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(LICENSE
|
source=(LICENSE)
|
||||||
git_fixes.diff)
|
|
||||||
if [ "${_git}" = "true" ]; then
|
if [ "${_git}" = "true" ]; then
|
||||||
# mesa git shot from 7.11 branch - see for state: http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.11&id=1ae00c5960af83bea9545a18a1754bad83d5cbd0
|
# mesa git shot from 7.11 branch - see for state: http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.11&id=1ae00c5960af83bea9545a18a1754bad83d5cbd0
|
||||||
#source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-1ae00c5960af83bea9545a18a1754bad83d5cbd0.tar.bz2')
|
#source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-1ae00c5960af83bea9545a18a1754bad83d5cbd0.tar.bz2')
|
||||||
|
@ -39,16 +38,13 @@ if [ "${_git}" = "true" ]; then
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
|
md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
|
||||||
'2ebce12196dbb7b69bdf7ef53b8afdee'
|
'97d6554c05ea7449398afe3a0ede7018')
|
||||||
'60e557ce407be3732711da484ab3db6c')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/?esa-*
|
cd ${srcdir}/?esa-*
|
||||||
|
|
||||||
[ "${CARCH}" = "armv7h" ] && CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O1/'` && CXXFLAGS="$CFLAGS"
|
[ "${CARCH}" = "armv7h" ] && CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O1/'` && CXXFLAGS="$CFLAGS"
|
||||||
|
|
||||||
patch -Np1 -i ${srcdir}/git_fixes.diff
|
|
||||||
|
|
||||||
COMMONOPTS="--prefix=/usr \
|
COMMONOPTS="--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
|
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
|
||||||
|
|
Loading…
Reference in a new issue