handbrake: link against libbluray
also, fix broken distfile
This commit is contained in:
parent
fa76db5365
commit
d62f631069
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'handbrake'
|
||||
pkgname=handbrake
|
||||
version=1.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686* x86_64* ppc64*"
|
||||
wrksrc="HandBrake-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -23,7 +23,7 @@ short_desc="Multithreaded video transcoder"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://handbrake.fr/"
|
||||
distfiles="https://download2.handbrake.fr/${version}/HandBrake-${version}-source.tar.bz2"
|
||||
distfiles="https://github.com/HandBrake/HandBrake/releases/download/${version}/HandBrake-${version}-source.tar.bz2"
|
||||
checksum=a9a82eb5ca04a793705b3d7d11cefa29946694eeb13b40161446aaca35b31d96
|
||||
|
||||
build_options="fdk_aac nvenc"
|
||||
|
@ -37,8 +37,8 @@ esac
|
|||
|
||||
pre_configure() {
|
||||
# use system libraries in place of bundled ones
|
||||
for module in ffmpeg libvpx libdvdread libdvdnav x265 fdk-aac; do
|
||||
sed -i "/MODULES += contrib\/${module}/d" make/include/main.defs
|
||||
for module in ffmpeg libbluray libvpx libdvdread libdvdnav x265 fdk-aac; do
|
||||
vsed -i "/MODULES += contrib\/${module}/d" make/include/main.defs
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue