Date: Thu, 12 Mar 2020 19:25:03 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528315 - in head/multimedia/handbrake: . files Message-ID: <202003121925.02CJP3hJ028266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Mar 12 19:25:03 2020 New Revision: 528315 URL: https://svnweb.freebsd.org/changeset/ports/528315 Log: multimedia/handbrake: Fails to build against ffmpeg with DAV1D=off PR: 244432 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer) Reported by: Steve Peurifoy <ssw01@mathistry.net> Added: head/multimedia/handbrake/files/A01-src-meson-build.patch (contents, props changed) Modified: head/multimedia/handbrake/Makefile Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Thu Mar 12 19:21:23 2020 (r528314) +++ head/multimedia/handbrake/Makefile Thu Mar 12 19:25:03 2020 (r528315) @@ -124,6 +124,8 @@ post-extract: .SILENT # for powerpc64. # picked from multimedia/ffmpeg/files/patch-libswscale_ppc_swscale__altivec.c ${CP} ${FILESDIR}/P02-freebsd-ppc-libswscale.patch ${WRKSRC}/contrib/ffmpeg +# fix pkgconfig directory name for meson build + ${CP} ${FILESDIR}/A01-src-meson-build.patch ${WRKSRC}/contrib/libdav1d post-install-X11-on: ${LN} -sf ghb ${STAGEDIR}${PREFIX}/bin/HandBrake Added: head/multimedia/handbrake/files/A01-src-meson-build.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/handbrake/files/A01-src-meson-build.patch Thu Mar 12 19:25:03 2020 (r528315) @@ -0,0 +1,10 @@ +--- dav1d-0.5.1/src/meson.build.orig 2019-10-26 04:38:21.000000000 +0900 ++++ dav1d-0.5.1/src/meson.build 2020-02-27 16:48:19.664008000 +0900 +@@ -288,6 +288,7 @@ + # + pkg_mod = import('pkgconfig') + pkg_mod.generate(libraries: libdav1d, ++ install_dir: 'lib/pkgconfig', + version: meson.project_version(), + name: 'libdav1d', + filebase: 'dav1d',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003121925.02CJP3hJ028266>