Norman Feske
af3ad71d80
Rename 'Nitpicker' namespace to 'Gui'
...
Issue genodelabs/genode#3778
2020-06-19 15:41:48 +02:00
Norman Feske
563e4c8fb5
Rename <nitpicker> in runtime files to <gui>
...
Issue genodelabs/genode#3778
2020-06-19 15:34:41 +02:00
Norman Feske
46a588a0b1
Rename "Nitpicker" service name to "Gui"
...
Issue genodelabs/genode#3778
2020-06-19 15:34:41 +02:00
Norman Feske
7c92181da4
Rename include/nitpicker_session to gui_session
...
Issue genodelabs/genode#3778
2020-06-19 15:34:41 +02:00
Norman Feske
b894481513
Remove pkg/templeos
...
Fixes #212
2020-06-12 10:06:20 +02:00
Alexander Boettcher
9903036142
libav: enable arm 64bit
...
Fixes #211
2020-06-10 15:09:48 +02:00
Norman Feske
323ab9932e
Remove use of <configfile> feature of init
...
Issue genodelabs/genode#3753
2020-05-08 17:17:53 +02:00
Martin Stein
98f052076f
add avconv support
2020-04-28 11:22:46 +02:00
Martin Stein
000dd13860
libav: add avdevice support
2020-04-28 11:22:46 +02:00
Stefan Kalkowski
9c7df24e20
Move Exynos 5 SoC series from genode repo
...
Fix #203
2020-04-24 14:40:54 +02:00
Alexander Boettcher
3e1635dfda
package libvnc and sdl_vnc
...
Fixes #206
2020-04-23 14:23:18 +02:00
Stefan Kalkowski
ec37477e20
Fix base-hw-panda src package (Ref #202 )
2020-04-22 14:08:13 +02:00
Stefan Kalkowski
0489c3edf4
Move OMAP4 support to world
...
Fix #202
2020-04-17 15:54:00 +02:00
Stefan Kalkowski
26ec7ca719
ssh_client pkg: use font fs and clipboard
...
Fix #200
2020-02-13 12:21:30 +01:00
Pirmin Duss
dc2eecbd63
Fix creation of toolchain for protobuf and gRPC
...
This improves the creation of the toolchain needed to build
protobuf and gRPC applications on for the Genode framework. Especially,
the script is now independent of the distribution's protoc.
Issue #190
2020-02-06 11:36:10 +01:00
Pirmin Duss
e0f557c050
protobuf_grpc: google serializing and RPC library
...
protobuf : 3.9.3
grpc : 1.24.0
This a new version of the port with a vastly reduced port size.
Issue #190
2019-11-26 14:11:04 +01:00
Christian Helmuth
21cab2004a
Revert "protobuf_grpc: google serializing and RPC library"
...
This reverts commit 5587d78e89 .
Issue #190
2019-11-12 08:24:40 +01:00
Sebastian Sumpf
281c833166
jdk: factor out verify.lib.so
...
This makes verify.lib.so dlopen-able.
fixes #191
2019-11-11 11:47:25 +01:00
Pirmin Duss
5587d78e89
protobuf_grpc: google serializing and RPC library
...
protobuf : 3.9.1
grpc : 1.24.0
Issue #190
2019-11-04 14:03:22 +01:00
Christian Helmuth
b2f643e37f
numptyphysics: exclude .git directories from src archive
2019-07-11 16:17:23 +02:00
Norman Feske
8483ec6db9
libsdl: add missing undefined ref of "main" to ABI
...
This symbol is needed to inform the (static) linker about the dependency
of the component-startup code from the program's main function. Without
the symbol, the use of gc-sections during linking may discard the actual
application code.
2019-07-08 16:05:15 +02:00
Emery Hemingway
492ac57199
Remove fixed package versions
...
Replace the versioned dependencies in some packages. Remove the
flif_capture package, which does not work.
Fix #181
Fix #182
2019-06-07 12:37:12 +02:00
Norman Feske
c070e64bd4
libsdl: config tweaks, remove sdlmain lib
...
This patch contains changes to the libSDL port that were needed to build
the Hatari emulator using cmake.
- Since SDL programs cannot use the posix library (because sdl's init
function needs a way to get hold of the Genode env), the sdl_main
library must be used instead of the posix library. The sdl_main
code implements the Libc::Component::construct function for the
final binary. However, 3rd-party build systems are not aware of this
Genode-specific peculiarity and thereby create binaries that leave
libsdl uninitialized. This patch adds the sdl_main to libsdl by
default and thereby eliminates the need for specifying the extra
sdl_main library. Customizing the Libc::Component::construct is
still possible by overriding the library-provided implementation
in the main program.
- A few missing config definitions are added to compile Hatari
successfully.
- Avoid reliance on the include/SDL convention in SDL_config.h
- Cmake relies on the upper-case naming of the library with no way
to tweak this convention. So we install an symlink named `SDL.lib.so`
when installing the library into the <build-dir>/bin/ directory.
Fixes #161
2019-05-14 11:45:43 +02:00
Emery Hemingway
267327664a
Rename blk_shred to block_shred, package
2019-03-31 19:52:04 +02:00
Emery Hemingway
a9617304f8
Jitter sponge: always ready to read
...
Always return true for bytes available check. This fixes the server to
work with VFS clients.
2019-03-31 14:25:55 +02:00
Josef Söntgen
6d8110a3a5
lwext4_fs: adapt pkg runtime to CE
...
Fixes #153 .
2019-03-25 13:39:41 +01:00
Emery Hemingway
8c5b16ea6a
Increase RAM in Grafx2 package
...
Grafx2 needs more ram to edit things like high-res desktop backgrounds.
2019-03-22 10:56:20 +01:00
Emery Hemingway
f8924a3337
Add runtime to flif_view package
...
The flif_view package may be used to view files created by flif_capture.
2019-03-22 10:56:20 +01:00
Emery Hemingway
a0a9642ca1
Fix include a window manager with flif_capture package
2019-03-22 10:56:20 +01:00
Norman Feske
8987bbf4b6
Runtime pkg for avplay
2019-03-21 16:32:56 +01:00
Emery Hemingway
c8f95f0666
Move TempleOS URL to Archive.org
...
www.templeos.org is no longer available.
Fix #151
2019-03-21 10:33:07 +01:00
Josef Söntgen
8fd9c2c536
Add port of libspng-0.4.3
...
Fixes #148 .
2019-03-05 18:34:42 +01:00
Emery Hemingway
a3444e5aff
Package Grafx2
2019-02-28 16:46:49 +01:00
Emery Hemingway
d4480964de
Package Numpty Physics
2019-02-28 16:46:49 +01:00
Emery Hemingway
97ff910325
Package sdl_ttf
2019-02-28 16:46:49 +01:00
Norman Feske
50b4f1b9b2
Build fix for src/jitter_sponge on x86_32
2019-02-24 14:12:59 +01:00
Norman Feske
e199117e8f
Build src/test-rdrand archive for non-x86_64
...
Include the generic stub in the source archive to avoid build errors on
architectures other than x86_64.
2019-02-24 14:00:51 +01:00
Emery Hemingway
36cce70728
Package julia_fractal
2019-02-22 17:01:48 +01:00
Emery Hemingway
6e1d2c6dc1
Package OpenTyrian
2019-02-22 17:01:48 +01:00
Emery Hemingway
1de91edfe8
Remove XML editor
2019-02-22 17:01:48 +01:00
Emery Hemingway
9fe7643285
Remove rom_fallback server
2019-02-22 17:01:48 +01:00
Emery Hemingway
e94b81d5d1
Remove Chuck
...
Chuck can be added back when the routing of MIDI between components is
implemented.
2019-02-22 17:01:48 +01:00
Emery Hemingway
7cff151ecb
Fix RDRAND header references
2019-02-22 17:01:48 +01:00
Sebastian Sumpf
65e7ccc662
jdk: boot to Java demo
...
issue #136
2019-02-22 15:15:54 +01:00
Sebastian Sumpf
2f73680071
jdk: use depot for 'java.run'
...
Build JVM using packets.
issue #136
2019-02-22 15:15:08 +01:00
Emery Hemingway
f925ce9b31
Fix ssh_client package dependencies
2019-02-21 13:29:42 +01:00
Emery Hemingway
a6de6457d2
Convert SDL to a Nitpicker client library
...
Fixes #138
2019-02-20 11:25:10 +01:00
Emery Hemingway
dc2786dfb1
Show_input utility for instrumenting Nitpicker input codes
2019-02-12 15:26:56 +01:00
Emery Hemingway
2f760075a7
Utility for using the RDRAND instruction
...
On some x86_64 hardware the RDRAND instruction returns 64bits of entropy
from an on-chip random number generator. RDRAND is not recommended as an
exclusive source of entropy for cryptographic applications.
https://en.wikipedia.org/wiki/RdRand
2019-02-12 10:23:08 +01:00
Emery Hemingway
71afee4799
Flif_capture screenshot tool
...
A tool for capturing screenshots from a Framebuffer session.
2019-01-31 14:33:38 +01:00