commit libbluray for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2020-11-10 13:38:46

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new.11331 (New)


Package is "libbluray"

Tue Nov 10 13:38:46 2020 rev:41 rq:846192 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2020-04-29 
20:43:16.003780989 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new.11331/libbluray.changes   
2020-11-10 13:39:26.812474280 +0100
@@ -1,0 +2,18 @@
+Thu Nov  5 08:18:26 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 1.2.1:
+  + Add initial support for .fmts files.
+  + Improve missing/broken playlist handling.
+  + Improve UHD metadata support.
+  + Improve BD-J compability.
+  + Improve error resilience and stability.
+  + Fix long delay in "Evangelion, You are (not) alone" menu.
+  + Fix JVM bootstrap issues with some Java 9 versions.
+  + Fix sign extended bytes when reading single bytes in BDJ.
+  + Fix creating organization and disc specific BD-J BUDA
+directories.
+  + Use external libudfread when available.
+  + Rename list_titles to bd_list_titles and add it to installed
+programs.
+
+---

Old:

  libbluray-1.2.0.tar.bz2

New:

  libbluray-1.2.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.XvaJMK/_old  2020-11-10 13:39:27.508472897 +0100
+++ /var/tmp/diff_new_pack.XvaJMK/_new  2020-11-10 13:39:27.512472889 +0100
@@ -19,7 +19,7 @@
 
 %define sover 2
 Name:   libbluray
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1-or-later
@@ -113,6 +113,8 @@
 
 %files tools
 %{_bindir}/bd_info
+%{_bindir}/bd_list_titles
+%{_bindir}/bd_splice
 
 %files -n libbluray%{sover}
 %license COPYING

++ libbluray-1.2.0.tar.bz2 -> libbluray-1.2.1.tar.bz2 ++
 3332 lines of diff (skipped)




commit libbluray for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2020-04-29 20:43:13

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new.2738 (New)


Package is "libbluray"

Wed Apr 29 20:43:13 2020 rev:40 rq:798390 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2019-08-15 
12:23:34.970633396 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new.2738/libbluray.changes
2020-04-29 20:43:16.003780989 +0200
@@ -1,0 +2,10 @@
+Mon Apr 27 17:35:07 UTC 2020 - Luigi Baldoni 
+
+- Update to version 1.2.0
+  * Add functions to list and read BD-ROM files.
+  * Add support for separate key pressed / typed / released user
+input events.
+  * Add support for AWT mouse events (BD-J).
+  * Fix build with OpenJDK 12 / 13.
+
+---

Old:

  libbluray-1.1.2.tar.bz2

New:

  libbluray-1.2.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.qhQSuN/_old  2020-04-29 20:43:16.663782709 +0200
+++ /var/tmp/diff_new_pack.qhQSuN/_new  2020-04-29 20:43:16.667782720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,19 +13,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sover 2
 Name:   libbluray
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:Library to access Blu-Ray disk
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Other
-Url:http://www.videolan.org/developers/libbluray.html
-Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+URL:https://www.videolan.org/developers/libbluray.html
+Source0:
https://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch0: libbluray-pkgconfig.patch
 Patch1: libbluray-java9.patch
@@ -102,7 +102,7 @@
 --disable-static \
 --enable-bdjava \
 --enable-udf
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -115,7 +115,7 @@
 %{_bindir}/bd_info
 
 %files -n libbluray%{sover}
-%doc COPYING
+%license COPYING
 %{_libdir}/libbluray.so.*
 
 %files devel

++ libbluray-1.1.2.tar.bz2 -> libbluray-1.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-1.1.2/ChangeLog 
new/libbluray-1.2.0/ChangeLog
--- old/libbluray-1.1.2/ChangeLog   2019-06-07 20:00:28.0 +0200
+++ new/libbluray-1.2.0/ChangeLog   2020-03-22 16:29:41.0 +0100
@@ -1,3 +1,9 @@
+2020-03-22: Version 1.2.0
+- Add functions to list and read BD-ROM files.
+- Add support for separate key pressed / typed / released user input events.
+- Add support for AWT mouse events (BD-J).
+- Fix build with OpenJDK 12 / 13.
+
 2019-06-07: Version 1.1.2
 - Add libxml version to pkg-config Requires.private.
 - Improve support for NetBSD operating system.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-1.1.2/Makefile.am 
new/libbluray-1.2.0/Makefile.am
--- old/libbluray-1.1.2/Makefile.am 2019-06-07 20:00:28.0 +0200
+++ new/libbluray-1.2.0/Makefile.am 2020-03-22 16:29:41.0 +0100
@@ -228,11 +228,15 @@
 
 if USING_BDJAVA_BUILD_JAR
 
+if USING_JAVAC_12
+java_versions = -Djava_version_asm=1.7 -Djava_version_bdj=1.7
+else
 if USING_JAVAC_9
 java_versions = -Djava_version_asm=1.6 -Djava_version_bdj=1.6
 else
 java_versions = -Djava_version_asm=1.5 -Djava_version_bdj=1.4
 endif
+endif
 
 if BDJ_J2SE
 awt_src = java-$(BDJ_TYPE):java-build-support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-1.1.2/Makefile.in 
new/libbluray-1.2.0/Makefile.in
--- old/libbluray-1.1.2/Makefile.in 2019-06-07 20:01:05.0 +0200
+++ new/libbluray-1.2.0/Makefile.in 2020-03-22 16:31:30.0 +0100
@@ -977,8 +977,9 @@
src/libbluray/decoders/overlay.h \
src/util/log_control.h
 
-@USING_BDJAVA_BUILD_JAR_TRUE@@USING_JAVAC_9_FALSE@java_versions = 
-Djava_version_asm=1.5 -Djava_version_bdj=1.4

commit libbluray for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2019-08-15 12:23:28

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new.9556 (New)


Package is "libbluray"

Thu Aug 15 12:23:28 2019 rev:39 rq:720877 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2019-04-10 
23:10:51.343950714 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new.9556/libbluray.changes
2019-08-15 12:23:34.970633396 +0200
@@ -1,0 +2,16 @@
+Sat Aug 03 16:58:13 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 1.1.2:
+  + Add libxml version to pkg-config Requires.private.
+  + Improve support for NetBSD operating system.
+  + Improve BD-J compability.
+  + Improve Java 8+ compability.
+  + Fix main playlist caching in Windows.
+  + Fix mark triggering when multiple marks are passed during
+single read().
+  + Fix seek bar pop-up at chapter boundary with some discs.
+  + Fix reading resources indirectly from mounted .jar file.
+- Fixed libbluray-java9.patch.
+- Enable build against java-devel >= 10.
+
+---

Old:

  libbluray-1.1.1.tar.bz2

New:

  libbluray-1.1.2.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.Fu85nn/_old  2019-08-15 12:23:36.782632944 +0200
+++ /var/tmp/diff_new_pack.Fu85nn/_new  2019-08-15 12:23:36.782632944 +0200
@@ -19,7 +19,7 @@
 
 %define sover 2
 Name:   libbluray
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
@@ -37,7 +37,6 @@
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-BuildConflicts: java-devel >= 10
 
 %description
 This library is written for the purpose of playing Blu-ray movies. It is

++ libbluray-1.1.1.tar.bz2 -> libbluray-1.1.2.tar.bz2 ++
 1683 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libbluray-1.1.1/ChangeLog new/libbluray-1.1.2/ChangeLog
--- old/libbluray-1.1.1/ChangeLog   2019-04-05 10:34:16.0 +0200
+++ new/libbluray-1.1.2/ChangeLog   2019-06-07 20:00:28.0 +0200
@@ -1,3 +1,13 @@
+2019-06-07: Version 1.1.2
+- Add libxml version to pkg-config Requires.private.
+- Improve support for NetBSD operating system.
+- Improve BD-J compability.
+- Improve Java 8+ compability.
+- Fix main playlist caching in Windows.
+- Fix mark triggering when multiple marks are passed during single read().
+- Fix seek bar pop-up at chapter boundary with some discs.
+- Fix reading resources indirectly from mounted .jar file.
+
 2019-04-05: Version 1.1.1
 - Enable playback without menus when index.bdmv is missing.
 - Improve error resilience and stability.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libbluray-1.1.1/Makefile.am new/libbluray-1.1.2/Makefile.am
--- old/libbluray-1.1.1/Makefile.am 2019-04-05 10:34:16.0 +0200
+++ new/libbluray-1.1.2/Makefile.am 2019-06-07 20:00:28.0 +0200
@@ -211,7 +211,8 @@
jni/jni.h \
jni/linux/jni_md.h \
jni/win32/jni_md.h \
-   jni/darwin/jni_md.h
+   jni/darwin/jni_md.h \
+   jni/netbsd/jni_md.h
 
 pkginclude_HEADERS = \
src/file/filesystem.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libbluray-1.1.1/configure.ac new/libbluray-1.1.2/configure.ac
--- old/libbluray-1.1.1/configure.ac2019-04-05 10:34:16.0 +0200
+++ new/libbluray-1.1.2/configure.ac2019-06-07 20:00:28.0 +0200
@@ -1,7 +1,7 @@
 dnl library version number
 m4_define([bluray_major], 1)
 m4_define([bluray_minor], 1)
