mbox series

[v2,0/2] Frotz and XorCurses

Message ID 20190912184013.17316-1-huth@tuxfamily.org
Headers show
Series Frotz and XorCurses | expand

Message

Thomas Huth Sept. 12, 2019, 6:40 p.m. UTC
Here are two more games, Frotz and XorCurses, that I've used with
buildroot last year ( https://www.qemu-advent-calendar.org/2018/ ).

Thomas Huth (2):
  package/frotz: new package
  package/xorcurses: new package

 DEVELOPERS                       |  1 +
 package/Config.in                |  2 ++
 package/frotz/Config.in          | 10 ++++++++++
 package/frotz/frotz.hash         |  5 +++++
 package/frotz/frotz.mk           | 29 +++++++++++++++++++++++++++++
 package/xorcurses/Config.in      | 11 +++++++++++
 package/xorcurses/xorcurses.hash |  5 +++++
 package/xorcurses/xorcurses.mk   | 25 +++++++++++++++++++++++++
 8 files changed, 88 insertions(+)
 create mode 100644 package/frotz/Config.in
 create mode 100644 package/frotz/frotz.hash
 create mode 100644 package/frotz/frotz.mk
 create mode 100644 package/xorcurses/Config.in
 create mode 100644 package/xorcurses/xorcurses.hash
 create mode 100644 package/xorcurses/xorcurses.mk

Comments

Thomas Petazzoni Sept. 13, 2019, 6:42 p.m. UTC | #1
On Thu, 12 Sep 2019 20:40:11 +0200
Thomas Huth <huth@tuxfamily.org> wrote:

> Here are two more games, Frotz and XorCurses, that I've used with
> buildroot last year ( https://www.qemu-advent-calendar.org/2018/ ).

Nice! So it means all those fun demo images were built with Buildroot ?

Thomas
Thomas Huth Sept. 19, 2019, 7:14 p.m. UTC | #2
Am Fri, 13 Sep 2019 20:42:30 +0200
schrieb Thomas Petazzoni <thomas.petazzoni@bootlin.com>:

> On Thu, 12 Sep 2019 20:40:11 +0200
> Thomas Huth <huth@tuxfamily.org> wrote:
> 
> > Here are two more games, Frotz and XorCurses, that I've used with
> > buildroot last year
> > ( https://www.qemu-advent-calendar.org/2018/ ).  
> 
> Nice! So it means all those fun demo images were built with
> Buildroot ?

Most of them - the ones that use a game on top of Linux for non-x86
systems. I.e. I've could post even more of these patches that add additional
games, if there is interest, but most of my work is not really in an
upstreamable shape yet, so the patches would need quite a bit of work
first.

 Thomas
Thomas Petazzoni March 29, 2020, 9:01 p.m. UTC | #3
Hello Thomas,

On Thu, 12 Sep 2019 20:40:11 +0200
Thomas Huth <huth@tuxfamily.org> wrote:

> Thomas Huth (2):
>   package/frotz: new package
>   package/xorcurses: new package

Thanks for those patches! However, you had some comments from Giulio
and you never sent a new iteration of the patches. Also, at least frotz
has seen several new upstream releases, including changes that seem to
fix the Makefile.

Could you respin new iteration of the patches ?

Thanks!

Thomas