Date: Monday, December 5, 2022 @ 13:39:57
  Author: alucryd
Revision: 463065

upgpkg: libbluray 1.3.4-1

Modified:
  libbluray/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-05 13:29:59 UTC (rev 463064)
+++ PKGBUILD    2022-12-05 13:39:57 UTC (rev 463065)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Cook <[email protected]>
 
 pkgname=libbluray
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=(x86_64)
@@ -22,7 +22,7 @@
 )
 optdepends=('java-runtime: BD-J library')
 provides=(libbluray.so)
-_tag=db411ec0f8da97650ac8e6def1c387d0622f3401
+_tag=bb5bc108ec695889855f06df338958004ff289ef
 source=(
   git+https://code.videolan.org/videolan/libbluray.git#tag=${_tag}
   git+https://code.videolan.org/videolan/libudfread.git
@@ -34,28 +34,22 @@
 
 pkgver() {
   cd libbluray
-
   git describe --tags
 }
 
 prepare() {
   cd libbluray
-
-# Fix build with recent java
-  git cherry-pick -n 8f26777b1ce124ff761f80ef52d6be10bcea323e
-
+  git config --global protocol.file.allow always
   for submodule in contrib/libudfread; do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../${submodule#*/}
     git submodule update ${submodule}
   done
-
   autoreconf -fiv
 }
 
 build() {
   cd libbluray
-
   ./configure \
     --prefix=/usr
   make

Reply via email to