-m4_define([bluray_micro], 1)
+m4_define([bluray_micro], 2)
 m4_define([bluray_version],[bluray_major.bluray_minor.bluray_micro])
 
 dnl shared library version (.so 

commit libbluray for openSUSE:Factory

2019-04-10 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2019-04-10 23:10:49

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new.27019 (New)


Package is "libbluray"

Wed Apr 10 23:10:49 2019 rev:38 rq:692288 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2019-03-26 
15:36:30.480395084 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new.27019/libbluray.changes   
2019-04-10 23:10:51.343950714 +0200
@@ -1,0 +2,17 @@
+Mon Apr 08 10:41:49 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 1.1.1:
+  + Enable playback without menus when index.bdmv is missing.
+  + Improve error resilience and stability.
+  + Improve BD-J compability.
+  + Fix loading libraries on MacOS / hardened runtime.
+  + Fix resetting user-selected streams when playing without menus.
+  + Fix stack overflow when using Java9+ with debugger connection.
+  + Fix polygon-based BD-J graphics primitives.
+  + Fix loading libmmbd in Windows 64-bit.
+  + Fix loading classes with Windows Java 8.
+  + Fix build with Java 1.6.
+  + Fix pkg-config Libs.private.
+- Fixed libbluray-pkgconfig.patch.
+
+---

Old:

  libbluray-1.1.0.tar.bz2

New:

  libbluray-1.1.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.J2YVFk/_old  2019-04-10 23:10:52.059951528 +0200
+++ /var/tmp/diff_new_pack.J2YVFk/_new  2019-04-10 23:10:52.059951528 +0200
@@ -19,7 +19,7 @@
 
 %define sover 2
 Name:   libbluray
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-1.1.0.tar.bz2 -> libbluray-1.1.1.tar.bz2 ++
 1982 lines of diff (skipped)

++ libbluray-pkgconfig.patch ++
--- /var/tmp/diff_new_pack.J2YVFk/_old  2019-04-10 23:10:53.071952677 +0200
+++ /var/tmp/diff_new_pack.J2YVFk/_new  2019-04-10 23:10:53.071952677 +0200
@@ -4,6 +4,6 @@
  Description: library supporting Blu-ray playback
  Version: @PACKAGE_VERSION@
  Libs: -L${libdir} -lbluray
--Libs.private: @DLOPEN_LIBS@ @FONTCONFIG_LIBS@
+-Libs.private: @DLOPEN_LIBS@ @EXTRA_LIBS@
 -Requires.private: @PACKAGES@
  Cflags: -I${includedir}




commit libbluray for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2019-03-26 15:36:29

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new.25356 (New)


Package is "libbluray"

Tue Mar 26 15:36:29 2019 rev:37 rq:687570 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2019-02-24 
18:03:05.315780962 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new.25356/libbluray.changes   
2019-03-26 15:36:30.480395084 +0100
@@ -1,0 +2,9 @@
+Thu Mar 21 19:31:45 UTC 2019 - o...@aepfle.de
+
+- Remove unused dependencies from pkgconfig(libbluray)
+  Our pkg is dynamically linked, so Libs.private is not needed
+  Nothing in the exported header files needs paths from
+  Requires.private
+  libbluray-pkgconfig.patch
+
+---

New:

  libbluray-pkgconfig.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.uRLtx2/_old  2019-03-26 15:36:31.312394735 +0100
+++ /var/tmp/diff_new_pack.uRLtx2/_new  2019-03-26 15:36:31.316394734 +0100
@@ -27,6 +27,7 @@
 Url:http://www.videolan.org/developers/libbluray.html
 Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+Patch0: libbluray-pkgconfig.patch
 Patch1: libbluray-java9.patch
 Patch2: libbluray-jvm_dir.patch
 BuildRequires:  ant
@@ -91,6 +92,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
 %patch1 -p1
 %endif

++ libbluray-pkgconfig.patch ++
--- a/src/libbluray.pc.in
+++ b/src/libbluray.pc.in
@@ -7,6 +7,4 @@ Name: libbluray
 Description: library supporting Blu-ray playback
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lbluray
-Libs.private: @DLOPEN_LIBS@ @FONTCONFIG_LIBS@
-Requires.private: @PACKAGES@
 Cflags: -I${includedir}



commit libbluray for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2019-02-24 18:03:03

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new.28833 (New)


Package is "libbluray"

Sun Feb 24 18:03:03 2019 rev:36 rq:677281 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-12-22 
12:17:12.850892522 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new.28833/libbluray.changes   
2019-02-24 18:03:05.315780962 +0100
@@ -1,0 +2,16 @@
+Fri Feb 15 17:32:25 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 1.1.0:
+  + Add initial support for OpenJDK 11.
+  + Add initial support for UHD disc BD-J menus.
+  + Add support for compiling .jar file with Java 9+ compiler.
+  + Move AWT classes to separate .jar file.
+  + Update libudfread submodule repository URL.
+  + Improve main title selection.
+  + Improve error resilience and stability.
+  + Improve BD-J compability.
+  + Fix playback of some broken BD-J discs.
+  + Fix playback of discs without normal titles (only TopMenu /
+FirstPlay title).
+
+---

Old:

  libbluray-1.0.2.tar.bz2

New:

  libbluray-1.1.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.TFWBYT/_old  2019-02-24 18:03:06.279780634 +0100
+++ /var/tmp/diff_new_pack.TFWBYT/_new  2019-02-24 18:03:06.283780632 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define sover 2
 Name:   libbluray
-Version:1.0.2
+Version:1.1.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
@@ -123,6 +123,7 @@
 %{_libdir}/pkgconfig/libbluray.pc
 
 %files bdj
+%{_javadir}/libbluray-awt-j2se-%{version}.jar
 %{_javadir}/libbluray-j2se-%{version}.jar
 
 %changelog

++ libbluray-1.0.2.tar.bz2 -> libbluray-1.1.0.tar.bz2 ++
 11040 lines of diff (skipped)

++ libbluray-jvm_dir.patch ++
--- /var/tmp/diff_new_pack.TFWBYT/_old  2019-02-24 18:03:06.823780448 +0100
+++ /var/tmp/diff_new_pack.TFWBYT/_new  2019-02-24 18:03:06.823780448 +0100
@@ -1,11 +1,11 @@
 src/libbluray/bdj/bdj.c.orig   2017-03-02 13:33:49.0 +0100
-+++ src/libbluray/bdj/bdj.c2017-03-03 08:58:23.0 +0100
-@@ -375,7 +375,7 @@
- "/usr/lib/jvm/java-8-openjdk",
+--- src/libbluray/bdj/bdj.c.orig   2019-02-15 18:37:19.349488736 +0100
 src/libbluray/bdj/bdj.c2019-02-15 18:37:19.385488013 +0100
+@@ -404,7 +404,7 @@
+ "/usr/lib/jvm/java-8-openjdk-" 
JAVA_ARCH,
  "/usr/lib/jvm/java-6-openjdk",
  };
