Package Details: chipmunk 7.0.3-2

Git Clone URL: https://aur.archlinux.org/chipmunk.git (read-only, click to copy)
Package Base: chipmunk
Description: A high-performance 2D rigid body physics library
Upstream URL: https://chipmunk-physics.net/
Licenses: MIT
Submitter: None
Maintainer: adsun
Last Packager: adsun
Votes: 32
Popularity: 0.000006
First Submitted: 2008-07-19 14:00 (UTC)
Last Updated: 2020-10-02 02:45 (UTC)

Latest Comments

1 2 Next › Last »

adsun commented on 2020-10-02 02:47 (UTC)

@SamLukeYes fixed. sys/sysctl.h was removed from glibc a while ago.

SamLukeYes commented on 2020-10-02 02:14 (UTC)

sys/sysctl.h not found while making. Have I missed anything?

DrLuke commented on 2016-03-26 15:37 (UTC)

Please consider adding -DNDEBUG=ON to the cmake line, otherwise debug messages and runtime-assertions get spewed on stdout.

mindkeep commented on 2014-06-13 07:11 (UTC)

It looks like the latest is 6.2.1

svenstaro commented on 2013-09-04 12:58 (UTC)

It's a popular game physics library though.

mtorromeo commented on 2013-09-04 12:29 (UTC)

I don't know, it's just a library...

svenstaro commented on 2013-09-04 12:18 (UTC)

This should probably be in [community].

snark.real commented on 2013-09-04 12:15 (UTC)

Please update PKGBUILD # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: Astor Castelo <amcastelo[at]gatech[dot]edu> # Contributor: Fabio Volpe <volpefabio@gmail.com> pkgname=chipmunk pkgver=6.2.0 pkgrel=1 pkgdesc="A high-performance 2D rigid body physics library" arch=('i686' 'x86_64') url="http://chipmunk-physics.net/" license=('MIT') depends=('glibc') makedepends=('cmake') source=(http://chipmunk-physics.net/release/Chipmunk-${pkgver%%.*}.x/Chipmunk-${pkgver}.tgz) build() { cd "$srcdir/Chipmunk-$pkgver" sed -i '/MAKE_PROPERTIES_REF(cpShape, IsSensor);/d' include/chipmunk/chipmunk_ffi.h cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DEMOS=OFF -DCMAKE_C_FLAGS="-DCHIPMUNK_FFI" . make clean make } package() { cd "$srcdir/Chipmunk-$pkgver" install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" make DESTDIR="$pkgdir" install } md5sums=('42c63539976b84f5f643fc0acb1b7127')

Ideka commented on 2013-06-23 13:59 (UTC)

It seems the SHA256 checksum has changed?

losinggeneration commented on 2012-02-08 20:12 (UTC)

The dependencies are all wrong. 'glibc' is all that's required for this package.