Skip to content

Commit 4f2b233

Browse files
committed
[usd] remove merged patch
1 parent f1788a6 commit 4f2b233

File tree

10 files changed

+5
-2495
lines changed

10 files changed

+5
-2495
lines changed

alarmcn/usd/0001-Use-Valgrind-macro-to-mark-memory-defined.patch

Lines changed: 0 additions & 54 deletions
This file was deleted.

alarmcn/usd/PKGBUILD

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
pkgname='usd'
88
pkgbase=usd
9-
pkgver=25.08
10-
pkgrel=9
9+
pkgver=25.11
10+
pkgrel=1
1111
arch=(aarch64 x86_64)
1212
url='https://openusd.org'
1313
pkgdesc='3D VFX pipeline interchange file format'
@@ -38,32 +38,20 @@ depends=(alembic # libAlembic.so
3838
makedepends=(cmake help2man boost git fmt)
3939
source=("git+https://github.com/PixarAnimationStudios/OpenUSD.git#tag=v${pkgver//.a/a}"
4040
https://openusd.org/images/USDLogoUnsized.svg
41-
usd-embree4.patch
4241
usd-find-dependency-OpenGL.patch
4342
"org.openusd.usdview.desktop")
44-
sha256sums=('c6273f60af680800f9d2eaa097bed92310bfa09d44727c8aee37798912dd633b'
43+
sha256sums=('ef6ccd8fdac03e5fa0b43971e41b9744fc34dd70344530e16cf2228ac30d3fef'
4544
'529dea685836be7de95800d9688db4e1df6a8a3f341130069abdd2b5b1572128'
46-
'07f95f87fa9a6e3ab480d22208f956bb0ad11ef983ad0b11cea6384911e96486'
4745
'1cf9b9e4d902cecce278457af3092e8a180438388044939d3ab89e3a4520efc5'
48-
'6b880a1dc44ee3286a19b3347f65be5337192d00bccd55fa549598db90a887da'
49-
'38cd4f6065560d039b76819f4991dc2a37f3e8a9bedc3ed2dca70862231cd79f')
46+
'6b880a1dc44ee3286a19b3347f65be5337192d00bccd55fa549598db90a887da')
5047
replaces=('usd-extras')
5148
provides=('usd-extras')
5249

53-
source+=(0001-Use-Valgrind-macro-to-mark-memory-defined.patch)
54-
makedepends+=(valgrind)
5550
prepare() {
56-
(cd OpenUSD
57-
patch -Np1 -i "$srcdir/0001-Use-Valgrind-macro-to-mark-memory-defined.patch")
58-
_prepare
59-
}
60-
61-
_prepare() {
6251
cd OpenUSD
6352

6453
_pyver=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
6554

66-
patch -Np1 -i "$srcdir/usd-embree4.patch"
6755
patch -Np1 -i "$srcdir/usd-find-dependency-OpenGL.patch"
6856

6957
# Change directories to standard

alarmcn/usd/REUSE.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ SPDX-FileCopyrightText = "Arch Linux contributors"
2323
SPDX-License-Identifier = "0BSD"
2424

2525
[[annotations]]
26-
path = [
27-
"usd-embree4.patch",
28-
"usd-find-dependency-OpenGL.patch",
29-
]
26+
path = ["usd-find-dependency-OpenGL.patch"]
3027
SPDX-FileCopyrightText = "usd contributors"
3128
SPDX-License-Identifier = "Apache-2.0"

alarmcn/usd/cmake-find-dependency.patch

Lines changed: 0 additions & 53 deletions
This file was deleted.

alarmcn/usd/lilac.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ def pre_build():
1414
line = 'arch=(aarch64 x86_64)'
1515
if line.startswith('makedepends='):
1616
line = line.replace(' cuda', '')
17-
if line.startswith('prepare()'):
18-
print('source+=(0001-Use-Valgrind-macro-to-mark-memory-defined.patch)')
19-
print('makedepends+=(valgrind)')
20-
print("""prepare() {
21-
(cd OpenUSD
22-
patch -Np1 -i "$srcdir/0001-Use-Valgrind-macro-to-mark-memory-defined.patch")
23-
_prepare
24-
}
25-
""")
26-
print(f"_{line}")
27-
continue
2817
print(line)
2918
run_cmd(['updpkgsums'])
3019

alarmcn/usd/usd-3392.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

alarmcn/usd/usd-defaultfonts.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)