diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-06-18 16:12:07 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-06-18 16:12:07 +1000 |
commit | b056ec52c5490c1b084365d0cda28a67532bdfe3 (patch) | |
tree | 7d6dd45bc731069f94408ffa585ace457cd92754 /libbluray/Pkgfile | |
parent | b3fcdefe380c7970f4f12f3680f4e215a6e26711 (diff) | |
download | contrib-b056ec52c5490c1b084365d0cda28a67532bdfe3.tar.gz contrib-b056ec52c5490c1b084365d0cda28a67532bdfe3.tar.xz |
[notify] libbluray: 0.9.2 -> 1.0.1 new dependency ant
Diffstat (limited to 'libbluray/Pkgfile')
-rw-r--r-- | libbluray/Pkgfile | 12 |
1 files changed, 4 insertions, 8 deletions
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 |