[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-08-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 17, 2021 @ 00:26:32
  Author: svenstaro
Revision: 1001097

upgpkg: usd 21.08-1

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-16 23:32:30 UTC (rev 1001096)
+++ PKGBUILD2021-08-17 00:26:32 UTC (rev 1001097)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: bartus 
 pkgname=usd
-pkgver=21.05
-pkgrel=6
+pkgver=21.08
+pkgrel=1
 pkgdesc="3D VFX pipeline interchange file format"
 arch=('x86_64')
 url="https://graphics.pixar.com/usd/docs/index.html;
@@ -11,17 +11,14 @@
 makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base')
 provides=("usd=${pkgver}")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz;
-'demangle-fix.patch'
 'gcc11.patch'
 'pyside2-uic')
-sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478'
-'99ea5fba92842d0215e5188662a066e0cc714ed4dea9c8663cb6239f6c1afbd0'
+sha256sums=('c124c2d99922800f82dcbd0765d38a4f79443880e550ecb1e0532a334f359526'
 '663352c8932a0b48230087284f4f5c540876f6a5adab3d4d1a7ee7b3a4ad6462'
 'bf2d902eddd24d4c3498f05a89f0d867df8a6cbd921214131c14a28152e4ffbe')
 
 prepare() {
   cd USD-${pkgver}
-  patch -Np1 -i ../demangle-fix.patch
   patch -Np1 -i ../gcc11.patch
 }
 



[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-08-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 3, 2021 @ 09:20:54
  Author: arojas
Revision: 993502

Drop unused openexr dependency. It is only used in some plugins which are not 
built

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-03 09:09:28 UTC (rev 993501)
+++ PKGBUILD2021-08-03 09:20:54 UTC (rev 993502)
@@ -2,12 +2,12 @@
 # Contributor: bartus 
 pkgname=usd
 pkgver=21.05
-pkgrel=5
+pkgrel=6
 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' 'pyside2' 
'python-opengl' 'ptex')
+depends=('boost-libs' 'glew' 'opensubdiv' 'python' 'pyside2' 'python-opengl' 
'ptex')
 makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base')
 provides=("usd=${pkgver}")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz;



[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-07-05 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 5, 2021 @ 08:30:45
  Author: svenstaro
Revision: 972334

upgpkg: usd 21.05-5: Add dep on ptex

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-05 08:10:54 UTC (rev 972333)
+++ PKGBUILD2021-07-05 08:30:45 UTC (rev 972334)
@@ -2,12 +2,12 @@
 # Contributor: bartus 
 pkgname=usd
 pkgver=21.05
-pkgrel=4
+pkgrel=5
 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' 'pyside2' 
'python-opengl')
+depends=('boost-libs' 'glew' 'openexr' 'opensubdiv' 'python' 'pyside2' 
'python-opengl' 'ptex')
 makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base')
 provides=("usd=${pkgver}")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz;



[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-06-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 8, 2021 @ 21:10:34
  Author: foutrelis
Revision: 959914

upgpkg: usd 21.05-4: boost 1.76.0 rebuild

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 21:04:43 UTC (rev 959913)
+++ PKGBUILD2021-06-08 21:10:34 UTC (rev 959914)
@@ -2,7 +2,7 @@
 # Contributor: bartus 
 pkgname=usd
 pkgver=21.05
-pkgrel=3
+pkgrel=4
 pkgdesc="3D VFX pipeline interchange file format"
 arch=('x86_64')
 url="https://graphics.pixar.com/usd/docs/index.html;


[arch-commits] Commit in usd/trunk (PKGBUILD demangle-fix.patch gcc11.patch)

2021-06-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 8, 2021 @ 21:04:43
  Author: foutrelis
Revision: 959913

Fix build with GCC 11 (demangle-fix.patch from Fedora)

Added:
  usd/trunk/demangle-fix.patch
  usd/trunk/gcc11.patch
Modified:
  usd/trunk/PKGBUILD

+
 PKGBUILD   |   14 +++---
 demangle-fix.patch |   18 ++
 gcc11.patch|   12 
 3 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 21:01:35 UTC (rev 959912)
+++ PKGBUILD2021-06-08 21:04:43 UTC (rev 959913)
@@ -8,16 +8,24 @@
 url="https://graphics.pixar.com/usd/docs/index.html;
 license=('Apache')
 depends=('boost-libs' 'glew' 'openexr' 'opensubdiv' 'python' 'pyside2' 
'python-opengl')
-makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base' 'gcc10')
+makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base')
 provides=("usd=${pkgver}")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz;
+'demangle-fix.patch'
+'gcc11.patch'
 'pyside2-uic')
 sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478'
