[arch-commits] Commit in opensubdiv/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jan 31 16:08:59 UTC 2017


    Date: Tuesday, January 31, 2017 @ 16:08:59
  Author: svenstaro
Revision: 209598

archrelease: copy trunk to community-i686, community-x86_64

Added:
  opensubdiv/repos/community-i686/PKGBUILD
    (from rev 209597, opensubdiv/trunk/PKGBUILD)
  opensubdiv/repos/community-x86_64/PKGBUILD
    (from rev 209597, opensubdiv/trunk/PKGBUILD)
Deleted:
  opensubdiv/repos/community-i686/PKGBUILD
  opensubdiv/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-31 16:08:44 UTC (rev 209597)
+++ community-i686/PKGBUILD	2017-01-31 16:08:59 UTC (rev 209598)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=opensubdiv
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="An Open-Source subdivision surface library"
-arch=(i686 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")
-md5sums=('5a5357dff420035ff60f0a7b1e6cbe07')
-
-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-i686/PKGBUILD (from rev 209597, opensubdiv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-31 16:08:59 UTC (rev 209598)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=opensubdiv
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An Open-Source subdivision surface library"
+arch=(i686 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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-31 16:08:44 UTC (rev 209597)
+++ community-x86_64/PKGBUILD	2017-01-31 16:08:59 UTC (rev 209598)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=opensubdiv
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="An Open-Source subdivision surface library"
-arch=(i686 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")
-md5sums=('5a5357dff420035ff60f0a7b1e6cbe07')
-
-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 209597, opensubdiv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-31 16:08:59 UTC (rev 209598)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=opensubdiv
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An Open-Source subdivision surface library"
+arch=(i686 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
+}



More information about the arch-commits mailing list