forked from pool/libbluray
Accepting request 304904 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/304904 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=20
This commit is contained in:
commit
47e1dc82b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f79beb9fbb24117cbb1264c919e686ae9e6349c0ad08b48c4b6233b2887eb68d
|
||||
size 597266
|
3
libbluray-0.8.0.tar.bz2
Normal file
3
libbluray-0.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b80208b2af54313fedbb49f54b7e13ff7f86f1843a81dddd5e17aa9575bfd08
|
||||
size 621606
|
@ -1,6 +1,6 @@
|
||||
--- configure.ac.orig 2015-01-26 10:21:27.000000000 +0100
|
||||
+++ configure.ac 2015-01-27 12:55:38.278766200 +0100
|
||||
@@ -105,9 +105,10 @@
|
||||
--- configure.ac.orig 2015-04-10 08:48:23.000000000 +0200
|
||||
+++ configure.ac 2015-04-30 13:56:24.249955300 +0200
|
||||
@@ -111,9 +111,10 @@
|
||||
[BDJ_BOOTCLASSPATH=])
|
||||
|
||||
dnl required programs
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
dnl required types
|
||||
AC_TYPE_SIGNAL
|
||||
@@ -122,23 +123,12 @@
|
||||
@@ -128,23 +129,12 @@
|
||||
|
||||
dnl required system services
|
||||
AC_SYS_LARGEFILE
|
||||
@ -39,26 +39,29 @@
|
||||
|
||||
dnl libxml2 for metadata parser
|
||||
AS_IF([test "x$with_libxml2" != "xno"], [
|
||||
--- src/Makefile.am.orig 2015-01-26 10:44:55.000000000 +0100
|
||||
+++ src/Makefile.am 2015-01-27 12:55:39.622438800 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
|
||||
SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibbluray -Ilibbluray/bdnav $(BDJAVA_CFLAGS)
|
||||
--- Makefile.am.orig 2015-03-20 11:50:37.000000000 +0100
|
||||
+++ Makefile.am 2015-04-30 13:56:25.578037800 +0200
|
||||
@@ -11,10 +11,10 @@
|
||||
POSIX_C_SOURCE=200112L
|
||||
endif
|
||||
|
||||
-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS)
|
||||
+AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS)
|
||||
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=$(POSIX_C_SOURCE) -D_REENTRANT
|
||||
SET_INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/libbluray -I$(top_builddir)/src/libbluray $(BDJAVA_CFLAGS)
|
||||
|
||||
-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) $(UDF_CFLAGS)
|
||||
+AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) $(UDF_CFLAGS)
|
||||
+AM_CPPFLAGS = $(SET_INCLUDES) -include config.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
libbluray/bdj/build.xml \
|
||||
@@ -123,8 +123,8 @@
|
||||
bootstrap \
|
||||
@@ -149,8 +149,8 @@
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
-libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO)
|
||||
-libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO) -export-symbols-regex "^bd_"
|
||||
-libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) $(FONTCONFIG_LIBS)
|
||||
+libbluray_la_LDFLAGS= -no-undefined -version-info $(LT_VERSION_INFO)
|
||||
+libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) $(FONTCONFIG_LIBS) -ldl
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
file/filesystem.h \
|
||||
noinst_HEADERS = \
|
||||
jni/jni.h \
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- src/libbluray/bdj/bdj.c.orig 2015-01-26 09:01:57.000000000 +0100
|
||||
+++ src/libbluray/bdj/bdj.c 2015-01-27 13:00:09.750270100 +0100
|
||||
@@ -166,7 +166,7 @@
|
||||
"/usr/lib/jvm/java-6-openjdk",
|
||||
"/usr/lib/jvm/java-7-openjdk",
|
||||
"/etc/java-config-2/current-system-vm"};
|
||||
--- src/libbluray/bdj/bdj.c.orig 2015-04-06 18:25:09.000000000 +0200
|
||||
+++ src/libbluray/bdj/bdj.c 2015-04-30 13:56:26.765499800 +0200
|
||||
@@ -169,7 +169,7 @@
|
||||
"/usr/lib/jvm/java-6-openjdk",
|
||||
"/usr/lib/jvm/java-7-openjdk",
|
||||
"/etc/java-config-2/current-system-vm"};
|
||||
- static const char jvm_dir[] = "jre/lib/" JAVA_ARCH "/server";
|
||||
+ static const char jvm_dir[] = "lib/" JAVA_ARCH "/server";
|
||||
static const char jvm_lib[] = "libjvm";
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:06:23 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
- Update to version 0.8.0:
|
||||
+ Add security checks to BD-J.
|
||||
+ Add support for UDF image files and unmounted discs.
|
||||
+ Add UDF volume identifier to DISC_INFO.
|
||||
+ Add bd_init(), bd_open_disc() and bd_open_stream().
|
||||
+ Add /usr/share/libbluray/lib/ to .jar file search paths.
|
||||
+ Add BD_EVENT_PLAYLIST_STOP (playlist playback is interrupted).
|
||||
+ Accept directory name (without .jar file name) in LIBBLURAY_CP.
|
||||
+ Improved error resilence.
|
||||
+ Improve BD-J compability.
|
||||
+ Fix Java 8u40 compability.
|
||||
+ Fix infinite loop with some broken HDMV menus.
|
||||
- Fixed patches libbluray-autotools.patch and libbluray-jvm_dir.patch.
|
||||
- Build with UDF support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 10:23:43 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define soname 1
|
||||
Name: libbluray
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Library to access Blu-Ray disk
|
||||
License: LGPL-2.1+
|
||||
@ -91,7 +91,8 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-bdjava
|
||||
--enable-bdjava \
|
||||
--enable-udf
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user