guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libbluray’s dependency on TeX Live


From: Ludovic Courtès
Subject: libbluray’s dependency on TeX Live
Date: Mon, 09 Nov 2015 00:19:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden (Taylan Ulrich "Bayırlı/Kammer") skribis:

> From b576d1acf2b60a415cfedcc3ecff7e2f0a2969fe Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>  <address@hidden>
> Date: Thu, 5 Mar 2015 21:40:36 +0100
> Subject: [PATCH 09/25] gnu: Add libbluray.
>
> * gnu/packages/video.scm (libbluray): New variable.
> (ffmpeg): Add input libbluray.

[...]

> +    (inputs
> +     `(("doxygen" ,doxygen)
> +       ("fontconfig" ,fontconfig)
> +       ("freetype" ,freetype)
> +       ("libxml2" ,libxml2)
> +       ("perl" ,perl)                   ;for doxygen
> +       ("texlive" ,texlive)))

It’s been a while, but I just realized that libbluray depends on
TeX Live.

Fortunately, it’s a build-time-only dependency, not retained at run time.
Still, it sounds like a rather bad idea because of the enormous
dependency and the problems it entails.

Could we get rid of it?  What would we lose?

TIA!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]