diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-12 17:26:16 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-12 17:26:16 +0000 |
commit | ee749f41f8ee9af1987771a3cca4e506c4c05919 (patch) | |
tree | 012666f0f657d3abc306f6f760d84ce0d68c2bd5 /packages/fbida/fbida_2.07.bb | |
parent | 2e172d2f132c4ca253683393809fa6bcaa9be311 (diff) | |
parent | c9d6f681e3f34bd83550a20056511820e2495ea4 (diff) |
merge of '1e5f74b2b60986b2dbf42fbd03a69ee2a59be5a2'
and 'a205d31ba30bfe2c36e1988e8e13a5dbe3399620'
Diffstat (limited to 'packages/fbida/fbida_2.07.bb')
-rw-r--r-- | packages/fbida/fbida_2.07.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/fbida/fbida_2.07.bb b/packages/fbida/fbida_2.07.bb new file mode 100644 index 0000000000..9360600858 --- /dev/null +++ b/packages/fbida/fbida_2.07.bb @@ -0,0 +1,21 @@ +# - Currently this app needs ttf-dejavu-sans-mono[.ipk] installed! +# - think about using fbi -a option for autozoom on tiny screens +# - fbi displays in portrait-mode if your fb is in portrait (normal) mode too +# (fbcon:rotate stands only for the fb console) + +HOMEPAGE = "http://linux.bytesex.org/fbida/" +DESCRIPTION = "frame buffer image and doc viewer tools" +AUTHOR = "Gerd Knorr" +LICENSE = "GPL2" +SECTION = "utils" +DEPENDS = "jpeg fontconfig freetype libexif ttf-dejavu" + +SRC_URI = "http://dl.bytesex.org/releases/fbida/fbida-${PV}.tar.gz \ + file://exiftran.c.patch;patch=1 \ + file://fbi.c.patch;patch=1 \ + file://GNUmakefile.patch;patch=1" + +inherit autotools + +#CFLAGS_append = " ${LDFLAGS}" +EXTRA_OECONF = "--disable-magick --without-x" |