summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-05-02 00:40:54 +0200
committerGustavo Alvarez2016-05-02 00:40:54 +0200
commitcb4c652418c875b7f8a38f478bd88153fd98d05e (patch)
treeeb80f541f4743bcbe14ed6f5cad9c3f57c622467
parent9b158c2aa883a20c0958f6c03316642bd8b9e1b3 (diff)
downloadaur-cb4c652418c875b7f8a38f478bd88153fd98d05e.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ad8b440615..2a6bd7a4c47d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun May 1 22:40:47 UTC 2016
pkgbase = libbluray-git
pkgdesc = Library to access Blu-Ray disks for video playback. (GIT version)
- pkgver = 0.9.2.9.gcda21a2
+ pkgver = 0.9.2.154.g82c69be
pkgrel = 1
url = http://www.videolan.org/developers/libbluray.html
arch = i686
@@ -17,7 +19,7 @@ pkgbase = libbluray-git
provides = libbluray.so
conflicts = libbluray
source = git+http://git.videolan.org/git/libbluray.git
- source = git://git.videolan.org/libudfread.git
+ source = git+http://git.videolan.org/git/libudfread.git
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1c0d177a88e..c048a20e6c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libbluray-git
-pkgver=0.9.2.9.gcda21a2
+pkgver=0.9.2.154.g82c69be
pkgrel=1
pkgdesc="Library to access Blu-Ray disks for video playback. (GIT version)"
arch=('i686' 'x86_64')
@@ -19,9 +19,11 @@ optdepends=('libaacs: Enable AACS decryption')
provides=('libbluray' 'libbluray.so')
conflicts=('libbluray')
source=('git+http://git.videolan.org/git/libbluray.git'
- 'git://git.videolan.org/libudfread.git')
+ 'git+http://git.videolan.org/git/libudfread.git'
+ )
sha1sums=('SKIP'
- 'SKIP')
+ 'SKIP'
+ )
pkgver() {
cd libbluray
@@ -30,6 +32,7 @@ pkgver() {
prepare() {
export JDK_HOME="/usr/lib/jvm/default"
+
cd libbluray
git submodule init
git config submodule.contrib/libudfread.url "file://${srcdir}/libudfread"
@@ -39,9 +42,10 @@ prepare() {
build() {
cd libbluray
- ./configure --prefix=/usr \
- --disable-static \
- --enable-udf
+ ./configure \
+ --prefix=/usr \
+ --disable-static \
+ --enable-udf
make
}