debian/changelog | 3 +++ debian/control | 12 ++++++------ debian/rules | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-)
New commits: commit 97cac862b360ac1891c76f39d61008fbd8edbc89 Author: Timo Aaltonen <tjaal...@debian.org> Date: Thu Aug 31 19:59:08 2017 +0300 control: Bump libgl1-mesa-dri to libglx-mesa0 Depends, it's needed for swrast used on some tests. diff --git a/debian/changelog b/debian/changelog index 8b81e68..08e3d97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mesa (17.2.0~rc4-2) UNRELEASED; urgency=medium * control, rules: Build gallium/svga only on x86. * rules: Improve readability. * control, rules: Bump llvm/clang to 5.0, and libclc to match. + * control: Bump libgl1-mesa-dri to libglx-mesa0 Depends, it's needed + for swrast used on some tests. -- Timo Aaltonen <tjaal...@debian.org> Tue, 15 Aug 2017 15:02:04 +0300 diff --git a/debian/control b/debian/control index fa5d41c..84f8f9a 100644 --- a/debian/control +++ b/debian/control @@ -240,8 +240,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libglapi-mesa (= ${binary:Version}), + libgl1-mesa-dri, Provides: libglx-vendor -Recommends: libgl1-mesa-dri Breaks: libopengl-perl (<< 0.6704+dfsg-2), Pre-Depends: ${misc:Pre-Depends} commit 98cde9286524f02fb8df494d2c4595e5bbc2512e Author: Timo Aaltonen <tjaal...@debian.org> Date: Thu Aug 31 19:52:01 2017 +0300 control, rules: Bump llvm/clang to 5.0, and libclc to match. diff --git a/debian/changelog b/debian/changelog index 7ef0c8d..8b81e68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mesa (17.2.0~rc4-2) UNRELEASED; urgency=medium * control, rules: Build gallium/svga only on x86. * rules: Improve readability. + * control, rules: Bump llvm/clang to 5.0, and libclc to match. -- Timo Aaltonen <tjaal...@debian.org> Tue, 15 Aug 2017 15:02:04 +0300 diff --git a/debian/control b/debian/control index 2db088d..fa5d41c 100644 --- a/debian/control +++ b/debian/control @@ -41,11 +41,11 @@ Build-Depends: python-mako, flex, bison, - llvm-4.0-dev (>= 1:4.0~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], + llvm-5.0-dev (>= 1:4.0~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], libelf-dev [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], libwayland-dev (>= 1.11.0) [linux-any], - libclang-4.0-dev (>= 1:4.0~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], - libclc-dev (>= 0.2.0+git20170213) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], + libclang-5.0-dev (>= 1:4.0~) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], + libclc-dev (>= 0.2.0+git20170330-3) [amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el], wayland-protocols (>= 1.9), zlib1g-dev, libglvnd-core-dev, @@ -436,8 +436,8 @@ Section: libs Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el Pre-Depends: ${misc:Pre-Depends} Depends: - libclc-r600 (>= 0.2.0+git20170213), - libclc-amdgcn (>= 0.2.0+git20170213), + libclc-r600 (>= 0.2.0+git20170330-3), + libclc-amdgcn (>= 0.2.0+git20170330-3), ocl-icd-libopencl1 | libopencl1, ${shlibs:Depends}, ${misc:Depends}, diff --git a/debian/rules b/debian/rules index 328772e..37aea0e 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ else GALLIUM_DRIVERS += radeonsi confflags_GALLIUM += --enable-gallium-llvm confflags_GALLIUM += --enable-opencl --enable-opencl-icd - confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-4.0 + confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-5.0 GALLIUM_DRIVERS += swrast else DRI_DRIVERS += swrast