[arch-commits] Commit in usd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed May 12 15:00:58 UTC 2021
Date: Wednesday, May 12, 2021 @ 15:00:58
Author: svenstaro
Revision: 931740
archrelease: copy trunk to community-x86_64
Added:
usd/repos/community-x86_64/PKGBUILD
(from rev 931739, usd/trunk/PKGBUILD)
Deleted:
usd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 15:00:53 UTC (rev 931739)
+++ PKGBUILD 2021-05-12 15:00:58 UTC (rev 931740)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
-pkgname=usd
-pkgver=21.02
-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=('97bbae5d86d6e4db357645db183be03afe28fe024b242f27bd4f62b4e2eade53')
-
-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 931739, usd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-12 15:00:58 UTC (rev 931740)
@@ -0,0 +1,34 @@
+# 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:
More information about the arch-commits
mailing list