[arch-commits] CVS update of extra/x11-libs/mesa (PKGBUILD)

Jan de Groot jan at jgc.homeip.net
Fri Nov 16 13:24:07 UTC 2007


Did you notice there's a .pc.in file missing in the glw directory and the
build fails to complete, which is not caught by the PKGBUILD because we
don't use || return 1 to check ;)

You'll need to add the file from git, as it's missing from the generated
tarball.

BTW: could you use downloads.sourceforge.net instead? Dl.sourceforge.net
doesn't work too often.

> -----Oorspronkelijk bericht-----
> Van: arch-commits-bounces at archlinux.org [mailto:arch-commits-
> bounces at archlinux.org] Namens Alexander Baldeck
> Verzonden: vrijdag 16 november 2007 14:13
> Aan: arch-commits at archlinux.org
> Onderwerp: [arch-commits] CVS update of extra/x11-libs/mesa (PKGBUILD)
> 
>     Date: Friday, November 16, 2007 @ 08:12:44
>   Author: alexander
>     Path: /home/cvs-extra/extra/x11-libs/mesa
> 
> Modified: PKGBUILD (1.13 -> 1.14)
> 
> upgpkg: mesa 7.0.2
> 
> 
> ----------+
>  PKGBUILD |   14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> 
> Index: extra/x11-libs/mesa/PKGBUILD
> diff -u extra/x11-libs/mesa/PKGBUILD:1.13 extra/x11-
> libs/mesa/PKGBUILD:1.14
> --- extra/x11-libs/mesa/PKGBUILD:1.13	Fri Aug 10 13:34:52 2007
> +++ extra/x11-libs/mesa/PKGBUILD	Fri Nov 16 08:12:44 2007
> @@ -1,20 +1,20 @@
> -# $Id: PKGBUILD,v 1.13 2007/08/10 17:34:52 alexander Exp $
> +# $Id: PKGBUILD,v 1.14 2007/11/16 13:12:44 alexander Exp $
>  # Maintainer: Alexander Baldeck <alexander at archlinux.org>
>  # Contributor: Jan de Groot <jgc at archlinux.org>
> 
>  # mesa needs to build against itself as it assumes heaving headers out
>  # of his own source to be on the system already. Simply build, install
> -# build again. :)
> +# build again.
> 
>  pkgname=mesa
> -pkgver=7.0.1
> +pkgver=7.0.2
>  pkgrel=1
>  pkgdesc="Mesa OpenGL library"
>  arch=(i686 x86_64)
>  license=('LGPL')
>  url="http://mesa3d.sourceforge.net"
> -depends=('libgl' 'glproto' 'gcc' 'libxt')
> -makedepends=('imake')
> +depends=('libgl' 'glproto>=1.4.9' 'gcc' 'libxt')
> +makedepends=('imake' 'pkgconfig')
>  conflicts=('mesa-apps')
>  replaces=('mesa-apps')
>  source=(http://dl.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2
> @@ -59,7 +59,7 @@
>    make || return 1
>    make DESTDIR=${startdir}/pkg install
>  }
> -md5sums=('c056abd763e899114bf745c9eedbf9ad'
> -         '3b66b3268df12ca8a6c4e0c4c457912c'
> +md5sums=('93e6ed7924ff069a4f883b4fce5349dc'
> +         '11a10410bae7be85cf25bc7119966468'
>           '6ae05158e678f4594343f32c2ca50515'
>           'cc5a4ea4ea8de4425997fcda2a9d8648')
> 
> _______________________________________________
> arch-commits mailing list
> arch-commits at archlinux.org
> http://archlinux.org/mailman/listinfo/arch-commits






More information about the arch-commits mailing list