Date: Saturday, September 29, 2018 @ 15:09:02 Author: svenstaro Revision: 387754
archrelease: copy trunk to community-x86_64 Added: alembic/repos/community-x86_64/PKGBUILD (from rev 387753, alembic/trunk/PKGBUILD) Deleted: alembic/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-09-29 15:08:49 UTC (rev 387753) +++ PKGBUILD 2018-09-29 15:09:02 UTC (rev 387754) @@ -1,37 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> - -pkgname=alembic -pkgver=1.7.8 -pkgrel=2 -pkgdesc="A open framework for storing and sharing scene data" -arch=('x86_64') -url="http://www.alembic.io/" -license=('BSD') -depends=('openexr' 'boost-libs' 'hdf5') -makedepends=('cmake' 'boost') -source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz) -sha512sums=('bc36e30d1aecd67da16247365a973c462e9716309d090fefe36f625c8d2ab2d517fe8ac694a9188cd6eeb623a3217f59f461c82fcfec43d0a60a07381526983a') - -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 387753, alembic/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-09-29 15:09:02 UTC (rev 387754) @@ -0,0 +1,37 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> + +pkgname=alembic +pkgver=1.7.9 +pkgrel=1 +pkgdesc="A open framework for storing and sharing scene data" +arch=('x86_64') +url="http://www.alembic.io/" +license=('BSD') +depends=('openexr' 'boost-libs' 'hdf5') +makedepends=('cmake' 'boost') +source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz) +sha512sums=('8025c20525ffbd5bdc9dd5a33ad8238e49f063d244ab9d112e7d1ddb7ee7cf9b36ceb74cb45d658ce22d3033552c89bddf6b818cf466ea46aa1a70a41fdeddb2') + +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: