[ptxdist] [PATCH v2 1/7] vulkan-loader: new package

2020-01-17 Thread Philipp Zabel
Add the Vulkan loader dispatch library and Vulkan headers in known-good combination. There is a file scripts/know_good.json in the vulkan-loader source tree that contains the vulkan-header commit to be used for the SDK release. Signed-off-by: Philipp Zabel --- Changes since v1: - Disabled Xlib

[ptxdist] [PATCH v2 2/7] mesalib: enable zink gallium driver

2020-01-17 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- No changes since v1. --- rules/mesalib.in | 5 + rules/mesalib.make | 1 + 2 files changed, 6 insertions(+) diff --git a/rules/mesalib.in b/rules/mesalib.in index 56c2d9ed26ad..7e200ee9ec23 100644 --- a/rules/mesalib.in +++ b/rules/mesalib.in @@ -19,6

[ptxdist] [PATCH v2 3/7] mesalib: enable vulkan drivers

2020-01-17 Thread Philipp Zabel
Radv still requires LLVM support. Signed-off-by: Philipp Zabel --- No changes since v1. --- rules/mesalib.in | 12 rules/mesalib.make | 19 +-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.in b/rules/mesalib.in index 7e200ee9ec23

[ptxdist] [PATCH v2 4/7] gst-plugins-bad1: enable vulkan plugin

2020-01-17 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- No changes since v1. --- rules/gst-plugins-bad1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gst-plugins-bad1.in b/rules/gst-plugins-bad1.in index d1dd4f471df7..f535a8198d6b 100644 --- a/rules/gst-plugins-bad1.in +++ b/rules/gst

[ptxdist] [PATCH v2 6/7] spirv-tools: new package

2020-01-17 Thread Philipp Zabel
Add SPIR-V tools, required to build Vulkan validation layers. Signed-off-by: Philipp Zabel --- New in v2. --- rules/spirv-tools.in | 18 rules/spirv-tools.make | 101 + 2 files changed, 119 insertions(+) create mode 100644 rules/spirv

[ptxdist] [PATCH v2 7/7] vulkan-validationlayers: new package

2020-01-17 Thread Philipp Zabel
Add Vulkan standard validation layer package. Signed-off-by: Philipp Zabel --- New in v2. --- rules/vulkan-validationlayers.in | 22 ++ rules/vulkan-validationlayers.make | 66 ++ 2 files changed, 88 insertions(+) create mode 100644 rules/vulkan

[ptxdist] [PATCH v2 5/7] glslang: new package

2020-01-17 Thread Philipp Zabel
Add reference SPIR-V generator, required to build Vulkan validation layers. Signed-off-by: Philipp Zabel --- New in v2. --- rules/glslang.in | 25 +++ rules/glslang.make | 77 ++ 2 files changed, 102 insertions(+) create mode 100644

[ptxdist] [PATCH 1/2] libxkbcommon: version bump 0.7.1 -> 0.10.0

2020-01-20 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libxkbcommon.in | 1 + rules/libxkbcommon.make | 27 +++ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/rules/libxkbcommon.in b/rules/libxkbcommon.in index 93d915ebdd07..0f39485033dc 100644 --- a/rules

[ptxdist] [PATCH 2/2] libxkbcommon: add license files

2020-01-20 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libxkbcommon.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make index 70f21e994c95..625813b53026 100644 --- a/rules/libxkbcommon.make +++ b/rules/libxkbcommon.make @@ -22,6 +22,7 @@ LIBXKBCOMMON_URL

[ptxdist] [PATCH v2] libxkbcommon: version bump 0.7.1 -> 0.10.0

2020-01-20 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- Changes since v1: - Remove left-over autoconf patch. --- ...01-configure.ac-Add-AC_SYS_LARGEFILE.patch | 28 --- patches/libxkbcommon-0.7.1/autogen.sh | 1 - patches/libxkbcommon-0.7.1/series | 1 - rules/libxkbcommon.in

[ptxdist] [PATCH] libva: version bump 2.5.0 -> 2.6.1

