1
0
Fork 0
Commit Graph

156 Commits

Author SHA1 Message Date
Hugo Beauzée-Luyssen 4efd8acf4b configure.ac: Add -lpthread to .pc file if needed 2020-03-25 16:01:56 +01:00
hpi1 43059c7e36 1.2.0 2020-03-22 17:18:16 +02:00
hpi1 e670de413f Add support for compiling BD-J with OpenJDK 12 / 13 2020-02-16 17:17:12 +02:00
Marvin Scholz 406a430213 darwin: rewrite mount_get_mountpoint
Rewrite most of mount_get_mountpoint for Darwin using the
DiskArbitration API instead of the more low level getfsstat.

This fixes a memory over-read leading to a crash when the system
has more than 128 mounts.

Additionally it changes the logic a bit, now it is first checked
if the path exists and is a folder, if that is not the case, try
to interpret it as BSD mount name, this makes BSD names like 'disk2'
work (provided there is no folder/image with that name) as expected.

Reported by Collin Allen.

Fix #21
2019-10-04 09:18:31 +02:00
hpi1 ae061211e8 1.1.2 2019-06-07 20:51:53 +03:00
Ryo ONODERA df1c63224d Add support for NetBSD operating system
Use its own jni_md.h, however it is identical to Linux one.
2019-06-07 19:42:46 +03:00
hpi1 5c732b2af7 Add missing libxml version to required packages 2019-04-09 10:09:38 +03:00
hpi1 7419395312 1.1.1 2019-04-05 11:32:48 +03:00
hpi1 af69041d6a Fix pkg-config Libs.Private 2019-04-05 10:54:32 +03:00
hpi1 912b86e39a 1.1.0 2019-02-12 09:36:46 +02:00
hpi1 37bac2f77d configure: try to autodetect Java 9+ 2019-01-18 18:16:10 +02:00
hpi1 221749ee77 BD-J: parametrize java language and binary code versions 2019-01-18 17:56:48 +02:00
hpi1 3af11f0a85 BD-J: Add dummy classes to allow building with Java 9+ and Java < 9 2019-01-18 17:50:40 +02:00
hpi1 46ea4e66f3 configure: Test for ant only when building jar file 2019-01-18 17:50:23 +02:00
Frédéric Fauberteau ceccd357ac Fix compilation error on FreeBSD
The compilation failed on FreeBSD 11.1 on file
src/util/time.c:58.

The /usr/include/sys/time.h of FreeBSD contains:
int getitimer(int, struct itimerval *);
int gettimeofday(struct timeval *, struct timezone *);

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2018-03-02 16:41:05 +01:00
hpi1 989a901cf3 configure.ac: add AM_PROG_AR 2017-12-04 09:11:01 +02:00
hpi1 66d677ec8a Enable automake warnings 2017-12-04 09:07:10 +02:00
hpi1 2b2ae5e943 Bump version 2017-12-01 13:09:15 +02:00
hpi1 bd887f4e9d libbluray.pc: use Requires.private 2017-10-17 17:50:09 +03:00
hpi1 c74d0319d9 Bump version 2017-06-15 00:34:11 +03:00
hpi1 6de25f3b09 Remove leftover distcheck flags 2017-05-12 14:48:52 +03:00
hpi1 abdf7b153c Cosmetics 2017-05-12 09:21:05 +03:00
hpi1 415da3663a Remove --disable-bdjava configure option 2017-05-12 09:16:08 +03:00
hpi1 dec9a6bcf1 Remove --disable-udf configure option 2017-05-12 09:14:15 +03:00
hpi1 36fbbe59c0 Bump version 2017-03-02 15:40:01 +02:00
hpi1 c5dddfa248 0.9.3 2016-05-15 17:14:53 +03:00
hpi1 c379fe77ad configure: build .jar by default 2015-12-02 11:40:47 +02:00
Sebastian Ramacher 4e6c4a8078 configure: add extra argument to enable building of JAR file 2015-12-02 11:34:52 +02:00
hpi1 ce1daac7a6 configure: default enable UDF support 2015-12-01 14:44:59 +02:00
hpi1 ebde4c9ced 0.9.2 2015-12-01 14:19:16 +02:00
hpi1 5cc6bc98df 0.9.1 2015-11-03 12:59:31 +02:00
hpi1 c188f00496 0.9.0 2015-10-02 12:22:01 +03:00
hpi1 352ad41907 0.8.1 2015-05-15 12:22:41 +03:00
hpi1 37f9b71f9c NetBSD: define _NETBSD_SOURCE
Required for fseeko/ftello in stdio.h and pread in unistd.h.
2015-04-10 09:47:21 +03:00
hpi1 fc119cf4fc bump versions 2015-03-27 13:58:47 +02:00
hpi1 2d2d09f4fa Fix configure with --enable-udf when cross compiling 2015-02-15 12:35:09 +02:00
hpi1 c6a7390bd5 Add configure checks and build rules for UDF reading library 2015-02-10 12:53:57 +02:00
hpi1 a3fe13c391 Merge makefiles 2015-02-04 14:27:27 +02:00
hpi1 a83104c1c3 configure: enable BD-J by default 2015-02-03 11:59:21 +02:00
hpi1 faf92f319f 0.7.0 2015-01-26 11:21:33 +02:00
hpi1 7686436e7e BD-J: add Win32 font resolving 2014-12-01 10:16:43 +02:00
hpi1 2aad332a55 BD-J: use fontconfig to locate system fonts when JVM fonts are not available
Alternative would be to implement parser for jre/lib/fontconfig.properties
2014-11-16 12:46:13 +02:00
hpi1 6bea5848c5 0.6.2 2014-09-03 13:10:04 +03:00
hpi1 e0c74091a7 0.6.1 2014-08-03 11:10:20 +03:00
Jean-Baptiste Kempf 84ffa5d2e3 Configure: fail if ant is not found with BD-J 2014-07-16 02:25:36 +02:00
Jean-Baptiste Kempf 46026c2915 Fix JNI compilation for Mac OS X 2014-07-16 02:04:48 +02:00
Jean-Baptiste Kempf 823f05fd4e Enable silent-rules during compilation 2014-07-13 03:35:58 +02:00
Jean-Baptiste Kempf b346504bd6 Target XP SP2 for Windows builds 2014-05-27 11:56:59 +02:00
Jean-Baptiste Kempf e2e355ab62 Use GNU/Mingw printf for Mingw builds
This should kill most warnings when crosscompiling for Windows
2014-05-27 11:56:59 +02:00
anonymous 79f3033ed9 0.6.0 2014-05-27 12:03:18 +03:00