[arch-commits] Commit in bullet/repos (8 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Oct 25 09:52:29 UTC 2013


    Date: Friday, October 25, 2013 @ 11:52:29
  Author: svenstaro
Revision: 99165

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

Added:
  bullet/repos/community-i686/PKGBUILD
    (from rev 99164, bullet/trunk/PKGBUILD)
  bullet/repos/community-i686/bullet.pc
    (from rev 99164, bullet/trunk/bullet.pc)
  bullet/repos/community-x86_64/PKGBUILD
    (from rev 99164, bullet/trunk/PKGBUILD)
  bullet/repos/community-x86_64/bullet.pc
    (from rev 99164, bullet/trunk/bullet.pc)
Deleted:
  bullet/repos/community-i686/PKGBUILD
  bullet/repos/community-i686/bullet.pc
  bullet/repos/community-x86_64/PKGBUILD
  bullet/repos/community-x86_64/bullet.pc

----------------------------+
 /PKGBUILD                  |  148 +++++++++++++++++++++++++++++++++++++++++++
 /bullet.pc                 |   22 ++++++
 community-i686/PKGBUILD    |   74 ---------------------
 community-i686/bullet.pc   |   11 ---
 community-x86_64/PKGBUILD  |   74 ---------------------
 community-x86_64/bullet.pc |   11 ---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-25 09:52:19 UTC (rev 99164)
+++ community-i686/PKGBUILD	2013-10-25 09:52:29 UTC (rev 99165)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-_rev=2613
-pkgver=2.81
-pkgrel=2
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
-arch=('i686' 'x86_64')
-url="http://www.bulletphysics.com/Bullet/"
-license=('custom:zlib')
-depends=()
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
-source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-rev${_rev}.tgz
-        ${pkgbase}.pc)
-md5sums=('cec9c9a79c2804dbf6385dd7d061346c'
-         'd1da06deba3b08b884d2212f6838905c')
-
-build() {
-  cd ${pkgbase}-${pkgver}-rev${_rev}
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build 
-
-  # generate CMake Makefile
-  cmake .. \
-       -DCMAKE_INSTALL_PREFIX=/usr \
-       -DBUILD_SHARED_LIBS=1 \
-       -DBUILD_DEMOS=0 \
-       -DBUILD_MULTITHREADING=1 \
-       -DBUILD_EXTRAS=1 \
-       -DINSTALL_LIBS=1 \
-       -DINSTALL_EXTRA_LIBS=1 \
-       -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  cd ..
-  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('bullet-docs: documentation')
-
-  cd ${pkgbase}-${pkgver}-rev${_rev}/build
-
-  # install it
-  make DESTDIR=${pkgdir} install
-
-  # manually handle pkgconfig file
-  mkdir -p "${pkgdir}"/usr/lib/pkgconfig
-  sed "s|VERSION|${pkgver}|g" ${srcdir}/bullet.pc > ${pkgdir}/usr/lib/pkgconfig/bullet.pc
-
-  # install license
-  install -Dm644 ../BulletLicense.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc="Documentation for bullet"
-  depends=()
-
-  cd ${pkgbase}-${pkgver}-rev${_rev}
-
-  # install docs
-  install -Dm644 Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/community-i686/PKGBUILD (from rev 99164, bullet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-25 09:52:29 UTC (rev 99165)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+_rev=2704
+pkgver=2.82
+pkgrel=1
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
+arch=('i686' 'x86_64')
+url="http://www.bulletphysics.com/Bullet/"
+license=('custom:zlib')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
+        ${pkgbase}.pc)
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
+         'd1da06deba3b08b884d2212f6838905c')
+
+build() {
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build 
+
+  # generate CMake Makefile
+  cmake .. \
+       -DCMAKE_INSTALL_PREFIX=/usr \
+       -DBUILD_SHARED_LIBS=1 \
+       -DBUILD_DEMOS=0 \
+       -DBUILD_MULTITHREADING=1 \
+       -DBUILD_EXTRAS=1 \
+       -DINSTALL_LIBS=1 \
+       -DINSTALL_EXTRA_LIBS=1 \
+       -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  cd ..
+  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}-${pkgver}-r${_rev}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  # manually handle pkgconfig file
+  mkdir -p "${pkgdir}"/usr/lib/pkgconfig
+  sed "s|VERSION|${pkgver}|g" ${srcdir}/bullet.pc > ${pkgdir}/usr/lib/pkgconfig/bullet.pc
+
+  # install license
+  install -Dm644 ../BulletLicense.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+  depends=()
+
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # install docs
+  install -Dm644 Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:

Deleted: community-i686/bullet.pc
===================================================================
--- community-i686/bullet.pc	2013-10-25 09:52:19 UTC (rev 99164)
+++ community-i686/bullet.pc	2013-10-25 09:52:29 UTC (rev 99165)
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: bullet
-Description: Bullet Continuous Collision Detection and Physics Library
-Requires:
-Version: VERSION
-Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath -lBulletSoftBody
-Cflags: -I${includedir}/bullet

