libbluray: bump version.

This commit is contained in:
Jerome Duval
2019-10-25 23:39:24 +02:00
parent 097b84ba45
commit ecf10c9dde
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -1,17 +1,17 @@
From e0fd7082a0f734783a768f500bfb335d7c58ad25 Mon Sep 17 00:00:00 2001
From 81c58f6cfc558e53df6628c5062eca805d475ea2 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 5fd3c8d..e43a358 100644
index bf4ace1..12b488f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,6 +209,7 @@ case $host_os in
freebsd*) java_os=freebsd ;;
@@ -217,6 +217,7 @@ case $host_os in
solaris*) java_os=solaris ;;
darwin*) java_os=darwin ;;
netbsd*) java_os=netbsd ;;
+ haiku*) java_os=haiku ;;
*) java_os=$host_os ;;
esac
@@ -73,5 +73,5 @@ index 0000000..070ddc0
+
+#endif /* !_JNI_MD_H_ */
--
2.16.2
2.23.0