Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Intel media driver 22.4.4
@ 2022-07-23 15:30 motorto
  2022-07-23 17:41 ` abenson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: motorto @ 2022-07-23 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages intel-media-driver-22.4.4
https://github.com/void-linux/void-packages/pull/38215

Intel media driver 22.4.4

#### Testing the changes
- I tested the changes in this PR: briefly 

Currently testing on my system will report back if found any issue 

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From c353f9dbcc17921e08804504ce3ba0aba9de280d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 16:28:29 +0100
Subject: [PATCH 1/2] intel-gmmlib: update to 22.1.7.

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

diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template
index 532fbba62d9e..c5f58f720858 100644
--- a/srcpkgs/intel-gmmlib/template
+++ b/srcpkgs/intel-gmmlib/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-gmmlib'
 pkgname=intel-gmmlib
-version=22.1.3
+version=22.1.7
 revision=1
 archs="i686* x86_64*"
 wrksrc=gmmlib-intel-gmmlib-${version}
@@ -19,7 +19,7 @@ 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=81dbb4ddec98bb18c3a038cd40222046ae7f5b24b2d5acbfb2400f39f02f2aaf
+checksum=08a378671971a1777ca60f87e39fd7d7cbba94e485a1f5f64fe4840ff9d2ac2d
 
 lib32disabled=yes
 

From 9e16f469c5035adf97cbbf8037acb7a2f7b8dbe7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 16:28:36 +0100
Subject: [PATCH 2/2] intel-media-driver: update to 22.4.4.

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

diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template
index 06ec79296537..855cfbdc3e0a 100644
--- a/srcpkgs/intel-media-driver/template
+++ b/srcpkgs/intel-media-driver/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-media-driver'
 pkgname=intel-media-driver
-version=22.3.1
+version=22.4.4
 revision=1
 archs="x86_64*"
 wrksrc=media-driver-intel-media-${version}
@@ -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=0fdccad95a561178bd19fba69ab94be23bd4a3072e68aa18c3304c990d87d7d8
+checksum=19c3ef965ca155913719d138e297963b759f9b9d34d4ea85414d1c7b9d204253
 
 build_options="nonfree"
 desc_option_nonfree="Enable nonfree kernels"

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

* Re: Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
@ 2022-07-23 17:41 ` abenson
  2022-07-23 17:48 ` motorto
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2022-07-23 17:41 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#issuecomment-1193161963

Comment:
This patch seems to fix `-musl`.

```
--- a/media_softlet/linux/common/os/osservice/mos_utilities_specific.cpp
+++ b/media_softlet/linux/common/os/osservice/mos_utilities_specific.cpp
@@ -51,7 +51,9 @@
 #include <signal.h>
 #include <unistd.h>  // fork
 #include <algorithm>
+#if defined(__GLIBC__)
 #include <execinfo.h> // backtrace
+#endif
 
 const char           *MosUtilitiesSpecificNext::m_szUserFeatureFile     = USER_FEATURE_FILE;
 MOS_PUF_KEYLIST      MosUtilitiesSpecificNext::m_ufKeyList              = nullptr;
@@ -2489,6 +2491,7 @@
                 MOS_FreeMemory(pTraceBuf);
             }
         }
+#if defined(__GLIBC__)
         if (m_mosTraceFilter & (1ULL << TR_KEY_CALL_STACK))
         {
             // reserve space for header and stack size field.
@@ -2508,6 +2511,7 @@
                 size_t ret = write(MosUtilitiesSpecificNext::m_mosTraceFd, traceBuf, nLen);
             }
         }
+#endif
     }
     return;
 }
```

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

* Re: Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
  2022-07-23 17:41 ` abenson
@ 2022-07-23 17:48 ` motorto
  2022-07-23 17:49 ` motorto
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-23 17:48 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#issuecomment-1193162945

Comment:
> This patch seems to fix `-musl`.

Thanks I was using testing the one provided by Alpine Linux and it was compiling on musl but not on glibc. Let me try on glibc again and will push 

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

* Re: Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
  2022-07-23 17:41 ` abenson
  2022-07-23 17:48 ` motorto
@ 2022-07-23 17:49 ` motorto
  2022-07-23 17:54 ` motorto
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-23 17:49 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#issuecomment-1193162945

Comment:
> This patch seems to fix `-musl`.