Copied: bullet/repos/community-i686/bullet.pc (from rev 99164, bullet/trunk/bullet.pc)
===================================================================
--- community-i686/bullet.pc	                        (rev 0)
+++ community-i686/bullet.pc	2013-10-25 09:52:29 UTC (rev 99165)
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: bullet
+Description: Bullet Continuous Collision Detection and Physics Library
+Requires:
+Version: VERSION
+Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath -lBulletSoftBody
+Cflags: -I${includedir}/bullet

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-25 09:52:19 UTC (rev 99164)
+++ community-x86_64/PKGBUILD	2013-10-25 09:52:29 UTC (rev 99165)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-_rev=2613
-pkgver=2.81
-pkgrel=2
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
-arch=('i686' 'x86_64')
-url="http://www.bulletphysics.com/Bullet/"
-license=('custom:zlib')
-depends=()
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
-source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-rev${_rev}.tgz
-        ${pkgbase}.pc)
-md5sums=('cec9c9a79c2804dbf6385dd7d061346c'
-         'd1da06deba3b08b884d2212f6838905c')
-
-build() {
-  cd ${pkgbase}-${pkgver}-rev${_rev}
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build 
-
-  # generate CMake Makefile
-  cmake .. \
-       -DCMAKE_INSTALL_PREFIX=/usr \
-       -DBUILD_SHARED_LIBS=1 \
-       -DBUILD_DEMOS=0 \
-       -DBUILD_MULTITHREADING=1 \
-       -DBUILD_EXTRAS=1 \
-       -DINSTALL_LIBS=1 \
-       -DINSTALL_EXTRA_LIBS=1 \
-       -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  cd ..
-  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('bullet-docs: documentation')
-
-  cd ${pkgbase}-${pkgver}-rev${_rev}/build
-
-  # install it
-  make DESTDIR=${pkgdir} install
-
-  # manually handle pkgconfig file
-  mkdir -p "${pkgdir}"/usr/lib/pkgconfig
-  sed "s|VERSION|${pkgver}|g" ${srcdir}/bullet.pc > ${pkgdir}/usr/lib/pkgconfig/bullet.pc
-
-  # install license
-  install -Dm644 ../BulletLicense.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc="Documentation for bullet"
-  depends=()
-
-  cd ${pkgbase}-${pkgver}-rev${_rev}
-
-  # install docs
-  install -Dm644 Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/community-x86_64/PKGBUILD (from rev 99164, bullet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-25 09:52:29 UTC (rev 99165)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+_rev=2704
+pkgver=2.82
+pkgrel=1
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
+arch=('i686' 'x86_64')
+url="http://www.bulletphysics.com/Bullet/"
+license=('custom:zlib')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
+        ${pkgbase}.pc)
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
+         'd1da06deba3b08b884d2212f6838905c')
+
+build() {
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build 
+
+  # generate CMake Makefile
+  cmake .. \
+       -DCMAKE_INSTALL_PREFIX=/usr \
+       -DBUILD_SHARED_LIBS=1 \
+       -DBUILD_DEMOS=0 \
+       -DBUILD_MULTITHREADING=1 \
+       -DBUILD_EXTRAS=1 \
+       -DINSTALL_LIBS=1 \
+       -DINSTALL_EXTRA_LIBS=1 \
+       -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  cd ..
+  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}-${pkgver}-r${_rev}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  # manually handle pkgconfig file
+  mkdir -p "${pkgdir}"/usr/lib/pkgconfig
+  sed "s|VERSION|${pkgver}|g" ${srcdir}/bullet.pc > ${pkgdir}/usr/lib/pkgconfig/bullet.pc
+
+  # install license
+  install -Dm644 ../BulletLicense.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+  depends=()
+
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # install docs
+  install -Dm644 Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:

Deleted: community-x86_64/bullet.pc
===================================================================
--- community-x86_64/bullet.pc	2013-10-25 09:52:19 UTC (rev 99164)
+++ community-x86_64/bullet.pc	2013-10-25 09:52:29 UTC (rev 99165)
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: bullet
-Description: Bullet Continuous Collision Detection and Physics Library
-Requires:
-Version: VERSION
-Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath -lBulletSoftBody
-Cflags: -I${includedir}/bullet

Copied: bullet/repos/community-x86_64/bullet.pc (from rev 99164, bullet/trunk/bullet.pc)
===================================================================
--- community-x86_64/bullet.pc	                        (rev 0)
+++ community-x86_64/bullet.pc	2013-10-25 09:52:29 UTC (rev 99165)
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: bullet
+Description: Bullet Continuous Collision Detection and Physics Library
+Requires:
+Version: VERSION
+Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath -lBulletSoftBody
+Cflags: -I${includedir}/bullet




More information about the arch-commits mailing list