Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#11
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.
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#12
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:

[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]#
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#13
Originally Posted by juiceme View Post
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/
 

The Following 2 Users Say Thank You to szopin For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#14
Now also available as (currently closed source) port to Maemo 4:

tetrepetete_2.0.1_maemo4.deb for N800/N810

 

The Following 3 Users Say Thank You to thp For This Useful Post:
endsormeans's Avatar
Posts: 3,139 | Thanked: 8,156 times | Joined on Feb 2013 @ From my Gabriola Island hermitage, near the Edge of the World
#15
Fabulous...something new to play with...
__________________
Lurker since 2007, Member since 2013, Certifiable since 1972

Owner of :
1-n770 (in retirement), 3-n800's / 3-n810's (still in daily use), 5-n900's ((3 are flawless, 1 loose usb ( parts), 1 has no telephony (parts))
3-nexus 5's : 1 w/ Floko Pie 9.1 (running beautifully) waiting for Stable Droid 10 rom, 1 w/ ̶Ubuntu Touch, 1 with Maru OS (intend maemo leste when ready)

1/2 - neo900 pre- "purchased" in 2013. N̶o̶w̶ ̶A̶w̶a̶i̶t̶i̶n̶g̶ ̶r̶e̶f̶u̶n̶d̶ ̶p̶r̶o̶c̶e̶s̶s̶ ̶l̶a̶s̶t̶ ̶f̶e̶w̶ ̶y̶e̶a̶r̶s̶ - neo900 start up declared officially dead -
Lost invested funds.


PIMP MY N8X0 (Idiot's Guide and a video walkthrough)http://talk.maemo.org/showthread.php?t=94294
THE LOST GRONMAYER CATALOGShttp://talk.maemo.org/showthread.php...ight=gronmayer
N8X0 VIDEO ENCODING THE EASY WAYhttp://talk.maemo.org/showthread.php...ght=mediacoder
242gb ON N800http://talk.maemo.org/showthread.php?t=90634
THE PAIN-FREE MAEMO DEVELOPMENT LIVE DISTRO-ISO FOR THE NOOB TO THE PROhttp://talk.maemo.org/showthread.php?t=95567
AFFORDABLE MASS PRODUCTION FOR MAEMO PARTShttp://talk.maemo.org/showthread.php?t=93325

Meateo balloons now available @ Dave999's Meateo Emporium
 
Reply

Tags
games, tetrepetete

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:59.