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

Maxime Gauduin alucryd at archlinux.org
Tue Oct 27 14:22:15 UTC 2020


    Date: Tuesday, October 27, 2020 @ 14:22:14
  Author: alucryd
Revision: 398897

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  129 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 14:22:09 UTC (rev 398896)
+++ PKGBUILD	2020-10-27 14:22:14 UTC (rev 398897)
@@ -1,64 +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.2.0
-pkgrel=3
-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)
-source=(
-  git+https://code.videolan.org/videolan/libbluray.git#tag=43059c7e3631703857358cff7666c6a11497da89
-  git+https://code.videolan.org/videolan/libudfread.git
-)
-sha256sums=(
-  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 398896, libbluray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-27 14:22:14 UTC (rev 398897)
@@ -0,0 +1,65 @@
+# 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.2.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=2091174b7e6e80d5bf080a7ab1aa4e901546a29e
+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:



More information about the arch-commits mailing list