[arch-commits] Commit in libbluray/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 11 16:24:35 UTC 2022


    Date: Saturday, June 11, 2022 @ 16:24:34
  Author: arojas
Revision: 448197

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  133 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 16:24:24 UTC (rev 448196)
+++ PKGBUILD	2022-06-11 16:24:34 UTC (rev 448197)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andrew Cook <ariscop at gmail.com>
-
-pkgname=libbluray
-pkgver=1.3.0
-pkgrel=2
-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=311f09286e94565e1acb2e98bb7afaa903d6be13
-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
-
-  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 448196, libbluray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 16:24:34 UTC (rev 448197)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andrew Cook <ariscop at gmail.com>
+
+pkgname=libbluray
+pkgver=1.3.1
+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=0540b1c1c53f9813f99233208c5ccccd87004f98
+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:



More information about the arch-commits mailing list