Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intel-media-driver: update to 20.2.0 (and deps)
@ 2020-07-20  8:28 st3r4g
  2020-07-20  8:40 ` [PR PATCH] [Updated] " st3r4g
  2020-07-25  1:18 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: st3r4g @ 2020-07-20  8:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

There is a new pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages intel-media-driver-20.2.0
https://github.com/void-linux/void-packages/pull/23664

intel-media-driver: update to 20.2.0 (and deps)


A patch file from https://github.com/void-linux/void-packages/pull/23664.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-media-driver-20.2.0-23664.patch --]
[-- Type: text/x-diff, Size: 4027 bytes --]

From 6bf00466bec05d03db9f5712970c7aa4a73bf8f5 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 20 Jul 2020 10:25:44 +0200
Subject: [PATCH 1/3] libva: update to 2.8.0

---
 srcpkgs/libva/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 59f415aeb4f..8f99983cfec 100644
--- a/srcpkgs/libva/template
+++ b/srcpkgs/libva/template
@@ -1,6 +1,6 @@
 # Template file for 'libva'
 pkgname=libva
-version=2.7.1
+version=2.8.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://01.org/linuxmedia/vaapi"
 changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
 distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
-checksum=9a3167c9af8c0ce10c4a46791557f934457b78fcc625111dcefaa7f30b7eb289
+checksum=171bb8401930007945e87c765f22304e66e6e21c8a244a76389825dc2232671e
 
 build_options="wayland"
 build_options_default="wayland"

From f6e86b14a85233593312fd608c239941ce1b7674 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 20 Jul 2020 10:26:09 +0200
Subject: [PATCH 2/3] intel-gmmlib: update to 20.2.2

---
 srcpkgs/intel-gmmlib/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template
index e69ed6960c0..6c47391d78d 100644
--- a/srcpkgs/intel-gmmlib/template
+++ b/srcpkgs/intel-gmmlib/template
@@ -1,16 +1,17 @@
 # Template file for 'intel-gmmlib'
 pkgname=intel-gmmlib
-version=20.1.1
+version=20.2.2
 revision=1
 archs="i686* x86_64*"
 wrksrc=gmmlib-intel-gmmlib-${version}
 build_style=cmake
+configure_args="-Wno-dev"
 short_desc="Intel Graphics Memory Management Library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="MIT"
 homepage="https://github.com/intel/gmmlib"
 distfiles="https://github.com/intel/gmmlib/archive/intel-gmmlib-${version}.tar.gz"
-checksum=821755657cf51f59d8f3f443c99e3ec9f28d897ff65c219c6a119e4acb5a2ac7
+checksum=1cdd40517d9fee51e3760beea23d2a19c2d5fcb1d6a9ed2bc0af7318d0d3100f
 
 lib32disabled=yes
 

From 9393642dffaf95bc63f0ebd8437b68eec0bc0d6b Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 20 Jul 2020 10:26:33 +0200
Subject: [PATCH 3/3] intel-media-driver: update to 20.2.0

---
 srcpkgs/intel-media-driver/template | 6 +++---
 srcpkgs/intel-media-driver/update   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/intel-media-driver/update

diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template
index 9b4049e3b83..6fba3c474c5 100644
--- a/srcpkgs/intel-media-driver/template
+++ b/srcpkgs/intel-media-driver/template
@@ -1,11 +1,11 @@
 # Template file for 'intel-media-driver'
 pkgname=intel-media-driver
-version=20.1.1
+version=20.2.0
 revision=1
 archs="x86_64*"
 wrksrc=media-driver-intel-media-${version}
 build_style=cmake
-configure_args="-DENABLE_NONFREE_KERNELS=$(vopt_if nonfree ON OFF)"
+configure_args="-Wno-dev -DENABLE_NONFREE_KERNELS=$(vopt_if nonfree ON OFF)"
 hostmakedepends="pkg-config"
 makedepends="libva-devel libX11-devel intel-gmmlib-devel libpciaccess-devel"
 short_desc="Intel Media Driver for VAAPI (Broadwell+)"
@@ -13,7 +13,7 @@ maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="MIT, BSD-3-Clause"
 homepage="https://github.com/intel/media-driver"
 distfiles="https://github.com/intel/media-driver/archive/intel-media-${version}.tar.gz"
-checksum=dbca37ba8383cd4d1f3e15fa906f03457ebdb5a118d2459d8f9cd477e0f3d4d4
+checksum=1cdd40517d9fee51e3760beea23d2a19c2d5fcb1d6a9ed2bc0af7318d0d3100f
 
 build_options="nonfree"
 desc_option_nonfree="Enable nonfree kernels"
diff --git a/srcpkgs/intel-media-driver/update b/srcpkgs/intel-media-driver/update
new file mode 100644
index 00000000000..434a2bc67f7
--- /dev/null
+++ b/srcpkgs/intel-media-driver/update
@@ -0,0 +1 @@
+pkgname=intel-media

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] intel-media-driver: update to 20.2.0 (and deps)
  2020-07-20  8:28 [PR PATCH] intel-media-driver: update to 20.2.0 (and deps) st3r4g
@ 2020-07-20  8:40 ` st3r4g
  2020-07-25  1:18 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: st3r4g @ 2020-07-20  8:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages intel-media-driver-20.2.0
https://github.com/void-linux/void-packages/pull/23664