2020-01-24 Thread Philipp Zabel
- Build using Meson. Signed-off-by: Philipp Zabel --- rules/libva.in | 1 + rules/libva.make | 23 +++ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rules/libva.in b/rules/libva.in index 5d074a5cc865..8dd2229030fe 100644 --- a/rules/libva.in +++ b/rules

[ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0

2020-01-27 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 12 rules/weston.make | 14 -- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index fe44f10813d7..a2b3775eec67 100644 --- a/rules/weston.in +++ b/rules/weston.in

[ptxdist] [PATCH] mesalib: version bump 19.3.2 -> 19.3.3

2020-02-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 0fcdbbc0977e..ee8aa6a6e863 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH v3 1/4] vulkan-loader: version bump 1.2.131.0 -> 1.2.131.1

2020-02-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-loader.make | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index 20569d737f9e..1510f0271465 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make

[ptxdist] [PATCH v3 2/4] spirv-tools: version bump 2019.5 -> 2020-01-14-g323a81fc5e30

2020-02-04 Thread Philipp Zabel
Marked as known good in glslang 2020-01-05-g4fc7a33910fb. Signed-off-by: Philipp Zabel --- rules/spirv-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make index 9267152a2d00..34125732c5a0 100644 --- a/rules/spirv

[ptxdist] [PATCH v3 3/4] glslang: new package

2020-02-04 Thread Philipp Zabel
Add reference SPIR-V generator, required to build Vulkan validation layers. Signed-off-by: Philipp Zabel --- Changes since v2: - fixed targetinstall to use install_copy where appropriate - added missing host-glslang - updated to 2020-01-05-g4fc7a33910fb, marked as known good in vulkan

[ptxdist] [PATCH v3 4/4] vulkan-validationlayers: new package

2020-02-04 Thread Philipp Zabel
Add Vulkan standard validation layer package. Signed-off-by: Philipp Zabel --- Changes since v2: - version bump 1.1.130 -> 1.2.131.1 --- rules/vulkan-validationlayers.in | 22 ++ rules/vulkan-validationlayers.make | 66 ++ 2 files changed, 88 inserti

[ptxdist] [PATCH] libinput: version bump 1.15.0 -> 1.15.1

2020-02-18 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index 6d1659f7174d..c0163fbfa465 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] mesalib: version bump 19.3.3 -> 20.0.0

2020-02-20 Thread Philipp Zabel
- The only change in the license file is an addition of a hyperlink for the OpenGL trademark. Signed-off-by: Philipp Zabel --- rules/mesalib.make | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index cdec8ecd98df

[ptxdist] [PATCH v2] zstd: new package

2020-02-20 Thread Philipp Zabel
From: Florian Faber Add zstd-1.4.4 to the repository. Signed-off-by: Florian Faber Signed-off-by: Philipp Zabel --- Changes since v1: - specified license to BSD-3-Clause - dropped ZSTD_ZSTDCAT option - fixed zstdcat link - added zstdmt and unzstd links - added default build options

[ptxdist] [PATCH] mesalib: enable zstd shader cache compression

2020-02-20 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.in | 6 ++ rules/mesalib.make | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/mesalib.in b/rules/mesalib.in index ca49b7f7feb5..79db333dcdbc 100644 --- a/rules/mesalib.in +++ b/rules/mesalib.in @@ -30,6 +30,8

[ptxdist] [PATCH] libinput: version bump 1.15.1 -> 1.15.2

2020-02-20 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index dc36762757c9..a668fef0835f 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH v2] mesalib: version bump 19.3.3 -> 20.0.0

2020-02-20 Thread Philipp Zabel
- The only change in the license file is an addition of a hyperlink for the OpenGL trademark. Signed-off-by: Philipp Zabel --- Changes since v1: - Add new configuration options to host-mesalib --- rules/host-mesalib.make | 5 - rules/mesalib.make | 11 +++ 2 files changed

[ptxdist] [PATCH] wlroots: version bump 0.5.0 -> 0.10.0

2020-02-21 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/wlroots.in | 17 ++--- rules/wlroots.make | 31 ++- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/rules/wlroots.in b/rules/wlroots.in index 47cfb8d9fad5..8b3fc250604b 100644 --- a/rules/wlroots.in

Re: [ptxdist] [PATCH v3] tf-a: new package for ARM trusted firmware A

2020-02-25 Thread Philipp Zabel
Hi, On Wed, 2020-02-19 at 11:42 +0100, Ahmad Fatoum wrote: > Trusted Firmware-A (TF-A) is a reference implementation of secure world > software for Arm A-Profile architectures (Armv8-A and Armv7-A). > > Cc: Alejandro Vazquez > Signed-off-by: Rouven Czerwinski > Signed-off-by: Ahmad Fatoum > --

[ptxdist] [PATCH] alsa-lib: add missing use-case-manager -> mixer dependency

2020-02-25 Thread Philipp Zabel
ce to `snd_mixer_selem_id_parse' Signed-off-by: Philipp Zabel --- rules/alsa-lib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in index ae859fee376a..23c6c9b1cd1c 100644 --- a/rules/alsa-lib.in +++ b/rules/alsa-lib.in @@ -8,6 +8,7 @@ menuconfi

[ptxdist] [PATCH 1/9] weston: enable pipewire plugin

2020-02-25 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index 8853c5647fb0..a2b3775eec67 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -39,6 +39,7 @@ menuconfig WESTON select

[ptxdist] [PATCH 2/2] vulkan-validationlayers: version bump 1.2.131.1 -> 1.2.131.2

2020-02-25 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-validationlayers.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make index d19da0b84c3a..2a0062b38e3f 100644 --- a/rules/vulkan-validationlayers.make

[ptxdist] [PATCH 1/2] vulkan-loader: version bump 1.2.131.1 -> 1.3.131.2

2020-02-25 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-loader.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index 1510f0271465..34a2957ea825 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make @@ -14,8

[ptxdist] [PATCH] libinput: allow installing libinput tool

2020-02-25 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libinput.in | 6 ++ rules/libinput.make | 5 + 2 files changed, 11 insertions(+) diff --git a/rules/libinput.in b/rules/libinput.in index 7765721b1585..d4bde4bfe4d8 100644 --- a/rules/libinput.in +++ b/rules/libinput.in @@ -25,4 +25,10 @@ config

Re: [ptxdist] [PATCH 1/9] weston: enable pipewire plugin

2020-02-25 Thread Philipp Zabel
On Tue, 2020-02-25 at 18:04 +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/weston.in | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/rules/weston.in b/rules/weston.in > index 8853c5647fb0..a2b3775eec67 100644 > --- a

[ptxdist] [PATCH] wayland: version bump 1.17.0 -> 1.18.0

2020-02-25 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/wayland.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wayland.make b/rules/wayland.make index 3116b2cc444b..c4caee7390e5 100644 --- a/rules/wayland.make +++ b/rules/wayland.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] wayland-protocols: version bump 1.18 -> 1.20

2020-03-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/wayland-protocols.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make index 74b65f1d04b4..93b821cf447a 100644 --- a/rules/wayland-protocols.make +++ b/rules/wayland

[ptxdist] [PATCH] mesalib: version bump 20.0.0 -> 20.0.1

2020-03-12 Thread Philipp Zabel
- Drop applied patch 5adcb0a62acc ("util: remove the dependency on kcmp.h"). Signed-off-by: Philipp Zabel --- ...util-remove-the-dependency-on-kcmp.h.patch | 35 --- patches/mesa-20.0.0/series| 4 --- rules/mesalib.make|

[ptxdist] [PATCH] libinput: version bump 1.15.2 -> 1.15.5

2020-05-06 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index a668fef0835f..08fca0578b87 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] mesalib: version bump 20.0.4 -> 20.0.7

2020-05-18 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 955998c077d4..9375ec7106cc 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] doc: environment: make toolchain directory user writeable as root

2020-05-28 Thread Philipp Zabel
Creating the toolchain directory under /opt and making it writeable to the user should be done as root. Make this very obvious by prepending the commans with sudo. Signed-off-by: Philipp Zabel --- doc/environment.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc

[ptxdist] [PATCH] doc: update toolchain to 2019.09.1

2020-05-28 Thread Philipp Zabel
Update the toolchain fallback to OSELAS.Toolchain-2019.09.1 so the official documentation suggests the latest bugfix release. Signed-off-by: Philipp Zabel --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 6c7e90e43e5f

Re: [ptxdist] [PATCH] doc: environment: make toolchain directory user writeable as root

2020-05-29 Thread Philipp Zabel
On Fri, May 29, 2020 at 10:14:44AM +0200, Michael Olbrich wrote: > On Thu, May 28, 2020 at 10:05:14AM +0200, Philipp Zabel wrote: > > Creating the toolchain directory under /opt and making it writeable to > > the user should be done as root. Make this very obvious by prepending

[ptxdist] [PATCH] libpcre: add fallback mirror

2020-06-02 Thread Philipp Zabel
Add the official pcre.org mirror as a fallback in case SourceFourge is temporarily unavailable. Signed-off-by: Philipp Zabel --- rules/libpcre.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/libpcre.make b/rules/libpcre.make index 90a922a79041..466b0a41cfd1

[ptxdist] [PATCH 3/4] vulkan-loader: version bump 1.2.131.2 -> 1.2.135.0

2020-06-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-loader.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index 34a2957ea825..c6733649abaa 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make @@ -14,8

[ptxdist] [PATCH 2/4] glslang: version bump 2020-01-05-g4fc7a33910fb -> 2020-03-31-ge157435c1e77

2020-06-02 Thread Philipp Zabel
Marked as known-good in vulkan-validationlayers 1.2.135.0. Signed-off-by: Philipp Zabel --- rules/glslang.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/glslang.make b/rules/glslang.make index 5d27fcb1c10e..87fed0351e65 100644 --- a/rules/glslang.make

[ptxdist] [PATCH 1/4] spirv-tools: version bump 2020-01-14-g323a81fc5e30 -> 2020.2

2020-06-02 Thread Philipp Zabel
Marked as known-good in glslang 2020-03-31-ge157435c1e77. Signed-off-by: Philipp Zabel --- rules/spirv-tools.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make index 34125732c5a0..40ddf698a81a 100644 --- a/rules/spirv

[ptxdist] [PATCH 4/4] vulkan-validationlayers: version bump 1.2.131.2 -> 1.3.135.0

2020-06-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-validationlayers.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make index 2a0062b38e3f..c0c60db69d79 100644 --- a/rules/vulkan-validationlayers.make

[ptxdist] [PATCH] opus: version bump 1.2.1 -> 1.3.1

2020-06-05 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/opus.make | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/opus.make b/rules/opus.make index 852c4eff2b98..2ee347ad9257 100644 --- a/rules/opus.make +++ b/rules/opus.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPUS) += opus

[ptxdist] [PATCH] mesalib: version bump 20.0.7 -> 20.1.1

2020-06-11 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/host-mesalib.make | 1 - rules/mesalib.in| 4 rules/mesalib.make | 9 ++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make index 699782233600..6901159de61f 100644 --- a

[ptxdist] [PATCH 2/6] glslang: version bump 2020-03-31-ge157435c1e77 -> 2020-05-27-ge00d27c6d65b

2020-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/glslang.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glslang.make b/rules/glslang.make index 87fed0351e65..ada329737ce1 100644 --- a/rules/glslang.make +++ b/rules/glslang.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH 1/6] host-glslang: fix CMake configuration options

2020-06-16 Thread Philipp Zabel
Fixes: e7970340dd07 ("glslang: version bump 2020-01-05-g4fc7a33910fb -> 2020-03-31-ge157435c1e77") Signed-off-by: Philipp Zabel --- rules/host-glslang.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/host-glslang.make b/rules/host-glsla

[ptxdist] [PATCH 6/6] vulkan-tools: new package

2020-06-16 Thread Philipp Zabel
This package contains the vulkaninfo tool and the vkcube(pp) examples. Signed-off-by: Philipp Zabel --- rules/vulkan-tools.in | 29 + rules/vulkan-tools.make | 71 + 2 files changed, 100 insertions(+) create mode 100644 rules/vulkan

[ptxdist] [PATCH 5/6] vulkan-validationlayers: version bump 1.2.135.0 -> 1.2.141.0

2020-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-validationlayers.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make index c0c60db69d79..2662e6d30d4d 100644 --- a/rules/vulkan-validationlayers.make

[ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.135.0 -> 1.2.141.0

2020-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-loader.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index c6733649abaa..4a0b83e3f348 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make @@ -14,8

[ptxdist] [PATCH 3/6] spirv-tools: version bump v2020.2 -> v2020.3

2020-06-16 Thread Philipp Zabel
Install SPIR-V headers required by vulkan-validationlayers. Signed-off-by: Philipp Zabel --- rules/spirv-tools.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make index 40ddf698a81a..20367a383106 100644 --- a/rules

[ptxdist] [PATCH] gst-plugins-bad1: fix build against vulkan >= 1.2.140

2020-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- ...an-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch | 44 +++ patches/gst-plugins-bad-1.16.2/series | 3 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 patches/gst-plugins-bad-1.16.2/0002-vulkan-Drop-use-of

[ptxdist] [PATCH v2] vulkan-tools: new package

2020-06-19 Thread Philipp Zabel
This package contains the vulkaninfo tool and the vkcube(pp) examples. Signed-off-by: Philipp Zabel --- Changes since v1: - added missing build dependency on XORG_LIB_X11 --- rules/vulkan-tools.in | 30 + rules/vulkan-tools.make | 71

[ptxdist] [PATCH v3] vulkan-tools: new package

2020-06-22 Thread Philipp Zabel
This package contains the vulkaninfo tool and the vkcube(pp) examples. Signed-off-by: Philipp Zabel [mol: fix PTXCONF_VULKAN_CUBE -> PTXCONF_VULKAN_TOOLS_CUBE] Signed-off-by: Michael Olbrich --- Changed since v2: - added missing glslang dependency --- rules/vulkan-tools.in |

[ptxdist] [PATCH v4] vulkan-tools: new package

2020-06-24 Thread Philipp Zabel
This package contains the vulkaninfo tool and the vkcube(pp) examples. Signed-off-by: Philipp Zabel [mol: fix PTXCONF_VULKAN_CUBE -> PTXCONF_VULKAN_TOOLS_CUBE] Signed-off-by: Michael Olbrich --- Changed since v3: - replaced glslang dependency with actually missing host-glslang depende

[ptxdist] [PATCH 01/10] python3-attrs: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-attrs.in | 8 ++ rules/python3-attrs.make | 54 2 files changed, 62 insertions(+) create mode 100644 rules/python3-attrs.in create mode 100644 rules/python3-attrs.make diff --git a/rules/python3

[ptxdist] [PATCH 10/10] python3-pytest: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-pytest.in | 15 + rules/python3-pytest.make | 68 +++ 2 files changed, 83 insertions(+) create mode 100644 rules/python3-pytest.in create mode 100644 rules/python3-pytest.make diff --git a/rules

[ptxdist] [PATCH 03/10] python3-more-itertools: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-more-itertools.in | 8 + rules/python3-more-itertools.make | 54 +++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-more-itertools.in create mode 100644 rules/python3-more-itertools.make diff

[ptxdist] [PATCH 06/10] python3-py: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-py.in | 8 +++ rules/python3-py.make | 54 +++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-py.in create mode 100644 rules/python3-py.make diff --git a/rules/python3-py.in b

[ptxdist] [PATCH 08/10] python3-wcwidth: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-wcwidth.in | 8 ++ rules/python3-wcwidth.make | 54 ++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-wcwidth.in create mode 100644 rules/python3-wcwidth.make diff --git a/rules

[ptxdist] [PATCH 09/10] python3-zipp: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-zipp.in | 8 ++ rules/python3-zipp.make | 54 + 2 files changed, 62 insertions(+) create mode 100644 rules/python3-zipp.in create mode 100644 rules/python3-zipp.make diff --git a/rules/python3

[ptxdist] [PATCH 04/10] python3-packaging: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-packaging.in | 10 +++ rules/python3-packaging.make | 54 2 files changed, 64 insertions(+) create mode 100644 rules/python3-packaging.in create mode 100644 rules/python3-packaging.make diff --git a

[ptxdist] [PATCH 02/10] python3-importlib-metadata: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-importlib-metadata.in | 9 + rules/python3-importlib-metadata.make | 54 +++ 2 files changed, 63 insertions(+) create mode 100644 rules/python3-importlib-metadata.in create mode 100644 rules/python3-importlib

[ptxdist] [PATCH 05/10] python3-pluggy: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-pluggy.in | 9 +++ rules/python3-pluggy.make | 54 +++ 2 files changed, 63 insertions(+) create mode 100644 rules/python3-pluggy.in create mode 100644 rules/python3-pluggy.make diff --git a/rules/python3

[ptxdist] [PATCH 07/10] python3-pyparsing: new package

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-pyparsing.in | 8 ++ rules/python3-pyparsing.make | 54 2 files changed, 62 insertions(+) create mode 100644 rules/python3-pyparsing.in create mode 100644 rules/python3-pyparsing.make diff --git a/rules

[ptxdist] [PATCH] glmark2: version bump 2019-03-27-geaa70888 -> 2020.04

2020-07-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/glmark2.make | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/glmark2.make b/rules/glmark2.make index 5f495886deb3..d6b35a3bfca4 100644 --- a/rules/glmark2.make +++ b/rules/glmark2.make @@ -14,12 +14,11 @@ PACKAGES

Re: [ptxdist] [PATCH 01/10] python3-attrs: new package

2020-07-03 Thread Philipp Zabel
On Fri, 2020-07-03 at 11:19 +0200, Michael Olbrich wrote: > On Thu, Jul 02, 2020 at 03:05:09PM +0200, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > --- > > rules/python3-attrs.in | 8 ++ > > rules/python3-attrs.make | 54 ++

Re: [ptxdist] [PATCH 10/10] python3-pytest: new package

2020-07-03 Thread Philipp Zabel
On Fri, 2020-07-03 at 11:22 +0200, Michael Olbrich wrote: > On Thu, Jul 02, 2020 at 03:05:18PM +0200, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > --- > > rules/python3-pytest.in | 15 + > > rules/python3-pytest.make | 68 +++

[ptxdist] [PATCH v2 01/10] python3-attrs: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-attrs.in | 8 ++ rules/python3-attrs.make | 54 2 files changed, 62 insertions(+) create mode 100644 rules/python3-attrs.in create mode 100644 rules/python3-attrs.make diff --git a/rules/python3

[ptxdist] [PATCH v2 03/10] python3-more-itertools: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-more-itertools.in | 8 + rules/python3-more-itertools.make | 54 +++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-more-itertools.in create mode 100644 rules/python3-more-itertools.make diff

[ptxdist] [PATCH v2 05/10] python3-pluggy: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-pluggy.in | 9 +++ rules/python3-pluggy.make | 54 +++ 2 files changed, 63 insertions(+) create mode 100644 rules/python3-pluggy.in create mode 100644 rules/python3-pluggy.make diff --git a/rules/python3

[ptxdist] [PATCH v2 07/10] python3-pyparsing: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-pyparsing.in | 8 ++ rules/python3-pyparsing.make | 54 2 files changed, 62 insertions(+) create mode 100644 rules/python3-pyparsing.in create mode 100644 rules/python3-pyparsing.make diff --git a/rules

[ptxdist] [PATCH v2 10/10] python3-pytest: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-pytest.in | 15 + rules/python3-pytest.make | 67 +++ 2 files changed, 82 insertions(+) create mode 100644 rules/python3-pytest.in create mode 100644 rules/python3-pytest.make diff --git a/rules

[ptxdist] [PATCH v2 08/10] python3-wcwidth: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-wcwidth.in | 8 ++ rules/python3-wcwidth.make | 54 ++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-wcwidth.in create mode 100644 rules/python3-wcwidth.make diff --git a/rules

[ptxdist] [PATCH v2 06/10] python3-py: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-py.in | 8 +++ rules/python3-py.make | 54 +++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-py.in create mode 100644 rules/python3-py.make diff --git a/rules/python3-py.in b

[ptxdist] [PATCH v2 02/10] python3-importlib-metadata: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-importlib-metadata.in | 9 + rules/python3-importlib-metadata.make | 54 +++ 2 files changed, 63 insertions(+) create mode 100644 rules/python3-importlib-metadata.in create mode 100644 rules/python3-importlib

[ptxdist] [PATCH v2 09/10] python3-zipp: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-zipp.in | 8 ++ rules/python3-zipp.make | 54 + 2 files changed, 62 insertions(+) create mode 100644 rules/python3-zipp.in create mode 100644 rules/python3-zipp.make diff --git a/rules/python3

[ptxdist] [PATCH v2 04/10] python3-packaging: new package

2020-07-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/python3-packaging.in | 10 +++ rules/python3-packaging.make | 54 2 files changed, 64 insertions(+) create mode 100644 rules/python3-packaging.in create mode 100644 rules/python3-packaging.make diff --git a

[ptxdist] [PATCH v2] glmark2: version bump 2019-03-27-geaa70888 -> 2020.04

2020-07-06 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- Changed since v1: - added python3 fix from master --- ...1-Build-Fix-Python-3-incompatibility.patch | 21 +++ patches/glmark2-2020.04/series| 4 rules/glmark2.make| 9 3 files changed

[ptxdist] [PATCH] libva-intel-driver: version bump 2.4.0 -> 2.4.1

2020-07-07 Thread Philipp Zabel
Includes a build fix for GCC 10. Signed-off-by: Philipp Zabel --- rules/libva-intel-driver.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libva-intel-driver.make b/rules/libva-intel-driver.make index 9c8457c47326..3cfa54014439 100644 --- a/rules/libva-intel

[ptxdist] [PATCH] dhcp: add -fcommon to CFLAGS

2020-07-07 Thread Philipp Zabel
Quick workaround to fix building with GCC 10. Signed-off-by: Philipp Zabel --- rules/dhcp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dhcp.make b/rules/dhcp.make index e131d3e9fe96..6677c2dc473c 100644 --- a/rules/dhcp.make +++ b/rules/dhcp.make @@ -39,9

[ptxdist] [PATCH] configure_helper: blacklist Meson builtin options

2020-07-08 Thread Philipp Zabel
Blacklist the build.cpp_rtti, build.objc_args, build.objc_link_args, build.objcpp_args, build.objcpp_link_args, and cpp_rtti builtin options. Signed-off-by: Philipp Zabel --- scripts/configure_helper.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/configure_helper.py b

[ptxdist] [PATCH] shaderc: new package

2020-07-08 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/host-shaderc.in | 7 +++ rules/host-shaderc.make | 65 +++ rules/shaderc.in| 41 ++ rules/shaderc.make | 115 4 files changed, 228 insertions(+) create mode 100644

[ptxdist] [PATCH] cross-nasm: version bump 2.11.08 -> 2.15

2020-07-09 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/cross-nasm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make index b8cb1060e1f8..6a4ba7544e01 100644 --- a/rules/cross-nasm.make +++ b/rules/cross-nasm.make @@ -17,8 +17,8 @@ ifdef

[ptxdist] [PATCH] python3-zipp: fix missing version in setup.py

2020-07-09 Thread Philipp Zabel
sr/lib/python3.7/site-packages), Requirement.parse('zipp>=0.5'), {'importlib-metadata'}) Signed-off-by: Philipp Zabel --- rules/python3-zipp.make | 6 ++ 1 file changed, 6 insertions(+) diff --git a/rules/python3-zipp.make b/rules/python3-zipp.make index bd43b1b3bd9a..a743971e

[ptxdist] [PATCH] mesalib: version bump 20.1.2 -> 20.1.3

2020-07-09 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 53e0f86c266c..31b9f68f72a3 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] shaderc: new package

2020-07-09 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/host-shaderc.in | 7 +++ rules/host-shaderc.make | 65 +++ rules/shaderc.in| 41 ++ rules/shaderc.make | 115 4 files changed, 228 insertions(+) create mode 100644

[ptxdist] [PATCH] libdrm: version bump 2.4.100 -> 2.4.102

2020-07-14 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libdrm.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libdrm.make b/rules/libdrm.make index 68067268c9e5..7af447b7e9d3 100644 --- a/rules/libdrm.make +++ b/rules/libdrm.make @@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_LIBDRM

[ptxdist] [PATCH] host-meson: version bump 0.53.1 -> 0.54.3

2020-07-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/host-meson.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-meson.make b/rules/host-meson.make index 5c86d81e873d..3bf0491e4908 100644 --- a/rules/host-meson.make +++ b/rules/host-meson.make @@ -14,8 +14,8

[ptxdist] [PATCH] wlroots: version bump 0.10.0 -> 0.11.0

2020-07-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/wlroots.in | 4 rules/wlroots.make | 5 ++--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/rules/wlroots.in b/rules/wlroots.in index 8b3fc250604b..17675cc90234 100644 --- a/rules/wlroots.in +++ b/rules/wlroots.in @@ -25,10 +25,6

[ptxdist] [PATCH v2] shaderc: new package

2020-07-17 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- Changes since v1: - fixed SHADERC_ENABLE_SPVC option - fixed libshaderc_shared targetinstall --- rules/host-shaderc.in | 7 +++ rules/host-shaderc.make | 65 +++ rules/shaderc.in| 41 ++ rules/shaderc.make

[ptxdist] [PATCH v2] wlroots: version bump 0.10.0 -> 0.11.0

2020-07-17 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- Changes since v1: - drop LIBCAP select --- rules/wlroots.in | 5 - rules/wlroots.make | 5 ++--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/rules/wlroots.in b/rules/wlroots.in index 8b3fc250604b..0a384867fab7 100644 --- a/rules

[ptxdist] [PATCH] mesalib: version bump 20.1.3 -> 20.1.4

2020-07-29 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 31b9f68f72a3..b76f21df95f1 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH v5] vulkan-tools: new package

2020-08-03 Thread Philipp Zabel
This package contains the vulkaninfo tool. Signed-off-by: Philipp Zabel [mol: fix PTXCONF_VULKAN_CUBE -> PTXCONF_VULKAN_TOOLS_CUBE] Signed-off-by: Michael Olbrich --- Changes since v4: - mark cube examples as BROKEN, the build system does not allow them to be cross-compiled. --- ru

[ptxdist] [PATCH 1/5] glslang: version bump 2020-05-27-ge00d27c6d65b -> 2020-07-23-g3ee5f2f1d331

2020-08-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/glslang.in | 1 + rules/glslang.make| 8 rules/host-glslang.in | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rules/glslang.in b/rules/glslang.in index c2a660243d31..fba48e79e857 100644 --- a/rules/glslang.in +++ b

[ptxdist] [PATCH 4/5] vulkan-tools: version bump 1.2.141.0 -> 1.2.148.0

2020-08-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make index 0d04775e7aa4..ddc7aec6bbb4 100644 --- a/rules/vulkan-tools.make +++ b/rules/vulkan-tools.make @@ -14,8 +14,8

[ptxdist] [PATCH 3/5] vulkan-loader: version bump 1.2.141.0 -> 1.2.148.0

2020-08-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-loader.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index 4a0b83e3f348..e786eb775437 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make

[ptxdist] [PATCH 5/5] vulkan-validationlayers: version bump 1.2.141.0 -> 1.2.148.0

2020-08-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-validationlayers.make | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make index 2662e6d30d4d..3ee3f55152e8 100644 --- a/rules/vulkan

[ptxdist] [PATCH 2/5] spirv-tools: version bump 2020.3 -> 2020.4

2020-08-04 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/spirv-tools.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make index 20367a383106..8b5f5957ee8c 100644 --- a/rules/spirv-tools.make +++ b/rules/spirv-tools.make @@ -14,8 +14,8

  1   2   3   4   5   6   7   8   9   >