[Lunar-commits] <moonbase> fbv: new module for fbterm background support
wookietreiber
kizkizzbangbang at googlemail.com
Fri Jul 8 08:28:10 CEST 2011
hi
1) build fails with default_config, because its no standard autoconf created
configure, e.g. crashes with --build=$BUILD
2) because the module is relatively old and does not compile with current
giflib, I haven't tried libungif because its kind of deprecated. without
gif support it does just fine for now, if someone figures out a patch -- fine,
but I hadn't had the time
best regards
wookietreiber
On Thu, Jul 07, 2011 at 07:16:07PM -0700, Auke Kok wrote:
> On 07/06/2011 07:10 AM, Christian Krause wrote:
> >commit f71802bde0344befae6e33197e2d364b920e70de
> >Author: Christian Krause<wookietreiber at lunar-linux.org>
> >Date: Wed Jul 6 16:10:09 2011 +0200
> >
> > fbv: new module for fbterm background support
> >---
> > zbeta/fbv/BUILD | 11 +++++++++++
> > zbeta/fbv/DEPENDS | 2 ++
> > zbeta/fbv/DETAILS | 15 +++++++++++++++
> > 3 files changed, 28 insertions(+), 0 deletions(-)
> >
> >diff --git a/zbeta/fbv/BUILD b/zbeta/fbv/BUILD
> >new file mode 100644
> >index 0000000..19cef10
> >--- /dev/null
> >+++ b/zbeta/fbv/BUILD
> >@@ -0,0 +1,11 @@
> >+(
> >+
> >+ ./configure --prefix=$MODULE_PREFIX \
> >+ --infodir=$MODULE_PREFIX/share/info \
> >+ --mandir=$MODULE_PREFIX/share/man \
> >+ --without-libungif \
> >+ $OPTS
> >+
> >+ default_make
>
>
> why not:
>
> OPTS+=" --without-libunfig" &&
> default_build
>
> but, then again, why not
>
> optional_depends libungif "" "--without-libungif" ""
>
> instead, entirely replacing 10 lines with 1?
>
> Auke
>
> >+
> >+)> $C_FIFO 2>&1
> >diff --git a/zbeta/fbv/DEPENDS b/zbeta/fbv/DEPENDS
> >new file mode 100644
> >index 0000000..121d0d3
> >--- /dev/null
> >+++ b/zbeta/fbv/DEPENDS
> >@@ -0,0 +1,2 @@
> >+optional_depends "%JPEG" "" "--without-libjpeg" "for jpeg support"
> >+optional_depends "libpng" "" "--without-libpng" "for png support"
>
> ...
More information about the Lunar-dev
mailing list