summaryrefslogtreecommitdiff
path: root/libbluray
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-06-18 16:12:07 +1000
committerDanny Rawlins <monster.romster@gmail.com>2017-06-18 16:12:07 +1000
commitb056ec52c5490c1b084365d0cda28a67532bdfe3 (patch)
tree7d6dd45bc731069f94408ffa585ace457cd92754 /libbluray
parentb3fcdefe380c7970f4f12f3680f4e215a6e26711 (diff)
downloadcontrib-b056ec52c5490c1b084365d0cda28a67532bdfe3.tar.gz
contrib-b056ec52c5490c1b084365d0cda28a67532bdfe3.tar.xz
[notify] libbluray: 0.9.2 -> 1.0.1 new dependency ant
Diffstat (limited to 'libbluray')
-rw-r--r--libbluray/.footprint9
-rw-r--r--libbluray/.md5sum2
-rw-r--r--libbluray/.signature8
-rw-r--r--libbluray/Pkgfile12
4 files changed, 15 insertions, 16 deletions
diff --git a/libbluray/.footprint b/libbluray/.footprint
index 418b6e8f6..348e95f72 100644
--- a/libbluray/.footprint
+++ b/libbluray/.footprint
@@ -15,8 +15,11 @@ drwxr-xr-x root/root usr/include/libbluray/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libbluray.a
-rwxr-xr-x root/root usr/lib/libbluray.la
-lrwxrwxrwx root/root usr/lib/libbluray.so -> libbluray.so.1.9.2
-lrwxrwxrwx root/root usr/lib/libbluray.so.1 -> libbluray.so.1.9.2
--rwxr-xr-x root/root usr/lib/libbluray.so.1.9.2
+lrwxrwxrwx root/root usr/lib/libbluray.so -> libbluray.so.2.0.1
+lrwxrwxrwx root/root usr/lib/libbluray.so.2 -> libbluray.so.2.0.1
+-rwxr-xr-x root/root usr/lib/libbluray.so.2.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libbluray.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/java/
+-rw-r--r-- root/root usr/share/java/libbluray-j2se-1.0.1.jar
diff --git a/libbluray/.md5sum b/libbluray/.md5sum
index f2ce2af1c..92ea41e93 100644
--- a/libbluray/.md5sum
+++ b/libbluray/.md5sum
@@ -1 +1 @@
-836b2de16547776bf2726166cf796f13 libbluray-0.9.2.tar.bz2
+cf45fbca25786f6fbc4911e52eabe4c0 libbluray-1.0.1.tar.bz2
diff --git a/libbluray/.signature b/libbluray/.signature
index 05521ce5b..8aa3882c5 100644
--- a/libbluray/.signature
+++ b/libbluray/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF313sjzu3FmUlQG2TXBoGJ9DtgRm8/qbNSoxZCsDwNcUf7CHKFftd8WCPSx1VbQU4UsBzEMRt1hNyur2JD+QCewA=
-SHA256 (Pkgfile) = c66947b6ac5896aacce8c8553b00ad26c62a5e5f7aed74c1c8af0c4e4b2a9a39
-SHA256 (.footprint) = 96b4b272f6cdac794c4af966ffef13f4bf750e8d3b63b83ca6c916d632faee3c
-SHA256 (libbluray-0.9.2.tar.bz2) = efc994f42d2bce6af2ce69d05ba89dbbd88bcec7aca065de094fb3a7880ce7ea
+RWSagIOpLGJF3/sHYvPcztSJr1bFu9eHNeK0IQRJuAsX3pci67gOmRzsmqvtZR6VftYv2AbBn0/2HJU9r2kpcfr+V1wqvPbCJAE=
+SHA256 (Pkgfile) = 49b20ad2790a00d2b4ff91f1261bff3187b17454d03222cc500f35c69bef124d
+SHA256 (.footprint) = b15dc18846164f75f2838021e3beac4ea6a3baec6188acbe69fda6ce2452f625
+SHA256 (libbluray-1.0.1.tar.bz2) = 0f9f9a1db2f48cafc70ed2596ff3594b597e2027408f5f2be6191c245d67853a
diff --git a/libbluray/Pkgfile b/libbluray/Pkgfile
index e65ec0401..da70f979f 100644
--- a/libbluray/Pkgfile
+++ b/libbluray/Pkgfile
@@ -2,20 +2,16 @@
# 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: fontconfig libxml2
+# Depends on: ant fontconfig libxml2
name=libbluray
-version=0.9.2
+version=1.0.1
release=1
-source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.bz2)
-#source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) # PASV ... couldn't connect to 127.0.1.1. something is wrong with this ftp /dns, works with curl but not wget
-
+source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-bdjava
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit