Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vpl-gpu-rt-24.2.5
@ 2024-07-06 20:51 zlice
  2024-10-05  1:58 ` github-actions
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: zlice @ 2024-07-06 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.2.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 08c7886e148dc42292e58d20cbd9d8bdeac2b119 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-24.2.5

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..95d68520210412
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=24.2.5
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel oneVPL-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=ccb76812642d84d4d8a56d28df60ef6d450cbb09969a59ee6c4a819098617b5d
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: New package: vpl-gpu-rt-24.2.5
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
@ 2024-10-05  1:58 ` github-actions
  2024-10-05  2:01 ` [PR PATCH] [Updated] " zlice
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2024-10-05  1:58 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-2394858974

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-24.2.5
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
  2024-10-05  1:58 ` github-actions
@ 2024-10-05  2:01 ` zlice
  2024-11-01 12:10 ` zlice
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2024-10-05  2:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.2.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From f7ced25949d7b0e3359272842c66343ea73bd643 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-24.2.5

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..95d68520210412
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=24.2.5
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel oneVPL-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=ccb76812642d84d4d8a56d28df60ef6d450cbb09969a59ee6c4a819098617b5d
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-24.2.5
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
  2024-10-05  1:58 ` github-actions
  2024-10-05  2:01 ` [PR PATCH] [Updated] " zlice
@ 2024-11-01 12:10 ` zlice
  2024-12-19 16:20 ` zlice
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2024-11-01 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.2.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From e725838827897c44a7dfae74e2952a4bb6451c38 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-24.2.5

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..95d68520210412
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=24.2.5
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel oneVPL-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=ccb76812642d84d4d8a56d28df60ef6d450cbb09969a59ee6c4a819098617b5d
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-24.2.5
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (2 preceding siblings ...)
  2024-11-01 12:10 ` zlice
@ 2024-12-19 16:20 ` zlice
  2024-12-19 16:26 ` zlice
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2024-12-19 16:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.2.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 30232874d6910d2e5cbdba861bda09455a2075d8 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-24.2.5

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..95d68520210412
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=24.2.5
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel oneVPL-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=ccb76812642d84d4d8a56d28df60ef6d450cbb09969a59ee6c4a819098617b5d
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-24.2.5
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (3 preceding siblings ...)
  2024-12-19 16:20 ` zlice
@ 2024-12-19 16:26 ` zlice
  2025-03-05 14:14 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-24.3.4 zlice
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2024-12-19 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.2.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From e5396cf86146f6f3febdcb6541773623a4932b42 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-24.3.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..c7bc7be77ed0d3
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=24.3.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel oneVPL-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=978672104e6767223fbfb34fa9a0c0d954dcff9109891dc4911413dbc553ed71
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-24.3.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (4 preceding siblings ...)
  2024-12-19 16:26 ` zlice
@ 2025-03-05 14:14 ` zlice
  2025-04-16 17:18 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-24.4.4 zlice
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-03-05 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.3.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 476075810126b50d479361486f8a8d670bae25f8 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-24.4.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..da174f69ee1aea
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=24.4.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel oneVPL-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=2ee3517e4015ab333230a6ef921159164c1dc912dcae412d2901308c53a53ab8
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-24.4.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (5 preceding siblings ...)
  2025-03-05 14:14 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-24.3.4 zlice
@ 2025-04-16 17:18 ` zlice
  2025-06-21 11:18 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4 zlice
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-04-16 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-24.4.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 290ab59b36f9f222ca585fee5ebe8ac8184ed77b Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.1.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..d0ec8877883fb5
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.1.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=2ee59a47c281f402cd77118eed1ec7cef703d25432e9a71b4be6b91e8c304d72
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (6 preceding siblings ...)
  2025-04-16 17:18 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-24.4.4 zlice
@ 2025-06-21 11:18 ` zlice
  2025-07-07 19:21 ` zlice
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-06-21 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 0c3b866e60447e3b7413907f391b541538358765 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.1.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..d0ec8877883fb5
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.1.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=2ee59a47c281f402cd77118eed1ec7cef703d25432e9a71b4be6b91e8c304d72
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (7 preceding siblings ...)
  2025-06-21 11:18 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4 zlice
