[Git][archlinux/packaging/packages/mujs][main] upgpkg: 1.3.5-1

2024-06-22 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / mujs


Commits:
81723f05 by Daniel Bermond at 2024-06-22T17:27:16-03:00
upgpkg: 1.3.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = mujs
pkgdesc = An embeddable Javascript interpreter in C
-   pkgver = 1.3.4
+   pkgver = 1.3.5
pkgrel = 1
url = https://mujs.com/
arch = x86_64
license = ISC
depends = readline
-   source = https://github.com/ccxvii/mujs/archive/1.3.4/mujs-1.3.4.tar.gz
+   source = https://github.com/ccxvii/mujs/archive/1.3.5/mujs-1.3.5.tar.gz
source = 010-mujs-use-arch-flags.patch
-   sha256sums = 
c015475880f6a382e706169c94371a7dd6cc22078832f6e0865af8289c2ef42b
+   sha256sums = 
78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b
sha256sums = 
f5a2cf4865f00b676f51264ef5a55d4dc953125e209f99c8fb81a76bb76fd42f
 
 pkgname = mujs


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=mujs
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc='An embeddable Javascript interpreter in C'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('ISC')
 depends=('readline')
 
source=("https://github.com/ccxvii/mujs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-mujs-use-arch-flags.patch')
-sha256sums=('c015475880f6a382e706169c94371a7dd6cc22078832f6e0865af8289c2ef42b'
+sha256sums=('78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b'
 'f5a2cf4865f00b676f51264ef5a55d4dc953125e209f99c8fb81a76bb76fd42f')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/commit/81723f053eb12fc05a7079b02fbcae86f88746f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/commit/81723f053eb12fc05a7079b02fbcae86f88746f9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mujs] Pushed new tag 1.3.5-1

2024-06-22 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.3.5-1 at Arch Linux / Packaging / Packages / 
mujs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/tree/1.3.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-c][main] upgpkg: 0.10.0-1

2024-06-19 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-c


Commits:
b3868081 by Daniel Bermond at 2024-06-19T18:03:05-03:00
upgpkg: 0.10.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-c
pkgdesc = A cargo subcommand to build and install C-ABI compatibile 
dynamic and static libraries
-   pkgver = 0.9.32
+   pkgver = 0.10.0
pkgrel = 1
url = https://github.com/lu-zero/cargo-c/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cargo-c
depends = libcurl.so
depends = libssl.so
depends = libz.so
-   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.32/cargo-c-0.9.32.tar.gz
-   source = 
cargo-c-0.9.32.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.32/Cargo.lock
-   sha256sums = 
a96f3cc6c63d9901c9583083338d50b0132504bb067f68accc17f4116ed01f72
-   sha256sums = 
77b5392f238960cf298b83e6d744c872f4180172ffa3c752850320ec051c4828
+   source = 
https://github.com/lu-zero/cargo-c/archive/v0.10.0/cargo-c-0.10.0.tar.gz
+   source = 
cargo-c-0.10.0.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.10.0/Cargo.lock
+   sha256sums = 
85230801f57c1f2b85d99fae3fc43f93080ecc0e3763a6af178fc5e6c218004b
+   sha256sums = 
ba3fee6cbeba8c4ea8d0ca56bc72bc616eb7f2a9e705017c8e612f16f472cc30
 
 pkgname = cargo-c


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.32
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -15,8 +15,8 @@ depends=(
 )
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('a96f3cc6c63d9901c9583083338d50b0132504bb067f68accc17f4116ed01f72'
-'77b5392f238960cf298b83e6d744c872f4180172ffa3c752850320ec051c4828')
+sha256sums=('85230801f57c1f2b85d99fae3fc43f93080ecc0e3763a6af178fc5e6c218004b'
+'ba3fee6cbeba8c4ea8d0ca56bc72bc616eb7f2a9e705017c8e612f16f472cc30')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/b3868081d318c2d646b74b48b94cb4677dac6448

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/b3868081d318c2d646b74b48b94cb4677dac6448
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-c] Pushed new tag 0.10.0-1

2024-06-19 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.10.0-1 at Arch Linux / Packaging / Packages / 
cargo-c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/tree/0.10.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adriconf][main] upgpkg: 2.7.2-1

2024-06-07 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
adriconf


Commits:
3a1410a6 by Daniel Bermond at 2024-06-07T21:06:41-03:00
upgpkg: 2.7.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = adriconf
+   pkgdesc = GUI tool to configure Mesa drivers by setting options and 
writing them to the standard drirc file
+   pkgver = 2.7.2
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/mesa/adriconf
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = cmake
+   depends = gtkmm-4.0
+   depends = pciutils
+   depends = pugixml
+   source = 
https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v2.7.2/adriconf-v2.7.2.tar.gz
+   sha256sums = 
615cf34d8de1ee8d537e001e81129b3d57fa86b5c2b18120bd6b5476fb3a11c0
+
+pkgname = adriconf


=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Balló György 
 
 pkgname=adriconf
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
 arch=(x86_64)
 url="https://gitlab.freedesktop.org/mesa/adriconf;
-license=(GPL3)
+license=(GPL-3.0-or-later)
 depends=(gtkmm-4.0 pciutils pugixml)
 makedepends=(cmake)
 
source=(https://gitlab.freedesktop.org/mesa/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('7b9a3b560109e82090965449230ad75abb37a75f0f9fcea09e7267dc5463ca95')
+sha256sums=('615cf34d8de1ee8d537e001e81129b3d57fa86b5c2b18120bd6b5476fb3a11c0')
 
 build() {
   cmake -B build -S $pkgname-v$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adriconf/-/commit/3a1410a6ee9128a6321a870df65ee6bc4cff0b14

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adriconf/-/commit/3a1410a6ee9128a6321a870df65ee6bc4cff0b14
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adriconf] Pushed new tag 2.7.2-1

2024-06-07 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.7.2-1 at Arch Linux / Packaging / Packages / 
adriconf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adriconf/-/tree/2.7.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/highway][main] upgpkg: 1.2.0-1

2024-06-01 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
highway


Commits:
2004250d by Daniel Bermond at 2024-06-01T10:48:18-03:00
upgpkg: 1.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = highway
pkgdesc = A C++ library that provides portable SIMD/vector intrinsics
-   pkgver = 1.1.0
+   pkgver = 1.2.0
pkgrel = 1
url = https://github.com/google/highway/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = highway
makedepends = cmake
makedepends = gtest
depends = gcc-libs
-   source = 
https://github.com/google/highway/archive/1.1.0/highway-1.1.0.tar.gz
-   sha256sums = 
354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9
+   source = 
https://github.com/google/highway/archive/1.2.0/highway-1.2.0.tar.gz
+   sha256sums = 
7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
 
 pkgname = highway


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=highway
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='A C++ library that provides portable SIMD/vector intrinsics'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0' 'BSD-3-Clause')
 depends=('gcc-libs')
 makedepends=('cmake' 'gtest')
 
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9')
+sha256sums=('7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343')
 
 build() {
 cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/2004250d585b0ff2cae5a2f6cbb5f20495de3445

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/2004250d585b0ff2cae5a2f6cbb5f20495de3445
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/highway] Pushed new tag 1.2.0-1

2024-06-01 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.2.0-1 at Arch Linux / Packaging / Packages / 
highway

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/tree/1.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/igsc] Pushed new tag 0.8.16-2

2024-05-29 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.8.16-2 at Arch Linux / Packaging / Packages / 
igsc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/tree/0.8.16-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/igsc][main] upgpkg: 0.8.16-2: intel-metee 4.1.0 rebuild

2024-05-29 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / igsc


Commits:
58b5bfe5 by Daniel Bermond at 2024-05-29T18:25:01-03:00
upgpkg: 0.8.16-2: intel-metee 4.1.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = igsc
pkgdesc = Intel graphics system controller firmware update library
pkgver = 0.8.16
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/intel/igsc/
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=igsc
 pkgver=0.8.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel graphics system controller firmware update library"
 arch=(x86_64)
 url="https://github.com/intel/igsc/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/58b5bfe53e98054eff33461a6f07357f45fd93ea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/58b5bfe53e98054eff33461a6f07357f45fd93ea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-metee][main] upgpkg: 4.1.0-1

2024-05-29 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-metee


Commits:
3f8525bf by Daniel Bermond at 2024-05-29T18:24:03-03:00
upgpkg: 4.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-metee
pkgdesc = Access library for Intel CSME HECI interface
-   pkgver = 4.0.0
+   pkgver = 4.1.0
pkgrel = 1
url = https://github.com/intel/metee/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = intel-metee
makedepends = cmake
makedepends = doxygen
makedepends = graphviz
-   source = 
https://github.com/intel/metee//archive/4.0.0/intel-metee-4.0.0.tar.gz
-   sha256sums = 
173cd10bc8bbdd85b360c5bbdb1fd8b3df23b35ba1c23c33e061a95b5f452d87
+   source = 
https://github.com/intel/metee//archive/4.1.0/intel-metee-4.1.0.tar.gz
+   sha256sums = 
f50ff7e42e9a0c6a133f706f009fc3e6c3704b1291ccb499ca136825e3b3aa98
 
 pkgname = intel-metee
depends = glibc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=intel-metee
 pkgname=(intel-metee intel-metee-doc)
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Access library for Intel CSME HECI interface"
 arch=(x86_64)
@@ -11,9 +11,19 @@ url="https://github.com/intel/metee/;
 license=(Apache-2.0)
 makedepends=(cmake doxygen graphviz)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('173cd10bc8bbdd85b360c5bbdb1fd8b3df23b35ba1c23c33e061a95b5f452d87')
+sha256sums=('f50ff7e42e9a0c6a133f706f009fc3e6c3704b1291ccb499ca136825e3b3aa98')
+
+prepare() {
+# remove obselete doxygen tags
+doxygen -u metee-${pkgver}/include/Doxyfile.in
+}
 
 build() {
+  # fix error: "_FORTIFY_SOURCE" redefined [-Werror]
+  # note: upstream forces _FORTIFY_SOURCE=2
+  export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
+  export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
+  
   cmake -B build -S metee-${pkgver} \
 -G 'Unix Makefiles' \
 -DCMAKE_BUILD_TYPE=None \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-metee/-/commit/3f8525bfb29ff0f9c77a22fcaf968fae8a1b6a76

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-metee/-/commit/3f8525bfb29ff0f9c77a22fcaf968fae8a1b6a76
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-metee] Pushed new tag 4.1.0-1

2024-05-29 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 4.1.0-1 at Arch Linux / Packaging / Packages / 
intel-metee

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-metee/-/tree/4.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xine-lib] Pushed new tag 1.2.13-7

2024-05-21 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.2.13-7 at Arch Linux / Packaging / Packages / 
xine-lib

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xine-lib/-/tree/1.2.13-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/librist][main] upgpkg: 0.2.10-3: mbedtls 3.6.0 rebuild

2024-05-21 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
librist


Commits:
26fdd469 by Daniel Bermond at 2024-05-21T23:18:28-03:00
upgpkg: 0.2.10-3: mbedtls 3.6.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = librist
pkgdesc = A library that can be used to add the RIST protocol to 
applications
pkgver = 0.2.10
-   pkgrel = 2
+   pkgrel = 3
url = https://code.videolan.org/rist/librist/
arch = x86_64
-   license = BSD
+   license = BSD-2-Clause
makedepends = meson
makedepends = cmake
makedepends = cmocka


=
PKGBUILD
=
@@ -2,11 +2,11 @@
 
 pkgname=librist
 pkgver=0.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc='A library that can be used to add the RIST protocol to applications'
 arch=('x86_64')
 url='https://code.videolan.org/rist/librist/'
-license=('BSD')
+license=('BSD-2-Clause')
 depends=('cjson' 'mbedtls')
 makedepends=('meson' 'cmake' 'cmocka' 'lz4')
 
