Commit Graph

135 Commits

Author SHA1 Message Date
Marko Lindqvist
888a9e1663 freeciv: Move package source uri to individual version recipes
This will allow different uri to be used in different recipes.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-05-07 01:20:02 +03:00
Marko Lindqvist
3e297204a3 freeciv-2.5: Use libsdl2-mixer
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-05-05 11:47:29 +03:00
Marko Lindqvist
2b51e6a473 freeciv: Update freeciv-2.5 to version 2.5.3
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-04-23 23:25:52 +03:00
Marko Lindqvist
7867774596 freeciv: Update freeciv-2.5 to version 2.5.2
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-01-20 00:51:36 +02:00
Marko Lindqvist
54de707eff usbistic: Add Pingus
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-01-02 18:21:39 +02:00
Marko Lindqvist
a418159ab5 usbistic: Include all freeciv packages
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-01-02 17:39:27 +02:00
Marko Lindqvist
f78d7556d0 Merge pull request #13 from schnitzeltony/master
a little love for freealut and pingus
2015-11-20 01:35:40 +02:00
Andreas Müller
3d2d17c732 pingus: set CLEANBROKEN = "1"
fixes on re-build:
| NOTE: make -e MAKEFLAGS= clean
| rm -rf .sconf_temp/
| rm -f .sconsign.dblite
| rm -rf build/
| rm -f pingus
| scons -c
| scons: Reading SConscript files ...
| Checking for C++ library boost_signals... no
| Checking for C++ library boost_signals-mt... no
| Checking for pkg-config...(cached) /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/pkg-config
| Checking for pkg-config...(cached) /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/pkg-config
| Checking for SDL_image...failed
| Checking for SDL_mixer...failed
| Check how to call iconv...use ''
| Checking for C library iconv... no
| Reports:
|   * OpenGL support: enabled
|   * Linux evdev support: ok
|   * Wiimote support: disabled
|   * XInput support: disabled
|
| Fatal Errors:
|   * library 'boost_signals' not found
|   * SDL library 'image' not found
|   * SDL library 'mixer' not found
|
| Makefile:30: recipe for target 'clean' failed
| make: *** [clean] Error 1
| ERROR: oe_runmake failed
| WARNING: /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-vfp-vfpv4-neon-angstrom-linux-gnueabi/pingus/0.7.6-r0/temp/run.do_configure.27918:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_configure (log file is located at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-vfp-vfpv4-neon-angstrom-linux-gnueabi/pingus/0.7.6-r0/temp/log.do

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-20 00:03:17 +01:00
Andreas Müller
46be9690af freealut: load sources from fedora - old loacation seems broken
first I got:

| ERROR: Fetcher failure for URL: 'http://connect.creativelabs.com/openal/Downloads/ALUT/freealut-1.1.0.tar.gz'. Checksum mismatch!
| File: '/home/superandy/data/download/freealut-1.1.0.tar.gz' has md5 checksum 7b1ad941fae7945c4c1025dcabf2bebd when e089b28a0267faabdb6c079ee173664a was expected
| File: '/home/superandy/data/download/freealut-1.1.0.tar.gz' has sha256 checksum 7e897ee8f102c8f2244ea30e364deba7dc774453bfdb79034fbceabb866cea87 when 60d1ea8779471bb851b89b49ce44eecb78e46265be1a6e9320a28b100c8df44f was expected
| If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
| SRC_URI[md5sum] = "7b1ad941fae7945c4c1025dcabf2bebd"
| SRC_URI[sha256sum] = "7e897ee8f102c8f2244ea30e364deba7dc774453bfdb79034fbceabb866cea87"

after modifying checksums:
| ERROR: Function failed: Unpack failure for URL: 'http://connect.creativelabs.com/openal/Downloads/ALUT/freealut-1.1.0.tar.gz'. Unpack command PATH="/home/superandy/data/oe-core/sources/openembedded-core/scripts:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi:/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2/usr/bin/crossscripts:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/sbin:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/sbin:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/bin:/home/superandy/data/oe-core/sources/openembedded-core/scripts:/home/superandy/data/oe-core/sources/bitbake/bin:/usr/lib64/ccache:/usr/libexec/lightdm:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/superandy/.local/bin:/home/superandy/bin" tar xz --no-same-owner -f /home/superandy/data/download/freealut-1.1.0.tar.gz failed with return value 2

inspired by [1]

[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/freealut

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-20 00:02:55 +01:00
Marko Lindqvist
2f4fa59a75 Update fsf snail mail address
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-10-13 07:34:25 +03:00
Marko Lindqvist
2426979506 Merge pull request #12 from schnitzeltony/master
freeeciv fixes for current oe-core / meta qt5
2015-09-19 08:49:19 +03:00
Andreas Müller
0e2659b6cd freeciv: help configure find qt5 native moc
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-09-19 00:50:12 +02:00
Andreas Müller
647c6ae869 freeciv: fix configure for sdl-config no more accepted
fixes:

| checking for SDL - version >= 1.0.0... ERROR: /usr/bin/sdl-config should not be used, use an alternative such as pkg-config

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-09-19 00:49:52 +02:00
Marko Lindqvist
3701938377 Merge pull request #11 from schnitzeltony/master
pingus: fix build in latest environment
2015-09-18 06:39:21 +03:00
Andreas Müller
2104060a6c pingus: fix build in latest environment
fix:

| ld: error: build/libpingus.a(screenshot.o): requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-09-18 00:47:02 +02:00
Marko Lindqvist
a3621fc571 freeciv: Make 2.5 the default version
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-09-10 06:13:07 +03:00
Marko Lindqvist
8eb03b2f03 freeciv: Move stuff common to all supported versions to freeciv.inc
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-09-10 06:11:01 +03:00
Marko Lindqvist
0fa9898e68 freeciv-2.3: Drop
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-09-08 23:42:39 +03:00
Marko Lindqvist
7a11985693 Merge pull request #10 from schnitzeltony/master
gnome-games: align compresss type to bz2 - oe-core's default has chan…
2015-08-30 02:15:47 +03:00
Andreas Müller
86b3add442 gnome-games: align compresss type to bz2 - oe-core's default has changed to xz
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-08-30 00:56:21 +02:00
Marko Lindqvist
58f65b450e freeciv: Update freeciv-2.4 to version 2.4.5
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-08-24 00:11:37 +03:00
Marko Lindqvist
9f8ffcff7d freeciv: Update freeciv-2.5 to version 2.5.1
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-08-23 16:08:11 +03:00
Marko Lindqvist
1cb190d87a Merge pull request #9 from schnitzeltony/patches
Some fixes & good old gnome games
2015-03-15 08:59:30 +02:00
Marko Lindqvist
1a6b9c8841 freeciv: Update 2.5 version to 2.5.0
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-03-15 08:57:20 +02:00
Andreas Müller
02c743b604 scummvm: fix floating dependencies
warning was:

WARNING: QA Issue: scummvm rdepends on fluidsynth, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: scummvm rdepends on libflac, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: scummvm rdepends on libfaad, but it isn't a build dependency? [build-deps]

fluidsynth is part of meta-multimedia - so disable it

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-15 02:19:54 +01:00
Andreas Müller
6b4892ead3 scummvm: fix build
* inherit autotools-brokensep
* use pkg-config to gather information for sdl

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-15 01:14:51 +01:00
Andreas Müller
c13ffe51e2 atanks: fix build by inheriting autotools-brokensep
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-15 00:42:32 +01:00
Andreas Müller
9f241ee24d etr: fix build
Use more pkg-config. Error messages seen during fixup:

| checking for glBegin in -lGL... no
| configure: error: libGL not found
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed

| checking for gluBeginCurve in -lGLU... no
| configure: error: libGLU not found
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed
|

| arm-angstrom-linux-gnueabi-g++: error: unrecognized command line option '--should-not-have-used-/usr/bin/sdl-config'

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-14 01:26:17 +01:00
Andreas Müller
140a5bc861 supertux: fix build - at least for hardfloat machines
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-14 00:18:45 +01:00
Andreas Müller
b6790f10b0 gnome-games: initial add 2.32.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-14 00:18:45 +01:00
Marko Lindqvist
1db45a68ac freeciv: Update 2.5 version to 2.5.0-RC2
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-03-12 05:13:44 +02:00
Marko Lindqvist
23902cc50e freeciv-2.5: Add Qt-client
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-03-04 20:07:28 +02:00
Marko Lindqvist
680922641d wesnoth: use trim_version() to get directory on server
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-03-04 03:33:57 +02:00
Marko Lindqvist
a1327b3f38 freeciv: Update 2.5 version to 2.5.0-RC1
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2015-02-21 19:31:40 +02:00
Marko Lindqvist
b11e644b25 Merge pull request #8 from ndechesne/readme
README: add more layer information
2015-02-03 20:51:56 +02:00
Marko Lindqvist
fa758c3a5b Merge pull request #7 from ndechesne/supertuxkart
supertuxkart: initial recipe for v0.8.1
2015-02-03 20:50:32 +02:00
Nicolas Dechesne
0f061d6e9b README: add more layer information
* add layer dependencies
* add maintainer name/contact
* document how to contribute

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-02-03 08:21:06 +00:00
Nicolas Dechesne
f65b4ce0d5 supertuxkart: initial recipe for v0.8.1
* the 2 patches are needed to build against mesa 10, they are backported from
  upstream, since there is no new release as of yet.
* tested on Snapdragon (ARMv7 + adreno GPU), running freedreno Mesa Gallium
  driver
* Build tested for qemux86

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-02-02 15:06:18 +00:00
Marko Lindqvist
eea8a2e813 freeciv: Update to version 2.4.4
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-12-06 18:53:17 +02:00
Marko Lindqvist
ca1d304b1e freeciv: Adjust version 2.5 gtk3-client main menu size
Buttons fit on screen on smaller displays.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-11-24 07:48:14 +02:00
Marko Lindqvist
dbe7699509 freeciv: Update 2.5 version to 2.5.0-beta2
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-11-22 23:26:20 +02:00
Marko Lindqvist
b46abfcd2c pingus: use pkg-config for finding sdl
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-09-06 13:00:30 +03:00
Marko Lindqvist
767a3a1bfa usbistic: Add Extreme Tux Racer
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-09-03 22:47:37 +03:00
Marko Lindqvist
f39887466a usbistic: Add
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-30 20:51:30 +03:00
Marko Lindqvist
b12d7b37d8 libsdl-gfx: Fix compile
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-30 09:11:11 +03:00
Marko Lindqvist
de9cf5b9b4 etr: Fix compilation
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-29 08:26:46 +03:00
Marko Lindqvist
f781eb37f8 freeciv: make 2.4 version the default one
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-13 19:26:45 +03:00
Marko Lindqvist
efa8a04de9 freeciv: add compressing library dependencies
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-13 19:25:30 +03:00
Marko Lindqvist
81ea523ea0 freeciv: update 2.4 version to 2.4.3
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-13 03:41:31 +03:00
Marko Lindqvist
d42ce674fe freeciv: Build also gtk3-gui of 2.5 version
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2014-08-13 02:47:20 +03:00