@ 2025-07-07 19:21 ` zlice
  2025-07-07 22:33 ` zlice
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-07-07 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 19ab216b9e3ffb59c2f7ccfcece54d5d96ad4a7b Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.1.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..d0ec8877883fb5
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.1.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=2ee59a47c281f402cd77118eed1ec7cef703d25432e9a71b4be6b91e8c304d72
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (8 preceding siblings ...)
  2025-07-07 19:21 ` zlice
@ 2025-07-07 22:33 ` zlice
  2025-07-18 13:19 ` zlice
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-07-07 22:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 8d55f7faccfb9d1151b197a291548e27ffabba69 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.1.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..d0ec8877883fb5
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.1.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=2ee59a47c281f402cd77118eed1ec7cef703d25432e9a71b4be6b91e8c304d72
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (9 preceding siblings ...)
  2025-07-07 22:33 ` zlice
@ 2025-07-18 13:19 ` zlice
  2025-07-18 13:22 ` New package: vpl-gpu-rt-25.2.6 zlice
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-07-18 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 15430a7e5fe719a81b2037a21d405d84887dd71d Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.2.6

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..4eb5054a249f04
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.2.6
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=d236ede2ab87063d0d8d52932779ff446a885b8dc4ef840d1a756c6776ef6fef
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: New package: vpl-gpu-rt-25.2.6
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (10 preceding siblings ...)
  2025-07-18 13:19 ` zlice
@ 2025-07-18 13:22 ` zlice
  2025-07-18 13:22 ` zlice
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-07-18 13:22 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-3089472489

Comment:
inline with https://github.com/void-linux/void-packages/pull/56346

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

* Re: New package: vpl-gpu-rt-25.2.6
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (11 preceding siblings ...)
  2025-07-18 13:22 ` New package: vpl-gpu-rt-25.2.6 zlice
@ 2025-07-18 13:22 ` zlice
  2025-10-08 13:27 ` [PR PATCH] [Updated] " zlice
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-07-18 13:22 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-3089472489

Comment:
inline with intel-media-drivers https://github.com/void-linux/void-packages/pull/56346

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.2.6
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (12 preceding siblings ...)
  2025-07-18 13:22 ` zlice
@ 2025-10-08 13:27 ` zlice
  2025-10-08 13:28 ` New package: vpl-gpu-rt-25.3.4 zlice
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-10-08 13:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.2.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 92a9c24ec3d5e4485f872ff137d396df59082ea7 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.3.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..51f3b907e03979
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.3.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=8640073f161f6c2b919f37c8d1e8688a0e6f9b7590a2399cc0d2a89910afeafc
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: New package: vpl-gpu-rt-25.3.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (13 preceding siblings ...)
  2025-10-08 13:27 ` [PR PATCH] [Updated] " zlice
@ 2025-10-08 13:28 ` zlice
  2025-10-25 14:54 ` slymattz
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2025-10-08 13:28 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-3381555108

Comment:
see intel-media-driver https://github.com/void-linux/void-packages/pull/57328

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

* Re: New package: vpl-gpu-rt-25.3.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (14 preceding siblings ...)
  2025-10-08 13:28 ` New package: vpl-gpu-rt-25.3.4 zlice
@ 2025-10-25 14:54 ` slymattz
  2026-01-01 14:39 ` [PR PATCH] [Updated] " zlice
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: slymattz @ 2025-10-25 14:54 UTC (permalink / raw)
  To: ml

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

New comment by slymattz on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-3446807936

Comment:
With this package installed along with https://github.com/void-linux/void-packages/pull/57328 I was finally able to use `--encoder qsv_h264` with HandBrakeCLI. It would be awesome if this got merged.

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.3.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (15 preceding siblings ...)
  2025-10-25 14:54 ` slymattz
@ 2026-01-01 14:39 ` zlice
  2026-03-02 22:59 ` zlice
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2026-01-01 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.3.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From 13fde4138dda0ad9958b01d31fa47aad1b68c608 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.3.4

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..51f3b907e03979
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.3.4
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=8640073f161f6c2b919f37c8d1e8688a0e6f9b7590a2399cc0d2a89910afeafc
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: vpl-gpu-rt-25.3.4
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (16 preceding siblings ...)
  2026-01-01 14:39 ` [PR PATCH] [Updated] " zlice
@ 2026-03-02 22:59 ` zlice
  2026-03-02 23:00 ` New package: vpl-gpu-rt-25.4.6 zlice
  2026-03-02 23:00 ` zlice
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2026-03-02 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages vpl-gpu-rt
https://github.com/void-linux/void-packages/pull/51133