source=("https://code.videolan.org/rist/librist/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librist/-/commit/26fdd46926fbe5337567177cdd04d4a86c830a2d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librist/-/commit/26fdd46926fbe5337567177cdd04d4a86c830a2d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/librist] Pushed new tag 0.2.10-3

2024-05-21 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.2.10-3 at Arch Linux / Packaging / Packages / 
librist

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librist/-/tree/0.2.10-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-compute-runtime] Pushed new tag 24.17.29377.6-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.17.29377.6-1 at Arch Linux / Packaging / 
Packages / intel-compute-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/tree/24.17.29377.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-compute-runtime][main] upgpkg: 24.17.29377.6-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-compute-runtime


Commits:
66c89876 by Daniel Bermond at 2024-05-20T19:39:39-03:00
upgpkg: 24.17.29377.6-1

- - - - -


3 changed files:

- .SRCINFO
- 010-intel-compute-runtime-disable-werror.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-compute-runtime
pkgdesc = Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver
-   pkgver = 24.13.29138.7
+   pkgver = 24.17.29377.6
pkgrel = 1
url = https://01.org/compute-runtime
arch = x86_64
@@ -18,11 +18,9 @@ pkgbase = intel-compute-runtime
provides = opencl-driver
provides = level-zero-driver
options = !lto
-   source = 
https://github.com/intel/compute-runtime/archive/24.13.29138.7/intel-compute-runtime-24.13.29138.7.tar.gz
-   source = 
https://github.com/KhronosGroup/OpenCL-Headers/archive/v/opencl-headers-2023.12.14.tar.gz
+   source = 
https://github.com/intel/compute-runtime/archive/24.17.29377.6/intel-compute-runtime-24.17.29377.6.tar.gz
source = 010-intel-compute-runtime-disable-werror.patch
-   sha256sums = 
96b2331ee98e800e6bf9ab0803a9d16430f8781f3cac1b3f2b81235dfd95
-   sha256sums = 
407d5e109a70ec1b6cd3380ce357c21e3d3651a91caae6d0d8e1719c69a1791d
-   sha256sums = 
0a03571882300426c14fa03161ea3ca211831bc3c9676995ac74293fd953af16
+   sha256sums = 
3b694bf881c28dc867e52b368c8272e7aba357835bf88576ebb91c2ba9c0f256
+   sha256sums = 
899809db77723b05787f10e3bb53aad99e981cc53aa275cec94e09ed7e16e04b
 
 pkgname = intel-compute-runtime


=
010-intel-compute-runtime-disable-werror.patch
=
@@ -1,6 +1,6 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -759,7 +759,6 @@ if(NOT MSVC)
+@@ -813,7 +813,6 @@ if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added 
for gtest
  endif()
endif()


=
PKGBUILD
=
@@ -3,9 +3,8 @@
 # Maintainer: Torsten Keßler 
 
 pkgname=intel-compute-runtime
-pkgver=24.13.29138.7
+pkgver=24.17.29377.6
 pkgrel=1
-_cl_headers_ver=2023.12.14
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
 url="https://01.org/compute-runtime;
@@ -18,11 +17,9 @@ provides=(opencl-driver level-zero-driver)
 # https://github.com/intel/compute-runtime/issues/528
 options=(!lto)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/KhronosGroup/OpenCL-Headers/archive/v${_cl_header_ver}/opencl-headers-${_cl_headers_ver}.tar.gz
 010-intel-compute-runtime-disable-werror.patch)