+'99ea5fba92842d0215e5188662a066e0cc714ed4dea9c8663cb6239f6c1afbd0'
+'663352c8932a0b48230087284f4f5c540876f6a5adab3d4d1a7ee7b3a4ad6462'
 'bf2d902eddd24d4c3498f05a89f0d867df8a6cbd921214131c14a28152e4ffbe')
 
+prepare() {
+  cd USD-${pkgver}
+  patch -Np1 -i ../demangle-fix.patch
+  patch -Np1 -i ../gcc11.patch
+}
+
 build() {
-  export CC=gcc-10
-  export CXX=g++-10
   cd USD-${pkgver}
   cmake \
 -B build \

Added: demangle-fix.patch
===
--- demangle-fix.patch  (rev 0)
+++ demangle-fix.patch  2021-06-08 21:04:43 UTC (rev 959913)
@@ -0,0 +1,18 @@
+--- USD-21.02/pxr/base/arch/demangle.cpp.orig   2021-01-20 09:13:57.0 
+0900
 USD-21.02/pxr/base/arch/demangle.cpp2021-02-05 16:37:27.154126908 
+0900
+@@ -36,6 +36,7 @@ using std::string;
+ #if (ARCH_COMPILER_GCC_MAJOR == 3 && ARCH_COMPILER_GCC_MINOR >= 1) || \
+ ARCH_COMPILER_GCC_MAJOR > 3 || defined(ARCH_COMPILER_CLANG)
+ #define _AT_LEAST_GCC_THREE_ONE_OR_CLANG
++#include 
+ #endif
+ 
+ PXR_NAMESPACE_OPEN_SCOPE
+@@ -138,7 +139,6 @@ _StripPxrInternalNamespace(string* name)
+ #endif
+ 
+ #if defined(_AT_LEAST_GCC_THREE_ONE_OR_CLANG)
+-#include 
+ 
+ /*
+  * This routine doesn't work when you get to gcc3.4.

Added: gcc11.patch
===
--- gcc11.patch (rev 0)
+++ gcc11.patch 2021-06-08 21:04:43 UTC (rev 959913)
@@ -0,0 +1,12 @@
+diff -upr USD-21.05.orig/pxr/base/work/singularTask.h 
USD-21.05/pxr/base/work/singularTask.h
+--- USD-21.05.orig/pxr/base/work/singularTask.h2021-04-13 
01:09:41.0 +0300
 USD-21.05/pxr/base/work/singularTask.h 2021-06-08 23:53:13.343073026 
+0300
+@@ -120,7 +120,7 @@ private:
+ // case we go again to ensure the task can do whatever it
+ // was awakened to do.  Once we successfully take the 
count
+ // to zero, we stop.
+-size_t old = count;
++std::size_t old = count;
+ do { _fn(); } while (
+ !count.compare_exchange_strong(old, 0));
+ });


[arch-commits] Commit in usd/trunk (PKGBUILD pyside2-uic)

2021-05-18 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 18, 2021 @ 21:28:42
  Author: svenstaro
Revision: 936302

upgpkg: usd 21.05-3: Add usbview support (FS#70825)

Added:
  usd/trunk/pyside2-uic
Modified:
  usd/trunk/PKGBUILD

-+
 PKGBUILD|   19 ---
 pyside2-uic |2 ++
 2 files changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-18 21:20:44 UTC (rev 936301)
+++ PKGBUILD2021-05-18 21:28:42 UTC (rev 936302)
@@ -2,18 +2,22 @@
 # Contributor: bartus 
 pkgname=usd
 pkgver=21.05
-pkgrel=2
+pkgrel=3
 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')
+depends=('boost-libs' 'glew' 'openexr' 'opensubdiv' 'python' 'pyside2' 
'python-opengl')
+makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base' 'gcc10')
 provides=("usd=${pkgver}")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz;)
-sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz;
+'pyside2-uic')
+sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478'
+'bf2d902eddd24d4c3498f05a89f0d867df8a6cbd921214131c14a28152e4ffbe')
 
 build() {
+  export CC=gcc-10
+  export CXX=g++-10
   cd USD-${pkgver}
   cmake \
 -B build \
@@ -20,9 +24,10 @@
 -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPXR_USE_PYTHON_3=ON \
--DPXR_BUILD_IMAGING=OFF \
+-DPXR_BUILD_IMAGING=ON \
 -DPXR_BUILD_TESTS=OFF \
--DPXR_BUILD_MONOLITHIC=ON
+-DPXR_BUILD_MONOLITHIC=ON \
+-DPYSIDE_BIN_DIR="$srcdir"
   ninja -C build
 }
 

Added: pyside2-uic
===
--- pyside2-uic (rev 0)
+++ pyside2-uic 2021-05-18 21:28:42 UTC (rev 936302)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec uic-qt5 -g python "$@"


Property changes on: usd/trunk/pyside2-uic
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-05-12 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 12, 2021 @ 16:08:01
  Author: svenstaro
Revision: 931806

upgpkg: usd 21.05-2: Fix wrong Python modules install location (FS#70821)

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-12 16:07:05 UTC (rev 931805)
+++ PKGBUILD2021-05-12 16:08:01 UTC (rev 931806)
@@ -2,7 +2,7 @@
 # Contributor: bartus 
 pkgname=usd
 pkgver=21.05
-pkgrel=1
+pkgrel=2
 pkgdesc="3D VFX pipeline interchange file format"
 arch=('x86_64')
 url="https://graphics.pixar.com/usd/docs/index.html;
@@ -29,6 +29,8 @@
 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:


[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-05-12 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 12, 2021 @ 15:00:53
  Author: svenstaro
Revision: 931739

upgpkg: usd 21.05-1

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-12 15:00:30 UTC (rev 931738)
+++ PKGBUILD2021-05-12 15:00:53 UTC (rev 931739)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: bartus 
 pkgname=usd
-pkgver=21.02
+pkgver=21.05
 pkgrel=1
 pkgdesc="3D VFX pipeline interchange file format"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 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')
+sha256sums=('165d0e1e45385076121268eba0da2a0ba4a7e5c2b8eab9ab26fb2fcd81a1a478')
 
 build() {
   cd USD-${pkgver}


[arch-commits] Commit in usd/trunk (PKGBUILD)

2021-04-06 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 6, 2021 @ 15:27:27
  Author: svenstaro
Revision: 912125

upgpkg: usd 21.02-1

Modified:
  usd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-06 15:03:52 UTC (rev 912124)
+++ PKGBUILD2021-04-06 15:27:27 UTC (rev 912125)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: bartus 
 pkgname=usd
-pkgver=20.11
-pkgrel=4
+pkgver=21.02
+pkgrel=1
 pkgdesc="3D VFX pipeline interchange file format"
 arch=('x86_64')
 url="https://graphics.pixar.com/usd/docs/index.html;
@@ -11,7 +11,7 @@
 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')
+sha256sums=('97bbae5d86d6e4db357645db183be03afe28fe024b242f27bd4f62b4e2eade53')
 
 build() {
   cd USD-${pkgver}