Flif_capture screenshot tool
A tool for capturing screenshots from a Framebuffer session.
This commit is contained in:
committed by
Norman Feske
parent
6628d03126
commit
71afee4799
2
recipes/pkg/flif_capture/README
Normal file
2
recipes/pkg/flif_capture/README
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
FLIF screen capture component
|
||||
10
recipes/pkg/flif_capture/archives
Normal file
10
recipes/pkg/flif_capture/archives
Normal file
@@ -0,0 +1,10 @@
|
||||
_/src/flif_capture
|
||||
_/src/init
|
||||
_/src/libc
|
||||
_/src/libflif
|
||||
_/src/libpng
|
||||
_/src/nit_fb
|
||||
_/src/nitpicker
|
||||
_/src/stdcxx
|
||||
_/src/vfs
|
||||
_/src/zlib
|
||||
1
recipes/pkg/flif_capture/hash
Normal file
1
recipes/pkg/flif_capture/hash
Normal file
@@ -0,0 +1 @@
|
||||
-
|
||||
89
recipes/pkg/flif_capture/runtime
Normal file
89
recipes/pkg/flif_capture/runtime
Normal file
@@ -0,0 +1,89 @@
|
||||
<runtime ram="72M" caps="768" binary="init">
|
||||
|
||||
<requires>
|
||||
<nitpicker/> <file_system/> <rtc/>
|
||||
</requires>
|
||||
|
||||
<provides> <nitpicker/> </provides>
|
||||
|
||||
<content>
|
||||
<rom label="flif_capture"/>
|
||||
<rom label="init"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libflif.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
<rom label="libpng.lib.so"/>
|
||||
<rom label="nit_fb"/>
|
||||
<rom label="nitpicker"/>
|
||||
<rom label="stdcxx.lib.so"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
<rom label="zlib.lib.so"/>
|
||||
</content>
|
||||
|
||||
<config>
|
||||
<parent-provides>
|
||||
<service name="CPU"/>
|
||||
<service name="LOG"/>
|
||||
<service name="PD"/>
|
||||
<service name="ROM"/>
|
||||
<service name="Rtc"/>
|
||||
<service name="Nitpicker"/>
|
||||
<service name="File_system"/>
|
||||
<service name="Timer"/>
|
||||
</parent-provides>
|
||||
<service name="Nitpicker">
|
||||
<default-policy> <child name="nitpicker"/> </default-policy>
|
||||
</service>
|
||||
|
||||
<start name="nit_fb" caps="128">
|
||||
<resource name="RAM" quantum="6M"/>
|
||||
<provides>
|
||||
<service name="Framebuffer"/>
|
||||
<service name="Input"/>
|
||||
</provides>
|
||||
<config initial_width="800" initial_height="600"/>
|
||||
<route> <any-service> <parent/> </any-service> </route>
|
||||
</start>
|
||||
|
||||
<start name="nitpicker" caps="256">
|
||||
<resource name="RAM" quantum="6M"/>
|
||||
<provides>
|
||||
<service name="Nitpicker"/>
|
||||
</provides>
|
||||
<config>
|
||||
<domain name="default" layer="1" label="no" hover="always" focus="click" />
|
||||
<default-policy domain="default"/>
|
||||
</config>
|
||||
<route>
|
||||
<any-service>
|
||||
<parent/>
|
||||
<child name="flif_capture"/>
|
||||
</any-service>
|
||||
</route>
|
||||
</start>
|
||||
|
||||
<start name="flif_capture" caps="256">
|
||||
<resource name="RAM" quantum="64M"/>
|
||||
<!--need plenty of RAM here to account for large framebuffers -->
|
||||
<provides>
|
||||
<service name="Framebuffer"/>
|
||||
<service name="Input"/>
|
||||
</provides>
|
||||
<config>
|
||||
<libc rtc="/dev/rtc"/>
|
||||
<vfs>
|
||||
<fs/>
|
||||
<dir name="dev"> <rtc/> </dir>
|
||||
</vfs>
|
||||
</config>
|
||||
<route>
|
||||
<any-service>
|
||||
<parent/>
|
||||
<child name="nit_fb"/>
|
||||
</any-service>
|
||||
</route>
|
||||
</start>
|
||||
|
||||
</config>
|
||||
|
||||
</runtime>
|
||||
@@ -1 +1 @@
|
||||
18.05 4a21e700a1b61ba1945b286edc7c4355a014aa26
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user