-sha256sums=('96b2331ee98e800e6bf9ab0803a9d16430f8781f3cac1b3f2b81235dfd95'
-'407d5e109a70ec1b6cd3380ce357c21e3d3651a91caae6d0d8e1719c69a1791d'
-'0a03571882300426c14fa03161ea3ca211831bc3c9676995ac74293fd953af16')
+sha256sums=('3b694bf881c28dc867e52b368c8272e7aba357835bf88576ebb91c2ba9c0f256'
+'899809db77723b05787f10e3bb53aad99e981cc53aa275cec94e09ed7e16e04b')
 
 prepare() {
   patch -d compute-runtime-${pkgver} -Np1 -i 
"${srcdir}/010-intel-compute-runtime-disable-werror.patch"
@@ -33,6 +30,12 @@ build() {
   # Fix runtime error in blender
   CXXFLAGS+=' -DSANITIZER_BUILD=1'
   CFLAGS+=' -DSANITIZER_BUILD=1'
+  
+  # fix warning: "_FORTIFY_SOURCE" redefined
+  # note: upstream forces _FORTIFY_SOURCE=2
+  export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
+  export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
+  
   # tests currently disabled because of 
https://github.com/intel/compute-runtime/issues/599
   cmake -B build -S compute-runtime-${pkgver} \
 -G 'Unix Makefiles' \
@@ -46,7 +49,7 @@ build() {
 -DSUPPORT_DG1=ON \
 -DSUPPORT_DG2=ON \
 -DKHRONOS_GL_HEADERS_DIR=/usr/include \
--DKHRONOS_HEADERS_DIR="${srcdir}/OpenCL-Headers-${_cl_headers_ver}" \
+-DKHRONOS_HEADERS_DIR=/usr/include \
 -DSKIP_UNIT_TESTS=1 \
 -Wno-dev
   cmake --build build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/66c89876026588c14293d43d994d5158c1fd5796

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/66c89876026588c14293d43d994d5158c1fd5796
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-graphics-compiler] Pushed new tag 1-1.0.16695.4-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1-1.0.16695.4-1 at Arch Linux / Packaging / 
Packages / intel-graphics-compiler

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/tree/1-1.0.16695.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-graphics-compiler][main] upgpkg: 1:1.0.16695.4-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-graphics-compiler


Commits:
b43165c2 by Daniel Bermond at 2024-05-20T19:12:06-03:00
upgpkg: 1:1.0.16695.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-graphics-compiler
pkgdesc = Intel Graphics Compiler for OpenCL
-   pkgver = 1.0.16510.2
+   pkgver = 1.0.16695.4
pkgrel = 1
epoch = 1
url = https://github.com/intel/intel-graphics-compiler/
@@ -18,16 +18,16 @@ pkgbase = intel-graphics-compiler
replaces = intel-opencl-clang
options = !emptydirs
options = !lto
-   source = 
intel-graphics-compiler-1.0.16510.2.tar.gz::https://github.com/intel/intel-graphics-compiler/archive/refs/tags/igc-1.0.16510.2.tar.gz
+   source = 
intel-graphics-compiler-1.0.16695.4.tar.gz::https://github.com/intel/intel-graphics-compiler/archive/refs/tags/igc-1.0.16695.4.tar.gz
source = git+https://github.com/intel/vc-intrinsics.git#tag=v0.18.0
-   source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=927efdc07bc18302559acdce1715c3f9507f3acf
+   source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=f6fb55cd7b539ee6a70e3909c963f968cc40c1cd
source = 
git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v2023.6.rc1
source = 
git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=1c6bb2743599e6eb6f37b2969acc0aef812e32e3
source = 
git+https://github.com/intel/opencl-clang.git#commit=cf95b338d14685e4f3402ab1828bef31d48f1fd6
source = git+https://github.com/llvm/llvm-project.git#tag=llvmorg-14.0.5
-   sha256sums = 
b8edfbdccf0bf5d333e162df16805d878f08493b7b9288e889258420800ba332
+   sha256sums = 
8f00c317a4b58c75f9d7f3d77cd4024586b837ebf2da870e5232b8aa804a4e6b
sha256sums = 
82062143cf2d7538a04b9e53be6312be8e54da6bc0c65c7b1c4465d7aeb54f7f
-   sha256sums = 
d8008cd52eb86eca7427cca5fd01cd9f07dc794710e3413173e723a9385ce581
+   sha256sums = 
c9b3229d4107919aec70aea28b5a35c6949e068c1de9804909040d3fd5451c3a
sha256sums = 
ad11e234110902f42c9e54d2f4bb014b64e280ac9428f4c03a04b8b4571112b8
sha256sums = 
86b7a82e8169097bb84741dff6003da85c841f9d3514034b213896c498ae294c
sha256sums = 
06648bff406785c2f9d28c4f38ace010ef699f30e8d70531137bff13adff7bd6


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 # Maintainer: Torsten Keßler 
 
 pkgname=intel-graphics-compiler
-pkgver=1.0.16510.2
+pkgver=1.0.16695.4
 _llvmmaj=14
 _llvmver="${_llvmmaj}.0.5"
 _vciver=0.18.0
 _spirv_tools_tag=v2023.6.rc1
 _spirv_headers_commit=1c6bb2743599e6eb6f37b2969acc0aef812e32e3
-_spirv_llvm_commit=927efdc07bc18302559acdce1715c3f9507f3acf
+_spirv_llvm_commit=f6fb55cd7b539ee6a70e3909c963f968cc40c1cd
 _opencl_clang_commit=cf95b338d14685e4f3402ab1828bef31d48f1fd6
 pkgrel=1
 epoch=1
@@ -30,9 +30,9 @@ 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/intel/intel-graphics-co
 
"git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit};
 
"git+https://github.com/intel/opencl-clang.git#commit=${_opencl_clang_commit};
 "git+https://github.com/llvm/llvm-project.git#tag=llvmorg-${_llvmver};)
-sha256sums=('b8edfbdccf0bf5d333e162df16805d878f08493b7b9288e889258420800ba332'
+sha256sums=('8f00c317a4b58c75f9d7f3d77cd4024586b837ebf2da870e5232b8aa804a4e6b'
 '82062143cf2d7538a04b9e53be6312be8e54da6bc0c65c7b1c4465d7aeb54f7f'
-'d8008cd52eb86eca7427cca5fd01cd9f07dc794710e3413173e723a9385ce581'
+'c9b3229d4107919aec70aea28b5a35c6949e068c1de9804909040d3fd5451c3a'
 'ad11e234110902f42c9e54d2f4bb014b64e280ac9428f4c03a04b8b4571112b8'
 '86b7a82e8169097bb84741dff6003da85c841f9d3514034b213896c498ae294c'
 '06648bff406785c2f9d28c4f38ace010ef699f30e8d70531137bff13adff7bd6'
@@ -48,6 +48,11 @@ build() {
 CFLAGS+=" -fno-semantic-interposition"
 CXXFLAGS+=" -fno-semantic-interposition"
 LDFLAGS+=" -Wl,-Bsymbolic"
+
+# fix error: "_FORTIFY_SOURCE" redefined [-Werror]
+# note: upstream forces _FORTIFY_SOURCE=2
+export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
+export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
 
 CXXFLAGS+=" -I ${srcdir}/SPIRV-LLVM-Translator/include"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/commit/b43165c267d3bb4eea900f568ae0dc9bcee14464

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/commit/b43165c267d3bb4eea900f568ae0dc9bcee14464
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt][main] upgpkg: 24.2.3-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
vpl-gpu-rt


Commits:
db523472 by Daniel Bermond at 2024-05-20T16:49:45-03:00
upgpkg: 24.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = vpl-gpu-rt
pkgdesc = Intel VPL runtime implementation for Intel GPUs (Tiger Lake 
and newer)
-   pkgver = 24.2.2
+   pkgver = 24.2.3
pkgrel = 1
url = https://github.com/intel/vpl-gpu-rt/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = vpl-gpu-rt
provides = vpl-runtime
conflicts = onevpl-intel-gpu
replaces = onevpl-intel-gpu
-   source = 
https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-24.2.2/vpl-gpu-rt-24.2.2.tar.gz
+   source = 
https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-24.2.3/vpl-gpu-rt-24.2.3.tar.gz
source = 010-vpl-gpu-rt-disable-verbose-makefile.patch
-   sha256sums = 
fc83bdea13a176812744e4c4c731b2387f03eafaa7375816a60555718a2b4dce
+   sha256sums = 
1a684373fc0311b8735d9566748f785133df6842b48f1c0ca922bcea577cdb8c
sha256sums = 
c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879
 
 pkgname = vpl-gpu-rt


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vpl-gpu-rt
-pkgver=24.2.2
+pkgver=24.2.3
 pkgrel=1
 pkgdesc='Intel VPL runtime implementation for Intel GPUs (Tiger Lake and 
newer)'
 arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('onevpl-intel-gpu')
 replaces=('onevpl-intel-gpu')
 
source=("https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-vpl-gpu-rt-disable-verbose-makefile.patch')
-sha256sums=('fc83bdea13a176812744e4c4c731b2387f03eafaa7375816a60555718a2b4dce'
+sha256sums=('1a684373fc0311b8735d9566748f785133df6842b48f1c0ca922bcea577cdb8c'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/commit/db523472b5fb747c4d3158df1ba4a44e78301f00

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/commit/db523472b5fb747c4d3158df1ba4a44e78301f00
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new tag 24.2.3-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.3-1 at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/tree/24.2.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.2.3-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.3-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/tree/24.2.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.2.3-1

2024-05-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
dd0084f2 by Daniel Bermond at 2024-05-20T16:46:40-03:00
upgpkg: 24.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.2.2
+   pkgver = 24.2.3
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = intel-media-driver
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.2.tar.gz
-   sha256sums = 
7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.3.tar.gz
+   sha256sums = 
d8b085e5a0bfe8714f716fc96a36bf287827388e5a668a2f39b41cf3b2026f9c
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.2.2
+pkgver=24.2.3
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c')
+sha256sums=('d8b085e5a0bfe8714f716fc96a36bf287827388e5a668a2f39b41cf3b2026f9c')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/dd0084f2d8108e8a9616505329993b2ad02928dc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/dd0084f2d8108e8a9616505329993b2ad02928dc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/i2pd][main] upgpkg: 2.52.0-1

2024-05-13 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / i2pd


Commits:
c5bf0820 by Daniel Bermond at 2024-05-13T14:57:38-03:00
upgpkg: 2.52.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = i2pd
pkgdesc = A full-featured C++ implementation of the I2P router
-   pkgver = 2.51.0
+   pkgver = 2.52.0
pkgrel = 1
url = https://i2pd.website/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = i2pd
backup = etc/i2pd/i2pd.conf
backup = etc/i2pd/tunnels.conf
backup = etc/logrotate.d/i2pd
-   source = 
https://github.com/PurpleI2P/i2pd/archive/2.51.0/i2pd-2.51.0.tar.gz
+   source = 
https://github.com/PurpleI2P/i2pd/archive/2.52.0/i2pd-2.52.0.tar.gz
source = 005-i2pd-tests-use-arch-flags.conf
source = 010-i2pd-config.patch
source = 020-i2pd-do-not-override-config.patch
@@ -24,7 +24,7 @@ pkgbase = i2pd
source = 040-i2pd-tunnels-d-readme.patch
source = i2pd.sysusers
source = i2pd.tmpfiles
-   sha256sums = 
d7e4fe2c5c3c00a9115f061b797be3d2fc81bb25beddb20a636ae2b0c912ce31
+   sha256sums = 
f5fafa700b61d0791d37bd8eee04912582ea5e3f3b1d80ec339bd8158a30995b
sha256sums = 
2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1
sha256sums = 
ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b
sha256sums = 
e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 # Contributor: r4sas
 
 pkgname=i2pd
-pkgver=2.51.0
+pkgver=2.52.0
 pkgrel=1
 pkgdesc='A full-featured C++ implementation of the I2P router'
 arch=('x86_64')
@@ -29,7 +29,7 @@ 
source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${pkgname}-${pkgver
 '040-i2pd-tunnels-d-readme.patch'
 'i2pd.sysusers'
 'i2pd.tmpfiles')
-sha256sums=('d7e4fe2c5c3c00a9115f061b797be3d2fc81bb25beddb20a636ae2b0c912ce31'
+sha256sums=('f5fafa700b61d0791d37bd8eee04912582ea5e3f3b1d80ec339bd8158a30995b'
 '2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1'
 'ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b'
 'e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/c5bf082046faf9869877bde3e6a5dbe6f12a5f2b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/c5bf082046faf9869877bde3e6a5dbe6f12a5f2b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/i2pd] Pushed new tag 2.52.0-1

2024-05-13 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.52.0-1 at Arch Linux / Packaging / Packages / 
i2pd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/tree/2.52.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libva-nvidia-driver] Pushed new tag 0.0.12-1

2024-05-11 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.0.12-1 at Arch Linux / Packaging / Packages / 
libva-nvidia-driver

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libva-nvidia-driver/-/tree/0.0.12-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libva-nvidia-driver][main] upgpkg: 0.0.12-1

2024-05-11 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libva-nvidia-driver


Commits:
ec26c258 by Daniel Bermond at 2024-05-11T11:47:31-03:00
upgpkg: 0.0.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libva-nvidia-driver
pkgdesc = VA-API implementation that uses NVDEC as a backend
-   pkgver = 0.0.11
+   pkgver = 0.0.12
pkgrel = 1
url = https://github.com/elFarto/nvidia-vaapi-driver/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libva-nvidia-driver
depends = gst-plugins-bad-libs
depends = libegl
conflicts = libva-vdpau-driver
-   source = 
https://github.com/elFarto/nvidia-vaapi-driver/archive/v0.0.11/libva-nvidia-driver-0.0.11.tar.gz
-   sha256sums = 
3e1ed95d7e2b2b1377c9cb59c3e7caaf960134694e9441e1d91c38f224d1d5d9
+   source = 
https://github.com/elFarto/nvidia-vaapi-driver/archive/v0.0.12/libva-nvidia-driver-0.0.12.tar.gz
+   sha256sums = 
435974aeab87cd2cd5c849d18ec4932d5bdf9d6f021385f185c9bf33d7cb2422
 
 pkgname = libva-nvidia-driver


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=libva-nvidia-driver
-pkgver=0.0.11
+pkgver=0.0.12
 pkgrel=1
 pkgdesc='VA-API implementation that uses NVDEC as a backend'
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gst-plugins-bad-libs' 'libegl')
 makedepends=('meson' 'ffnvcodec-headers' 'libva')
 conflicts=('libva-vdpau-driver')
 
source=("https://github.com/elFarto/nvidia-vaapi-driver/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('3e1ed95d7e2b2b1377c9cb59c3e7caaf960134694e9441e1d91c38f224d1d5d9')
+sha256sums=('435974aeab87cd2cd5c849d18ec4932d5bdf9d6f021385f185c9bf33d7cb2422')
 
 build() {
 arch-meson "nvidia-vaapi-driver-${pkgver}" build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libva-nvidia-driver/-/commit/ec26c25841842b579d2150bede8342071ccae25d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libva-nvidia-driver/-/commit/ec26c25841842b579d2150bede8342071ccae25d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wine-mono][main] upgpkg: 9.1.0-1

2024-05-05 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
wine-mono


Commits:
37ef76d6 by Daniel Bermond at 2024-05-05T15:56:01-03:00
upgpkg: 9.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = wine-mono
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
-   pkgver = 9.0.0
+   pkgver = 9.1.0
pkgrel = 1
url = https://wiki.winehq.org/Mono
arch = any
-   license = GPL
-   license = LGPL2.1
-   license = MPL
+   license = GPL-2.0-or-later
+   license = LGPL-2.1-only
+   license = MPL-1.1
depends = wine
-   source = 
https://dl.winehq.org/wine/wine-mono/9.0.0/wine-mono-9.0.0-x86.tar.xz
-   sha512sums = 
0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06
+   source = 
https://dl.winehq.org/wine/wine-mono/9.1.0/wine-mono-9.1.0-x86.tar.xz
+   sha512sums = 
cede2b910e95fc43e658e6d4d8086ec5324407a32fff4852341178e1e56df240356c02f270e3be174f3ab82aa076e50d70be4da8e8c5f77e877fce8fe3217374
 
 pkgname = wine-mono


=
PKGBUILD
=
@@ -3,18 +3,26 @@
 # Maintainer: Daniel Bermond 
 # Contributor: Jan Alexander Steffens (heftig) 
 
+# NOTE:
+# The package version must match the one expected by wine.
+# Otherwise, wine will complain about a missing mono and will
+# ask to download it. Do not update the package to the latest
+# version without checking the version required by wine. This
+# can be checked here (change wine version accordingly):
+# 
https://gitlab.winehq.org/wine/wine/-/blob/wine-9.8/dlls/appwiz.cpl/addons.c#L59
+
 pkgname=wine-mono
-pkgver=9.0.0
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
 url="https://wiki.winehq.org/Mono;
-license=('GPL' 'LGPL2.1' 'MPL')
+license=('GPL-2.0-or-later' 'LGPL-2.1-only' 'MPL-1.1')
 depends=('wine')
-source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.tar.xz;)
-sha512sums=('0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06')
+source=("https://dl.winehq.org/wine/${pkgname}/${pkgver}/${pkgname}-${pkgver}-x86.tar.xz;)
+sha512sums=('cede2b910e95fc43e658e6d4d8086ec5324407a32fff4852341178e1e56df240356c02f270e3be174f3ab82aa076e50d70be4da8e8c5f77e877fce8fe3217374')
 
 package() {
-  install -d -m755 "$pkgdir"/usr/share/wine/mono/
-  cp -r -a --no-preserve='ownership' $pkgname-$pkgver 
"$pkgdir"/usr/share/wine/mono/
+  install -d -m755 "${pkgdir}/usr/share/wine/mono"
+  cp -r -a --no-preserve='ownership' "${pkgname}-${pkgver}" 
"${pkgdir}/usr/share/wine/mono"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/37ef76d6d9b9f70705cac7d20aca048cbfe94be7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/37ef76d6d9b9f70705cac7d20aca048cbfe94be7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wine-mono] Pushed new tag 9.1.0-1

2024-05-05 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 9.1.0-1 at Arch Linux / Packaging / Packages / 
wine-mono

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/tree/9.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-c][main] upgpkg: 0.9.32-1

2024-05-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-c


Commits:
92bb6673 by Daniel Bermond at 2024-05-04T17:07:15-03:00
upgpkg: 0.9.32-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-c
pkgdesc = A cargo subcommand to build and install C-ABI compatibile 
dynamic and static libraries
-   pkgver = 0.9.31
+   pkgver = 0.9.32
pkgrel = 1
url = https://github.com/lu-zero/cargo-c/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cargo-c
depends = libcurl.so
depends = libssl.so
depends = libz.so
-   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.31/cargo-c-0.9.31.tar.gz
-   source = 
cargo-c-0.9.31.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.31/Cargo.lock
-   sha256sums = 
4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83
-   sha256sums = 
d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea
+   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.32/cargo-c-0.9.32.tar.gz
+   source = 
cargo-c-0.9.32.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.32/Cargo.lock
+   sha256sums = 
a96f3cc6c63d9901c9583083338d50b0132504bb067f68accc17f4116ed01f72
+   sha256sums = 
77b5392f238960cf298b83e6d744c872f4180172ffa3c752850320ec051c4828
 
 pkgname = cargo-c


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.31
+pkgver=0.9.32
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -15,8 +15,8 @@ depends=(
 )
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83'
-'d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea')
+sha256sums=('a96f3cc6c63d9901c9583083338d50b0132504bb067f68accc17f4116ed01f72'
+'77b5392f238960cf298b83e6d744c872f4180172ffa3c752850320ec051c4828')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/92bb6673cad8a5058560d3be4435b0b431f2190b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/92bb6673cad8a5058560d3be4435b0b431f2190b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-c] Pushed new tag 0.9.32-1

2024-05-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.9.32-1 at Arch Linux / Packaging / Packages / 
cargo-c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/tree/0.9.32-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvpl-tools][main] upgpkg: 1.0.0-2: fix pkgdesc

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libvpl-tools


Commits:
fa95df61 by Daniel Bermond at 2024-05-02T18:27:24-03:00
upgpkg: 1.0.0-2: fix pkgdesc

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvpl-tools
-   pkgdesc = Tools for Intel Video Processing Library (git version)
+   pkgdesc = Tools for Intel Video Processing Library
pkgver = 1.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/intel/libvpl-tools/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=libvpl-tools
 pkgver=1.0.0
-pkgrel=1
-pkgdesc='Tools for Intel Video Processing Library (git version)'
+pkgrel=2
+pkgdesc='Tools for Intel Video Processing Library'
 arch=('x86_64')
 url='https://github.com/intel/libvpl-tools/'
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/commit/fa95df6188f735f64852b13a97b483753676092b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/commit/fa95df6188f735f64852b13a97b483753676092b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvpl-tools] Pushed new tag 1.0.0-2

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.0.0-2 at Arch Linux / Packaging / Packages / 
libvpl-tools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/tree/1.0.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvpl-tools] Pushed new branch main

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new branch main at Arch Linux / Packaging / Packages / 
libvpl-tools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvpl-tools] Pushed new tag 1.0.0-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.0.0-1 at Arch Linux / Packaging / Packages / 
libvpl-tools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/tree/1.0.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvpl][main] upgpkg: 2.11.0-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libvpl


