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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Jun 19 21:13:46 UTC 2014


    Date: Thursday, June 19, 2014 @ 23:13:46
  Author: svenstaro
Revision: 113361

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-06-19 21:13:36 UTC (rev 113360)
+++ community-i686/PKGBUILD	2014-06-19 21:13:46 UTC (rev 113361)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: jepaan <jepaan at hotmail dot com>
-
-pkgname=assimp
-pkgver=3.1
-pkgrel=2
-pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'gcc-libs' 'boost-libs')
-makedepends=('cmake' 'boost')
-url=('http://assimp.sourceforge.net/index.html')
-source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	mkdir build && cd build
-	cmake .. \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
-        -DASSIMP_BUILD_SAMPLES=OFF
-	make 
-}
-
-package()  {
-	cd ${srcdir}/${pkgname}-${pkgver}/build
-
-	make DESTDIR=$pkgdir install
-	install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: assimp/repos/community-i686/PKGBUILD (from rev 113360, assimp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-19 21:13:46 UTC (rev 113361)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: jepaan <jepaan at hotmail dot com>
+
+pkgname=assimp
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url=('http://assimp.sourceforge.net/index.html')
+source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	mkdir build && cd build
+	cmake .. \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+        -DASSIMP_BUILD_SAMPLES=OFF
+	make 
+}
+
+package()  {
+	cd ${srcdir}/${pkgname}-${pkgver}/build
+
+	make DESTDIR=$pkgdir install
+	install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-19 21:13:36 UTC (rev 113360)
+++ community-x86_64/PKGBUILD	2014-06-19 21:13:46 UTC (rev 113361)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: jepaan <jepaan at hotmail dot com>
-
-pkgname=assimp
-pkgver=3.1
-pkgrel=2
-pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'gcc-libs' 'boost-libs')
-makedepends=('cmake' 'boost')
-url=('http://assimp.sourceforge.net/index.html')
-source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	mkdir build && cd build
-	cmake .. \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
-        -DASSIMP_BUILD_SAMPLES=OFF
-	make 
-}
-
-package()  {
-	cd ${srcdir}/${pkgname}-${pkgver}/build
-
-	make DESTDIR=$pkgdir install
-	install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: assimp/repos/community-x86_64/PKGBUILD (from rev 113360, assimp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-19 21:13:46 UTC (rev 113361)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: jepaan <jepaan at hotmail dot com>
+
+pkgname=assimp
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url=('http://assimp.sourceforge.net/index.html')
+source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	mkdir build && cd build
+	cmake .. \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+        -DASSIMP_BUILD_SAMPLES=OFF
+	make 
+}
+
+package()  {
+	cd ${srcdir}/${pkgname}-${pkgver}/build
+
+	make DESTDIR=$pkgdir install
+	install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list