[arch-commits] Commit in usd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed May 12 16:08:05 UTC 2021
Date: Wednesday, May 12, 2021 @ 16:08:05
Author: svenstaro
Revision: 931807
archrelease: copy trunk to community-x86_64
Added:
usd/repos/community-x86_64/PKGBUILD
(from rev 931806, usd/trunk/PKGBUILD)
Deleted:
usd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 36 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 16:08:01 UTC (rev 931806)
+++ PKGBUILD 2021-05-12 16:08:05 UTC (rev 931807)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
-pkgname=usd
-pkgver=21.05
-pkgrel=1
-pkgdesc="3D VFX pipeline interchange file format"
-arch=('x86_64')
-url="https://graphics.pixar.com/usd/docs/index.html"
-license=('Apache')
-depends=('boost-libs' 'glew' 'openexr' 'opensubdiv' 'python')
-makedepends=('boost' 'cmake' 'intel-tbb' 'ninja')
-provides=("usd=${pkgver}")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz")
-sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478')
-
-build() {
- cd USD-${pkgver}
- cmake \
- -B build \
- -G Ninja \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DPXR_USE_PYTHON_3=ON \
- -DPXR_BUILD_IMAGING=OFF \
- -DPXR_BUILD_TESTS=OFF \
- -DPXR_BUILD_MONOLITHIC=ON
- ninja -C build
-}
-
-package() {
- cd USD-${pkgver}
- DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: usd/repos/community-x86_64/PKGBUILD (from rev 931806, usd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-12 16:08:05 UTC (rev 931807)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
+pkgname=usd
+pkgver=21.05
+pkgrel=2
+pkgdesc="3D VFX pipeline interchange file format"
+arch=('x86_64')
+url="https://graphics.pixar.com/usd/docs/index.html"
+license=('Apache')
+depends=('boost-libs' 'glew' 'openexr' 'opensubdiv' 'python')
+makedepends=('boost' 'cmake' 'intel-tbb' 'ninja')
+provides=("usd=${pkgver}")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz")
+sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478')
+
+build() {
+ cd USD-${pkgver}
+ cmake \
+ -B build \
+ -G Ninja \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DPXR_USE_PYTHON_3=ON \
+ -DPXR_BUILD_IMAGING=OFF \
+ -DPXR_BUILD_TESTS=OFF \
+ -DPXR_BUILD_MONOLITHIC=ON
+ ninja -C build
+}
+
+package() {
+ cd USD-${pkgver}
+ DESTDIR="$pkgdir" ninja -C build install
+
+ mv "$pkgdir"/usr/lib/python "$pkgdir"/usr/lib/python3.9
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list