[arch-commits] Commit in usd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Apr 6 15:27:40 UTC 2021


    Date: Tuesday, April 6, 2021 @ 15:27:40
  Author: svenstaro
Revision: 912126

archrelease: copy trunk to community-x86_64

Added:
  usd/repos/community-x86_64/PKGBUILD
    (from rev 912125, usd/trunk/PKGBUILD)
Deleted:
  usd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 15:27:27 UTC (rev 912125)
+++ PKGBUILD	2021-04-06 15:27:40 UTC (rev 912126)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
-pkgname=usd
-pkgver=20.11
-pkgrel=4
-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=('adbdf451a10a7af201b0fafa44ebc27cc2c3b412d3dbbd90f1a9319abe2e203d')
-
-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 912125, usd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 15:27:40 UTC (rev 912126)
@@ -0,0 +1,34 @@
+# 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:



More information about the arch-commits mailing list