Package Details: motogt 20110505-3

Package Base: motogt
Description: MotoGT is a 2D top-viewed game where you drive a MotoGP bike
Upstream URL: http://motogt.sourceforge.net/
Category: games
Licenses: GPL2
Submitter: archtux
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2011-03-13 18:46
Last Updated: 2013-01-21 14:50

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by alucryd

2013-02-26 11:08

Hey I've changed the sfml1.6 package a bit, libs are now named sfml-<component>-1.6, you'll want to change your linker command accordingly. Sorry about the trouble.

Comment by archtux

2012-05-04 10:47

@ Markus00000
The reason you get these errors is because packages sfml-bin(32 and 64) are not complete.
You have to add these lines(symlinks to libraries) at end of PKGBUILD of sfml-bin(32 or 64).

# Symlinks
ln -s "/usr/lib/libsfml-audio.so.1.6" "$pkgdir/usr/lib/libsfml-audio.so"
ln -s "/usr/lib/libsfml-graphics.so.1.6" "$pkgdir/usr/lib/libsfml-graphics.so"
ln -s "/usr/lib/libsfml-network.so.1.6" "$pkgdir/usr/lib/libsfml-network.so"
ln -s "/usr/lib/libsfml-system.so.1.6" "$pkgdir/usr/lib/libsfml-system.so"
ln -s "/usr/lib/libsfml-window.so.1.6" "$pkgdir/usr/lib/libsfml-window.so"

Comment by Markus00000

2012-05-04 06:48

I get this error:

/usr/bin/ld: cannot find -lsfml-window
/usr/bin/ld: cannot find -lsfml-graphics
/usr/bin/ld: cannot find -lsfml-system
/usr/bin/ld: cannot find -lsfml-audio
collect2: error: ld returned 1 exit status
make[1]: *** [../MotoGT.bin] Error 1
make[1]: Leaving directory `/tmp/packerbuild-1000/motogt/motogt/src/MotoGT/src'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed

Comment by dzaragoza

2012-01-11 16:23

Hello

sfml version in the repos is 1.99 and this package cannot be built with that version. Could you package sfml-1.6 as an AUR package?

Regards

Comment by Markus00000

2011-12-28 10:45

When I try to install via packer, I get this error:

/usr/bin/packer: line 271: cd: motogt: No such file or directory
No PKGBUILD found in directory.

There is also a new version available: 20110505