--static const char * const jvm_dir[]  = {"jre/lib/" JAVA_ARCH "/server"};
-+static const char * const jvm_dir[]  = {"lib/" JAVA_ARCH "/server"};
- #  endif
- static const char jvm_lib[]  = "libjvm";
- # endif
+-static const char * const jvm_dir[]  = {"jre/lib/" JAVA_ARCH "/server",
++static const char * const jvm_dir[]  = {"lib/" JAVA_ARCH "/server",
+ "lib/server",
+ "lib/client",
+ };




commit libbluray for openSUSE:Factory

2017-12-22 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-12-22 12:17:11

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Fri Dec 22 12:17:11 2017 rev:35 rq:558332 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-12-08 
12:55:47.493144575 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-12-22 
12:17:12.850892522 +0100
@@ -1,0 +2,15 @@
+Tue Dec 19 07:42:07 UTC 2017 - fst...@suse.com
+
+- Modified patch:
+  * libbluray-java9.patch
++ Some change in hunks integrating upstream fixes that were
+  partially different from ours.
+
+---
+Tue Dec 19 06:53:39 UTC 2017 - fst...@suse.com
+
+- BuildConflict with jdk10 or higher, since some removal of
+  deprecated SecurityManager functions makes BD-J not buildable
+  with jdk10
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.WwLiQu/_old  2017-12-22 12:17:13.574857222 +0100
+++ /var/tmp/diff_new_pack.WwLiQu/_new  2017-12-22 12:17:13.574857222 +0100
@@ -36,6 +36,7 @@
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
+BuildConflicts: java-devel >= 10
 
 %description
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -73,12 +74,12 @@
 %package bdj
 Summary:Library to access Blu-Ray disk - BD-J support
 Group:  Development/Libraries/Java
+Requires:   jpackage-utils
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
 Requires:   java >= 9
 %else
 Requires:   java >= 1.8
 %endif
-Requires:   jpackage-utils
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
 %endif
@@ -107,26 +108,21 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libbluray%{sover} -p /sbin/ldconfig
-
 %postun -n libbluray%{sover} -p /sbin/ldconfig
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/bd_info
 
 %files -n libbluray%{sover}
-%defattr(-, root, root)
 %doc COPYING
 %{_libdir}/libbluray.so.*
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/%{name}/
 %{_libdir}/libbluray.so
 %{_libdir}/pkgconfig/libbluray.pc
 
 %files bdj
-%defattr(-, root, root)
 %{_javadir}/libbluray-j2se-%{version}.jar
 
 %changelog

++ libbluray-java9.patch ++
--- /var/tmp/diff_new_pack.WwLiQu/_old  2017-12-22 12:17:13.610855467 +0100
+++ /var/tmp/diff_new_pack.WwLiQu/_new  2017-12-22 12:17:13.610855467 +0100
@@ -25,17 +25,19 @@
 
 
  
 libbluray-1.0.1/src/libbluray/bdj/java/java/io/BDFileSystem.java   
2017-03-02 14:33:49.0 +0100
-+++ libbluray-1.0.1/src/libbluray/bdj/java/java/io/BDFileSystem.java   
2017-10-30 09:25:33.483391121 +0100
-@@ -38,7 +38,7 @@
- import org.videolan.BDJXletContext;
- import org.videolan.Logger;
- 
--public abstract class BDFileSystem extends FileSystem {
-+public abstract class BDFileSystem extends UnixFileSystem {
- 
- private static final Logger logger = 
Logger.getLogger(BDFileSystem.class.getName());
- 
+--- libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/io/BDFileSystemImpl.java
 libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/io/BDFileSystemImpl.java
+@@ -38,4 +38,9 @@ class BDFileSystemImpl extends BDFileSystem {
+ public long getSpace(File f, int t) {
+ return fs.getSpace(f, t);
+ }
++
++/* Java 9 */
++public int getNameMax(String path) {
++return 255;
++}
+ }
+
 --- libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java 
2017-03-02 14:33:49.0 +0100
 +++ libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java 
2017-10-30 09:08:08.259034704 +0100
 @@ -173,7 +173,7 @@




commit libbluray for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-12-08 12:55:45

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Fri Dec  8 12:55:45 2017 rev:34 rq:550793 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-11-01 
11:07:20.186818309 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-12-08 
12:55:47.493144575 +0100
@@ -1,0 +2,14 @@
+Tue Dec 05 11:22:37 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to version 1.0.2:
+  + Add initial support for UHD BluRay discs (without BD-J menus).
+  + Detect JRE (from the Java Applet plugin) on MacOS.
+  + Improve error resilience and stability.
+  + Improve libmmbd support.
+  + Fix static build dependencies in pkgconfig file.
+  + Fix creation of cache (sub-)directories on windows platforms.
+  + Fix BD-J temporary storage when persistent storage is disabled.
+  + Fix leaks.
+- At least java-devel >= 1.8 ist required for build.
+
+---

Old:

  libbluray-1.0.1.tar.bz2

New:

  libbluray-1.0.2.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.GMafpL/_old  2017-12-08 12:55:49.577069312 +0100
+++ /var/tmp/diff_new_pack.GMafpL/_new  2017-12-08 12:55:49.581069167 +0100
@@ -19,7 +19,7 @@
 
 %define sover 2
 Name:   libbluray
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
@@ -30,7 +30,7 @@
 Patch1: libbluray-java9.patch
 Patch2: libbluray-jvm_dir.patch
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fontconfig)
@@ -76,7 +76,7 @@
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
 Requires:   java >= 9
 %else
-Requires:   java >= 1.6
+Requires:   java >= 1.8
 %endif
 Requires:   jpackage-utils
 %if 0%{?suse_version} > 1110

++ libbluray-1.0.1.tar.bz2 -> libbluray-1.0.2.tar.bz2 ++
 12836 lines of diff (skipped)




commit libbluray for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-11-01 11:07:18

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Wed Nov  1 11:07:18 2017 rev:33 rq:537568 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-09-13 
22:24:55.677281774 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-11-01 
11:07:20.186818309 +0100
@@ -1,0 +2,10 @@
+Mon Oct 30 08:54:50 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * libbluray-java9.patch
++ Fix build with jdk9
++ Due to incompatible changes in jdk9, the same code cannot be
+  built with jdk9 and jdk <= 1.8
++ Only apply on systems that hava jdk9
+
+---

New:

  libbluray-java9.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.LW03VR/_old  2017-11-01 11:07:21.702762930 +0100
+++ /var/tmp/diff_new_pack.LW03VR/_new  2017-11-01 11:07:21.702762930 +0100
@@ -27,6 +27,7 @@
 Url:http://www.videolan.org/developers/libbluray.html
 Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+Patch1: libbluray-java9.patch
 Patch2: libbluray-jvm_dir.patch
 BuildRequires:  ant
 BuildRequires:  java-devel >= 1.6
@@ -35,7 +36,6 @@
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-BuildConflicts: java-devel >= 1.9
 
 %description
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -73,7 +73,11 @@
 %package bdj
 Summary:Library to access Blu-Ray disk - BD-J support
 Group:  Development/Libraries/Java
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+Requires:   java >= 9
+%else
 Requires:   java >= 1.6
+%endif
 Requires:   jpackage-utils
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
@@ -86,6 +90,9 @@
 
 %prep
 %setup -q
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+%patch1 -p1
+%endif
 %patch2
 
 %build

++ libbluray-java9.patch ++
--- libbluray-1.0.1/src/libbluray/bdj/build.xml 2017-03-02 14:33:49.0 
+0100
+++ libbluray-1.0.1/src/libbluray/bdj/build.xml 2017-10-30 08:32:10.295848485 
+0100
@@ -8,7 +8,6 @@
 
 
 
-
 
 
 
@@ -20,14 +19,12 @@
 
 
+   source="1.6" target="1.6">


 
 
+   source="1.6" target="1.6">


 
--- libbluray-1.0.1/src/libbluray/bdj/java/java/io/BDFileSystem.java
2017-03-02 14:33:49.0 +0100
+++ libbluray-1.0.1/src/libbluray/bdj/java/java/io/BDFileSystem.java
2017-10-30 09:25:33.483391121 +0100
@@ -38,7 +38,7 @@
 import org.videolan.BDJXletContext;
 import org.videolan.Logger;
 
-public abstract class BDFileSystem extends FileSystem {
+public abstract class BDFileSystem extends UnixFileSystem {
 
 private static final Logger logger = 
Logger.getLogger(BDFileSystem.class.getName());
 
--- libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java  
2017-03-02 14:33:49.0 +0100
+++ libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java  
2017-10-30 09:08:08.259034704 +0100
@@ -173,7 +173,7 @@
 return 
((BDToolkit)BDToolkit.getDefaultToolkit()).createImage((Component)null, width, 
height);
 }
 
-public boolean requestFocus(Component c, boolean a, boolean b, long l, 
sun.awt.CausedFocusEvent.Cause d) {
+public boolean requestFocus(Component c, boolean a, boolean b, long l, 
FocusEvent.Cause d) {
 if (c == null) {
 return true;
 }



commit libbluray for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-09-13 22:24:49

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Wed Sep 13 22:24:49 2017 rev:32 rq:523089 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-06-18 
13:48:43.596866265 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-09-13 
22:24:55.677281774 +0200
@@ -1,0 +2,6 @@
+Sun Sep 10 14:02:16 UTC 2017 - dims...@opensuse.org
+
+- BuildConflict with java-devel >= 1.9. Java 8 is the last to
+  support source_version 1.5.
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.W9lhQC/_old  2017-09-13 22:24:58.436893276 +0200
+++ /var/tmp/diff_new_pack.W9lhQC/_new  2017-09-13 22:24:58.436893276 +0200
@@ -31,11 +31,11 @@
 BuildRequires:  ant
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildConflicts: java-devel >= 1.9
 
 %description
 This library is written for the purpose of playing Blu-ray movies. It is




commit libbluray for openSUSE:Factory

2017-06-18 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-06-18 13:48:38

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Sun Jun 18 13:48:38 2017 rev:31 rq:503908 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-03-10 
20:37:45.345288440 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-06-18 
13:48:43.596866265 +0200
@@ -1,0 +2,15 @@
+Thu Jun 15 09:33:42 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to version 1.0.1:
+  + Add possibility to check whether BD-J is functional without
+opening a disc.
+  + Improve main title selection.
+  + Improve error resilience and stability.
+  + Fix Windows dll loading.
+  + Fix JAVA_HOME environment variable handling in Windows.
+  + Fix build issues when CPPFLAGS is given in make command line.
+  + Fix MSVC build issues.
+  + Remove --disable-bdjava and --disable-udf configure options.
+- Fixed patch libbluray-jvm_dir.patch.
+
+---

Old:

  libbluray-1.0.0.tar.bz2

New:

  libbluray-1.0.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.fBRjFC/_old  2017-06-18 13:48:44.304766655 +0200
+++ /var/tmp/diff_new_pack.fBRjFC/_new  2017-06-18 13:48:44.308766092 +0200
@@ -19,7 +19,7 @@
 
 %define sover 2
 Name:   libbluray
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-1.0.0.tar.bz2 -> libbluray-1.0.1.tar.bz2 ++
 6572 lines of diff (skipped)

++ libbluray-jvm_dir.patch ++
--- /var/tmp/diff_new_pack.fBRjFC/_old  2017-06-18 13:48:44.964673799 +0200
+++ /var/tmp/diff_new_pack.fBRjFC/_new  2017-06-18 13:48:44.968673236 +0200
@@ -1,11 +1,11 @@
 --- src/libbluray/bdj/bdj.c.orig   2017-03-02 13:33:49.0 +0100
 +++ src/libbluray/bdj/bdj.c2017-03-03 08:58:23.0 +0100
-@@ -354,7 +354,7 @@
-  "/usr/lib/jvm/java-8-openjdk",
-  "/usr/lib/jvm/java-6-openjdk",
+@@ -375,7 +375,7 @@
+ "/usr/lib/jvm/java-8-openjdk",
+ "/usr/lib/jvm/java-6-openjdk",
  };
--static const char  jvm_dir[]  = "jre/lib/" JAVA_ARCH "/server";
-+static const char  jvm_dir[]  = "lib/" JAVA_ARCH "/server";
+-static const char * const jvm_dir[]  = {"jre/lib/" JAVA_ARCH "/server"};
++static const char * const jvm_dir[]  = {"lib/" JAVA_ARCH "/server"};
  #  endif
- static const char  jvm_lib[]  = "libjvm";
+ static const char jvm_lib[]  = "libjvm";
  # endif




commit libbluray for openSUSE:Factory

2017-03-10 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-03-10 20:37:44

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Fri Mar 10 20:37:44 2017 rev:30 rq:466345 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-02-22 
13:51:17.371486701 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-03-10 
20:37:45.345288440 +0100
@@ -1,0 +2,26 @@
+Fri Mar 03 09:11:32 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to version 1.0.0:
+  + Add support for Java VM (BD-J) on MacOS.
+  + Add clip_id to BLURAY_CLIP_INFO.
+  + Add a suitable JVM path for Fedora/RHEL and clones.
+  + Add support for AVCHD 8.3 filenames.
+  + Add player setting for disabling persistent storage.
+  + Add bd_set_rate().
+  + Add playback time position to BD_EVENT_SEEK.
+  + Add BD_VK_ROOT_MENU handling.
+  + Add support for heavily fragmented 3D .m2ts files.
+  + Improve Win32 dll loading security.
+  + Improve playback resume position accuracy.
+  + Improve error resilience and stability.
+  + Fix using libmmbd with unmounted discs.
+  + Fix leaks.
+  + Delay BD-J overlay opening until something visible has been
+drawn.
+  + Close BD-J overlay when window is not visible.
+  + Use temporary storage when cache or persistent root location is
+unknown.
+- Fixed patch libbluray-jvm_dir.patch.
+- Changed soname version to 2.
+
+---

Old:

  libbluray-0.9.3.tar.bz2

New:

  libbluray-1.0.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.30nGlf/_old  2017-03-10 20:37:46.085183593 +0100
+++ /var/tmp/diff_new_pack.30nGlf/_new  2017-03-10 20:37:46.089183026 +0100
@@ -17,9 +17,9 @@
 #
 
 
-%define sover 1
+%define sover 2
 Name:   libbluray
-Version:0.9.3
+Version:1.0.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.30nGlf/_old  2017-03-10 20:37:46.117179059 +0100
+++ /var/tmp/diff_new_pack.30nGlf/_new  2017-03-10 20:37:46.121178493 +0100
@@ -1 +1 @@
-libbluray1
+libbluray2

++ libbluray-0.9.3.tar.bz2 -> libbluray-1.0.0.tar.bz2 ++
 6253 lines of diff (skipped)

++ libbluray-jvm_dir.patch ++
--- /var/tmp/diff_new_pack.30nGlf/_old  2017-03-10 20:37:46.821079312 +0100
+++ /var/tmp/diff_new_pack.30nGlf/_new  2017-03-10 20:37:46.821079312 +0100
@@ -1,11 +1,11 @@
 src/libbluray/bdj/bdj.c.orig   2016-05-15 16:14:53.0 +0200
-+++ src/libbluray/bdj/bdj.c2016-05-16 13:09:04.520217769 +0200
-@@ -208,7 +208,7 @@
+--- src/libbluray/bdj/bdj.c.orig   2017-03-02 13:33:49.0 +0100
 src/libbluray/bdj/bdj.c2017-03-03 08:58:23.0 +0100
+@@ -354,7 +354,7 @@
   "/usr/lib/jvm/java-8-openjdk",
   "/usr/lib/jvm/java-6-openjdk",
  };
 -static const char  jvm_dir[]  = "jre/lib/" JAVA_ARCH "/server";
 +static const char  jvm_dir[]  = "lib/" JAVA_ARCH "/server";
+ #  endif
  static const char  jvm_lib[]  = "libjvm";
  # endif
- #endif




commit libbluray for openSUSE:Factory

2017-02-22 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-02-22 13:51:16

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-02-16 
16:44:28.774840917 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-02-22 
13:51:17.371486701 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 09:12:25 UTC 2017 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use.
+  Fix RPM groups.
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.H78t4z/_old  2017-02-22 13:51:18.191370007 +0100
+++ /var/tmp/diff_new_pack.H78t4z/_new  2017-02-22 13:51:18.195369437 +0100
@@ -17,7 +17,7 @@
 #
 
 
-%define soname 1
+%define sover 1
 Name:   libbluray
 Version:0.9.3
 Release:0
@@ -42,18 +42,18 @@
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
-%package -n libbluray%{soname}
+%package -n libbluray%{sover}
 Summary:Library to access Blu-Ray disk
-Group:  Productivity/Multimedia/Other
+Group:  System/Libraries
 
-%description -n libbluray%{soname}
+%description -n libbluray%{sover}
 This library is written for the purpose of playing Blu-ray movies. It is
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
 %package tools
 Summary:Library to access Blu-Ray disk - Utilities
-Group:  System/Libraries
+Group:  Productivity/Multimedia/Other
 
 %description tools
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -63,7 +63,7 @@
 %package devel
 Summary:Library to access Blu-Ray disks - Development files
 Group:  Development/Languages/C and C++
-Requires:   libbluray%{soname} = %{version}
+Requires:   libbluray%{sover} = %{version}
 
 %description devel
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -99,15 +99,15 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n libbluray%{soname} -p /sbin/ldconfig
+%post -n libbluray%{sover} -p /sbin/ldconfig
 
-%postun -n libbluray%{soname} -p /sbin/ldconfig
+%postun -n libbluray%{sover} -p /sbin/ldconfig
 
 %files tools
 %defattr(-,root,root)
 %{_bindir}/bd_info
 
-%files -n libbluray%{soname}
+%files -n libbluray%{sover}
 %defattr(-, root, root)
 %doc COPYING
 %{_libdir}/libbluray.so.*




commit libbluray for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-02-16 16:44:27

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2016-08-22 
10:05:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-02-16 
16:44:28.774840917 +0100
@@ -1,0 +2,14 @@
+Sun Feb 12 14:45:53 UTC 2017 - pascal.ble...@opensuse.org
+
+- drop patch A02-expopse-clip_id.patch as Handbrake seems to be the only
+  package that needs it, to avoid binary runtime incompatibilities with
+  libbluray packages that would stem from other repositories
+
+---
+Thu Feb  2 08:22:09 UTC 2017 - pascal.ble...@opensuse.org
+
+- add patch to expose clip_id (as applied by Debian), which is
+  necessary to build packages that depend on it (such as Handbrake)
+  * A02-expose-clip_id.patch
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.hNCtbG/_old  2017-02-16 16:44:29.242774466 +0100
+++ /var/tmp/diff_new_pack.hNCtbG/_new  2017-02-16 16:44:29.242774466 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -75,7 +75,9 @@
 Group:  Development/Libraries/Java
 Requires:   java >= 1.6
 Requires:   jpackage-utils
+%if 0%{?suse_version} > 1110
 BuildArch:  noarch
+%endif
 
 %description bdj
 This library is written for the purpose of playing Blu-ray movies. It is




commit libbluray for openSUSE:Factory

2016-08-22 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2016-08-22 10:05:06

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2016-05-23 
16:36:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2016-08-22 
10:05:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 07:46:49 UTC 2016 - tchva...@suse.com
+
+- Drop libbluray-autotools.patch as it has no real benefit and if
+  something should be upstreamed
+
+---

Old:

  libbluray-autotools.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.H8pwWe/_old  2016-08-22 10:05:08.0 +0200
+++ /var/tmp/diff_new_pack.H8pwWe/_new  2016-08-22 10:05:08.0 +0200
@@ -27,7 +27,6 @@
 Url:http://www.videolan.org/developers/libbluray.html
 Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
-Patch1: libbluray-autotools.patch
 Patch2: libbluray-jvm_dir.patch
 BuildRequires:  ant
 BuildRequires:  java-devel >= 1.6
@@ -76,9 +75,7 @@
 Group:  Development/Libraries/Java
 Requires:   java >= 1.6
 Requires:   jpackage-utils
-%if 0%{?suse_version} > 1110
 BuildArch:  noarch
-%endif
 
 %description bdj
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -87,11 +84,9 @@
 
 %prep
 %setup -q
-%patch1
 %patch2
 
 %build
-autoreconf -fiv
 %configure \
 --disable-static \
 --enable-bdjava \




commit libbluray for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2016-05-23 16:36:48

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-12-09 
19:33:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2016-05-23 
16:36:50.0 +0200
@@ -1,0 +2,36 @@
+Thu May 19 10:14:13 UTC 2016 - tchva...@suse.com
+
+- Fix download url to not fail on network error 
+
+---
+Tue May 17 18:05:33 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to version 0.9.3:
+  + Add bd_open_files(). This function deprecates old global file
+system hooks.
+  + Add flag for on-disc menu support to DISC_INFO.
+  + Add configure argument to disable building of JAR file.
+  + Add missing player settings enums.
+  + Update linux Java search path list and preferred JVM.
+  + Enable UDF support by default.
+  + Split developer tools from examples.
+  + Improve BDJ_EVENT_CHAPTER triggering.
+  + Improve main title detection.
+  + Improve error resilience.
+  + Improve BD-J compability.
+  + Improve detecting of working aacs implementation.
+  + Improve libmmbd support.
+  + Fix BD-J media player stop().
+  + Fix restoring playback rate with some BD-J discs.
+  + Fix restoring suspended playback time position.
+  + Fix current chapter lookup.
+  + Fix lost key focus with multi-HScene discs.
+  + Fix playback of discs without Top Menu title.
+  + Fix caching of some BD-J files from UDF filesystem.
+  + Fix stopping playback from HDMV menus.
+  + Fix possible errors in win32 .iso image reading.
+  + Fix undefined values in DISC_INFO.
+  + Fix memory leaks.
+- Fixed patch libbluray-jvm_dir.patch.
+
+---

Old:

  libbluray-0.9.2.tar.bz2

New:

  libbluray-0.9.3.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.gIr6Xh/_old  2016-05-23 16:36:51.0 +0200
+++ /var/tmp/diff_new_pack.gIr6Xh/_new  2016-05-23 16:36:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://www.videolan.org/developers/libbluray.html
-Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch1: libbluray-autotools.patch
 Patch2: libbluray-jvm_dir.patch

++ libbluray-0.9.2.tar.bz2 -> libbluray-0.9.3.tar.bz2 ++
 45433 lines of diff (skipped)

++ libbluray-jvm_dir.patch ++
--- /var/tmp/diff_new_pack.gIr6Xh/_old  2016-05-23 16:36:51.0 +0200
+++ /var/tmp/diff_new_pack.gIr6Xh/_new  2016-05-23 16:36:51.0 +0200
@@ -1,9 +1,9 @@
 src/libbluray/bdj/bdj.c.orig   2015-11-22 11:10:40.0 +0200
-+++ src/libbluray/bdj/bdj.c2015-12-03 12:54:21.0 +0100
-@@ -205,7 +205,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   2016-05-15 16:14:53.0 +0200
 src/libbluray/bdj/bdj.c2016-05-16 13:09:04.520217769 +0200
+@@ -208,7 +208,7 @@
+  "/usr/lib/jvm/java-8-openjdk",
+  "/usr/lib/jvm/java-6-openjdk",
+ };
 -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";




commit libbluray for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-12-09 19:33:04

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-11-08 
11:25:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-12-09 
19:33:06.0 +0100
@@ -1,0 +2,16 @@
+Thu Dec 03 12:56:17 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 0.9.2:
+  + Add primary audio stream to bd_select_stream().
+  + Improve error resilience.
+  + Fix Java 8 compability issues.
+  + Fix Android build.
+  + Fix SecurityException in AWTAutoShutdown.
+  + Fix BD-J check when install path in Windows contains
+non-ASCII chars.
+  + Fix jvm.dll loading in Windows ($JAVA_HOME/bin should be in
+dll load path).
+  + Fix class translating in recent Java 8 versions.
+- Fixed patches libbluray-autotools.patch and libbluray-jvm_dir.patch.
+
+---

Old:

  libbluray-0.9.1.tar.bz2

New:

  libbluray-0.9.2.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.OM7KPM/_old  2015-12-09 19:33:07.0 +0100
+++ /var/tmp/diff_new_pack.OM7KPM/_new  2015-12-09 19:33:07.0 +0100
@@ -19,7 +19,7 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-0.9.1.tar.bz2 -> libbluray-0.9.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.9.1/ChangeLog 
new/libbluray-0.9.2/ChangeLog
--- old/libbluray-0.9.1/ChangeLog   2015-11-03 22:01:43.0 +0100
+++ new/libbluray-0.9.2/ChangeLog   2015-12-01 13:22:18.0 +0100
@@ -1,3 +1,13 @@
+2015-12-01: Version 0.9.2
+- Add primary audio stream to bd_select_stream().
+- Improve error resilience.
+- Fix Java 8 compability issues.
+- Fix Android build.
+- Fix SecurityException in AWTAutoShutdown.
+- Fix BD-J check when install path in Windows contains non-ASCII chars.
+- Fix jvm.dll loading in Windows ($JAVA_HOME/bin should be in dll load path).
+- Fix class translating in recent Java 8 versions.
+
 2015-11-03: Version 0.9.1
 - Improved BD-J security.
 - Improved error resilience.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.9.1/Makefile.am 
new/libbluray-0.9.2/Makefile.am
--- old/libbluray-0.9.1/Makefile.am 2015-11-03 22:01:43.0 +0100
+++ new/libbluray-0.9.2/Makefile.am 2015-11-25 09:00:27.0 +0100
@@ -150,7 +150,7 @@
 endif
 endif
 
-libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO) -export-symbols-regex 
"^bd_"
+libbluray_la_LDFLAGS= -no-undefined -version-info $(LT_VERSION_INFO) 
-export-symbols-regex "^bd_"
 libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) $(FONTCONFIG_LIBS)
 
 noinst_HEADERS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.9.1/Makefile.in 