Thanks I was using testing the one provided by Alpine Linux and it was compiling on musl but not on glibc. Let me try on glibc again (with your patch) and will push 

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

* Re: Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (2 preceding siblings ...)
  2022-07-23 17:49 ` motorto
@ 2022-07-23 17:54 ` motorto
  2022-07-23 18:01 ` [PR PATCH] [Updated] " motorto
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-23 17:54 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#issuecomment-1193162945

Comment:
> This patch seems to fix `-musl`.

Thanks I was using testing the one provided by [Alpine Linux](https://git.alpinelinux.org/aports/tree/community/intel-media-driver/execinfo.patch) and it was compiling on musl but not on glibc. Let me try on glibc again (with your patch) and will push 

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

* Re: [PR PATCH] [Updated] Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (3 preceding siblings ...)
  2022-07-23 17:54 ` motorto
@ 2022-07-23 18:01 ` motorto
  2022-07-24 15:25 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-23 18:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages intel-media-driver-22.4.4
https://github.com/void-linux/void-packages/pull/38215

Intel media driver 22.4.4
#### Testing the changes
- I tested the changes in this PR: briefly 

Currently testing on my system will report back if found any issue 

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

@abenson  friendly ping you made the last update does it look  okay ?



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

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

From 815a651be10cf7e150bad98a42cdd827945f4190 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 16:28:29 +0100
Subject: [PATCH 1/2] intel-gmmlib: update to 22.1.7.

---
 common/shlibs                 | 2 +-
 srcpkgs/intel-gmmlib/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c0b708dd7a3d..376c931537df 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3882,7 +3882,7 @@ libnvpair.so.3 zfs-2.0.3_2
 libgmio.so gmio-0.4.1_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
-libigdgmm.so.12 intel-gmmlib-22.1.3_1
+libigdgmm.so.12 intel-gmmlib-22.1.7_1
 libigfxcmrt.so.7 intel-media-driver-21.3.5_1
 libigraph.so.0 igraph-0.9.4_1
 libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template
index 532fbba62d9e..c5f58f720858 100644
--- a/srcpkgs/intel-gmmlib/template
+++ b/srcpkgs/intel-gmmlib/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-gmmlib'
 pkgname=intel-gmmlib
-version=22.1.3
+version=22.1.7
 revision=1
 archs="i686* x86_64*"
 wrksrc=gmmlib-intel-gmmlib-${version}
@@ -19,7 +19,7 @@ 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=81dbb4ddec98bb18c3a038cd40222046ae7f5b24b2d5acbfb2400f39f02f2aaf
+checksum=08a378671971a1777ca60f87e39fd7d7cbba94e485a1f5f64fe4840ff9d2ac2d
 
 lib32disabled=yes
 

From ed1d5fd7ccd50875b7d056ad2badcbef29b0daef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 16:28:36 +0100
Subject: [PATCH 2/2] intel-media-driver: update to 22.4.4.

---
 common/shlibs                                 |  2 +-
 .../intel-media-driver/patches/execinfo.patch | 28 +++++++++++++++++++
 srcpkgs/intel-media-driver/template           |  4 +--
 3 files changed, 31 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/intel-media-driver/patches/execinfo.patch

diff --git a/common/shlibs b/common/shlibs
index 376c931537df..024c820b32de 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3883,7 +3883,7 @@ libgmio.so gmio-0.4.1_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.12 intel-gmmlib-22.1.7_1
-libigfxcmrt.so.7 intel-media-driver-21.3.5_1
+libigfxcmrt.so.7 intel-media-driver-22.4.4_1
 libigraph.so.0 igraph-0.9.4_1
 libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
 librdkafka.so.1 librdkafka-1.4.4_3
diff --git a/srcpkgs/intel-media-driver/patches/execinfo.patch b/srcpkgs/intel-media-driver/patches/execinfo.patch
new file mode 100644
index 000000000000..5096bb3b2cda
--- /dev/null
+++ b/srcpkgs/intel-media-driver/patches/execinfo.patch
@@ -0,0 +1,28 @@
+--- a/media_softlet/linux/common/os/osservice/mos_utilities_specific.cpp
++++ b/media_softlet/linux/common/os/osservice/mos_utilities_specific.cpp
+@@ -51,7 +51,9 @@
+ #include <signal.h>
+ #include <unistd.h>  // fork
+ #include <algorithm>
++#if defined(__GLIBC__)
+ #include <execinfo.h> // backtrace
++#endif
+ 
+ const char           *MosUtilitiesSpecificNext::m_szUserFeatureFile     = USER_FEATURE_FILE;
+ MOS_PUF_KEYLIST      MosUtilitiesSpecificNext::m_ufKeyList              = nullptr;
+@@ -2489,6 +2491,7 @@
+                 MOS_FreeMemory(pTraceBuf);
+             }
+         }
++#if defined(__GLIBC__)
+         if (m_mosTraceFilter & (1ULL << TR_KEY_CALL_STACK))
+         {
+             // reserve space for header and stack size field.
+@@ -2508,6 +2511,7 @@
+                 size_t ret = write(MosUtilitiesSpecificNext::m_mosTraceFd, traceBuf, nLen);
+             }
+         }
++#endif
+     }
+     return;
+ }
diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template
index 06ec79296537..855cfbdc3e0a 100644
--- a/srcpkgs/intel-media-driver/template
+++ b/srcpkgs/intel-media-driver/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-media-driver'
 pkgname=intel-media-driver
-version=22.3.1
+version=22.4.4
 revision=1
 archs="x86_64*"
 wrksrc=media-driver-intel-media-${version}
@@ -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=0fdccad95a561178bd19fba69ab94be23bd4a3072e68aa18c3304c990d87d7d8
+checksum=19c3ef965ca155913719d138e297963b759f9b9d34d4ea85414d1c7b9d204253
 
 build_options="nonfree"
 desc_option_nonfree="Enable nonfree kernels"

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

* Re: [PR REVIEW] Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (4 preceding siblings ...)
  2022-07-23 18:01 ` [PR PATCH] [Updated] " motorto
