* update ptex to 2.4.3-1

This commit is contained in:
Alexander Baldeck 2024-08-16 06:21:06 +02:00
parent 3876d29f09
commit 4ed75cdebc
3 changed files with 25 additions and 3 deletions

18
ptex/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = ptex
pkgdesc = Per-Face Texture Mapping for Production Rendering
pkgver = 2.4.3
pkgrel = 1
url = http://ptex.us/
arch = x86_64
license = BSD
makedepends = git
makedepends = doxygen
makedepends = cmake
makedepends = ninja
depends = zlib
depends = gcc-libs
options = staticlibs
source = ptex-2.4.3.tar.gz::https://github.com/wdas/ptex/archive/v2.4.3.tar.gz
sha512sums = 34fcaf1c4fe27cb4e66d66bb729137ef17ffeea2bc2d849f2f5f543b19acc250f425633142320ce797c2a086e04bc3e0870c94928ad45d94e34faee71af36890
pkgname = ptex

4
ptex/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[ptex]
source = "git"
git = "https://github.com/wdas/ptex.git"
prefix = "v"

View File

@ -1,8 +1,8 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=ptex
pkgver=2.4.2
pkgrel=2
pkgver=2.4.3
pkgrel=1
pkgdesc="Per-Face Texture Mapping for Production Rendering"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://ptex.us/"
@ -11,7 +11,7 @@ depends=('zlib' 'gcc-libs')
makedepends=('git' 'doxygen' 'cmake' 'ninja')
options=(staticlibs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz")
sha512sums=('3b9607b7803e7c857bb00a6d4d8bbe108810c622a3593fb5d655183f3e6689f274ee5e79bcaab6928de38daf05cf25eb56125f39477f134131a8ad45071551b3')
sha512sums=('34fcaf1c4fe27cb4e66d66bb729137ef17ffeea2bc2d849f2f5f543b19acc250f425633142320ce797c2a086e04bc3e0870c94928ad45d94e34faee71af36890')
build() {
cd "$pkgname-$pkgver"