new/libbluray-0.9.2/Makefile.in
--- old/libbluray-0.9.1/Makefile.in 2015-11-03 22:01:56.0 +0100
+++ new/libbluray-0.9.2/Makefile.in 2015-12-01 13:31:40.0 +0100
@@ -851,7 +851,7 @@
src/util/strutl.h src/util/strutl.c src/util/time.h \
src/util/time.c $(am__append_1) $(am__append_2) \
$(am__append_3) $(am__append_4) $(am__append_5)
-libbluray_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -export-symbols-regex 
"^bd_"
+libbluray_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION_INFO) 
-export-symbols-regex "^bd_"
 libbluray_la_LIBADD = $(LIBXML2_LIBS) $(FT2_LIBS) $(FONTCONFIG_LIBS)
 noinst_HEADERS = \
jni/jni.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.9.1/bootstrap 
new/libbluray-0.9.2/bootstrap
--- old/libbluray-0.9.1/bootstrap   2015-01-26 09:01:57.0 +0100
+++ new/libbluray-0.9.2/bootstrap   2015-11-12 19:29:19.0 +0100
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+set -e
+
+cd "$(dirname "$0")"
+
 autoreconf -vif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.9.1/configure 
new/libbluray-0.9.2/configure
--- old/libbluray-0.9.1/configure   2015-11-03 22:01:55.0 +0100
+++ new/libbluray-0.9.2/configure   2015-12-01 13:31:39.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for 

