summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-10-06 17:17:46 +0200
committersL1pKn072017-10-06 17:17:46 +0200
commit0f104dafe4d2effc23f917afe7433a8af743a3d0 (patch)
tree834438144b870be69c2a1c64a922277ace3d47cd
parentee119be3577639a2f8fc31482bf4bbe02a26941c (diff)
downloadaur-0f104dafe4d2effc23f917afe7433a8af743a3d0.tar.gz
move java-environment to optdepends=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0447515f2054..1514863827a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 08:56:53 UTC 2017
+# Fri Oct 6 15:17:18 UTC 2017
pkgbase = libbluray-git
pkgdesc = Library to access Blu-Ray disks for video playback. (GIT version)
- pkgver = 0.9.3.84.g05c9fdec
+ pkgver = 1.0.1.72.gb5e30fca
pkgrel = 1
url = http://www.videolan.org/developers/libbluray.html
arch = i686
@@ -12,9 +12,9 @@ pkgbase = libbluray-git
makedepends = apache-ant
makedepends = libaacs
depends = libxml2
- depends = java-environment
depends = fontconfig
optdepends = libaacs: Enable AACS decryption
+ optdepends = java-environment: BD-J library
provides = libbluray
provides = libbluray.so
conflicts = libbluray
diff --git a/PKGBUILD b/PKGBUILD
index 35e3ad7a6725..d0fe87d09f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,25 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libbluray-git
-pkgver=0.9.3.84.g05c9fdec
+pkgver=1.0.1.72.gb5e30fca
pkgrel=1
pkgdesc="Library to access Blu-Ray disks for video playback. (GIT version)"
arch=('i686' 'x86_64')
license=('LGPL2.1')
url='http://www.videolan.org/developers/libbluray.html'
depends=('libxml2'
- 'java-environment'
'fontconfig'
)
makedepends=('git'
'apache-ant'
'libaacs'
)
-optdepends=('libaacs: Enable AACS decryption')
-provides=('libbluray' 'libbluray.so')
+optdepends=('libaacs: Enable AACS decryption'
+ 'java-environment: BD-J library'
+ )
+provides=('libbluray'
+ 'libbluray.so'
+ )
conflicts=('libbluray')
source=('git+https://git.videolan.org/git/libbluray.git'
'git+https://git.videolan.org/git/libudfread.git'