@ 2022-07-24 15:25 ` sgn
  2022-07-24 15:39 ` [PR PATCH] [Updated] " motorto
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-07-24 15:25 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#discussion_r928274644

Comment:
Why do you bump shlib requirements?

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

* Re: [PR PATCH] [Updated] Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (5 preceding siblings ...)
  2022-07-24 15:25 ` [PR REVIEW] " sgn
@ 2022-07-24 15:39 ` motorto
  2022-07-24 15:41 ` [PR REVIEW] " motorto
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-24 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages intel-media-driver-22.4.4
https://github.com/void-linux/void-packages/pull/38215

Intel media driver 22.4.4
#### Testing the changes
- I tested the changes in this PR: briefly 

Currently testing on my system will report back if found any issue 

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

@abenson  friendly ping you made the last update does it look  okay ?



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

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

From 3c36364d88da055a2d1b84447de1f9f45bb38573 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 24 Jul 2022 16:37:48 +0100
Subject: [PATCH 1/2] intel-gmmlib: update to 22.1.7.

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

diff --git a/srcpkgs/intel-gmmlib/template b/srcpkgs/intel-gmmlib/template
index 532fbba62d9e..c5f58f720858 100644
--- a/srcpkgs/intel-gmmlib/template
+++ b/srcpkgs/intel-gmmlib/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-gmmlib'
 pkgname=intel-gmmlib
-version=22.1.3
+version=22.1.7
 revision=1
 archs="i686* x86_64*"
 wrksrc=gmmlib-intel-gmmlib-${version}
@@ -19,7 +19,7 @@ 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=81dbb4ddec98bb18c3a038cd40222046ae7f5b24b2d5acbfb2400f39f02f2aaf
+checksum=08a378671971a1777ca60f87e39fd7d7cbba94e485a1f5f64fe4840ff9d2ac2d
 
 lib32disabled=yes
 

From 703c33340cc60786ab009271daf38d03525faa89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 24 Jul 2022 16:39:13 +0100
Subject: [PATCH 2/2] intel-media-driver: update to 22.4.4.

---
 .../intel-media-driver/patches/execinfo.patch | 32 +++++++++++++++++++
 srcpkgs/intel-media-driver/template           |  4 +--
 2 files changed, 34 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/intel-media-driver/patches/execinfo.patch

diff --git a/srcpkgs/intel-media-driver/patches/execinfo.patch b/srcpkgs/intel-media-driver/patches/execinfo.patch
new file mode 100644
index 000000000000..17987b098d0a
--- /dev/null
+++ b/srcpkgs/intel-media-driver/patches/execinfo.patch
@@ -0,0 +1,32 @@
+Fix builds on musl
+
+--- a/media_softlet/linux/common/os/osservice/mos_utilities_specific.cpp
++++ b/media_softlet/linux/common/os/osservice/mos_utilities_specific.cpp
+@@ -51,7 +51,9 @@
+ #include <signal.h>
+ #include <unistd.h>  // fork
+ #include <algorithm>
++#if defined(__GLIBC__)
+ #include <execinfo.h> // backtrace
++#endif
+ 
+ const char           *MosUtilitiesSpecificNext::m_szUserFeatureFile     = USER_FEATURE_FILE;
+ MOS_PUF_KEYLIST      MosUtilitiesSpecificNext::m_ufKeyList              = nullptr;
+@@ -2489,6 +2491,7 @@
+                 MOS_FreeMemory(pTraceBuf);
+             }
+         }
++#if defined(__GLIBC__)
+         if (m_mosTraceFilter & (1ULL << TR_KEY_CALL_STACK))
+         {
+             // reserve space for header and stack size field.
+@@ -2508,6 +2511,7 @@
+                 size_t ret = write(MosUtilitiesSpecificNext::m_mosTraceFd, traceBuf, nLen);
+             }
+         }
++#endif
+     }
+     return;
+ }
+
+
diff --git a/srcpkgs/intel-media-driver/template b/srcpkgs/intel-media-driver/template
index 06ec79296537..855cfbdc3e0a 100644
--- a/srcpkgs/intel-media-driver/template
+++ b/srcpkgs/intel-media-driver/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-media-driver'
 pkgname=intel-media-driver
-version=22.3.1
+version=22.4.4
 revision=1
 archs="x86_64*"
 wrksrc=media-driver-intel-media-${version}
@@ -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=0fdccad95a561178bd19fba69ab94be23bd4a3072e68aa18c3304c990d87d7d8
+checksum=19c3ef965ca155913719d138e297963b759f9b9d34d4ea85414d1c7b9d204253
 
 build_options="nonfree"
 desc_option_nonfree="Enable nonfree kernels"

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

* Re: [PR REVIEW] Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (6 preceding siblings ...)
  2022-07-24 15:39 ` [PR PATCH] [Updated] " motorto