commit libbluray for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-11-08 11:25:05

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-10-22 
12:56:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-11-08 
11:25:06.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov  4 09:56:23 UTC 2015 - idon...@suse.com
+
+- Update to version 0.9.1
+  + Improved BD-J security.
+  + Improved error resilience.
+  + Improved seeking (avoid skipping PAT/PMT/PCR).
+  + Fix UO mask check when bd_play_title() is used for Top Menu.
+  + Fix re-starting of title bound Xlets when title changes.
+  + Fix loading classes with invalid debug info.
+
+---

Old:

  libbluray-0.9.0.tar.bz2

New:

  libbluray-0.9.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.gTNMfi/_old  2015-11-08 11:25:07.0 +0100
+++ /var/tmp/diff_new_pack.gTNMfi/_new  2015-11-08 11:25:07.0 +0100
@@ -19,7 +19,7 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-0.9.0.tar.bz2 -> libbluray-0.9.1.tar.bz2 ++
 16751 lines of diff (skipped)




commit libbluray for openSUSE:Factory

2015-10-22 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-10-22 12:56:39

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-08-11 
08:25:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-10-22 
12:56:41.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 05 09:24:53 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 0.9.0:
+  + Add functions to read files from VFS.
+  + Improved error resilience.
+  + Improved BD-J compability.
+  + Fix Xlet-initiated font caching.
+  + Fix return value when setting BLURAY_PLAYER_SETTING_DECODE_PG.
+  + Fix build with C++ compiler
+
+---

Old:

  libbluray-0.8.1.tar.bz2

New:

  libbluray-0.9.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.lO1ZRQ/_old  2015-10-22 12:56:42.0 +0200
+++ /var/tmp/diff_new_pack.lO1ZRQ/_new  2015-10-22 12:56:42.0 +0200
@@ -19,7 +19,7 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.8.1
+Version:0.9.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-0.8.1.tar.bz2 -> libbluray-0.9.0.tar.bz2 ++
 1813 lines of diff (skipped)




commit libbluray for openSUSE:Factory

2015-08-11 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-08-11 08:25:41

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-05-24 
19:23:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-08-11 
08:25:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 10 07:15:53 UTC 2015 - o...@aepfle.de
+
+- Fix build in SLE_11
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.uKSSCu/_old  2015-08-11 08:25:43.0 +0200
+++ /var/tmp/diff_new_pack.uKSSCu/_new  2015-08-11 08:25:43.0 +0200
@@ -30,6 +30,7 @@
 Patch1: libbluray-autotools.patch
 Patch2: libbluray-jvm_dir.patch
 BuildRequires:  ant
+BuildRequires:  java-devel = 1.6
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontconfig)
@@ -75,7 +76,9 @@
 Group:  Development/Libraries/Java
 Requires:   java = 1.6
 Requires:   jpackage-utils
+%if 0%{?suse_version}  1110
 BuildArch:  noarch
+%endif
 
 %description bdj
 This library is written for the purpose of playing Blu-ray movies. It is




commit libbluray for openSUSE:Factory

2015-05-24 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-05-24 19:23:42

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-05-07 
09:20:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-05-24 
19:23:43.0 +0200
@@ -1,0 +2,12 @@
+Fri May 22 23:24:00 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 0.8.1:
+  + Notify application when UO mask changes.
+  + Improved error resilience.
+  + Improved BD-J compability.
+  + Fix crash after bd_open(NULL).
+  + Fix compability problem with libbdplus.
+  + Fix memory leak in UDF filesystem parser.
+  + Fix crash in freetype.
+
+---

Old:

  libbluray-0.8.0.tar.bz2

New:

  libbluray-0.8.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.QoyuDO/_old  2015-05-24 19:23:44.0 +0200
+++ /var/tmp/diff_new_pack.QoyuDO/_new  2015-05-24 19:23:44.0 +0200
@@ -19,7 +19,7 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.8.0
+Version:0.8.1
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-0.8.0.tar.bz2 - libbluray-0.8.1.tar.bz2 ++
 3369 lines of diff (skipped)




commit libbluray for openSUSE:Factory

2015-05-07 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-05-07 09:20:31

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-03-16 
06:52:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-05-07 
09:20:33.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 30 12:06:23 UTC 2015 - joerg.loren...@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.
+
+---

Old:

  libbluray-0.7.0.tar.bz2

New:

  libbluray-0.8.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.Fs9K9i/_old  2015-05-07 09:20:34.0 +0200
+++ /var/tmp/diff_new_pack.Fs9K9i/_new  2015-05-07 09:20:34.0 +0200
@@ -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 @@
 autoreconf -fiv
 %configure \
 --disable-static \
---enable-bdjava
+--enable-bdjava \
+--enable-udf
 make %{?_smp_mflags}
 
 %install

++ libbluray-0.7.0.tar.bz2 - libbluray-0.8.0.tar.bz2 ++
 17995 lines of diff (skipped)

++ libbluray-autotools.patch ++
--- /var/tmp/diff_new_pack.Fs9K9i/_old  2015-05-07 09:20:34.0 +0200
+++ /var/tmp/diff_new_pack.Fs9K9i/_new  2015-05-07 09:20:34.0 +0200
@@ -1,64 +1,67 @@
 configure.ac.orig  2015-01-26 10:21:27.0 +0100
-+++ configure.ac   2015-01-27 12:55:38.278766200 +0100
-@@ -105,9 +105,10 @@
-   [BDJ_BOOTCLASSPATH=])
- 
- dnl required programs
--AC_PROG_CC
-+AC_PROG_CC_STDC
- AM_PROG_CC_C_O
--AC_PROG_LIBTOOL
-+AC_USE_SYSTEM_EXTENSIONS
-+LT_INIT([disable-static pic-only])
- 
- dnl required types
- AC_TYPE_SIGNAL
-@@ -122,23 +123,12 @@
- 
- dnl required system services
- AC_SYS_LARGEFILE
-+AC_FUNC_FSEEKO
- 
- dnl required functions
- AC_CHECK_FUNC([snprintf],, [AC_MSG_ERROR($function_not_found)])
- 
--dnl required libraries
--dnl pthreads (not on win32)
--AS_IF([test ${SYS} != mingw32], [
--  AC_CHECK_HEADERS([pthread.h], ,
--[AC_MSG_ERROR([pthread required])])
--  AC_SEARCH_LIBS([pthread_create], [pthread], ,
--[AC_MSG_ERROR([pthread required])])
--  AC_SEARCH_LIBS([dlopen], [dl])
--  DLOPEN_LIBS=$ac_cv_search_dlopen
--  AS_CASE([$DLOPEN_LIBS],
--[no|none\ required], [DLOPEN_LIBS=])
--  AC_SUBST([DLOPEN_LIBS])
--])
-+AC_CHECK_HEADERS_ONCE([pthread.h])
- 
- dnl libxml2 for metadata parser
- AS_IF([test x$with_libxml2 != xno], [
 src/Makefile.am.orig   2015-01-26 10:44:55.0 +0100
-+++ src/Makefile.am2015-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)
- 
--AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) 
$(FT2_CFLAGS) $(FONTCONFIG_CFLAGS)
-+AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS)
-+AM_CPPFLAGS = $(SET_INCLUDES) -include config.h
- 
- EXTRA_DIST = \
-libbluray/bdj/build.xml \
-@@ -123,8 +123,8 @@
- endif
- 
- 
--libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO)
--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 \
+--- configure.ac.orig  2015-04-10 08:48:23.0 +0200
 configure.ac   2015-04-30 13:56:24.249955300 +0200
