Commit Graph

148 Commits

Author SHA1 Message Date
Marko Lindqvist
d342bd708b libgee: Add
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-07-26 01:46:06 +03:00
Marko Lindqvist
630f2d480d etr: Add recipe for version 0.7.3
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-07-26 00:04:23 +03:00
Marko Lindqvist
c60689c75f sfml: Add
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-07-25 23:50:28 +03:00
Marko Lindqvist
a6dcfb27ab bistic-devel: Add
bistic-devel is usbistic image with development tools.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-07-25 12:12:51 +03:00
Marko Lindqvist
eab5b4611f pingus: Drop 'sdl' inheritance
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-07-25 10:51:06 +03:00
Marko Lindqvist
3232e37d60 Merge pull request #14 from schnitzeltony/master
pingus: fix warnings on current yocto master environment
2016-06-21 19:37:14 +03:00
Marko Lindqvist
9f9236f211 usbistic: Add packagegroup-core-x11-sato-games
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-06-16 06:16:02 +03:00
Marko Lindqvist
88b7e96a88 usbistic: Build vmdk image
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-06-16 05:59:05 +03:00
Marko Lindqvist
df419a4ca0 freeciv: Move stuff from version specific recipes to freeciv.inc
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-06-16 05:05:53 +03:00
Marko Lindqvist
f2af52c05d freeciv-2.4: Drop
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-06-15 09:37:40 +03:00
Marko Lindqvist
6e22026fa8 freeciv-2.5: Update to version 2.5.4
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2016-06-15 09:36:54 +03:00
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
Andreas Müller
2cab5b046b pingus: add guile and bash to RDEPENDS
fixes:

| WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: /usr/share/pingus/data/po/extract-levels.guile contained in package pingus requires /usr/bin/guile, but no providers found in RDEPENDS_pingus? [file-rdeps]

and

| WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: /usr/share/pingus/data/po/update-po.sh contained in package pingus requires /bin/bash, but no providers found in RDEPENDS_pingus? [file-rdeps]

Have no idea if extract-levels.guile and update-po.sh are required for running
pingus but removing these scripts and testing properly is not simple. So just
add guile and bash to RDEPENDS.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-26 11:17:11 +01:00
Andreas Müller
700ab64855 pingus: fix loads of host contamination warnings
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-26 11:15:51 +01: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