[libbluray-devel] [PATCH 1/2] Distribute all needed files for BD-J

2011-12-02 Thread Xavier Bachelot
The 0.2.1 tarball is missing some files needed to build with BD-J enabled. This adds the missing files. --- src/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 75745df..5132162 100644 --- a/src/Makefile.am +++

[libbluray-devel] [PATCH 2/2] Allow filenames longer than 99 characters in the tarball

2011-12-02 Thread Xavier Bachelot
Some files from libbluray/bdj/java have a filename longer than 99 characters. Make sure tar will handle that. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index d53b909..756032b 100644 --- a/configure.ac +++ b/configure.ac

Re: [libbluray-devel] requesting new release, bdj problem

2011-12-12 Thread Xavier Bachelot
On 12/12/2011 01:15 PM, Ionut Biru wrote: Hi, right now the current libbluray 0.2.1 cannot be compiled with bdj support because the sources are missing from the tarball. This issue was fixed in master in [1] [2]. Can we have a new release that contains those two commits mostly to allow

Re: [libbluray-devel] Java code missing in 0.3.0 release tar.bz2

2013-08-27 Thread Xavier Bachelot
On 08/23/2013 03:15 PM, Dominic Fandrey wrote: The src/libbluray/bdj/java-j2me and java-j2se folders are missing from ftp://ftp.videolan.org/pub/videolan/libbluray/0.3.0/libbluray-0.3.0.tar.bz2 Any reason? Bug in the Makefile, already fixed. The missing dirs will be in the next release.

[libbluray-devel] [PATCH] Fix off-by-one errors in registers read/write functions

2013-10-23 Thread Xavier Bachelot
Reported by Florian Weimer. https://bugzilla.redhat.com/show_bug.cgi?id=959215 --- src/libbluray/register.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libbluray/register.c b/src/libbluray/register.c index 4985cc9..43751d4 100644 --- a/src/libbluray/register.c

[libbluray-devel] [PATCH] Fix off-by-one errors in registers read/write functions

2013-10-23 Thread Xavier Bachelot
Reported by Florian Weimer. https://bugzilla.redhat.com/show_bug.cgi?id=959215 --- src/libbluray/register.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libbluray/register.c b/src/libbluray/register.c index 4985cc9..43751d4 100644 --- a/src/libbluray/register.c

[libbluray-devel] Fix off-by-one errors in registers

2013-10-24 Thread Xavier Bachelot
libbluray | branch: master | Xavier Bachelot xav...@bachelot.org | Wed Oct 23 16:56:08 2013 +| [c6ae9afd73c183231f39804de184e8c5c09de563] | committer: npzacs Fix off-by-one errors in registers Reported by Florian Weimer. https://bugzilla.redhat.com/show_bug.cgi?id=959215 http

Re: [libbluray-devel] [PATCH] Make doxygen output reproducible

2015-02-12 Thread Xavier Bachelot
On 12/02/2015 12:06, Jean-Baptiste Kempf wrote: Applied. Le 03/02/2015 14:27, Sebastian Ramacher a écrit : --- See https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByDoxygen and https://wiki.debian.org/ReproducibleBuilds/About about the reproducible build effort in

[libbluray-devel] [PATCH] Add a suitable JVM path for Fedora/RHEL and clones

2016-11-30 Thread Xavier Bachelot
Signed-off-by: Xavier Bachelot <xav...@bachelot.org> --- src/libbluray/bdj/bdj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libbluray/bdj/bdj.c b/src/libbluray/bdj/bdj.c index 5287a75..d3d4c43 100644 --- a/src/libbluray/bdj/bdj.c +++ b/src/libbluray/bdj/bdj.c @@ -213,6

[libbluray-devel] Add a suitable JVM path for Fedora/RHEL and clones

2016-12-01 Thread Xavier Bachelot
libbluray | branch: master | Xavier Bachelot <xav...@bachelot.org> | Wed Nov 30 18:26:27 2016 +0100| [05c9fdececbff43561f8d8ca704e7e2203bdd5a8] | committer: hpi1 Add a suitable JVM path for Fedora/RHEL and clones Signed-off-by: Xavier Bachelot <xav...@bachelot.org> > http://g