Commits:
256685e5 by Daniel Bermond at 2024-05-02T18:22:05-03:00
upgpkg: 2.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,20 @@
 pkgbase = libvpl
pkgdesc = Intel Video Processing Library
-   pkgver = 2.10.2
+   pkgver = 2.11.0
pkgrel = 1
url = https://intel.github.io/libvpl/
arch = x86_64
license = MIT
makedepends = cmake
-   makedepends = libpciaccess
-   makedepends = wayland-protocols
-   depends = libdrm
-   depends = libva
-   depends = libx11
-   depends = wayland
-   optdepends = intel-media-sdk: runtime for legacy Intel GPUs
-   optdepends = onevpl-intel-gpu: runtime for Tiger Lake and newer GPUs
+   depends = gcc-libs
+   optdepends = intel-media-sdk: runtime implementation for legacy Intel 
GPUs
+   optdepends = vpl-gpu-rt: runtime implementation for Tiger Lake and 
newer GPUs
provides = onevpl
provides = libvpl.so
conflicts = onevpl
replaces = onevpl
-   source = 
https://github.com/intel/libvpl/archive/v2.10.2/libvpl-2.10.2.tar.gz
-   sha256sums = 
ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253
+   options = !emptydirs
+   source = 
https://github.com/intel/libvpl/archive/v2.11.0/libvpl-2.11.0.tar.gz
+   sha256sums = 
3e322ba6b3593da03e1cfdb8062f9f1545f6d9b1de39e36876de5934b26737d2
 
 pkgname = libvpl


=
PKGBUILD
=
@@ -1,21 +1,22 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=libvpl
-pkgver=2.10.2
+pkgver=2.11.0
 pkgrel=1
 pkgdesc='Intel Video Processing Library'
 arch=('x86_64')
 url='https://intel.github.io/libvpl/'
 license=('MIT')
-depends=('libdrm' 'libva' 'libx11' 'wayland')
-optdepends=('intel-media-sdk: runtime for legacy Intel GPUs'
-'onevpl-intel-gpu: runtime for Tiger Lake and newer GPUs')
-makedepends=('cmake' 'libpciaccess' 'wayland-protocols')
+depends=('gcc-libs')
+optdepends=('intel-media-sdk: runtime implementation for legacy Intel GPUs'
+'vpl-gpu-rt: runtime implementation for Tiger Lake and newer GPUs')
+makedepends=('cmake')
 provides=('onevpl' 'libvpl.so')
 conflicts=('onevpl')
 replaces=('onevpl')
+options=('!emptydirs')
 