+@@ -111,9 +111,10 @@
+   [BDJ_BOOTCLASSPATH=])
+ 
+ dnl required programs
+-AC_PROG_CC
++AC_PROG_CC_STDC
+ AM_PROG_CC_C_O
+-AC_PROG_LIBTOOL
++AC_USE_SYSTEM_EXTENSIONS
++LT_INIT([disable-static pic-only])
+ 
+ dnl required types
+ AC_TYPE_SIGNAL
+@@ -128,23 +129,12 @@
+ 
+ dnl required system services
+ 

commit libbluray for openSUSE:Factory

2015-02-20 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-02-20 12:42:54

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-01-30 
06:04:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-02-20 
12:42:56.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 15:30:05 UTC 2015 - tchva...@suse.com
+
+- Use proper homepage.
+
+---



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.HdCBAw/_old  2015-02-20 12:42:57.0 +0100
+++ /var/tmp/diff_new_pack.HdCBAw/_new  2015-02-20 12:42:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,24 +18,23 @@
 
 
 %define soname 1
-
 Name:   libbluray
 Version:0.7.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Url:http://bd.videolan.org
+Url:http://www.videolan.org/developers/libbluray.html
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source99:   baselibs.conf
 Patch1: libbluray-autotools.patch
 Patch2: libbluray-jvm_dir.patch
-Source99:   baselibs.conf
+BuildRequires:  ant
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6
-BuildRequires:  ant
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,8 +84,9 @@
 
 %prep
 %setup -q
-%patch1 -p0
-%patch2 -p0
+%patch1
+%patch2
+
 %build
 autoreconf -fiv
 %configure --disable-static --enable-bdjava

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-01-30 06:04:04

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2014-12-23 
11:48:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-01-30 
06:04:07.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan 27 11:45:37 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 0.7.0:
+  + Add player setting for BD-J persistent storage and cache paths.
+  + Add support for system fonts. BD-J fonts in jre/lib/fonts/
+are not required anymore.
+  + Add BD-J organization ID and disc ID to BLURAY_DISC_INFO.
+  + Release still mode when BD-J terminates.
+  + Implement BD-J caching.
+  + Improve BD-J compability.
+  + Java 8 compability fixes.
+  + Fix storage size for bdjo object reference in BLURAY_DISC_INFO.
+  + Fix BD-J on-disc font usage.
+  + Fix animations in some BD-J menus.
+  + Fix BD-J storage path charset issues in Windows.
+
+---

Old:

  libbluray-0.6.2.tar.bz2

New:

  libbluray-0.7.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.zU21m1/_old  2015-01-30 06:04:08.0 +0100
+++ /var/tmp/diff_new_pack.zU21m1/_new  2015-01-30 06:04:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define soname 1
 
 Name:   libbluray
-Version:0.6.2
+Version:0.7.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
@@ -32,6 +32,7 @@
 Source99:   baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6
 BuildRequires:  ant

++ libbluray-0.6.2.tar.bz2 - libbluray-0.7.0.tar.bz2 ++
 17002 lines of diff (skipped)

++ libbluray-autotools.patch ++
--- /var/tmp/diff_new_pack.zU21m1/_old  2015-01-30 06:04:09.0 +0100
+++ /var/tmp/diff_new_pack.zU21m1/_new  2015-01-30 06:04:09.0 +0100
@@ -1,6 +1,6 @@
 configure.ac.orig  2014-12-17 18:01:33.515364222 +0100
-+++ configure.ac   2014-12-17 18:01:33.523364060 +0100
-@@ -102,9 +102,10 @@
+--- configure.ac.orig  2015-01-26 10:21:27.0 +0100
 configure.ac   2015-01-27 12:55:38.278766200 +0100
+@@ -105,9 +105,10 @@
[BDJ_BOOTCLASSPATH=])
  
  dnl required programs
@@ -13,7 +13,7 @@
  
  dnl required types
  AC_TYPE_SIGNAL
-@@ -119,23 +120,12 @@
+@@ -122,23 +123,12 @@
  
  dnl required system services
  AC_SYS_LARGEFILE
@@ -39,26 +39,26 @@
  
  dnl libxml2 for metadata parser
  AS_IF([test x$with_libxml2 != xno], [
 src/Makefile.am.orig   2014-12-17 18:01:35.803318166 +0100
-+++ src/Makefile.am2014-12-17 18:01:35.831317614 +0100
+--- src/Makefile.am.orig   2015-01-26 10:44:55.0 +0100
 src/Makefile.am2015-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)
  
--AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) 
$(FT2_CFLAGS)
-+AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS)
+-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) 
$(FT2_CFLAGS) $(FONTCONFIG_CFLAGS)
++AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS)
 +AM_CPPFLAGS = $(SET_INCLUDES) -include config.h
  
  EXTRA_DIST = \
 libbluray/bdj/build.xml \
-@@ -120,8 +120,8 @@
+@@ -123,8 +123,8 @@
  endif
  
  
 -libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO)
--libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS)
+-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) -ldl
++libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) $(FONTCONFIG_LIBS) -ldl
  
  pkginclude_HEADERS = \
file/filesystem.h \

++ libbluray-jvm_dir.patch ++
--- /var/tmp/diff_new_pack.zU21m1/_old  2015-01-30 06:04:09.0 +0100
+++ /var/tmp/diff_new_pack.zU21m1/_new  2015-01-30 06:04:09.0 +0100
@@ -1,6 

commit libbluray for openSUSE:Factory

2014-12-23 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2014-12-23 11:50:10

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2014-12-21 
12:00:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2014-12-23 
11:48:39.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 19 09:53:26 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Added patch libbluray-jvm_dir.patch to set the correct path to
+  java lib because variable JAVA_HOME on openSUSE is defined
+  as '/usr/LIB/jvm/jre' by update-alternatives.
+
+---

New:

  libbluray-jvm_dir.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.TInFgH/_old  2014-12-23 11:48:40.0 +0100
+++ /var/tmp/diff_new_pack.TInFgH/_new  2014-12-23 11:48:40.0 +0100
@@ -28,6 +28,7 @@
 Url:http://bd.videolan.org
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Patch1: libbluray-autotools.patch
+Patch2: libbluray-jvm_dir.patch
 Source99:   baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -84,6 +85,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p0
 %build
 autoreconf -fiv
 %configure --disable-static --enable-bdjava

++ libbluray-jvm_dir.patch ++
--- src/libbluray/bdj/bdj.c.orig2014-09-01 14:06:01.0 +0200
+++ src/libbluray/bdj/bdj.c 2014-12-19 10:34:11.196480400 +0100
@@ -159,7 +159,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;
 # endif
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2014-12-21 12:00:55

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2014-01-08 
20:07:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2014-12-21 
12:00:53.0 +0100
@@ -1,0 +2,60 @@
+Thu Dec 18 11:15:47 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Enable BD-J support.
+
+---
+Wed Dec 17 16:17:23 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Update to version 0.6.2:
+  + Fix possible subtitle corruption after seek.
+  + Fix some main path embedded HDMV menus.
+  + Fix reading outside of source image in BD-J drawImage().
+  + Fix missing BD_EVENT_ERROR when BD-J is not supported.
+  + Several stability and code quality fixes.
+
+- Version 0.6.1:
+  + Fix stream position when seamless angle change point is at
+clip boundary.
+  + Fix Mac OS X jni compilation
+  + Fix bd_seek() jumping outside of clip/playlist.
+  + Fix crash when stream selection is changed after playlist end.
+  + Fix J2ME build.
+  + Fix seamless angle change.
+  + Fix freetype2 resource leaks on shutdown.
+  + Improve duplicate playlist detection.
+
+- Version 0.6.0:
+  + Improved BD-J support (Most BD-J discs are correctly played).
+  + Mark BD-J titles supported in BLURAY_DISC_INFO if BD-J is
+functional.
+  + Install .jar files to datadir (/usr/share/java/) instead of
+libdir.
+  + Added version number to .jar file names.
+  + Added JNI headers for BD-J (cross) compilation.
+  + Added HDMV/BD-J title information to BLURAY_DISC_INFO.
+  + Added disc application info to BLURAY_DISC_INFO.
+  + Added bd_set_rate().
+  + Added color keys (RED, GREEN, YELLOW, BLUE).
+  + Improved error resilence.
+  + Fix build without libxml.
+
+- Version 0.5.0:
+  + Portability fixes.
+  + Build system updates.
+  + Improved BD-J support (still alpha).
+  + Improved updating of application-allocated ARGB frame buffer.
+  + Get JRE library location from registry (Windows).
+  + Added bd_get_main_title().
+  + Added BD_EVENT_ERROR when title playback fails.
+  + Added BD-J flags to disc info.
+  + Added support for user timeout in HDMV menus.
+  + Added cropping of RLE images. Cropping values in overlay are
+now always 0.
+  + Added support for LIBAACS_PATH and LIBBDPLUS_PATH environment
+variables.
+  + Added timestamp based m2ts stream filtering.
+
+- Removed patch use-recommended-freetype-include.patch,
+  fixed upstream.
+
+---

Old:

  libbluray-0.4.0.tar.bz2
  use-recommended-freetype-include.patch