intel-media-driver: update to 20.2.0 (and deps)


A patch file from https://github.com/void-linux/void-packages/pull/23664.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-media-driver-20.2.0-23664.patch --]
[-- Type: text/x-diff, Size: 4027 bytes --]

From 6bf00466bec05d03db9f5712970c7aa4a73bf8f5 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 20 Jul 2020 10:25:44 +0200
Subject: [PATCH 1/3] libva: update to 2.8.0

---
 srcpkgs/libva/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 59f415aeb4f..8f99983cfec 100644
--- a/srcpkgs/libva/template
+++ b/srcpkgs/libva/template
@@ -1,6 +1,6 @@
 # Template file for 'libva'
 pkgname=libva
-version=2.7.1
+version=2.8.0
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://01.org/linuxmedia/vaapi"
 changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
 distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
-checksum=9a3167c9af8c0ce10c4a46791557f934457b78fcc625111dcefaa7f30b7eb289
+checksum=171bb8401930007945e87c765f22304e66e6e21c8a244a76389825dc2232671e
 
 build_options="wayland"
 build_options_default="wayland"

From 5b3bb652178f53ae2d781ceabb713b3c9548828b Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 20 Jul 2020 10:26:09 +0200
Subject: [PATCH 2/3] intel-gmmlib: update to 20.2.2

---
 srcpkgs/intel-gmmlib/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template
index e69ed6960c0..992945d93b7 100644
--- a/srcpkgs/intel-gmmlib/template
+++ b/srcpkgs/intel-gmmlib/template
@@ -1,16 +1,17 @@
 # Template file for 'intel-gmmlib'
 pkgname=intel-gmmlib
-version=20.1.1
+version=20.2.2
 revision=1
 archs="i686* x86_64*"
 wrksrc=gmmlib-intel-gmmlib-${version}
 build_style=cmake
+configure_args="-Wno-dev"
 short_desc="Intel Graphics Memory Management Library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="MIT"
 homepage="https://github.com/intel/gmmlib"
 distfiles="https://github.com/intel/gmmlib/archive/intel-gmmlib-${version}.tar.gz"
-checksum=821755657cf51f59d8f3f443c99e3ec9f28d897ff65c219c6a119e4acb5a2ac7
+checksum=b3dfb193549b7385d68d959b31fa4670fef69161ca808bc9268a213bffba84f2
 
 lib32disabled=yes
 

From 908267fa5e718ba0a9373e775b3065a10c3c90e2 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 20 Jul 2020 10:26:33 +0200
Subject: [PATCH 3/3] intel-media-driver: update to 20.2.0

---
 srcpkgs/intel-media-driver/template | 6 +++---
 srcpkgs/intel-media-driver/update   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/intel-media-driver/update

diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template
index 9b4049e3b83..6fba3c474c5 100644
--- a/srcpkgs/intel-media-driver/template
+++ b/srcpkgs/intel-media-driver/template
@@ -1,11 +1,11 @@
 # Template file for 'intel-media-driver'
 pkgname=intel-media-driver
-version=20.1.1
+version=20.2.0
 revision=1
 archs="x86_64*"
 wrksrc=media-driver-intel-media-${version}
 build_style=cmake
-configure_args="-DENABLE_NONFREE_KERNELS=$(vopt_if nonfree ON OFF)"
+configure_args="-Wno-dev -DENABLE_NONFREE_KERNELS=$(vopt_if nonfree ON OFF)"
 hostmakedepends="pkg-config"
 makedepends="libva-devel libX11-devel intel-gmmlib-devel libpciaccess-devel"
 short_desc="Intel Media Driver for VAAPI (Broadwell+)"
@@ -13,7 +13,7 @@ maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="MIT, BSD-3-Clause"
 homepage="https://github.com/intel/media-driver"
 distfiles="https://github.com/intel/media-driver/archive/intel-media-${version}.tar.gz"
-checksum=dbca37ba8383cd4d1f3e15fa906f03457ebdb5a118d2459d8f9cd477e0f3d4d4
+checksum=1cdd40517d9fee51e3760beea23d2a19c2d5fcb1d6a9ed2bc0af7318d0d3100f
 
 build_options="nonfree"
 desc_option_nonfree="Enable nonfree kernels"
diff --git a/srcpkgs/intel-media-driver/update b/srcpkgs/intel-media-driver/update
new file mode 100644
index 00000000000..434a2bc67f7
--- /dev/null
+++ b/srcpkgs/intel-media-driver/update
@@ -0,0 +1 @@
+pkgname=intel-media

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: intel-media-driver: update to 20.2.0 (and deps)
  2020-07-20  8:28 [PR PATCH] intel-media-driver: update to 20.2.0 (and deps) st3r4g
  2020-07-20  8:40 ` [PR PATCH] [Updated] " st3r4g
@ 2020-07-25  1:18 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-25  1:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

There's a merged pull request on the void-packages repository

intel-media-driver: update to 20.2.0 (and deps)
https://github.com/void-linux/void-packages/pull/23664

Description:
Tested on `x86_64-musl` with `mpv`

The lint script wrongly complains because it sees the word "nonfree"...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-25  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20  8:28 [PR PATCH] intel-media-driver: update to 20.2.0 (and deps) st3r4g
2020-07-20  8:40 ` [PR PATCH] [Updated] " st3r4g
2020-07-25  1:18 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).