From ecf10c9ddea1d1f1406e75befe0083dbbf0910e0 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 25 Oct 2019 23:39:24 +0200 Subject: [PATCH] libbluray: bump version. --- .../{libbluray-1.1.1.recipe => libbluray-1.1.2.recipe} | 4 ++-- ...bbluray-1.1.1.patchset => libbluray-1.1.2.patchset} | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) rename media-libs/libbluray/{libbluray-1.1.1.recipe => libbluray-1.1.2.recipe} (97%) rename media-libs/libbluray/patches/{libbluray-1.1.1.patchset => libbluray-1.1.2.patchset} (93%) diff --git a/media-libs/libbluray/libbluray-1.1.1.recipe b/media-libs/libbluray/libbluray-1.1.2.recipe similarity index 97% rename from media-libs/libbluray/libbluray-1.1.1.recipe rename to media-libs/libbluray/libbluray-1.1.2.recipe index c9b41a609..e40cf3b81 100644 --- a/media-libs/libbluray/libbluray-1.1.1.recipe +++ b/media-libs/libbluray/libbluray-1.1.2.recipe @@ -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%%.*}" diff --git a/media-libs/libbluray/patches/libbluray-1.1.1.patchset b/media-libs/libbluray/patches/libbluray-1.1.2.patchset similarity index 93% rename from media-libs/libbluray/patches/libbluray-1.1.1.patchset rename to media-libs/libbluray/patches/libbluray-1.1.2.patchset index 4b3c14e37..5bdbd22d0 100644 --- a/media-libs/libbluray/patches/libbluray-1.1.1.patchset +++ b/media-libs/libbluray/patches/libbluray-1.1.2.patchset @@ -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 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