when multimedia/ffmpeg is compiled with no DAV1D option.
- Split mkdir ${WRKSRC}/download from copying files into it.
Submitted by: Mike Cui
Approved by: Yuichiro NAITO (maintainer)
PR: 251044
HandBrake 1.3.3 has been released. This patch updates multimedia/handbrake port.
Here is list of changes from 1.3.2.
1. update to ffmpeg 4.2.3 in contrib files
2. code style fix of MASTER_SITES
3. update version.txt from upstream's source tarball.
4. mediainfo filename change
5. add powerpc to architectures list.
Submitted by: naito.yuichiro_gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D25292
1. remove `patch-gtk_src_Makefile.am`
This patch has already been merged by upstream.
2. update ffmpeg to 4.2.2 in CONTRIB_FILES.
Upstream has updated to this version.
3. update 'version.txt'
Picked from released source archive.
PR: 243114
Submitted by: naito.yuichiro@gmail.com (maintainer)
MFH: 2020Q1
Here is a list of changes since 1.2.2:
- fix portlint warning
- USES line more earlier
- change to use libvpx from Ports
It is upstream's decision.
- removed dependency (also upstream's decision)
libramplerate
- update contrib libraries
fdk-aac 2.0.1
ffmpeg 4.2.1
libbluray 1.1.2
libdvdnav 6.0.1
libdvdread 6.0.2
dav1d 0.5.1
x265 3.2.1
- python3 support for building.
- added build dependency of devel/meson.
- pkg-decr mentions about VP8, VP9 video codecs.
- pkg-plist includes new message catalogs.
Remove two ppc64-specific patches (for libvpx and x265) and add one (for ffmpeg).
PR: 241902
Submitted by: naito.yuichiro@gmail.com (maintainer)
Approved by: mentors (implicit approval)
Use C11 compiler, because of ffmpeg.
Correct comment typo.
Don't include asm/cputable.h and linux/auxvec.h in libvpx-1.7.0/vpx_ports/ppc_cpudetect.c - those headers are Linux-only.
Merge upstream patch from x265 to fix compilation on non-x86.
Don't link with libc++ when using GCC.
PR: 241928
Approved by: naito.yuichiro@gmail.com (maintainer), linimon (mentor)
Detailed maintainer log:
- Runtime feature:
- Backend library has been changed from libav to ffmpeg-4.1.
Vulnerabilities of libav have been solved.
- libx265 has been updated to 2.9.
- Speex audio codec has been added for decode.
- Buildtime change:
- Assembler has been changed from yasm to nasm.
- Clang compiler has been supported.
USE_GCC is omitted.
We no longer need libc++ link option.
- BUILD_DEPENDS on binutils have been omitted.
Our ld(1) has --exclude-libs option on all supported versions of FreeBSD.
- Configure script respects $(CC) envrionment variable.
We no longer need to patch config.py.
- Configure script looks up python2 from $PATH.
We no longer need to fix shebang.
- Provides port specific patches by $(CP).
To avoid patch of patches.
PR: 234322
Submitted by: naito.yuichiro@gmail.com (maintainer)
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
- Use the distfile provided by the VideoLAN project
- Add options for HI10P and HI12P (available only for amd64)
- Add DEBUG option
- Add OPTIMIZED_CFLAGS option
- Force using clang 5.0 on 10.4. Base provided clang fails during
compilation
- Chase shlib bump in dependent ports
PR: 225431
Submitted by: daniel.engberg.lists@pyret.net
Approved by: Maintainer timeout
Handbrake has a hard build dependency on Python 2.7 and calls python2
during the build. However lang/python2 might not be installed in the
build environment (e.g. with OPTIONS_UNSET=CUPS).
python2 /wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-1.0.7/build/../gtk/src/makedeps.py
gmake[4]: python2: Command not found
gmake[4]: *** [Makefile:866: widget.deps] Error 127
gmake[4]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-1.0.7/build/gtk/src'
- in general, if we think that the code is not architecture-specific,
and instead just enables x86 assembler by default, those should
use BROKEN rather than IGNORE. This will allow them to be attempted
with TRYBROKEN.
- spell i386 as x86.
- spell asm as assembler.
- pet portlint.
These changes should have no effect on tier-1 builds.
Approved by: portmgr (tier-2 blanket)
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275