mari0 in gentoo

General Mar0 discussion has been moved to this subforum!
Post Reply
Se7enLC
Posts: 1
Joined: 09 Mar 2012, 07:12

Post » 09 Mar 2012, 07:22

Gentoo has a love-9999 package, which grabs the latest copy of love from the bitbucket repository. When I run love alone, I see 0.8.0 and the code name "Rubber Piggy" (and a great graphic!)

When I run

Code: Select all

>love mari0_1.4.love
I got the following:

Code: Select all

AL lib: pulseaudio.c:838: Device is suspended
Error: Could not decode image!
stack traceback:
	[C]: ?
	[C]: in function 'newImage'
	main.lua:40: in function 'load'
	[string "boot.lua"]:378: in function <[string "boot.lua"]:373>
	[C]: in function 'xpcall'
I reinstalled media-libs/devil to add some additional options, and got it to work!

Code: Select all

games-engines/love-9999
media-libs/devil-1.7.8  USE="X allegro gif jpeg mng openexr opengl png sdl tiff xpm -lcms -static-libs"
media-libs/libmng-1.0.10-r1  USE="lcms static-libs"
media-libs/tiff-4.0.0-r1 [3.9.5] USE="cxx jpeg zlib -jbig -lzma% -static-libs"

Post Reply