@ 2022-07-24 15:41 ` motorto
  2022-07-28 10:22 ` motorto
  2022-07-28 14:54 ` [PR PATCH] [Merged]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-24 15:41 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#discussion_r928276571

Comment:
I have misread the documentation and thought that I needed to updated the packages version on SONAME but it does greater as well. I have fixed the commits 

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

* Re: Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (7 preceding siblings ...)
  2022-07-24 15:41 ` [PR REVIEW] " motorto
@ 2022-07-28 10:22 ` motorto
  2022-07-28 14:54 ` [PR PATCH] [Merged]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: motorto @ 2022-07-28 10:22 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38215#issuecomment-1197954422

Comment:
@abenson if it looks okay could you merge this PR ?

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

* Re: [PR PATCH] [Merged]: Intel media driver 22.4.4
  2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
                   ` (8 preceding siblings ...)
  2022-07-28 10:22 ` motorto
@ 2022-07-28 14:54 ` abenson
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2022-07-28 14:54 UTC (permalink / raw)
  To: ml

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

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

Intel media driver 22.4.4
https://github.com/void-linux/void-packages/pull/38215

Description:
#### Testing the changes
- I tested the changes in this PR: briefly 

Currently testing on my system will report back if found any issue 

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

@abenson  friendly ping you made the last update does it look  okay ?



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

end of thread, other threads:[~2022-07-28 14:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 15:30 [PR PATCH] Intel media driver 22.4.4 motorto
2022-07-23 17:41 ` abenson
2022-07-23 17:48 ` motorto
2022-07-23 17:49 ` motorto
2022-07-23 17:54 ` motorto
2022-07-23 18:01 ` [PR PATCH] [Updated] " motorto
2022-07-24 15:25 ` [PR REVIEW] " sgn
2022-07-24 15:39 ` [PR PATCH] [Updated] " motorto
2022-07-24 15:41 ` [PR REVIEW] " motorto
2022-07-28 10:22 ` motorto
2022-07-28 14:54 ` [PR PATCH] [Merged]: " abenson

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).