New:

  libbluray-0.6.2.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.Kcc7L5/_old  2014-12-21 12:00:54.0 +0100
+++ /var/tmp/diff_new_pack.Kcc7L5/_new  2014-12-21 12:00:54.0 +0100
@@ -17,23 +17,23 @@
 #
 
 
+%define soname 1
+
 Name:   libbluray
-Version:0.4.0
+Version:0.6.2
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://bd.videolan.org
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
-# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
-Patch0: use-recommended-freetype-include.patch
 Patch1: libbluray-autotools.patch
 Source99:   baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6
+BuildRequires:  ant
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,11 +41,11 @@
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
-%package -n libbluray1
+%package -n libbluray%{soname}
 Summary:Library to access Blu-Ray disk
 Group:  Productivity/Multimedia/Other
 
-%description -n libbluray1
+%description -n libbluray%{soname}
 This library is written for the purpose of playing Blu-ray movies. It is
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
@@ -62,35 +62,46 @@
 

commit libbluray for openSUSE:Factory

2014-01-08 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2014-01-08 20:07:12

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2013-12-13 
13:07:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2014-01-08 
20:07:13.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  1 22:21:18 UTC 2014 - crrodrig...@opensuse.org
+
+- Select the C standard to be used with autoconf macros 
+  instead of passing std=c99.
+- Correct CPPFLAGS and CFLAGS
+- Ensure config.h is always included, in 32 bit OS the library
+  was using both fopen() and fopen64() this will cause 
+  problems with largefiles due to _FILE_OFFSET_BITS=64 beign
+  used inconsistenly.
+- Patch name : libbluray-autotools.patch
+
+---

New:

  libbluray-autotools.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.1xn5gx/_old  2014-01-08 20:07:14.0 +0100
+++ /var/tmp/diff_new_pack.1xn5gx/_new  2014-01-08 20:07:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,7 +28,9 @@
 # PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
 # ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
 Patch0: use-recommended-freetype-include.patch
+Patch1: libbluray-autotools.patch
 Source99:   baselibs.conf
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6
@@ -70,8 +72,9 @@
 %prep
 %setup -q
 %patch0 -p1
-
+%patch1 -p1
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 

++ libbluray-autotools.patch ++
--- libbluray-0.4.0.orig/configure.ac
+++ libbluray-0.4.0/configure.ac
@@ -99,8 +99,9 @@ AC_ARG_WITH([bdj-bootclasspath],
   [BDJ_BOOTCLASSPATH=])
 
 dnl required programs
-AC_PROG_CC
-AC_PROG_LIBTOOL
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+LT_INIT([disable-static pic-only])
 
 dnl required types
 AC_TYPE_SIGNAL
@@ -115,23 +116,12 @@ AC_STRUCT_DIRENT_D_TYPE
 
 dnl required system services
 AC_SYS_LARGEFILE
+AC_FUNC_FSEEKO
 
 dnl required functions
 AC_CHECK_FUNC([snprintf],, [AC_MSG_ERROR($function_not_found)])
 
-dnl required libraries
-dnl pthreads (not on win32)
-AS_IF([test ${SYS} != mingw32], [
-  AC_CHECK_HEADERS([pthread.h], ,
-[AC_MSG_ERROR([pthread required])])
-  AC_SEARCH_LIBS([pthread_create], [pthread], ,
-[AC_MSG_ERROR([pthread required])])
-  AC_SEARCH_LIBS([dlopen], [dl])
-  DLOPEN_LIBS=$ac_cv_search_dlopen
-  AS_CASE([$DLOPEN_LIBS],
-[no|none\ required], [DLOPEN_LIBS=])
-  AC_SUBST([DLOPEN_LIBS])
-])
+AC_CHECK_HEADERS_ONCE([pthread.h])
 
 dnl libxml2 for metadata parser
 AS_IF([test x$with_libxml2 != xno], [
--- libbluray-0.4.0.orig/src/Makefile.am
+++ libbluray-0.4.0/src/Makefile.am
@@ -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
 
-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) 
$(FT2_CFLAGS)
+AM_CFLAGS = -pthread $(LIBXML2_CFLAGS) $(FT2_CFLAGS)
+AM_CPPFLAGS = $(SET_INCLUDES) -include config.h
 
 EXTRA_DIST = \
libbluray/bdj/build.xml \
@@ -109,8 +109,8 @@ endif
 endif
 
 
-libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO)
-libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS)
+libbluray_la_LDFLAGS= -no-undefined -version-info $(LT_VERSION_INFO)
+libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) -ldl
 
 pkginclude_HEADERS = \
file/filesystem.h \
--- libbluray-0.4.0.orig/src/examples/Makefile.am
+++ libbluray-0.4.0/src/examples/Makefile.am
@@ -1,7 +1,8 @@
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
+SET_FEATURES = -D_REENTRANT
 SET_INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/file 
-I$(top_srcdir)/src/libbluray/bdnav
 
-AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES)
+AM_CFLAGS = $(SET_FEATURES) $(SET_INCLUDES)
+AM_CPPFLAGS = -include config.h
 
 if USING_EXAMPLES
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit libbluray for openSUSE:Factory

2013-12-13 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2013-12-13 13:07:19

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2013-10-05 
20:59:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2013-12-13 
13:07:20.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 11 18:29:00 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added use-recommended-freetype-include.patch -- Freetype upstream 
+  recommends using their macros together with ft2build include. 
+  Positive sideeffect is that this patch makes it build with both 
+  freetype2 2.5.1, and older version
+
+---

New:

  use-recommended-freetype-include.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.L2jtmV/_old  2013-12-13 13:07:20.0 +0100
+++ /var/tmp/diff_new_pack.L2jtmV/_new  2013-12-13 13:07:20.0 +0100
@@ -25,6 +25,9 @@
 Group:  Productivity/Multimedia/Other
 Url:http://bd.videolan.org
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
+# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
+Patch0: use-recommended-freetype-include.patch
 Source99:   baselibs.conf
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(freetype2)
@@ -66,6 +69,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ use-recommended-freetype-include.patch ++
diff --git a/src/libbluray/decoders/textst_render.c 
b/src/libbluray/decoders/textst_render.c
index 780b640..ffcb1bd 100644
--- a/src/libbluray/decoders/textst_render.c
+++ b/src/libbluray/decoders/textst_render.c
@@ -30,7 +30,7 @@
 #ifdef HAVE_FT2
 #include ft2build.h
 #include FT_FREETYPE_H
-#include freetype/ftsynth.h
+#include FT_SYNTHESIS_H
 #endif
 
 #include textst_render.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2013-10-05 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2013-10-05 20:59:54

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2013-05-13 
15:07:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2013-10-05 
20:59:55.0 +0200
@@ -1,0 +2,23 @@
+Fri Oct  4 19:46:37 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.4.0:
+  + Fixed slide shows: always cut reads at clip end boundary.
+  + Fixed logging with non-default mask.
+  + Fixed buffer overflow in bd_psr_unregister_cb().
+  + Fixed IG background when button image position changes.
+  + Fixed BD-J tearing issues.
+  + Changed default PhoneME library name in Windows (cvm - cvmi).
+  + Initialize default player region code to B.
+  + Improved BD-J support (still alpha).
+  + Improved language-based stream autoselection.
+  + Added missing Java files to distribution package.
+  + Added support for multi-clip sub paths.
+  + Added bd_select_stream().
+  + Added menu page effects.
+  + Added button animations.
+  + Added initial support for BluRay Text Subtitles.
+  + Added bd_read_clpi(): use only public API in clpi_dump.
+  + Added reference-counted RLE images.
+- Add pkgconfig(freetype2) BuildRequires, new dependency. 
+
+---

Old:

  libbluray-0.3.0.tar.bz2

New:

  libbluray-0.4.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.nxEm3T/_old  2013-10-05 20:59:56.0 +0200
+++ /var/tmp/diff_new_pack.nxEm3T/_new  2013-10-05 20:59:56.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libbluray
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
@@ -27,6 +27,7 @@
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libbluray-0.3.0.tar.bz2 - libbluray-0.4.0.tar.bz2 ++
 15201 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2013-05-13 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2013-05-13 15:07:25

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2012-09-17 
16:58:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2013-05-13 
15:07:26.0 +0200
@@ -1,0 +2,26 @@
+Tue May  7 14:42:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.0:
+  + Build fixes.
+  + Fixed stopping playback from pop-up menu.
+  + Fixed multithreading issues in API.
+  + Fixed initial setting for player profile.
+  + Fixed stack corruption with long log strings.
+  + Improved configure script.
+  + Improved Visual Studio support.
+  + Improved BD-J support (still alpha).
+  + Allow changing player version.
+  + Added PG (subtitle) decoding and rendering support.
+  + Added ARGB overlay interface for BD-J graphics.
+  + Added events for discontinuity, idle state and 3D mode.
+  + Added playmarks to BLURAY_TITLE_INFO.
+  + added start time, in time and out time to BLURAY_CLIP_INFO.
+  + added sub-path id to BLURAY_STREAM_INFO.
+  + Added bd_seek_playitem().
+  + Added bd_set_scr().
+  + Added 3D extension data to raw clip info.
+  + added 3D player settings.
+  + Added cropping and palette update flag to BD_OVERLAY.
+- Add  pkgconfig(libxml-2.0) BuildRequires: new dependency.
+
+---

Old:

  libbluray-0.2.3.tar.bz2

New:

  libbluray-0.3.0.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.bZ30CO/_old  2013-05-13 15:07:28.0 +0200
+++ /var/tmp/diff_new_pack.bZ30CO/_new  2013-05-13 15:07:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libbluray
-Version:0.2.3
+Version:0.3.0
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
@@ -27,6 +27,7 @@
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libxml-2.0) = 2.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libbluray-0.2.3.tar.bz2 - libbluray-0.3.0.tar.bz2 ++
 36832 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2012-09-17 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2012-09-17 16:58:12

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2012-05-26 
09:26:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2012-09-17 
16:58:14.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep 15 22:27:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.3:
+  + Default to stream 0 when language not found
+  + Bug fixes
+- Add tools subpackage, with the new command line utilities.
+
+---

