Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / imath
Commits:
f259a716 by Antonio Rojas at 2024-09-09T20:44:52+02:00
upgpkg: 3.1.12-1: Update to 3.1.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
pkgbase = imath
pkgdesc = A C++ and python library of 2D and 3D vector, matrix, and
math operations for computer graphics
- pkgver = 3.1.11
- pkgrel = 3
+ pkgver = 3.1.12
+ pkgrel = 1
url = https://www.openexr.com/
arch = x86_64
license = BSD-3-Clause
makedepends = boost
makedepends = cmake
+ makedepends = git
makedepends = python
depends = gcc-libs
depends = glibc
optdepends = boost-libs: python bindings
optdepends = python: python bindings
- source =
https://github.com/AcademySoftwareFoundation/Imath/archive/v3.1.11/imath-3.1.11.tar.gz
- sha256sums =
9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063
+ source =
git+https://github.com/AcademySoftwareFoundation/Imath#tag=v3.1.12
+ sha256sums =
42b95856f39fd27cb30e26ef0e77ec5ad6b37c83ec9c2571914a7c9f0397daa0
pkgname = imath
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=imath
-pkgver=3.1.11
-pkgrel=3
+pkgver=3.1.12
+pkgrel=1
pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math
operations for computer graphics'
url='https://www.openexr.com/'
arch=(x86_64)
@@ -13,12 +13,13 @@ optdepends=('boost-libs: python bindings'
'python: python bindings')
makedepends=(boost
cmake
+ git
python)
-source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063')
+source=(git+https://github.com/AcademySoftwareFoundation/Imath#tag=v$pkgver)
+sha256sums=('42b95856f39fd27cb30e26ef0e77ec5ad6b37c83ec9c2571914a7c9f0397daa0')
build() {
- cmake -B build -S Imath-$pkgver \
+ cmake -B build -S Imath \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON=ON
cmake --build build
@@ -26,5 +27,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
- install -Dm644 Imath-$pkgver/LICENSE.md -t
"$pkgdir"/usr/share/licenses/$pkgname
+ install -Dm644 Imath/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/f259a7169643c21b0f4d933d373680cd0862e5bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/f259a7169643c21b0f4d933d373680cd0862e5bd
You're receiving this email because of your account on gitlab.archlinux.org.