]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
back to git archives
authorJacek Konieczny <jajcus@jajcus.net>
Wed, 28 Nov 2018 21:06:17 +0000 (22:06 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 28 Nov 2018 21:06:17 +0000 (22:06 +0100)
It seems we need to be able to rebuild the generated sources if we are
to use the bleeding edge LLVM versions.

Mesa.spec

index 2719e508c08e4fa6a8cdf8fcb3c2405746f5d581..4b316f4378c19872fd972992d4fd2fa4a9abc57f 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -64,8 +64,10 @@ Version:     18.2.6
 Release:       1
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
-Source0:       ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
-# Source0-md5: 7c61a801311fb8d2f7b3cceb7b5cf308
+#Source0:      ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
+## Source0-md5:        7c61a801311fb8d2f7b3cceb7b5cf308
+Source0:       https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-%{version}/mesa-mesa-%{version}.tar.bz2
+# Source0-md5: 24cf2b9d7285ffe55545475bdbb6e59d
 Patch0:                %{name}-link.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
@@ -1250,7 +1252,7 @@ radv - experimental Mesa Vulkan driver for AMD Radeon GPUs.
 radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
 
 %prep
-%setup -q -n mesa-%{version}
+%setup -q -n mesa-mesa-%{version}
 %patch0 -p1
 
 %build
This page took 0.731276 seconds and 4 git commands to generate.