source=("https://github.com/intel/libvpl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253')
+sha256sums=('3e322ba6b3593da03e1cfdb8062f9f1545f6d9b1de39e36876de5934b26737d2')
 
 build() {
 export CFLAGS+=' -DNDEBUG'
@@ -27,7 +28,6 @@ build() {
 -DCMAKE_INSTALL_SYSCONFDIR:PATH='/etc' \
 -DBUILD_EXAMPLES:BOOL='OFF' \
 -DBUILD_TESTS:BOOL='ON' \
--DINSTALL_EXAMPLE_CODE:BOOL='OFF' \
 -DVPL_INSTALL_LICENSEDIR:PATH="share/licenses/${pkgname}" \
 -Wno-dev
 cmake --build build
@@ -39,13 +39,6 @@ check() {
 
 package() {
 DESTDIR="$pkgdir" cmake --install build
-
-local _file
-while read -r -d '' _file
-do
-if ! grep -q '^vpl-' <<< "$_file"
-then
-mv "${pkgdir}/usr/bin"/{,vpl-}"$_file"
-fi
-done < <(find "${pkgdir}/usr/bin" -mindepth 1 -maxdepth 1 -type f -print0 
| sed -z 's|.*/||')
+rm -r "${pkgdir}/usr/share/vpl/examples"
+rm 
"${pkgdir}/"{etc/vpl/vars.sh,usr/include/vpl/preview/{,legacy/}README.txt}
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/256685e5b73b228d1a9cd5d12a3b88c11a1868c7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/256685e5b73b228d1a9cd5d12a3b88c11a1868c7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvpl] Pushed new tag 2.11.0-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.11.0-1 at Arch Linux / Packaging / Packages / 
libvpl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/tree/2.11.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt][main] upgpkg: 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
vpl-gpu-rt


Commits:
7f7dacaf by Daniel Bermond at 2024-05-02T18:21:10-03:00
upgpkg: 24.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = vpl-gpu-rt
pkgdesc = Intel VPL runtime implementation for Intel GPUs (Tiger Lake 
and newer)
-   pkgver = 24.2.1
+   pkgver = 24.2.2
pkgrel = 1
url = https://github.com/intel/vpl-gpu-rt/
arch = x86_64
@@ -10,11 +10,12 @@ pkgbase = vpl-gpu-rt
depends = libdrm
depends = libva
provides = onevpl-intel-gpu
+   provides = vpl-runtime
conflicts = onevpl-intel-gpu
replaces = onevpl-intel-gpu
-   source = 
https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-24.2.1/vpl-gpu-rt-24.2.1.tar.gz
+   source = 
https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-24.2.2/vpl-gpu-rt-24.2.2.tar.gz
source = 010-vpl-gpu-rt-disable-verbose-makefile.patch
-   sha256sums = 
b261d87d91a56a6a462f6a129ddd97945a49637995ee6aa67ebd9b26c0a3c1a0
+   sha256sums = 
fc83bdea13a176812744e4c4c731b2387f03eafaa7375816a60555718a2b4dce
sha256sums = 
c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879
 
 pkgname = vpl-gpu-rt


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vpl-gpu-rt
-pkgver=24.2.1
+pkgver=24.2.2
 pkgrel=1
 pkgdesc='Intel VPL runtime implementation for Intel GPUs (Tiger Lake and 
newer)'
 arch=('x86_64')
@@ -9,12 +9,12 @@ url='https://github.com/intel/vpl-gpu-rt/'
 license=('MIT')
 depends=('intel-media-driver' 'libdrm' 'libva')
 makedepends=('cmake')
-provides=('onevpl-intel-gpu')
+provides=('onevpl-intel-gpu' 'vpl-runtime')
 conflicts=('onevpl-intel-gpu')
 replaces=('onevpl-intel-gpu')
 
source=("https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-vpl-gpu-rt-disable-verbose-makefile.patch')
-sha256sums=('b261d87d91a56a6a462f6a129ddd97945a49637995ee6aa67ebd9b26c0a3c1a0'
+sha256sums=('fc83bdea13a176812744e4c4c731b2387f03eafaa7375816a60555718a2b4dce'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/commit/7f7dacafe4fc8ecd88b2388954f8a81b4a14e2a3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/commit/7f7dacafe4fc8ecd88b2388954f8a81b4a14e2a3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new tag 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.2-1 at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/tree/24.2.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-sdk] Pushed new tag 23.2.2-3

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 23.2.2-3 at Arch Linux / Packaging / Packages / 
intel-media-sdk

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-sdk/-/tree/23.2.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
c947f66a by Daniel Bermond at 2024-05-02T18:15:40-03:00
upgpkg: 24.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.2.1
+   pkgver = 24.2.2
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = intel-media-driver
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.1.tar.gz
-   sha256sums = 
94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.2.tar.gz
+   sha256sums = 
7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.2.1
+pkgver=24.2.2
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955')
+sha256sums=('7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/c947f66a293414401d19e88c7944a3bb397273bb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/c947f66a293414401d19e88c7944a3bb397273bb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.2-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/tree/24.2.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-compute-runtime] Pushed new tag 24.13.29138.7-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.13.29138.7-1 at Arch Linux / Packaging / 
Packages / intel-compute-runtime

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/tree/24.13.29138.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/level-zero][main] upgpkg: 1.16.15-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
level-zero


Commits:
71caf50f by Daniel Bermond at 2024-04-28T11:18:32-03:00
upgpkg: 1.16.15-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,15 @@
 pkgbase = level-zero
pkgdesc = API for accessing low level interfaces in oneAPI platform 
devices
-   pkgver = 1.15.1
+   pkgver = 1.16.15
pkgrel = 1
url = 
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
arch = x86_64
license = MIT
+   makedepends = git
makedepends = cmake
makedepends = opencl-headers
-   source = 
https://github.com/oneapi-src/level-zero/archive/v1.15.1/level-zero-1.15.1.tar.gz
-   sha256sums = 
aa96edb85a7953041baf8e7d0b0a0e10fa85673e52f5d0466bc2fc802beb9522
+   source = 
https://github.com/oneapi-src/level-zero/archive/v1.16.15/level-zero-1.16.15.tar.gz
+   sha256sums = 
dba50f512c7da81c8d2c487f04c0fcf079a41f88a90658c96680e7c97be6
 
 pkgname = level-zero-headers
pkgdesc = API for accessing low level interfaces in oneAPI platform 
devices (headers)


=
PKGBUILD
=
@@ -3,15 +3,15 @@
 
 pkgbase=level-zero
 pkgname=(level-zero-headers level-zero-loader)
-pkgver=1.15.1
+pkgver=1.16.15
 pkgrel=1
 pkgdesc="API for accessing low level interfaces in oneAPI platform devices"
 arch=(x86_64)
 url="https://spec.oneapi.com/versions/latest/elements/l0/source/index.html;
 license=(MIT)
-makedepends=(cmake opencl-headers)
+makedepends=(git cmake opencl-headers)
 
source=(https://github.com/oneapi-src/level-zero/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('aa96edb85a7953041baf8e7d0b0a0e10fa85673e52f5d0466bc2fc802beb9522')
+sha256sums=('dba50f512c7da81c8d2c487f04c0fcf079a41f88a90658c96680e7c97be6')
 
 prepare() {
   printf '%s\n' ${pkgver##*.} > ${pkgbase}-${pkgver}/VERSION_PATCH



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/level-zero/-/commit/71caf50fba1cdcf2a5527fc9327db3352a978556

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/level-zero/-/commit/71caf50fba1cdcf2a5527fc9327db3352a978556
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/level-zero] Pushed new tag 1.16.15-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.16.15-1 at Arch Linux / Packaging / Packages / 
level-zero

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/level-zero/-/tree/1.16.15-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/igsc][main] upgpkg: 0.8.16-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / igsc


Commits:
b9a54d58 by Daniel Bermond at 2024-04-28T11:18:14-03:00
upgpkg: 0.8.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = igsc
pkgdesc = Intel graphics system controller firmware update library
-   pkgver = 0.8.13
-   pkgrel = 2
+   pkgver = 0.8.16
+   pkgrel = 1
url = https://github.com/intel/igsc/
arch = x86_64
license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = igsc
makedepends = systemd
depends = intel-metee
depends = systemd-libs
-   source = 
https://github.com/intel/igsc//archive/V0.8.13/igsc-0.8.13.tar.gz
-   sha256sums = 
c429b09cc5b593570bbc02a3515b4aa8d65d12a678fb02ab509a830b48e8f2f4
+   source = 
https://github.com/intel/igsc//archive/V0.8.16/igsc-0.8.16.tar.gz
+   sha256sums = 
03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550
 
 pkgname = igsc


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=igsc
-pkgver=0.8.13
-pkgrel=2
+pkgver=0.8.16
+pkgrel=1
 pkgdesc="Intel graphics system controller firmware update library"
 arch=(x86_64)
 url="https://github.com/intel/igsc/;
@@ -11,7 +11,7 @@ license=(Apache-2.0)
 depends=(intel-metee systemd-libs)
 makedepends=(cmake systemd)
 source=(${url}/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c429b09cc5b593570bbc02a3515b4aa8d65d12a678fb02ab509a830b48e8f2f4')
+sha256sums=('03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/b9a54d581a0031446f9496a6c8b89c8abf66b856

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/b9a54d581a0031446f9496a6c8b89c8abf66b856
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/igsc] Pushed new tag 0.8.16-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.8.16-1 at Arch Linux / Packaging / Packages / 
igsc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/tree/0.8.16-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-graphics-compiler] Pushed new tag 1-1.0.16510.2-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1-1.0.16510.2-1 at Arch Linux / Packaging / 
Packages / intel-graphics-compiler

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-graphics-compiler/-/tree/1-1.0.16510.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new branch main

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new branch main at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new tag 24.2.1-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.1-1 at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/tree/24.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.2.1-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
f8f4051c by Daniel Bermond at 2024-04-20T14:36:50-03:00
upgpkg: 24.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.2.0
+   pkgver = 24.2.1
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = intel-media-driver
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.0.tar.gz
-   sha256sums = 
5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.1.tar.gz
+   sha256sums = 
94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.2.0
+pkgver=24.2.1
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c')
+sha256sums=('94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/f8f4051ce2fe36ccd430d500ee588010351f617f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/f8f4051ce2fe36ccd430d500ee588010351f617f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.2.1-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.1-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/tree/24.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-gmmlib][main] upgpkg: 22.3.19-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-gmmlib


Commits:
5a664355 by Daniel Bermond at 2024-04-20T14:36:29-03:00
upgpkg: 22.3.19-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-gmmlib
pkgdesc = Intel Graphics Memory Management Library
-   pkgver = 22.3.18
+   pkgver = 22.3.19
pkgrel = 1
url = https://github.com/intel/gmmlib/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = intel-gmmlib
conflicts = gmmlib
replaces = gmmlib
options = !emptydirs
-   source = 
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.3.18.tar.gz
-   sha256sums = 
381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f
+   source = 
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.3.19.tar.gz
+   sha256sums = 
ea9c418b0fd84a982850f230cb2d783dfe2e1f9923065f54b2fcaad1e9b33417
 
 pkgname = intel-gmmlib


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-gmmlib
-pkgver=22.3.18
+pkgver=22.3.19
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=(x86_64)
@@ -15,7 +15,7 @@ conflicts=(gmmlib)
 replaces=(gmmlib)
 options=(!emptydirs)
 source=(https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f')
+sha256sums=('ea9c418b0fd84a982850f230cb2d783dfe2e1f9923065f54b2fcaad1e9b33417')
 
 build() {
   cmake -B build -S gmmlib-${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/commit/5a66435559e5246b09b0b2edf0e237e4743b795f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/commit/5a66435559e5246b09b0b2edf0e237e4743b795f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-gmmlib] Pushed new tag 22.3.19-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 22.3.19-1 at Arch Linux / Packaging / Packages / 
intel-gmmlib

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/tree/22.3.19-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11] Pushed new tag 2.12.0-4

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.12.0-4 at Arch Linux / Packaging / Packages / 
pybind11

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/tree/2.12.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11][main] upgpkg: 2.12.0-4: rebuild with python 3.12 (part 2)

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
pybind11


Commits:
c62e7eca by Daniel Bermond at 2024-04-20T13:33:53-03:00
upgpkg: 2.12.0-4: rebuild with python 3.12 (part 2)

https://archlinux.org/todo/python-312-part-2/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in 
Python and vice versa
pkgver = 2.12.0
-   pkgrel = 3
+   pkgrel = 4
url = https://pybind11.readthedocs.org/
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=pybind11
 pkgver=2.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/c62e7ecaadedcfc746f14725be01132febca1ff1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/c62e7ecaadedcfc746f14725be01132febca1ff1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kvazaar][main] upgpkg: 2.3.1-1

2024-04-10 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
kvazaar


Commits:
d85a27ac by Daniel Bermond at 2024-04-10T18:57:09-03:00
upgpkg: 2.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,17 @@
 pkgbase = kvazaar
pkgdesc = An open-source HEVC encoder
-   pkgver = 2.3.0
-   pkgrel = 2
+   pkgver = 2.3.1
+   pkgrel = 1
url = https://github.com/ultravideo/kvazaar/
arch = x86_64
-   license = BSD
+   license = BSD-3-Clause
checkdepends = ffmpeg
checkdepends = hm
makedepends = git
depends = crypto++
-   source = git+https://github.com/ultravideo/kvazaar.git#tag=v2.3.0
+   source = git+https://github.com/ultravideo/kvazaar.git#tag=v2.3.1
source = git+https://github.com/ultravideo/greatest.git
-   source = 
010-kvazaar-fix-pkgconfig.patch::https://github.com/ultravideo/kvazaar/commit/f6a9d92a30083b5e228ca1126418e12c515bfa69.patch
+   sha256sums = 
0de1aff6b72e58dffc70515ba91db46667454e651c231d5d53cba4b31b35c206
sha256sums = SKIP
-   sha256sums = SKIP
-   sha256sums = 
f227c39928fad5d34016babe4b017bbb943daa7fe214a673b823cdd9af72a1e3
 
 pkgname = kvazaar


=
PKGBUILD
=
@@ -1,27 +1,24 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=kvazaar
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc='An open-source HEVC encoder'
 arch=('x86_64')
 url='https://github.com/ultravideo/kvazaar/'
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('crypto++')
 makedepends=('git')
 checkdepends=('ffmpeg' 'hm')
 source=("git+https://github.com/ultravideo/kvazaar.git#tag=v${pkgver};
-'git+https://github.com/ultravideo/greatest.git'
-
'010-kvazaar-fix-pkgconfig.patch'::'https://github.com/ultravideo/kvazaar/commit/f6a9d92a30083b5e228ca1126418e12c515bfa69.patch')
-sha256sums=('SKIP'
-'SKIP'
-'f227c39928fad5d34016babe4b017bbb943daa7fe214a673b823cdd9af72a1e3')
+'git+https://github.com/ultravideo/greatest.git')
+sha256sums=('0de1aff6b72e58dffc70515ba91db46667454e651c231d5d53cba4b31b35c206'
+'SKIP')
 
 prepare() {
 git -C kvazaar submodule init
 git -C kvazaar config --local submodule.greatest.url "${srcdir}/greatest"
 git -C kvazaar -c protocol.file.allow='always' submodule update
-patch -d kvazaar -Np1 -i "${srcdir}/010-kvazaar-fix-pkgconfig.patch"
 autoreconf -fi kvazaar
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvazaar/-/commit/d85a27ac3e8f6f81952cd7f00485de7935505087

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvazaar/-/commit/d85a27ac3e8f6f81952cd7f00485de7935505087
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kvazaar] Pushed new tag 2.3.1-1

2024-04-10 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.3.1-1 at Arch Linux / Packaging / Packages / 
kvazaar

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvazaar/-/tree/2.3.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/i2pd][main] upgpkg: 2.51.0-1

2024-04-10 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / i2pd


Commits:
e8da83b6 by Daniel Bermond at 2024-04-10T18:55:58-03:00
upgpkg: 2.51.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = i2pd
pkgdesc = A full-featured C++ implementation of the I2P router
-   pkgver = 2.50.2
+   pkgver = 2.51.0
pkgrel = 1
url = https://i2pd.website/
arch = x86_64
-   license = BSD
+   license = BSD-3-Clause
makedepends = cmake
makedepends = boost
makedepends = check
@@ -16,7 +16,7 @@ pkgbase = i2pd
backup = etc/i2pd/i2pd.conf
backup = etc/i2pd/tunnels.conf
backup = etc/logrotate.d/i2pd
-   source = 
https://github.com/PurpleI2P/i2pd/archive/2.50.2/i2pd-2.50.2.tar.gz
+   source = 
https://github.com/PurpleI2P/i2pd/archive/2.51.0/i2pd-2.51.0.tar.gz
source = 005-i2pd-tests-use-arch-flags.conf
source = 010-i2pd-config.patch
source = 020-i2pd-do-not-override-config.patch
@@ -24,7 +24,7 @@ pkgbase = i2pd
source = 040-i2pd-tunnels-d-readme.patch
source = i2pd.sysusers
source = i2pd.tmpfiles
-   sha256sums = 
ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5
+   sha256sums = 
d7e4fe2c5c3c00a9115f061b797be3d2fc81bb25beddb20a636ae2b0c912ce31
sha256sums = 
2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1
sha256sums = 
ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b
sha256sums = 
e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11


=
PKGBUILD
=
@@ -9,12 +9,12 @@
 # Contributor: r4sas
 
 pkgname=i2pd
-pkgver=2.50.2
+pkgver=2.51.0
 pkgrel=1
 pkgdesc='A full-featured C++ implementation of the I2P router'
 arch=('x86_64')
 url='https://i2pd.website/'
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('boost-libs' 'libminiupnpc.so' 'openssl' 'zlib')
 makedepends=('cmake' 'boost' 'check')
 provides=('i2p-router')
@@ -29,7 +29,7 @@ 
source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${pkgname}-${pkgver
 '040-i2pd-tunnels-d-readme.patch'
 'i2pd.sysusers'
 'i2pd.tmpfiles')
-sha256sums=('ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5'
+sha256sums=('d7e4fe2c5c3c00a9115f061b797be3d2fc81bb25beddb20a636ae2b0c912ce31'
 '2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1'
 'ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b'
 'e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/e8da83b66bbbecb5f4d9ffa837ad7afc12b86185

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/e8da83b66bbbecb5f4d9ffa837ad7afc12b86185
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/i2pd] Pushed new tag 2.51.0-1

2024-04-10 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.51.0-1 at Arch Linux / Packaging / Packages / 
i2pd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/tree/2.51.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/spirv-llvm-translator][main] upgpkg: 17.0.0.r6+g70883514-2: python 3.12 rebuild

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
spirv-llvm-translator


Commits:
f520eef0 by Daniel Bermond at 2024-04-04T11:12:57-03:00
upgpkg: 17.0.0.r6+g70883514-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = spirv-llvm-translator
pkgdesc = Tool and a library for bi-directional translation between 
SPIR-V and LLVM IR
pkgver = 17.0.0.r6+g70883514
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = x86_64
-   license = custom
+   license = LicenseRef-custom
checkdepends = python
checkdepends = python-setuptools
checkdepends = clang


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
 pkgver=17.0.0.r6+g70883514
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
 url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator;
-license=(custom)
+license=(LicenseRef-custom)
 depends=(llvm-libs spirv-tools)
 makedepends=(git cmake llvm spirv-headers)
 checkdepends=(python python-setuptools clang)
@@ -24,6 +24,7 @@ pkgver() {
 
 build() {
   cmake -B build -S ${_srcname} \
+-G 'Unix Makefiles' \
 -DBUILD_SHARED_LIBS=ON \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -33,15 +34,15 @@ build() {
 -DLLVM_EXTERNAL_LIT=/usr/bin/lit \
 -DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr/include/spirv/ \
 -Wno-dev
-  make -C build
+  cmake --build build
 }
 
 check() {
-  LD_LIBRARY_PATH="${srcdir}/build/lib/SPIRV" make -C build test
+  LD_LIBRARY_PATH="${srcdir}/build/lib/SPIRV" ctest --test-dir build 
--output-on-failure
 }
 
 package() {
-  make -C build DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --install build
   install -Dm755 build/tools/llvm-spirv/llvm-spirv -t "${pkgdir}"/usr/bin
   install -Dm644 ${_srcname}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/f520eef0e3fce2801da282f6e29b78c100b6ab01

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/f520eef0e3fce2801da282f6e29b78c100b6ab01
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/spirv-llvm-translator] Pushed new tag 17.0.0.r6+g70883514-2

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 17.0.0.r6+g70883514-2 at Arch Linux / Packaging / 
Packages / spirv-llvm-translator

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/tree/17.0.0.r6+g70883514-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-lmdb][main] upgpkg: 1.4.1-3: python 3.12 rebuild

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
python-lmdb


Commits:
255e5647 by Daniel Bermond at 2024-04-04T10:57:53-03:00
upgpkg: 1.4.1-3: python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-lmdb
+   pkgdesc = Universal Python binding for the LMDB Lightning Database
+   pkgver = 1.4.1
+   pkgrel = 3
+   url = https://github.com/jnwatson/py-lmdb/
+   arch = x86_64
+   license = OLDAP-2.8
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-cffi
+   depends = lmdb
+   source = 
https://github.com/jnwatson/py-lmdb//archive/py-lmdb_1.4.1.tar.gz
+   sha256sums = 
c574035dd85ef7f5b1d6d9c9f639fcaff51fcf85a397c5b6d721e161e6077f51
+
+pkgname = python-lmdb


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 _pkg=py-lmdb
 pkgname=python-lmdb
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Universal Python binding for the LMDB Lightning Database"
 arch=(x86_64)
 url="https://github.com/jnwatson/py-lmdb/;
-license=('custom: OpenLDAP')
+license=('OLDAP-2.8')
 depends=(python python-cffi lmdb)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lmdb/-/commit/255e5647af7ff1c9562f10291970bd4bdfa87913

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lmdb/-/commit/255e5647af7ff1c9562f10291970bd4bdfa87913
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-lmdb] Pushed new tag 1.4.1-3

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.4.1-3 at Arch Linux / Packaging / Packages / 
python-lmdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lmdb/-/tree/1.4.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-breathe][main] upgpkg: 4.35.0-3: python 3.12 rebuild

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
python-breathe


Commits:
52738dcc by Daniel Bermond at 2024-04-04T10:54:01-03:00
upgpkg: 4.35.0-3: python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = python-breathe
+   pkgdesc = An extension to reStructuredText and Sphinx to be able to 
read and render Doxygen xml output
+   pkgver = 4.35.0
+   pkgrel = 3
+   url = https://breathe.readthedocs.org/en/latest/
+   arch = any
+   license = BSD-3-Clause
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-docutils
+   depends = python-sphinx
+   source = 
https://github.com/michaeljones/breathe/archive/v4.35.0/python-breathe-4.35.0.tar.gz
+   source = 
python-breathe-4.35.0.tar.gz.sig::https://github.com/michaeljones/breathe/releases/download/v4.35.0/breathe-4.35.0.tar.gz.sig
+   source = 
010-python-breathe-fix-tests-with-sphinx7.2.6.patch::https://github.com/breathe-doc/breathe/pull/976.patch
+   validpgpkeys = 8AED58021FEACDD5F27BA0E6A72F627716EA9D96
+   sha512sums = 
76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91
+   sha512sums = SKIP
+   sha512sums = 
daf9aec441cd3708978b6cc292ec46cde28b4df441ae5b8c9514200f647bbb60010e50125665a2723e467a48123ac991d36ddaf07d59b34fcb680a3d820cded7
+
+pkgname = python-breathe


=
PKGBUILD
=
@@ -4,20 +4,26 @@
 
 pkgname=python-breathe
 pkgver=4.35.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
 url="https://breathe.readthedocs.org/en/latest/;
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('python' 'python-docutils' 'python-sphinx')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig;)
+
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig;
+
'010-python-breathe-fix-tests-with-sphinx7.2.6.patch'::'https://github.com/breathe-doc/breathe/pull/976.patch')
 
