Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
libultrahdr
Commits:
ad33ccdf by Daniel Bermond at 2024-09-20T19:34:22-03:00
upgpkg: 1.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libultrahdr
pkgdesc = The reference codec for the Ultra HDR format
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/google/libultrahdr
arch = x86_64
license = Apache-2.0
@@ -11,7 +11,7 @@ pkgbase = libultrahdr
depends = glibc
depends = libglvnd
depends = libjpeg-turbo
- source = git+https://github.com/google/libultrahdr#tag=v1.1.1
- sha256sums =
e77d92dcda5b5a0c53ecaa1444ae51102da1e3856dce20c31e0221c666bbf943
+ source = git+https://github.com/google/libultrahdr#tag=v1.2.0
+ sha256sums =
da991e3f02ef9b9dc7a269c7a29aa2932f45d4f8e1284d96f9a100ab209fd93a
pkgname = libultrahdr
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Daniel Bermond <[email protected]>
pkgname=libultrahdr
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='The reference codec for the Ultra HDR format'
arch=(x86_64)
url='https://github.com/google/libultrahdr'
@@ -14,14 +15,20 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/google/libultrahdr#tag=v$pkgver)
-sha256sums=('e77d92dcda5b5a0c53ecaa1444ae51102da1e3856dce20c31e0221c666bbf943')
+sha256sums=('da991e3f02ef9b9dc7a269c7a29aa2932f45d4f8e1284d96f9a100ab209fd93a')
build() {
cmake -B build -S $pkgname \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DUHDR_BUILD_TESTS=ON \
+ -Wno-dev
cmake --build build
}
+check() {
+ ctest --test-dir build --output-on-failure
+}
+
package() {
DESTDIR="$pkgdir" cmake --install build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libultrahdr/-/commit/ad33ccdff28b1be07502318e4ad844100637c524
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libultrahdr/-/commit/ad33ccdff28b1be07502318e4ad844100637c524
You're receiving this email because of your account on gitlab.archlinux.org.