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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Sep 15 09:35:01 UTC 2017


    Date: Friday, September 15, 2017 @ 09:35:00
  Author: svenstaro
Revision: 257675

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 09:34:45 UTC (rev 257674)
+++ community-i686/PKGBUILD	2017-09-15 09:35:00 UTC (rev 257675)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=alembic
-pkgver=1.7.1
-pkgrel=3
-pkgdesc="A open framework for storing and sharing scene data"
-arch=('i686' 'x86_64')
-url="http://www.alembic.io/"
-license=('BSD3')
-depends=('openexr' 'boost-libs' 'hdf5' 'zlib')
-makedepends=('cmake' 'boost')
-source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('89e30b681a76eaf79b20ebeff62c495971b0eb64b28f249a14bbcf3bdb40df7eda93b0ede299dd5511bd4587a2cc2d4ebd851fb89bf999fdccc31fee3cffbba2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_HDF5=OFF
-    # Temporarily disable HDF5 until upstream fixes the linking or until we make a patch.
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-  make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alembic/repos/community-i686/PKGBUILD (from rev 257674, alembic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 09:35:00 UTC (rev 257675)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=alembic
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A open framework for storing and sharing scene data"
+arch=('i686' 'x86_64')
+url="http://www.alembic.io/"
+license=('BSD3')
+depends=('openexr' 'boost-libs' 'hdf5' 'zlib')
+makedepends=('cmake' 'boost')
+source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
+sha512sums=('ed5c0c041722d4fcbc17cbe43b06930ab22f98b1402d35715ddef7118a5871399efefd78c07872e73478f38802c7fd7d36aed13939caf3579f2e0304b8e73e9b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_HDF5=OFF
+    # Temporarily disable HDF5 until upstream fixes the linking or until we make a patch.
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 09:34:45 UTC (rev 257674)
+++ community-x86_64/PKGBUILD	2017-09-15 09:35:00 UTC (rev 257675)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=alembic
-pkgver=1.7.1
-pkgrel=3
-pkgdesc="A open framework for storing and sharing scene data"
-arch=('i686' 'x86_64')
-url="http://www.alembic.io/"
-license=('BSD3')
-depends=('openexr' 'boost-libs' 'hdf5' 'zlib')
-makedepends=('cmake' 'boost')
-source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('89e30b681a76eaf79b20ebeff62c495971b0eb64b28f249a14bbcf3bdb40df7eda93b0ede299dd5511bd4587a2cc2d4ebd851fb89bf999fdccc31fee3cffbba2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_HDF5=OFF
-    # Temporarily disable HDF5 until upstream fixes the linking or until we make a patch.
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-  make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alembic/repos/community-x86_64/PKGBUILD (from rev 257674, alembic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 09:35:00 UTC (rev 257675)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=alembic
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A open framework for storing and sharing scene data"
+arch=('i686' 'x86_64')
+url="http://www.alembic.io/"
+license=('BSD3')
+depends=('openexr' 'boost-libs' 'hdf5' 'zlib')
+makedepends=('cmake' 'boost')
+source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
+sha512sums=('ed5c0c041722d4fcbc17cbe43b06930ab22f98b1402d35715ddef7118a5871399efefd78c07872e73478f38802c7fd7d36aed13939caf3579f2e0304b8e73e9b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_HDF5=OFF
+    # Temporarily disable HDF5 until upstream fixes the linking or until we make a patch.
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list