sha512sums=('76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91'
-'SKIP')
+'SKIP'
+
'daf9aec441cd3708978b6cc292ec46cde28b4df441ae5b8c9514200f647bbb60010e50125665a2723e467a48123ac991d36ddaf07d59b34fcb680a3d820cded7')
 validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

 
+prepare() {
+patch -d "breathe-${pkgver}" -Np1 -i 
"${srcdir}/010-python-breathe-fix-tests-with-sphinx7.2.6.patch"
+}
+
 build() {
   cd "breathe-${pkgver}"
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/commit/52738dcc3e956910b3dd6331f7215f361701e5e6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/commit/52738dcc3e956910b3dd6331f7215f361701e5e6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-breathe] Pushed new tag 4.35.0-3

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 4.35.0-3 at Arch Linux / Packaging / Packages / 
python-breathe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/tree/4.35.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libsvm] Pushed new tag 3.32-2

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 3.32-2 at Arch Linux / Packaging / Packages / 
libsvm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsvm/-/tree/3.32-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libsvm][main] upgpkg: 3.32-2: python 3.12 rebuild

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libsvm


Commits:
125dae58 by Daniel Bermond at 2024-04-04T10:42:40-03:00
upgpkg: 3.32-2: python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = libsvm
+   pkgdesc = A library for Support Vector Machines classification 
(includes binaries and bindings for python and java)
+   pkgver = 3.32
+   pkgrel = 2
+   url = https://www.csie.ntu.edu.tw/~cjlin/libsvm/
+   arch = x86_64
+   license = BSD-3-Clause
+   makedepends = qt5-base
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = gnuplot
+   depends = python
+   optdepends = qt5-base: for Qt5 interface with svm-toy
+   optdepends = python-numpy: for python bindings
+   optdepends = python-scipy: for python bindings
+   optdepends = python-numba: for enabling JIT compiler in python bindings
+   optdepends = java-runtime: for java bindings
+   source = 
https://github.com/cjlin1/libsvm/archive/v332/libsvm-3.32.tar.gz
+   source = 010-libsvm-fix-qt-headers-path.patch
+   source = 020-libsvm-use-archlinux-flags.patch
+   source = 030-libsvm-fix-tools-path.patch
+   sha256sums = 
e1d7d316112d199ebd69c9695f79226d236b86e2c8d88e70cfe35fd383954ed8
+   sha256sums = 
07bc50e50c3e34823e1669fec1be84a50fcea2307dcf33b00300135e08d2de4d
+   sha256sums = 
5542910c91c0a8ddeb020c4d941c5fbf67eeef6d4b9804f18d9bc4bafedae78f
+   sha256sums = 
67f57236a6c4b09f051e74f8cb1ef5dbc9b5de3fdbb2b1a6ff86a07db0dd5fb9
+
+pkgname = libsvm


=
PKGBUILD
=
@@ -6,11 +6,11 @@
 
 pkgname=libsvm
 pkgver=3.32
-pkgrel=1
+pkgrel=2
 pkgdesc='A library for Support Vector Machines classification (includes 
binaries and bindings for python and java)'
 arch=('x86_64')
 url='https://www.csie.ntu.edu.tw/~cjlin/libsvm/'
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('gnuplot' 'python')
 makedepends=('qt5-base' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 optdepends=('qt5-base: for Qt5 interface with svm-toy'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsvm/-/commit/125dae5804e61d053dd01551dd38aae6fd4a8f43

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsvm/-/commit/125dae5804e61d053dd01551dd38aae6fd4a8f43
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fs-uae-launcher][main] upgpkg: 3.1.68-4: python 3.12 rebuild

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
fs-uae-launcher


Commits:
39a41b15 by Daniel Bermond at 2024-04-04T10:39:02-03:00
upgpkg: 3.1.68-4: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fs-uae-launcher
pkgdesc = Graphical user interface for the fs-uae Amiga emulator
pkgver = 3.1.68
-   pkgrel = 3
+   pkgrel = 4
url = https://fs-uae.net/
arch = any
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=fs-uae-launcher
 pkgver=3.1.68
-pkgrel=3
+pkgrel=4
 pkgdesc='Graphical user interface for the fs-uae Amiga emulator'
 arch=('any')
 url='https://fs-uae.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/commit/39a41b1570b9e670f59698e0264a0578f4033f8f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/commit/39a41b1570b9e670f59698e0264a0578f4033f8f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fs-uae-launcher] Pushed new tag 3.1.68-4

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 3.1.68-4 at Arch Linux / Packaging / Packages / 
fs-uae-launcher

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/tree/3.1.68-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-lhafile] Pushed new tag 0.3.0-4

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.3.0-4 at Arch Linux / Packaging / Packages / 
python-lhafile

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lhafile/-/tree/0.3.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-lhafile][main] upgpkg: 0.3.0-4: python 3.12 rebuild

2024-04-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
python-lhafile


Commits:
06e1c859 by Daniel Bermond at 2024-04-04T10:38:22-03:00
upgpkg: 0.3.0-4: python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-lhafile
+   pkgdesc = LHA archive support for Python
+   pkgver = 0.3.0
+   pkgrel = 4
+   url = https://github.com/FrodeSolheim/python-lhafile/
+   arch = x86_64
+   license = BSD-3-Clause
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   source = 
https://github.com/FrodeSolheim/python-lhafile/archive/v0.3.0/python-lhafile-0.3.0.tar.gz
+   sha256sums = 
5565641820813c76c74f2199f19f6ee0e3ae1e1c14de1a3a4ea3602f9094cd29
+
+pkgname = python-lhafile


