forked from pool/libbluray
e410feb063
- 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. OBS-URL: https://build.opensuse.org/request/show/692269 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=76
10 lines
287 B
Diff
10 lines
287 B
Diff
--- 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@ @EXTRA_LIBS@
|
|
-Requires.private: @PACKAGES@
|
|
Cflags: -I${includedir}
|