mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/xf86-video-nouveau: upgrade to 2011-10-10 snapshot
and link with -Wl,-z,lazy
This commit is contained in:
parent
441aae6960
commit
7ddf495aa2
@ -1,16 +1,18 @@
|
||||
# Contributor:
|
||||
# Maintainer:
|
||||
pkgname=xf86-video-nouveau
|
||||
_gitdate=20110607
|
||||
_gitdate=20111010
|
||||
pkgver=0.0.16_git${_gitdate}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source X.org drivers for nVidia video cards"
|
||||
url="http://nouveau.freedesktop.org/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends=""
|
||||
depends_dev=
|
||||
makedepends="pkgconfig randrproto renderproto videoproto xextproto libdrm-dev xorg-server-dev util-macros libtool autoconf automake xf86driproto"
|
||||
makedepends="pkgconfig randrproto renderproto videoproto xextproto libdrm-dev
|
||||
xorg-server-dev util-macros libtool autoconf automake xf86driproto
|
||||
udev-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://dev.alpinelinux.org/~ncopa/xf86-video-nouveau-${_gitdate}.tar.bz2"
|
||||
@ -27,6 +29,7 @@ mksource() {
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
|
||||
./autogen.sh --prefix=/usr || return 1
|
||||
make || return 1
|
||||
}
|
||||
@ -37,4 +40,4 @@ package() {
|
||||
rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1
|
||||
}
|
||||
|
||||
md5sums="063d9c044ed5fafac227080fb6e63932 xf86-video-nouveau-20110607.tar.bz2"
|
||||
md5sums="0e501faa9b8d153a208ff81d6cd69a4f xf86-video-nouveau-20111010.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user