=
PKGBUILD
=
@@ -3,23 +3,22 @@
 
 pkgname=python-lhafile
 pkgver=0.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='LHA archive support for Python'
 arch=('x86_64')
 url='https://github.com/FrodeSolheim/python-lhafile/'
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("https://github.com/FrodeSolheim/python-lhafile/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('5565641820813c76c74f2199f19f6ee0e3ae1e1c14de1a3a4ea3602f9094cd29')
 
 build() {
 cd "${pkgname}-${pkgver}"
-python setup.py build
+python -m build --wheel --no-isolation
 }
 
 package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="$pkgdir" --skip-build --optimize='1'
-install -D -m644 COPYING.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+python -m installer --destdir="$pkgdir" "${pkgname}-${pkgver}/dist"/*.whl
+install -D -m644 "${pkgname}-${pkgver}/COPYING.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lhafile/-/commit/06e1c85995a5e7eedf4e6f96d7309f6c74631655

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lhafile/-/commit/06e1c85995a5e7eedf4e6f96d7309f6c74631655
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11][main] upgpkg: 2.12.0-2: rebuild packages without signature in sync db

2024-04-03 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
pybind11


Commits:
4ef62c80 by Daniel Bermond at 2024-04-03T07:30:35-03:00
upgpkg: 2.12.0-2: rebuild packages without signature in sync db

https://archlinux.org/todo/rebuild-packages-without-signature-in-sync-db/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in 
Python and vice versa
pkgver = 2.12.0
-   pkgrel = 1
+   pkgrel = 2
url = https://pybind11.readthedocs.org/
arch = any
-   license = BSD
+   license = BSD-3-Clause
checkdepends = python-numpy
checkdepends = python-scipy
makedepends = cmake


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 
 pkgname=pybind11
 pkgver=2.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
-license=('BSD')
+license=('BSD-3-Clause')
 optdepends=('python-setuptools: for python bindings')
 makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
  'python-setuptools' 'python-pytest' 'python-wheel')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/4ef62c80a6c8663a671614e426a370b5d319d9a9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/4ef62c80a6c8663a671614e426a370b5d319d9a9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11] Pushed new tag 2.12.0-2

2024-04-03 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.12.0-2 at Arch Linux / Packaging / Packages / 
pybind11

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/tree/2.12.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/svt-vp9][main] upgpkg: 0.3.0-3

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
svt-vp9


Commits:
5ba4e6d8 by Daniel Bermond at 2024-03-30T16:36:31-03:00
upgpkg: 0.3.0-3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = svt-vp9
+   pkgdesc = Scalable Video Technology VP9 encoder
+   pkgver = 0.3.0
+   pkgrel = 3
+   url = https://github.com/OpenVisualCloud/SVT-VP9
+   arch = x86_64
+   license = BSD-2-Clause-Patent
+   makedepends = cmake
+   makedepends = git
+   makedepends = nasm
+   makedepends = ninja
+   depends = glibc
+   source = 
git+https://github.com/OpenVisualCloud/SVT-VP9.git#tag=e1bbb77ed315f417002071e93789b366d9ff997e
+   sha256sums = SKIP
+
+pkgname = svt-vp9


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=svt-vp9
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Scalable Video Technology VP9 encoder'
 arch=(x86_64)
 url=https://github.com/OpenVisualCloud/SVT-VP9
@@ -17,7 +17,7 @@ makedepends=(
 )
 _tag=e1bbb77ed315f417002071e93789b366d9ff997e
 source=(git+https://github.com/OpenVisualCloud/SVT-VP9.git#tag=${_tag})
-md5sums=(SKIP)
+sha256sums=(SKIP)
 
 pkgver() {
   cd SVT-VP9



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-vp9/-/commit/5ba4e6d8f5673cca5e6d84b41ea24bc764f42bc1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-vp9/-/commit/5ba4e6d8f5673cca5e6d84b41ea24bc764f42bc1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/svt-vp9] Pushed new tag 0.3.0-3

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.3.0-3 at Arch Linux / Packaging / Packages / 
svt-vp9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-vp9/-/tree/0.3.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/svt-vp9][main] 2 commits: Remove noexecstack linker flag

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
svt-vp9


Commits:
823e00db by loqs at 2024-03-30T18:36:04+00:00
Remove noexecstack linker flag

Executable stack has been disabled by default in 
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/ad781dd87500332d3265b93695326b025bec7f28

- - - - -
6a255bf1 by loqs at 2024-03-30T18:37:28+00:00
Change to SPDX license identifier

https://github.com/OpenVisualCloud/SVT-VP9/blob/e1bbb77ed315f417002071e93789b366d9ff997e/LICENSE.md

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=2
 pkgdesc='Scalable Video Technology VP9 encoder'
 arch=(x86_64)
 url=https://github.com/OpenVisualCloud/SVT-VP9
-license=(BSD)
+license=(BSD-2-Clause-Patent)
 depends=(glibc)
 makedepends=(
   cmake
@@ -30,7 +30,6 @@ prepare() {
 }
 
 build() {
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
   cmake -S SVT-VP9 -B build -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-vp9/-/compare/fda7a4b48ff19507671f56851e17c73895746b42...6a255bf1fc965537ad35bb370c52b1471cf582ad

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-vp9/-/compare/fda7a4b48ff19507671f56851e17c73895746b42...6a255bf1fc965537ad35bb370c52b1471cf582ad
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/svt-hevc][main] upgpkg: 1.5.1-3: remove noexecstack linker flag, update license

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
svt-hevc


Commits:
41418e39 by Daniel Bermond at 2024-03-30T12:31:15-03:00
upgpkg: 1.5.1-3: remove noexecstack linker flag, update license

Fixes #1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = svt-hevc
+   pkgdesc = Scalable Video Technology HEVC encoder
+   pkgver = 1.5.1
+   pkgrel = 3
+   url = https://github.com/OpenVisualCloud/SVT-HEVC
+   arch = x86_64
+   license = BSD-2-Clause-Patent
+   makedepends = cmake
+   makedepends = git
+   makedepends = nasm
+   makedepends = ninja
+   depends = glibc
+   source = 
git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=b65eba07e6dee37407631cc441561960838b0333
+   sha256sums = SKIP
+
+pkgname = svt-hevc


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 
 pkgname=svt-hevc
 pkgver=1.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Scalable Video Technology HEVC encoder'
 arch=(x86_64)
 url=https://github.com/OpenVisualCloud/SVT-HEVC
-license=(BSD)
+license=(BSD-2-Clause-Patent)
 depends=(
   glibc
 )
@@ -20,7 +20,7 @@ makedepends=(
 )
 _tag=b65eba07e6dee37407631cc441561960838b0333
 source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=${_tag})
-md5sums=(SKIP)
+sha256sums=(SKIP)
 
 pkgver() {
   cd SVT-HEVC
@@ -32,7 +32,6 @@ prepare() {
 }
 
 build() {
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
   cmake -S SVT-HEVC -B build -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-hevc/-/commit/41418e39ada0d04578a6da2249ec5bc5def9f05b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-hevc/-/commit/41418e39ada0d04578a6da2249ec5bc5def9f05b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/svt-hevc] Pushed new tag 1.5.1-3

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.5.1-3 at Arch Linux / Packaging / Packages / 
svt-hevc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-hevc/-/tree/1.5.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-compute-runtime] Pushed new tag 23.48.27912.11-2

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 23.48.27912.11-2 at Arch Linux / Packaging / 
Packages / intel-compute-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/tree/23.48.27912.11-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onevpl-intel-gpu] Pushed new tag 24.2.0-1

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.0-1 at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/tree/24.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onevpl-intel-gpu][main] upgpkg: 24.2.0-1

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu


Commits:
0f35260e by Daniel Bermond at 2024-03-30T10:31:45-03:00
upgpkg: 24.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = onevpl-intel-gpu
pkgdesc = oneVPL runtime implementation for Intel GPUs (Tiger Lake and 
newer)
-   pkgver = 24.1.4
+   pkgver = 24.2.0
pkgrel = 1
url = 
https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = onevpl-intel-gpu
depends = intel-media-driver
depends = libdrm
depends = libva
-   source = 
https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.1.4/onevpl-intel-gpu-24.1.4.tar.gz
+   source = 
https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.2.0/onevpl-intel-gpu-24.2.0.tar.gz
source = 010-onevpl-intel-gpu-disable-verbose-makefile.patch
-   sha256sums = 
879a232351ce0647522a0981edded3760104aec9f2bdc2ad31f70df03c95a6a9
+   sha256sums = 
34438637670b13140153c8a6be6b32d755ba72f68b2bbb01a8ec630c3e453900
sha256sums = 
c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879
 
 pkgname = onevpl-intel-gpu


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=onevpl-intel-gpu
-pkgver=24.1.4
+pkgver=24.2.0
 pkgrel=1
 pkgdesc='oneVPL runtime implementation for Intel GPUs (Tiger Lake and newer)'
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('intel-media-driver' 'libdrm' 'libva')
 makedepends=('cmake')
 
source=("https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-onevpl-intel-gpu-disable-verbose-makefile.patch')
-sha256sums=('879a232351ce0647522a0981edded3760104aec9f2bdc2ad31f70df03c95a6a9'
+sha256sums=('34438637670b13140153c8a6be6b32d755ba72f68b2bbb01a8ec630c3e453900'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/0f35260e17587cbc5c0f5861a5def8cc0d754540

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/0f35260e17587cbc5c0f5861a5def8cc0d754540
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.2.0-1

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
5a3b1ec4 by Daniel Bermond at 2024-03-30T10:30:14-03:00
upgpkg: 24.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.1.4
+   pkgver = 24.2.0
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = intel-media-driver
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.1.4.tar.gz
-   sha256sums = 
7ea727b3e2890cf8f50307a3910664209bcbae1ce0d3d8f81bb9f522b0f66d59
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.0.tar.gz
+   sha256sums = 
5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.1.4
+pkgver=24.2.0
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('7ea727b3e2890cf8f50307a3910664209bcbae1ce0d3d8f81bb9f522b0f66d59')
+sha256sums=('5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/5a3b1ec43cb601a896bac6e1146b7f01aa1bea0e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/5a3b1ec43cb601a896bac6e1146b7f01aa1bea0e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.2.0-1

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.0-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/tree/24.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-gmmlib][main] upgpkg: 22.3.18-1

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-gmmlib


Commits:
c37c7255 by Daniel Bermond at 2024-03-30T10:29:39-03:00
upgpkg: 22.3.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-gmmlib
pkgdesc = Intel Graphics Memory Management Library
-   pkgver = 22.3.17
+   pkgver = 22.3.18
pkgrel = 1
url = https://github.com/intel/gmmlib/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = intel-gmmlib
conflicts = gmmlib
replaces = gmmlib
options = !emptydirs
-   source = 
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.3.17.tar.gz
-   sha256sums = 
5fa23407d4780c4ee8acd68e9ec9186e1721238150dc36ca9ab469a335891d2a
+   source = 
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.3.18.tar.gz
+   sha256sums = 
381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f
 
 pkgname = intel-gmmlib


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-gmmlib
-pkgver=22.3.17
+pkgver=22.3.18
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=(x86_64)
@@ -15,7 +15,7 @@ conflicts=(gmmlib)
 replaces=(gmmlib)
 options=(!emptydirs)
 source=(https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5fa23407d4780c4ee8acd68e9ec9186e1721238150dc36ca9ab469a335891d2a')
+sha256sums=('381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f')
 
 build() {
   cmake -B build -S gmmlib-${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/commit/c37c72559f801430828ad37de56dcdf34be9ac6f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/commit/c37c72559f801430828ad37de56dcdf34be9ac6f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-gmmlib] Pushed new tag 22.3.18-1

2024-03-30 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 22.3.18-1 at Arch Linux / Packaging / Packages / 
intel-gmmlib

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/tree/22.3.18-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11][main] upgpkg: 2.12.0-1

2024-03-29 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
pybind11


Commits:
6d9c39dd by Daniel Bermond at 2024-03-29T13:48:52-03:00
upgpkg: 2.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in 
Python and vice versa
-   pkgver = 2.11.1
-   pkgrel = 2
+   pkgver = 2.12.0
+   pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
license = BSD
@@ -16,9 +16,9 @@ pkgbase = pybind11
makedepends = python-pytest
makedepends = python-wheel
optdepends = python-setuptools: for python bindings
-   source = 
https://github.com/pybind/pybind11/archive/v2.11.1/pybind11-2.11.1.tar.gz
+   source = 
https://github.com/pybind/pybind11/archive/v2.12.0/pybind11-2.12.0.tar.gz
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
-   sha256sums = 
d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
+   sha256sums = 
bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
sha256sums = 
27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
 
 pkgname = pybind11


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Matthew Ellison 
 
 pkgname=pybind11
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.0
+pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
@@ -16,7 +16,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python-build' 
'python-installer'
 checkdepends=('python-numpy' 'python-scipy')
 
source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-pybind11-remove-unwanted-pip-build-deps.patch')
-sha256sums=('d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c'
+sha256sums=('bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7'
 '27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/6d9c39dd66af2eff35619878b6115166ad83c037

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/6d9c39dd66af2eff35619878b6115166ad83c037
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11] Pushed new tag 2.12.0-1

2024-03-29 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.12.0-1 at Arch Linux / Packaging / Packages / 
pybind11

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/tree/2.12.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-c] Pushed new tag 0.9.31-1

2024-03-23 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.9.31-1 at Arch Linux / Packaging / Packages / 
cargo-c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/tree/0.9.31-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-c][main] upgpkg: 0.9.31-1

2024-03-23 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-c


Commits:
ac0f5a9c by Daniel Bermond at 2024-03-23T18:56:51-03:00
upgpkg: 0.9.31-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-c
pkgdesc = A cargo subcommand to build and install C-ABI compatibile 
dynamic and static libraries
-   pkgver = 0.9.30
+   pkgver = 0.9.31
pkgrel = 1
url = https://github.com/lu-zero/cargo-c/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cargo-c
depends = libcurl.so
depends = libssl.so
depends = libz.so
-   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.30/cargo-c-0.9.30.tar.gz
-   source = 
cargo-c-0.9.30.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.30/Cargo.lock
-   sha256sums = 
174cfc3a69263c3e54b95e00c4bd61b13377f7f72d4bf60aa714fd9e7ed3849c
-   sha256sums = 
f0dbe5f3bbb2e6e216fabddb8db698ffbb37a363f8c1c6efb347ee7ca350ae5a
+   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.31/cargo-c-0.9.31.tar.gz
+   source = 
cargo-c-0.9.31.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.31/Cargo.lock
+   sha256sums = 
4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83
+   sha256sums = 
d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea
 
 pkgname = cargo-c


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.30
+pkgver=0.9.31
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -15,8 +15,8 @@ depends=(
 )
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('174cfc3a69263c3e54b95e00c4bd61b13377f7f72d4bf60aa714fd9e7ed3849c'
-'f0dbe5f3bbb2e6e216fabddb8db698ffbb37a363f8c1c6efb347ee7ca350ae5a')
+sha256sums=('4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83'
+'d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/ac0f5a9c13334d85e367c7690cd93de175470ce3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/ac0f5a9c13334d85e367c7690cd93de175470ce3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onevpl-intel-gpu][main] upgpkg: 24.1.4-1

2024-03-09 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu


Commits:
2f7ec216 by Daniel Bermond at 2024-03-09T09:44:50-03:00
upgpkg: 24.1.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = onevpl-intel-gpu
pkgdesc = oneVPL runtime implementation for Intel GPUs (Tiger Lake and 
newer)
-   pkgver = 24.1.3
+   pkgver = 24.1.4
pkgrel = 1
url = 
https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = onevpl-intel-gpu
depends = intel-media-driver
depends = libdrm
depends = libva
-   source = 
https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.1.3/onevpl-intel-gpu-24.1.3.tar.gz
+   source = 
https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.1.4/onevpl-intel-gpu-24.1.4.tar.gz
source = 010-onevpl-intel-gpu-disable-verbose-makefile.patch
-   sha256sums = 
15d34e4304d7aeb5ea5e529b6f51171109cef42525113321f675bc14e56c697e
+   sha256sums = 
879a232351ce0647522a0981edded3760104aec9f2bdc2ad31f70df03c95a6a9
sha256sums = 
c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879
 
 pkgname = onevpl-intel-gpu


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=onevpl-intel-gpu
-pkgver=24.1.3
+pkgver=24.1.4
 pkgrel=1
 pkgdesc='oneVPL runtime implementation for Intel GPUs (Tiger Lake and newer)'
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('intel-media-driver' 'libdrm' 'libva')
 makedepends=('cmake')
 
source=("https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-onevpl-intel-gpu-disable-verbose-makefile.patch')
-sha256sums=('15d34e4304d7aeb5ea5e529b6f51171109cef42525113321f675bc14e56c697e'
+sha256sums=('879a232351ce0647522a0981edded3760104aec9f2bdc2ad31f70df03c95a6a9'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/2f7ec216d8de3abb7c84524eaf44fd0282b6e58b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/2f7ec216d8de3abb7c84524eaf44fd0282b6e58b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/onevpl-intel-gpu] Pushed new tag 24.1.4-1

2024-03-09 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.1.4-1 at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/tree/24.1.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.1.4-1

2024-03-09 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
46a1d8e0 by Daniel Bermond at 2024-03-09T09:43:12-03:00
upgpkg: 24.1.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.1.3
+   pkgver = 24.1.4
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
license = MIT
-   license = BSD
+   license = BSD-3-Clause
makedepends = cmake
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.1.3.tar.gz
-   sha256sums = 
a024e96abd662193e4295f427a76c5894087503df46bd82c0e5bea103e44b171
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.1.4.tar.gz
+   sha256sums = 
7ea727b3e2890cf8f50307a3910664209bcbae1ce0d3d8f81bb9f522b0f66d59
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.1.3
+pkgver=24.1.4
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
 url="https://github.com/intel/media-driver/;
-license=(MIT BSD)
+license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('a024e96abd662193e4295f427a76c5894087503df46bd82c0e5bea103e44b171')
+sha256sums=('7ea727b3e2890cf8f50307a3910664209bcbae1ce0d3d8f81bb9f522b0f66d59')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/46a1d8e06a4e11e43d7082c7c082072fb261d8f7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/46a1d8e06a4e11e43d7082c7c082072fb261d8f7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.1.4-1

2024-03-09 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.1.4-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/tree/24.1.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libjxl][main] upgpkg: 0.10.2-1

2024-03-09 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libjxl


Commits:
9806b380 by Daniel Bermond at 2024-03-09T07:36:39-03:00
upgpkg: 0.10.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libjxl
pkgdesc = JPEG XL image format reference implementation
-   pkgver = 0.10.1
+   pkgver = 0.10.2
pkgrel = 1
url = https://jpeg.org/jpegxl/
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = libjxl
makedepends = doxygen
makedepends = graphviz
makedepends = xdg-utils
-   source = git+https://github.com/libjxl/libjxl.git#tag=v0.10.1
+   source = git+https://github.com/libjxl/libjxl.git#tag=v0.10.2
source = git+https://github.com/google/brotli.git
source = git+https://github.com/mm2/Little-CMS.git
source = git+https://github.com/google/googletest.git


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgbase=libjxl
 pkgname=('libjxl' 'libjxl-doc')
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc='JPEG XL image format reference implementation'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/commit/9806b380ea1f150a64869945bada8ef6f467e331

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/commit/9806b380ea1f150a64869945bada8ef6f467e331
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libjxl] Pushed new tag 0.10.2-1

2024-03-09 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.10.2-1 at Arch Linux / Packaging / Packages / 
libjxl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libjxl/-/tree/0.10.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fs-uae-launcher] Pushed new tag 3.1.68-3

2024-03-06 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 3.1.68-3 at Arch Linux / Packaging / Packages / 
fs-uae-launcher

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/tree/3.1.68-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fs-uae-launcher][main] upgpkg: 3.1.68-3: update url, license and dependencies

2024-03-06 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
fs-uae-launcher


Commits:
98ba5777 by Daniel Bermond at 2024-03-06T18:14:29-03:00
upgpkg: 3.1.68-3: update url, license and dependencies

https://archlinux.org/todo/broken-package-urls/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = fs-uae-launcher
+   pkgdesc = Graphical user interface for the fs-uae Amiga emulator
+   pkgver = 3.1.68
+   pkgrel = 3
+   url = https://fs-uae.net/
+   arch = any
+   license = GPL-2.0-or-later
+   depends = fs-uae
+   depends = python
+   depends = python-idna
+   depends = python-opengl
+   depends = python-pillow
+   depends = python-pyqt5
+   depends = python-requests
+   depends = python-setuptools
+   depends = hicolor-icon-theme
+   optdepends = p7zip: for .7z file support
+   optdepends = python-lhafile: for .lha file support
+   source = 
https://fs-uae.net/files/FS-UAE-Launcher/Stable/3.1.68/fs-uae-launcher-3.1.68.tar.xz
+   source = 010-fs-uae-launcher-fix-install-path.patch
+   source = 020-fs-uae-launcher-remove-python2.patch
+   sha256sums = 
e36104442db278e0f1d073dbc2be2f9a937cd33e964968b75b324c393f8ec030
+   sha256sums = 
4ec36185146f46286a6168162837605e1e2cbb6f4e405996d7f6373bf29fac6f
+   sha256sums = 
f0616c0d181733120c68fea2f158eb27e90c3f07c23cd93b042a5ae240cfdd5e
+
+pkgname = fs-uae-launcher


=
PKGBUILD
=
@@ -4,14 +4,13 @@
 
 pkgname=fs-uae-launcher
 pkgver=3.1.68
-pkgrel=2
+pkgrel=3
 pkgdesc='Graphical user interface for the fs-uae Amiga emulator'
 arch=('any')
-url='https://fs-uae.net/launcher/'
-license=('GPL2')
-depends=('fs-uae' 'python' 'python-opengl' 'python-pillow' 'python-pyqt5'
- 'python-requests' 'python-rx' 'python-setuptools' 
'python-typing_extensions'
- 'hicolor-icon-theme')
+url='https://fs-uae.net/'
+license=('GPL-2.0-or-later')
+depends=('fs-uae' 'python' 'python-idna' 'python-opengl' 'python-pillow'
+ 'python-pyqt5' 'python-requests' 'python-setuptools' 
'hicolor-icon-theme')
 optdepends=('p7zip: for .7z file support'
 'python-lhafile: for .lha file support')
 
source=("https://fs-uae.net/files/FS-UAE-Launcher/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/commit/98ba5777912de76f98194ebd614c57ab36d4ab14

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/commit/98ba5777912de76f98194ebd614c57ab36d4ab14
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rkcommon][main] upgpkg: 1.13.0-1

2024-03-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
rkcommon


Commits:
63233896 by Daniel Bermond at 2024-03-02T10:43:45-03:00
upgpkg: 1.13.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = rkcommon
pkgdesc = Intel RenderKit common C++/CMake infrastructure
-   pkgver = 1.12.0
+   pkgver = 1.13.0
pkgrel = 1
url = https://github.com/ospray/rkcommon/
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = cmake
depends = gcc-libs
depends = glibc
depends = onetbb
-   source = 
https://github.com/ospray/rkcommon//archive/v1.12.0/rkcommon-1.12.0.tar.gz
-   sha256sums = 
6abb901073811cdbcbe336772e1fcb458d78cab5ad8d5d61de2b57ab83581e80
+   source = 
https://github.com/ospray/rkcommon//archive/v1.13.0/rkcommon-1.13.0.tar.gz
+   sha256sums = 
8ae9f911420085ceeca36e1f16d1316a77befbf6bf6de2a186d65440ac66ff1f
 
 pkgname = rkcommon


=
PKGBUILD
=
@@ -2,29 +2,30 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=rkcommon
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="Intel RenderKit common C++/CMake infrastructure"
 arch=(x86_64)
 url="https://github.com/ospray/rkcommon/;
-license=(Apache)
+license=(Apache-2.0)
 depends=(gcc-libs glibc onetbb)
 makedepends=(cmake)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6abb901073811cdbcbe336772e1fcb458d78cab5ad8d5d61de2b57ab83581e80')
+sha256sums=('8ae9f911420085ceeca36e1f16d1316a77befbf6bf6de2a186d65440ac66ff1f')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \
+-G 'Unix Makefiles' \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -Wno-dev
-  make -C build
+  cmake --build build
 }
 
 check() {
-  make -C build test
+  ctest --test-dir build --output-on-failure
 }
 
 package() {
-  make -C build DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --install build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/63233896238785cc44ea0dd940e1818a08602137

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/63233896238785cc44ea0dd940e1818a08602137
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rkcommon] Pushed new tag 1.13.0-1

2024-03-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.13.0-1 at Arch Linux / Packaging / Packages / 
rkcommon

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/tree/1.13.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   >