Date: Monday, December 5, 2022 @ 13:40:07
  Author: alucryd
Revision: 463066

archrelease: copy trunk to extra-x86_64

Added:
  libbluray/repos/extra-x86_64/PKGBUILD
    (from rev 463065, libbluray/trunk/PKGBUILD)
Deleted:
  libbluray/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  130 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 62 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-05 13:39:57 UTC (rev 463065)
+++ PKGBUILD    2022-12-05 13:40:07 UTC (rev 463066)
@@ -1,68 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
-# Contributor: Andrew Cook <[email protected]>
-
-pkgname=libbluray
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=(x86_64)
-url=https://www.videolan.org/developers/libbluray.html
-license=(LGPL2.1)
-depends=(
-  fontconfig
-  libfreetype.so
-  libxml2
-)
-makedepends=(
-  apache-ant
-  git
-  java-environment
-)
-optdepends=('java-runtime: BD-J library')
-provides=(libbluray.so)
-_tag=db411ec0f8da97650ac8e6def1c387d0622f3401
-source=(
-  git+https://code.videolan.org/videolan/libbluray.git#tag=${_tag}
-  git+https://code.videolan.org/videolan/libudfread.git
-)
-b2sums=(
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libbluray
-
-  git describe --tags
-}
-
-prepare() {
-  cd libbluray
-
-# Fix build with recent java
-  git cherry-pick -n 8f26777b1ce124ff761f80ef52d6be10bcea323e
-
-  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
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libbluray install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 463065, 
libbluray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-05 13:40:07 UTC (rev 463066)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Andrew Cook <[email protected]>
+
+pkgname=libbluray
+pkgver=1.3.4
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=(x86_64)
+url=https://www.videolan.org/developers/libbluray.html
+license=(LGPL2.1)
+depends=(
+  fontconfig
+  libfreetype.so
+  libxml2
+)
+makedepends=(
+  apache-ant
+  git
+  java-environment
+)
+optdepends=('java-runtime: BD-J library')
+provides=(libbluray.so)
+_tag=bb5bc108ec695889855f06df338958004ff289ef
+source=(
+  git+https://code.videolan.org/videolan/libbluray.git#tag=${_tag}
+  git+https://code.videolan.org/videolan/libudfread.git
+)
+b2sums=(
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libbluray
+  git describe --tags
+}
+
+prepare() {
+  cd libbluray
+  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
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libbluray install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to