maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   [Announce] Tetrepetete (https://talk.maemo.org/showthread.php?t=88700)

Wikiwide 2015-01-13 00:57

Re: [Announce] Tetrepetete
 
Is it possible that it's because of?..
int BRICK_HEIGHT = 25;
int BRICK_WIDTH = 25;
int SPACING = 2;
int BOARD_WIDTH = 9;
int BOARD_HEIGHT = 18;
int BOARD_SPACING = 0;

Thank you. Best wishes.

juiceme 2015-01-13 10:04

Re: [Announce] Tetrepetete
 
Tried building on he Jolla device, but some dependencies seem to be missing;

[nemo@Jolla tetrepetete]$ rpmbuild -bb rpm/tetrepetete.spec
error: Failed build dependencies:
pkgconfig(sdl2) is needed by harbour-tetrepetete-2.0.0-1.armv7hl
pkgconfig(glesv1_cm) is needed by harbour-tetrepetete-2.0.0-1.armv7hl
pkgconfig(egl) is needed by harbour-tetrepetete-2.0.0-1.armv7hl
[nemo@Jolla tetrepetete]$

When trying to see if those are available I see there are no obvious candidates, and I'd rather not start installing random packages just for the fun of it: :D

[nemo@Jolla tetrepetete]$ devel-su
Password:
[root@Jolla tetrepetete]#
[root@Jolla tetrepetete]# zypper se sdl2 glesv1_cm egl
Loading repository data...
Reading installed packages...

S | Name | Summary | Type
--+----------------------------------------------+-------------------------------------------------------------+-----------
| SDL2 | Simple DirectMedia Layer 2 | package
| SDL2 | Simple DirectMedia Layer 2 | srcpackage
| SDL2-debuginfo | Debug information for package SDL2 | package
| SDL2-debugsource | Debug sources for package SDL2 | package
| SDL2-devel | Simple DirectMedia Layer 2 - Development libraries | package
| SDL2_gfx | Simple DirectMedia Layer - Graphics Primitives | package
| SDL2_gfx | Simple DirectMedia Layer - Graphics Primitives | srcpackage
| SDL2_gfx-debuginfo | Debug information for package SDL2_gfx | package
| SDL2_gfx-debugsource | Debug sources for package SDL2_gfx | package
| SDL2_gfx-devel | Simple DirectMedia Layer - Graphics Primitives (Developme-> | package
| SDL2_image | Simple DirectMedia Layer - Sample Image Loading Library | package
| SDL2_image | Simple DirectMedia Layer - Sample Image Loading Library | srcpackage
| SDL2_image-debuginfo | Debug information for package SDL2_image | package
| SDL2_image-debugsource | Debug sources for package SDL2_image | package
| SDL2_image-devel | Simple DirectMedia Layer - Sample Image Loading Library (-> | package
| SDL2_mixer | Simple DirectMedia Layer - Sample Mixer Library | package
| SDL2_mixer | Simple DirectMedia Layer - Sample Mixer Library | srcpackage
| SDL2_mixer-debuginfo | Debug information for package SDL2_mixer | package
| SDL2_mixer-debugsource | Debug sources for package SDL2_mixer | package
| SDL2_mixer-devel | Simple DirectMedia Layer - Sampler Mixer Library (Develop-> | package
| SDL2_net | Simple DirectMedia Layer - Portable Network Library | package
| SDL2_net | Simple DirectMedia Layer - Portable Network Library | srcpackage
| SDL2_net-debuginfo | Debug information for package SDL2_net | package
| SDL2_net-debugsource | Debug sources for package SDL2_net | package
| SDL2_net-devel | Simple DirectMedia Layer - Portable Network Library (Deve-> | package
| SDL2_sound | Simple DirectMedia Layer - Sound File Decoding Library | package
| SDL2_sound | Simple DirectMedia Layer - Sound File Decoding Library | srcpackage
| SDL2_sound-debuginfo | Debug information for package SDL2_sound | package
| SDL2_sound-debugsource | Debug sources for package SDL2_sound | package
| SDL2_sound-devel | Simple DirectMedia Layer - Sound File Decoding Library (D-> | package
| SDL2_sound-playsound | Simple DirectMedia Layer - Sound File Decoding Library (p-> | package
| SDL2_sound-playsound-debuginfo | Debug information for package SDL2_sound-playsound | package
| SDL2_ttf | Simple DirectMedia Layer - Sample TrueType Font Library | package
| SDL2_ttf | Simple DirectMedia Layer - Sample TrueType Font Library | srcpackage
| SDL2_ttf-debuginfo | Debug information for package SDL2_ttf | package
| SDL2_ttf-debugsource | Debug sources for package SDL2_ttf | package
| SDL2_ttf-devel | Simple DirectMedia Layer - Sample TrueType Font Library (-> | package
i | gstreamer0.10-droideglsink | droideglsink HW accelerated sink | package
i | libhybris-sbj-libEGL | EGL for hybris | package
i | libhybris-sbj-libwayland-egl | Wayland EGL for hybris | package
| mesa-llvmpipe-libEGL | Mesa libEGL runtime libraries and DRI drivers | package
| mesa-llvmpipe-libEGL-compat | Mesa libEGL runtime compatibility library | package
| mesa-llvmpipe-libEGL-debuginfo | Debug information for package mesa-llvmpipe-libEGL | package
| mesa-llvmpipe-libEGL-devel | Mesa libEGL development package | package
| mesa-llvmpipe-libwayland-egl | Mesa libwayland-egl runtime library | package
| mesa-llvmpipe-libwayland-egl-debuginfo | Debug information for package mesa-llvmpipe-libwayland-egl | package
| mesa-llvmpipe-libwayland-egl-devel | Mesa libwayland-egl development package | package
i | qt5-eglfs-qcom-hwcomposer-plugin | Eglfs hwcomposer for QCOM 4.1.2 hwcomposer | package
| qt5-plugin-platform-eglfs | Eglfs platform plugin | package
| qt5-plugin-platform-eglfs-debuginfo | Debug information for package qt5-plugin-platform-eglfs | package
| qt5-plugin-platform-minimalegl | Minimalegl platform plugin | package
| qt5-plugin-platform-minimalegl-debuginfo | Debug information for package qt5-plugin-platform-minimal-> | package
i | qt5-qtwayland-wayland_egl | Qt Wayland compositor, wayland_egl variant | package
| qt5-qtwayland-wayland_egl | Qt Wayland compositor, wayland_egl variant | srcpackage
| qt5-qtwayland-wayland_egl-debuginfo | Debug information for package qt5-qtwayland-wayland_egl | package
| qt5-qtwayland-wayland_egl-debugsource | Debug sources for package qt5-qtwayland-wayland_egl | package
| qt5-qtwayland-wayland_egl-devel | Qt Wayland compositor - development files | package
| qt5-qtwayland-wayland_egl-devel-debuginfo | Debug information for package qt5-qtwayland-wayland_egl-d-> | package
| qt5-qtwayland-wayland_egl-examples | Qt Wayland compositor - examples | package
| qt5-qtwayland-wayland_egl-examples-debuginfo | Debug information for package qt5-qtwayland-wayland_egl-e-> | package
[root@Jolla tetrepetete]#

szopin 2015-01-13 11:01

Re: [Announce] Tetrepetete
 
Quote:

Originally Posted by juiceme (Post 1456388)
Tried building on he Jolla device, but some dependencies seem to be missing;

Those mesa-llvmpipe... (mesa-llvmpipe-libEGL) will conflict with the wayland on phone, you'll need to compile in chroot (you can safely install those packages in chroot):
https://together.jolla.com/question/...building-apps/

thp 2015-07-07 12:46

Re: [Announce] Tetrepetete
 
Now also available as (currently closed source) port to Maemo 4:

tetrepetete_2.0.1_maemo4.deb for N800/N810

http://thp.io/2013/tetrepetete/n800_tetrepetete2.jpg

endsormeans 2015-07-07 14:43

Re: [Announce] Tetrepetete
 
Fabulous...something new to play with...


All times are GMT. The time now is 15:11.

vBulletin® Version 3.8.8