summaryrefslogtreecommitdiff
path: root/libbluray/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-11-10 23:27:58 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-11-10 23:27:58 +1100
commit553d83399e6e8ca459a1d9cb5c5c50ee144d0d8d (patch)
tree8089f9247715821ed39cb1f432897cb43d38dac2 /libbluray/Pkgfile
parent36fbcebac0f8dd24f8fecd48e9f56309e28d95e1 (diff)
downloadcontrib-553d83399e6e8ca459a1d9cb5c5c50ee144d0d8d.tar.gz
contrib-553d83399e6e8ca459a1d9cb5c5c50ee144d0d8d.tar.xz
libbluray: 1.0.1 -> 1.0.2
Diffstat (limited to 'libbluray/Pkgfile')
-rw-r--r--libbluray/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/libbluray/Pkgfile b/libbluray/Pkgfile
index da70f979f..f06516a00 100644
--- a/libbluray/Pkgfile
+++ b/libbluray/Pkgfile
@@ -1,17 +1,19 @@
# Description: Blu-Ray access library.
# URL: http://www.videolan.org/developers/libbluray.html
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Danny Rawlins, crux at romster dot me
-# Depends on: ant fontconfig libxml2
+# Depends on: fontconfig libxml2
+# Optional: ant
name=libbluray
-version=1.0.1
+version=1.0.2
release=1
source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ $([ -e /usr/bin/ant ] || echo --disable-bdjava-jar)
make
make DESTDIR=$PKG install

Generated by cgit