Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (470b3b98f6feeaed54743eee7c97fbdd2449691a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>, Florian Franzmann <scm AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (470b3b98f6feeaed54743eee7c97fbdd2449691a)
  • Date: Mon, 24 Jan 2011 23:58:35 +0100


> GIT changes to master grimoire by Florian Franzmann
> <siflfran AT hawo.stw.uni-erlangen.de>:
>
> ChangeLog | 4 ++++
> doc/apvlv/BUILD | 2 ++
> doc/apvlv/DEPENDS | 17 +++++++++++++++++
> doc/apvlv/DETAILS | 13 +++++++++++++
> doc/apvlv/HISTORY | 3 +++
> doc/apvlv/PRE_BUILD | 5 +++++
> libs/libumd/BUILD | 4 ++++
> libs/libumd/DETAILS | 15 +++++++++++++++
> libs/libumd/HISTORY | 3 +++
> libs/libumd/INSTALL | 2 ++
> 10 files changed, 68 insertions(+)
>
> New commits:
> commit 470b3b98f6feeaed54743eee7c97fbdd2449691a
> Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
>
> doc/apvlv: new spell, a pdf viewer with vim-like keybindings
>
> commit 9131fc15eb748d9ea7f380daeafe418361f01edd
> Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
>
> libs/libumd: new spell, a library for rendering umd files
>
> diff --git a/ChangeLog b/ChangeLog
> index 3fa125b..498c90e 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2011-01-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> + * libs/libumd: new spell, a library for rendering umd files
> + * doc/apvlv: new spell, a pdf viewer with vim-like keybindings
> +
> 2011-01-19 Ladislav Hagara <hgr AT vabo.cz>
> * audio-soft/fische: new spell, standalone sound visualization
>
> diff --git a/doc/apvlv/BUILD b/doc/apvlv/BUILD
> new file mode 100755
> index 0000000..eb34d1a
> --- /dev/null
> +++ b/doc/apvlv/BUILD
> @@ -0,0 +1,2 @@
> +OPTS="$OPTS --without-umd" &&
> +default_build
> diff --git a/doc/apvlv/DEPENDS b/doc/apvlv/DEPENDS
> new file mode 100755
> index 0000000..e6a95e0
> --- /dev/null
> +++ b/doc/apvlv/DEPENDS
> @@ -0,0 +1,17 @@
> +depends gtk+2 &&
> +depends glib2 &&
> +depends poppler &&
> +optional_depends djvulibre \
> + "--with-djvu" \
> + "--without-djvu" \
> + "for DjVu support" &&
> +optional_depends libumd \
> + "--with-umd" \
> + "--without-umd" \
> + "for UMD support" &&


Is this intentional? --without-umd in both BUILD and DEPENDS?

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page