[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/02: gnu: libbluray: Upgrade to 0.9.1.
From: |
Ludovic Courtès |
Subject: |
Re: 01/02: gnu: libbluray: Upgrade to 0.9.1. |
Date: |
Tue, 06 Oct 2015 21:25:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Efraim Flashner <address@hidden> skribis:
> On Tue, 06 Oct 2015 18:28:21 +0200
> address@hidden (Ludovic Courtès) wrote:
>
>> Efraim Flashner <address@hidden> skribis:
>>
>> > commit 3f9f176b3a98a8c7dedb40f7fd14e8b5b3f45906
>> > Author: Efraim Flashner <address@hidden>
>> > Date: Tue Oct 6 15:04:12 2015 +0300
>> >
>> > gnu: libbluray: Upgrade to 0.9.1.
>> >
>> > * gnu/packages/video.scm (libbluray): Upgrade to 0.9.1.
>> > [inputs]: Add "ant" and "icedtea7" to native-inputs.
>> > [arguments]: Set environment variable "JAVA_HOME".
>>
>> Do you know what libbluray uses Java for?
>
> Truthfully, I'm not too sure. I have the commit for checking to make sure it
> was available
> (https://git.videolan.org/?p=libbluray.git;a=commitdiff;h=84ffa5d2e36a5b92dbd8cdeee1e9dc332dcf1b57)
> and I've checked their mailinglist, but no discussion around it being there.
Apparently BD-J is something that “allows bonus content on Blu-ray Disc
titles to be far more sophisticated than bonus content provided by
standard DVD”:
https://en.wikipedia.org/wiki/BD-J
If this eventually turns out to be common and/or desired, we could maybe
add a separate variant of libbluray that includes this feature.
> From 2da45ebe56e4ac9821ae0f563346c97b3819d1df Mon Sep 17 00:00:00 2001
> From: Efraim Flashner <address@hidden>
> Date: Tue, 6 Oct 2015 20:22:09 +0300
> Subject: [PATCH] gnu: libbluray: Remove java as native-input.
>
> * gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea"
> as native-inputs.
> [arguments]: Remove environmental variable "JAVA_HOME". Add configure
> flag to disable java.
LGTM, thanks!
Ludo’.