Old:

  libbluray-0.2.2.tar.bz2

New:

  libbluray-0.2.3.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.iFwQ86/_old  2012-09-17 16:58:15.0 +0200
+++ /var/tmp/diff_new_pack.iFwQ86/_new  2012-09-17 16:58:15.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   libbluray
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Productivity/Multimedia/Other
 Url:http://bd.videolan.org
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
@@ -36,13 +36,22 @@
 
 %package -n libbluray1
 Summary:Library to access Blu-Ray disk
-Group:  System/Libraries
+Group:  Productivity/Multimedia/Other
 
 %description -n libbluray1
 This library is written for the purpose of playing Blu-ray movies. It is
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
+%package tools
+Summary:Library to access Blu-Ray disk - Utilities
+Group:  System/Libraries
+
+%description tools
+This library is written for the purpose of playing Blu-ray movies. It is
+intended for software that want to support Blu-ray playback (such as VLC and
+MPlayer). We, the authors of this library, do not condone nor endorse piracy.
+
 %package devel
 Summary:Library to access Blu-Ray disks - Development files
 Group:  Development/Languages/C and C++
@@ -68,6 +77,10 @@
 
 %postun -n libbluray1 -p /sbin/ldconfig
 
+%files tools
+%defattr(-,root,root)
+%{_bindir}/bd_info
+
 %files -n libbluray1
 %defattr(-, root, root)
 %doc COPYING

++ libbluray-0.2.2.tar.bz2 - libbluray-0.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.2.2/ChangeLog 
new/libbluray-0.2.3/ChangeLog
--- old/libbluray-0.2.2/ChangeLog   2012-03-19 15:23:58.0 +0100
+++ new/libbluray-0.2.3/ChangeLog   2012-08-17 13:27:32.0 +0200
@@ -1,3 +1,12 @@
+2012-08-17: Version 0.2.3
+ - Fixed memory leaks
+ - Automatic language selection: disable subtitles when audio is in the same 
language
+ - Fixed accessing outside of array bounds
+ - Default to stream 0 when requested language not found
+ - Install bd_info
+ - Added disc ID and AACS MKB version to BD_DISC_INFO
+ - Added extended AACS error codes
+
 2012-03-19: Version 0.2.2
  - Fixed displaying of single-loop animated buttons when not using animations
  - Added events for pop-up menu availability and IG menu status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.2.2/Makefile.in 
new/libbluray-0.2.3/Makefile.in
--- old/libbluray-0.2.2/Makefile.in 2012-03-19 15:53:36.0 +0100
+++ new/libbluray-0.2.3/Makefile.in 2012-08-17 13:31:47.0 +0200
@@ -175,7 +175,7 @@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
-DLOPEN_LDFLAGS = @DLOPEN_LDFLAGS@
+DLOPEN_LIBS = @DLOPEN_LIBS@
 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
 DSYMUTIL = @DSYMUTIL@
 DUMPBIN = @DUMPBIN@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libbluray-0.2.2/configure 
new/libbluray-0.2.3/configure
--- old/libbluray-0.2.2/configure   2012-03-19 15:53:34.0 +0100
+++ new/libbluray-0.2.3/configure   2012-08-17 13:31:41.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libbluray 0.2.2.
+# Generated by GNU Autoconf 2.68 for libbluray 0.2.3.
 #
 # Report bugs to http://www.videolan.org/developers/libbluray.html.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='libbluray'
 

commit libbluray for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2012-05-26 09:26:11

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2012-01-09 
21:43:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2012-05-26 
09:26:21.0 +0200
@@ -1,0 +2,15 @@
+Fri May 25 17:11:48 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.2:
+  + Fixed displaying of single-loop animated buttons when not using
+animations
+  + Added events for pop-up menu availability and IG menu status
+  + Fixed resuming to interactive title
+  + Use user filesystem handler with libaacs
+  + Fixes to HDMV menu rendering
+  + Optimized HDMV menu rendering
+  + Support for sound effects in HDMV menus
+  + Fixes to HDMV menu decoding
+  + Distribute BD-J code
+
+---

Old:

  libbluray-0.2.1.tar.bz2

New:

  libbluray-0.2.2.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.clh4u2/_old  2012-05-26 09:26:23.0 +0200
+++ /var/tmp/diff_new_pack.clh4u2/_new  2012-05-26 09:26:23.0 +0200
@@ -16,8 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libbluray
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-0.2.1.tar.bz2 - libbluray-0.2.2.tar.bz2 ++
 36240 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2012-01-09 21:42:51

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2011-12-05 
12:44:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2012-01-09 
21:43:08.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  9 10:10:29 UTC 2012 - vu...@opensuse.org
+
+- Add baselibs.conf, to build 32bit packages, as needed by gvfs.
+
+---

New:

  baselibs.conf



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.qa5DBo/_old  2012-01-09 21:43:10.0 +0100
+++ /var/tmp/diff_new_pack.qa5DBo/_new  2012-01-09 21:43:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,16 +16,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   libbluray
 Version:0.2.1
-Release:1
-License:LGPL-2.1+
+Release:0
 Summary:Library to access Blu-Ray disk
-Url:http://bd.videolan.org
+License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://bd.videolan.org
 Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source99:   baselibs.conf
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -36,6 +35,7 @@
 
 %package -n libbluray1
 Summary:Library to access Blu-Ray disk
+Group:  System/Libraries
 
 %description -n libbluray1
 This library is written for the purpose of playing Blu-ray movies. It is

++ baselibs.conf ++
libbluray1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2011-12-05 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2011-12-05 12:44:14

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2011-11-17 
16:03:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2011-12-05 
12:44:16.0 +0100
@@ -1,0 +2,19 @@
+Sat Dec  3 19:12:17 UTC 2011 - idoen...@suse.de
+
+- Fix soname version to 1 
+
+---
+Fri Dec  2 00:51:27 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.1:
+  + Make library version information visible to applications.
+  + First released tarball.
+- Remove automake BuildRequires: this is now a real release that
+  was already bootstrapped.
+
+---
+Thu Dec  1 16:58:41 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---

Old:

  libbluray.tar.bz2

New:

  libbluray-0.2.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.ozLHKV/_old  2011-12-05 12:44:19.0 +0100
+++ /var/tmp/diff_new_pack.ozLHKV/_new  2011-12-05 12:44:19.0 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package libbluray
 #
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,15 +16,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   libbluray
-Version:0.1.99_0.2
-Release:1.1
+Version:0.2.1
+Release:1
 License:LGPL-2.1+
 Summary:Library to access Blu-Ray disk
 Url:http://bd.videolan.org
 Group:  System/Libraries
-# This is currently a git snapshot / 2011-11-16
-Source: %{name}.tar.bz2
+Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -32,11 +34,10 @@
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
-%package -n libbluray0
+%package -n libbluray1
 Summary:Library to access Blu-Ray disk
-Group:  System/Libraries
 
-%description -n libbluray0
+%description -n libbluray1
 This library is written for the purpose of playing Blu-ray movies. It is
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
@@ -44,7 +45,7 @@
 %package devel
 Summary:Library to access Blu-Ray disks - Development files
 Group:  Development/Languages/C and C++
-Requires:   libbluray0 = %{version}
+Requires:   libbluray1 = %{version}
 
 %description devel
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -52,10 +53,9 @@
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
-./bootstrap
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -63,11 +63,11 @@
 %make_install
 find %{buildroot} -type f -name *.la -delete -print
 
-%post -n libbluray0 -p /sbin/ldconfig
+%post -n libbluray1 -p /sbin/ldconfig
 
-%postun -n libbluray0 -p /sbin/ldconfig
+%postun -n libbluray1 -p /sbin/ldconfig
 
-%files -n libbluray0
+%files -n libbluray1
 %defattr(-, root, root)
 %doc COPYING
 %{_libdir}/libbluray.so.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libbluray for openSUSE:Factory

2011-11-17 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2011-11-17 16:03:02

Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and  /work/SRC/openSUSE:Factory/.libbluray.new (New)


Package is libbluray, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2011-11-17 
16:03:04.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov 16 19:19:40 UTC 2011 - dims...@opensuse.org
+
+- Initial package, version 0.1.99 (a git-snapshot)
+

New:

  libbluray.changes
  libbluray.spec
  libbluray.tar.bz2



Other differences:
--
++ libbluray.spec ++
#
# spec file for package
#
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   libbluray
Version:0.1.99_0.2
Release:1.1
License:LGPL-2.1+
Summary:Library to access Blu-Ray disk
Url:http://bd.videolan.org
Group:  System/Libraries
# This is currently a git snapshot / 2011-11-16
Source: %{name}.tar.bz2
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This library is written for the purpose of playing Blu-ray movies. It is
intended for software that want to support Blu-ray playback (such as VLC and
MPlayer). We, the authors of this library, do not condone nor endorse piracy.

%package -n libbluray0
Summary:Library to access Blu-Ray disk
Group:  System/Libraries

%description -n libbluray0
This library is written for the purpose of playing Blu-ray movies. It is
intended for software that want to support Blu-ray playback (such as VLC and
MPlayer). We, the authors of this library, do not condone nor endorse piracy.

%package devel
Summary:Library to access Blu-Ray disks - Development files
Group:  Development/Languages/C and C++
Requires:   libbluray0 = %{version}

%description devel
This library is written for the purpose of playing Blu-ray movies. It is
intended for software that want to support Blu-ray playback (such as VLC and
MPlayer). We, the authors of this library, do not condone nor endorse piracy.

%prep
%setup -q -n %{name}

%build
./bootstrap
%configure --disable-static
make %{?_smp_mflags}

%install
%make_install
find %{buildroot} -type f -name *.la -delete -print

%post -n libbluray0 -p /sbin/ldconfig

%postun -n libbluray0 -p /sbin/ldconfig

%files -n libbluray0
%defattr(-, root, root)
%doc COPYING
%{_libdir}/libbluray.so.*

%files devel
%defattr(-, root, root)
%{_includedir}/%{name}/
%{_libdir}/libbluray.so
%{_libdir}/pkgconfig/libbluray.pc

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org