libbluray: update to 1.3.0.
This commit is contained in:
parent
4d608e5897
commit
dcee95b557
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libbluray'
|
||||
pkgname=libbluray
|
||||
version=1.2.1
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-optimizations"
|
||||
|
@ -11,12 +11,16 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.videolan.org/developers/libbluray.html"
|
||||
distfiles="https://download.videolan.org/pub/videolan/libbluray/${version}/libbluray-${version}.tar.bz2"
|
||||
checksum=5223e83f7988ea2cc860b5cadcaf9cf971087b0c80ca7b60cc17c8300cae36ec
|
||||
checksum=e2dbaf99e84e0a9725f4985bcb85d41e52c2261cc651d8884b1b790b5ef016f9
|
||||
|
||||
pre_build() {
|
||||
export JAVA_HOME="/usr/lib/jvm/java-1.8-openjdk"
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
export JAVA_HOME="/usr/lib/jvm/java-1.8-openjdk"
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
export JAVA_HOME="/usr/lib/jvm/java-1.8-openjdk"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue