OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: CoreyC on May 22, 2004, 01:33:06 am
-
http://www.frozen-bubble.org/ (http://www.frozen-bubble.org/)
This is a great game
Available in the pdaXrom UNSTABLE feed.
http://www.pdaxrom.org/ipk_feed.php?menuid=11 (http://www.pdaxrom.org/ipk_feed.php?menuid=11)
Depends on these files in the stable feed:
sdl
sdl-mixer
sdl-image
sdl-net
And these files from the UNSTABLE feed
sdl-perl
perl
I had a hell of a time packaging sdl-perl, but I think I finally got it right. Report any problems to this thread.
This takes up a bit of space, I recommend installing it on your SD or CF cards.
-
damn you all with your hi-resolution zaurii
<Jason is envious>
-
I\'ve installed as said but I\'m getting a perl error for libjpg.so . Which package do I need to install for this lib?
Cheers,
-
Chris,
Can you copy/paste the entire error you are getting?
Thanks,
Corey
-
sure thing (much retyping ;-):
Can\'t load \'/usr/lib/perl/5.6.1/auto/SDL_perl/SDL_perl.so\' for module SDL_perl:
libpng.so.3: cannot open shared object file: No such file or directory at /usr/lib/perl/5.6.1/DynaLoader.pm line 202.
at /usr/lib/perl/5.6.1/SDL.pm line 9
Compilation failed in require at /usr/lib/perl/5.6.1/SDL.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl/5.6.1/SDL line 9.
Compilation failed in require at /usr/local/bin/frozen-bubble line 51.
BEGIN failed--compilation aborted at /usr/local/bin/frozen-bubble line 51.
hth, oops, png, not jpg, ah well.
Cheers,
-
sure thing (much retyping)
Get a net connection between Zaurus and PC and use SSH to get the content or redirect the output to a file on SD/CF and read on PC :-)
-
Chris,
Installing gqview from the pdaX stable feed should fix that.
If not, let me know and I\'ll package the libpng I have on my Z
-
sure thing (much retyping)
Get a net connection between Zaurus and PC and use SSH to get the content or redirect the output to a file on SD/CF and read on PC :-)
I have a wifi card and a microdrive, the microdrive was in, so I didn\'t want to swap, in addition, the usb cable was at work, so I couldn\'t do that. All in all it was quicker to type. But thank\'s for the advice ;-)
-
Wow, looks cool.
Any way this will run in Qt/X on Cacko ROM?
-
I have a problem trying to get frozen-bubble running on my C860/pdaXrom/Perl5.8.0 system.
I relocated all the SDL_perl stuff to the 5.8.0 locations, and the file it\'s complaining about below (SDL_perl.so) is, in fact, located precisely where it\'s looking for it, with permissions 755...
Any suggestions (apart from rolling back to perl 5.6.1, that is ) how to resolve this?
j
Can\'t load \'/mnt/pkgs/perl/perl5.8.0/lib/5.8.0/auto/SDL_perl/SDL_perl.so\' for module SDL_perl: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory at /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux/DynaLoader.pm line 229.
at /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/SDL.pm line 9
Compilation failed in require at /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/SDL.pm line 9.
BEGIN failed--compilation aborted at /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/SDL.pm line 9.
Compilation failed in require at /usr/local/bin/frozen-bubble line 51.
BEGIN failed--compilation aborted at /usr/local/bin/frozen-bubble line 51.
-
add the path to /etc/ld.conf (or something like that). It\'s a list of directories that ld.so will look in. Then run ldconfig on the command line.
That worked for me. Good luck, level 70 is a b*tch. I\'ve done all the others but I can\'t break level 70.
Thanks CoreyC for finding such an excellent way to sap up my free time ;-)
-
Balrog, the game looks somewhat similar to Froot, which runs on
std Qtopia (http://www.killefiz.de/zaurus/showdetail.php?app=133).
That\'s a great way to spend a train ride. No sound effects and less
eye-candy, though... 8)
Hmm, now that pdaXrom also has Ko/PI and this, I think it
would be time for me to actually flash pdaXrom and see whether
this would suit me.
-
This weekend I am going to try to lighten up frozen-bubble a little. It runs pretty good, but I feel like it could run a little smoother. I think the main problem is with the animation when you bust a bunch of bubbles at once. You can get around this by turn the graphics all the way down, but that also gets rid of the animation of the cannon and replaces it with a tiny red dot that is hard to see on the small zaurus screen.
I\'m going to do some hacking to the perl script to see if I can get rid of that animation, and also try to lighten the graphics up a little.
-
here is a quick hack.
Open frozen-bubble in your text editor. Find this text:
sub destroy_bubbles {
my ($player, @bubz) = @_;
$graphics_level == 1 and return;
Change that last line to:
$graphics_level < 3 and return;
THEN find
#- prepare falling bubbles
if ($graphics_level > 1) {
and change that to:
#- prepare falling bubbles
if ($graphics_level > 2) {
Now the bubbles will just dissapear instead of falling. This makes the gameplay much smoother
-
Hey! Recently transfered to PDAX. Where can I find sdl-perl, perl, and supertux? They arent in the stable or unstable feeds...
EDIT: Frozen bubble- not supertux
-
they are in http://www.pdaxrom.org/oldunstable/ (http://www.pdaxrom.org/oldunstable/)
but as these are pre-softfloat packages it's possible that they don't work on >RC5
-
Hey! Recently transfered to PDAX. Where can I find sdl-perl, perl, and supertux? They arent in the stable or unstable feeds...
EDIT: Frozen bubble- not supertux
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86793\"][{POST_SNAPBACK}][/a][/div]
Hi,
Did did you happen to get frozen bubble working? I've followed the instructions in this thread, but I still get errors:
Can't load '/usr/local/lib/perl5/site_perl/5.8.5/armv5tel-linux/auto/SDL_perl/SDL_perl.so' for module SDL_perl: libSDL_ttf-2.0.so.0: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.5/linux/DynaLoader.pm line 230.
at /usr/local/lib/perl5/site_perl/5.8.5/armv5tel_linux/SDL.pm line 9
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.5/armv5tel_linux/SDL.pm line 9.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.5/armv5tel_linux/SDL.pm line 9.
Compilation failed in require at /usr/local/bin/frozen-bubble line 51.
BEGIN failed--compilation aborted at /usr/local/bin/frozen-bubble line 51.
I tried changing /etc/ld.so.conf by adding /usr/local/lib/perl5/site_perl/5.8.5/armv5tel_linux
Any other ideas?
Thanks
-
why not use frozen bubble from current feed? There probbaly just one bug - i forgot add mesa3d in dependecies