New package: vpl-gpu-rt-25.3.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64** (only supports 64bit afaik)

#### Comments

Used with ffmpeg6 to test A770 av1 encode. Package should be kept in line with `intel-media-driver` I believe. Useless without vpl packages and ffmpeg6. Could be added to `intel-video-accel`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpl-gpu-rt-51133.patch --]
[-- Type: text/x-diff, Size: 1677 bytes --]

From da2b565e9f1c645afee18693b3b4fc0847f29608 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Sat, 6 Jul 2024 16:47:31 -0400
Subject: [PATCH] New package: vpl-gpu-rt-25.4.6

---
 srcpkgs/vpl-gpu-rt-devel    |  1 +
 srcpkgs/vpl-gpu-rt/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/vpl-gpu-rt-devel
 create mode 100644 srcpkgs/vpl-gpu-rt/template

diff --git a/srcpkgs/vpl-gpu-rt-devel b/srcpkgs/vpl-gpu-rt-devel
new file mode 120000
index 00000000000000..f2dc31f7a69949
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt-devel
@@ -0,0 +1 @@
+vpl-gpu-rt
\ No newline at end of file
diff --git a/srcpkgs/vpl-gpu-rt/template b/srcpkgs/vpl-gpu-rt/template
new file mode 100644
index 00000000000000..63489d7622a38d
--- /dev/null
+++ b/srcpkgs/vpl-gpu-rt/template
@@ -0,0 +1,27 @@
+# Template file for 'vpl-gpu-rt'
+pkgname=vpl-gpu-rt
+version=25.4.6
+revision=1
+archs="x86_64*"
+build_style=cmake
+configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="cmake pkg-config"
+makedepends="libdrm-devel libva-devel libvpl-devel"
+short_desc="Runtime implementation of libvpl API for Intel GPUs"
+maintainer="zlice <zlice555@gmail.com>"
+license="MIT"
+homepage="https://github.com/intel/vpl-gpu-rt/"
+changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
+distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
+checksum=a4cc2429fba49ee1d5f48883930e2e7325f0af38af83c8048793c8b1d3fa4a8f
+
+post_install() {
+	vlicense LICENSE
+}
+
+vpl-gpu-rt-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: New package: vpl-gpu-rt-25.4.6
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (17 preceding siblings ...)
  2026-03-02 22:59 ` zlice
@ 2026-03-02 23:00 ` zlice
  2026-03-02 23:00 ` zlice
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2026-03-02 23:00 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-3987484627

Comment:
https://github.com/void-linux/void-packages/pull/59212

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

* Re: New package: vpl-gpu-rt-25.4.6
  2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
                   ` (18 preceding siblings ...)
  2026-03-02 23:00 ` New package: vpl-gpu-rt-25.4.6 zlice
@ 2026-03-02 23:00 ` zlice
  19 siblings, 0 replies; 21+ messages in thread
From: zlice @ 2026-03-02 23:00 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/51133#issuecomment-3987484627

Comment:
intel media driver 24.4.6 https://github.com/void-linux/void-packages/pull/59212

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

end of thread, other threads:[~2026-03-02 23:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06 20:51 [PR PATCH] New package: vpl-gpu-rt-24.2.5 zlice
2024-10-05  1:58 ` github-actions
2024-10-05  2:01 ` [PR PATCH] [Updated] " zlice
2024-11-01 12:10 ` zlice
2024-12-19 16:20 ` zlice
2024-12-19 16:26 ` zlice
2025-03-05 14:14 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-24.3.4 zlice
2025-04-16 17:18 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-24.4.4 zlice
2025-06-21 11:18 ` [PR PATCH] [Updated] New package: vpl-gpu-rt-25.1.4 zlice
2025-07-07 19:21 ` zlice
2025-07-07 22:33 ` zlice
2025-07-18 13:19 ` zlice
2025-07-18 13:22 ` New package: vpl-gpu-rt-25.2.6 zlice
2025-07-18 13:22 ` zlice
2025-10-08 13:27 ` [PR PATCH] [Updated] " zlice
2025-10-08 13:28 ` New package: vpl-gpu-rt-25.3.4 zlice
2025-10-25 14:54 ` slymattz
2026-01-01 14:39 ` [PR PATCH] [Updated] " zlice
2026-03-02 22:59 ` zlice
2026-03-02 23:00 ` New package: vpl-gpu-rt-25.4.6 zlice
2026-03-02 23:00 ` zlice

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