mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'handbrake'
|
||||||
pkgname=handbrake
|
pkgname=handbrake
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686* x86_64* ppc64*"
|
archs="i686* x86_64* ppc64*"
|
||||||
wrksrc="HandBrake-${version}"
|
wrksrc="HandBrake-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -23,7 +23,7 @@ short_desc="Multithreaded video transcoder"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://handbrake.fr/"
|
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
|
checksum=a9a82eb5ca04a793705b3d7d11cefa29946694eeb13b40161446aaca35b31d96
|
||||||
|
|
||||||
build_options="fdk_aac nvenc"
|
build_options="fdk_aac nvenc"
|
||||||
|
@ -37,8 +37,8 @@ esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# use system libraries in place of bundled ones
|
# use system libraries in place of bundled ones
|
||||||
for module in ffmpeg libvpx libdvdread libdvdnav x265 fdk-aac; do
|
for module in ffmpeg libbluray libvpx libdvdread libdvdnav x265 fdk-aac; do
|
||||||
sed -i "/MODULES += contrib\/${module}/d" make/include/main.defs
|
vsed -i "/MODULES += contrib\/${module}/d" make/include/main.defs
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue