Libblueray 1.3.1 (#6722)

This commit is contained in:
extrowerk
2022-03-15 19:42:28 +01:00
committed by GitHub
parent c818553619
commit b389e4031c
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ COPYRIGHT="2010-2021 VideoLAN"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
CHECKSUM_SHA256="e2dbaf99e84e0a9725f4985bcb85d41e52c2261cc651d8884b1b790b5ef016f9"
CHECKSUM_SHA256="c24b0f41c5b737bbb65c544fe63495637a771c10a519dfc802e769f112b43b75"
PATCHES="libbluray-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -18,7 +18,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="2.4.0"
libVersion="2.4.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"

View File

@@ -1,14 +1,14 @@
From 81c58f6cfc558e53df6628c5062eca805d475ea2 Mon Sep 17 00:00:00 2001
From e89fedefa91155e8ff66d955370cfdb409433c59 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 3 Jul 2017 21:43:49 +0200
Subject: add jni_md.h for haiku.
diff --git a/configure.ac b/configure.ac
index bf4ace1..12b488f 100644
index 5007bbd..cc94089 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,6 +217,7 @@ case $host_os in
@@ -238,6 +238,7 @@ case $host_os in
solaris*) java_os=solaris ;;
darwin*) java_os=darwin ;;
netbsd*) java_os=netbsd ;;
@@ -73,5 +73,5 @@ index 0000000..070ddc0
+
+#endif /* !_JNI_MD_H_ */
--
2.23.0
2.30.2