taylanbayi...@gmail.com (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?= > <taylanbayi...@gmail.com> > 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’.