Package Details: lib32-sfml 2.5.1-1

Git Clone URL: https://aur.archlinux.org/lib32-sfml.git (read-only, click to copy)
Package Base: lib32-sfml
Description: A simple, fast, cross-platform, and object-oriented multimedia API (32-bit)
Upstream URL: http://www.sfml-dev.org
Licenses: zlib
Submitter: widowild
Maintainer: Hydral
Last Packager: Hydral
Votes: 3
Popularity: 0.000001
First Submitted: 2011-07-17 20:46 (UTC)
Last Updated: 2021-04-30 17:43 (UTC)

Latest Comments

Xender commented on 2013-11-07 19:09 (UTC)

Ok, I'll try to remember and follow your advice next time. ;) Also, what I posted previously won't work, because precompiled SFML needs GLEW 1.7 (libGLEW.so.1.7), and current Arch repo GLEW is v. 1.10. So I guess that compiling from sources is required.

rafaelff commented on 2013-11-07 17:39 (UTC)

Xender, thanks for your contribution, but please next time send the suggestion of PKGBUILD, and any other output with many lines, in a pastebin site (e.g. http://pastie.org/), in order to reduce the size of the comment.

Xender commented on 2013-11-07 17:05 (UTC)

You could try this PKGBUILD for 2.1: # Maintainer: Wido <widomaker2k7 at gmail dot com> # Contributor: Baptiste Jonglez <zerstorer at free dot fr> # Contributor: RetroX <classixretrox@gmail.com> pkgname=lib32-sfml pkgver=2.1 pkgrel=1 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API (32-bit))' arch=('x86_64') url='http://www.sfml-dev.org/' license=('zlib') depends=('sfml' 'lib32-libsndfile' 'lib32-libxrandr' 'lib32-libjpeg' 'lib32-openal' 'lib32-glew' 'lib32-freetype2') conflicts=('lib32-sfml-git') source=(http://www.sfml-dev.org/download/sfml/${pkgver}/SFML-${pkgver}-linux-gcc-32bits.tar.bz2) md5sums=('515e87997d213af32e86c11a61ec6107') package() { cd ${srcdir}/SFML-${pkgver} mkdir -p ${pkgdir}/usr/lib32/ cp ${srcdir}/SFML-${pkgver}/lib/*.so.${pkgver} ${pkgdir}/usr/lib32/ }

Xender commented on 2013-11-07 09:23 (UTC)

Current mainline SFML is 2.1 (and this version is in official Arch repo), this is 1.6...

rafaelff commented on 2011-09-10 13:51 (UTC)

SFML from official repository uses pkgver=1.99.git20110812. Considering that your package depends on sfml, it should be a good idea to keep up with the same version. (http://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/sfml)