[arch-commits] Commit in opensubdiv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Mar 29 02:00:51 UTC 2018
Date: Thursday, March 29, 2018 @ 02:00:50
Author: svenstaro
Revision: 313221
archrelease: copy trunk to community-x86_64
Added:
opensubdiv/repos/community-x86_64/PKGBUILD
(from rev 313220, opensubdiv/trunk/PKGBUILD)
Deleted:
opensubdiv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-29 02:00:41 UTC (rev 313220)
+++ PKGBUILD 2018-03-29 02:00:50 UTC (rev 313221)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=opensubdiv
-pkgver=3.1.1
-pkgrel=3
-pkgdesc="An Open-Source subdivision surface library"
-arch=(x86_64)
-url="http://graphics.pixar.com/opensubdiv"
-license=('apache')
-depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
-makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils opencl-headers)
-#makedepends_x86_64=(cuda) Broken currently :/
-source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz")
-sha512sums=('700db7e1dde3e916011721a5b42d5e32ea4ae355ab5e3e415541d62efa2059d56d5f30cef853285e95a93f3a3b5fe24a906547a52cce94d47b101ae20021d5b5')
-
-prepare() {
- cd "OpenSubdiv-${pkgver//./_}"
-
- find . -name \*.py | xargs sed -i "s/env python/env python2/g"
-}
-
-build() {
- cd "OpenSubdiv-${pkgver//./_}"
-
- rm -rf build
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
- cd "OpenSubdiv-${pkgver//./_}"/build
-
- make DESTDIR="$pkgdir/" install
-
- rm -rf ${pkgdir}/usr/bin
-}
Copied: opensubdiv/repos/community-x86_64/PKGBUILD (from rev 313220, opensubdiv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-29 02:00:50 UTC (rev 313221)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=opensubdiv
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="An Open-Source subdivision surface library"
+arch=(x86_64)
+url="http://graphics.pixar.com/opensubdiv"
+license=('apache')
+depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
+makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils opencl-headers)
+#makedepends_x86_64=(cuda) Broken currently :/
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz")
+sha512sums=('9d6f42eb194a916f8619ca05c0a8e5895d0f6733927a79fdeecc78908b5fa0d06e29f04c43fa62a33661e1aeab5fae29ad526447aa47406da253d13869373201')
+
+prepare() {
+ cd "OpenSubdiv-${pkgver//./_}"
+
+ find . -name \*.py | xargs sed -i "s/env python/env python2/g"
+}
+
+build() {
+ cd "OpenSubdiv-${pkgver//./_}"
+
+ rm -rf build
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+ cd "OpenSubdiv-${pkgver//./_}"/build
+
+ make DESTDIR="$pkgdir/" install
+
+ rm -rf ${pkgdir}/usr/bin
+}
More information about the arch-commits
mailing list