Commit graph

12793 commits

Author SHA1 Message Date
Jan Beich
37a68481f0 multimedia/vapoursynth: update to R47.1
Changes:	https://github.com/vapoursynth/vapoursynth/compare/R46...R47.1
Changes:	http://www.vapoursynth.com/2019/08/r47-fixing-small-issues/
Reported by:	GitHub (watch releases)
2019-08-07 11:29:55 +00:00
Jan Beich
b93f70f4c9 multimedia/aom: update to 1.0.0.2196
Changes:	https://aomedia.googlesource.com/aom/+log/80b1bb6da..008d3404b
2019-08-06 00:30:06 +00:00
Jan Beich
386db7f717 multimedia/svt-av1: update to 0.6.0.156
Changes:	cd79924e...97d9dc62
2019-08-06 00:29:59 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Jan Beich
21163697e3 multimedia/dav1d: update to 0.4.0
- Drop meson hack for aarch64 after r50500

Changes:	https://code.videolan.org/videolan/dav1d/tags/0.4.0
Changes:	https://code.videolan.org/videolan/dav1d/blob/0.4.0/NEWS
Changes:	https://code.videolan.org/videolan/dav1d/compare/0.3.1...0.4.0
2019-08-05 19:16:53 +00:00
Piotr Kubaj
45403dd8fe multimedia/mswebrtc: fix build with big-endian architectures
Similar to other webrtc ports, this one needs to be aware of big-endian architectures.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21159
2019-08-05 14:21:30 +00:00
Antoine Brodin
b7012a13d8 Mark BROKEN: unfetchable 2019-08-04 21:08:36 +00:00
Antoine Brodin
b16de4c294 Deprecate ports broken for more than 6 months 2019-08-04 09:07:47 +00:00
Jan Beich
f037eab387 multimedia/aom: update to 1.0.0.2185
Changes:	https://aomedia.googlesource.com/aom/+log/2d577e610..80b1bb6da
2019-08-03 00:50:02 +00:00
Jan Beich
861ae5cdef multimedia/rav1e: update to s20190802
Changes:	132b008a...df6451a
2019-08-03 00:49:56 +00:00
Jan Beich
fd2635dabd multimedia/svt-av1: update to 0.6.0.151
Changes:	b238802a...cd79924e
2019-08-03 00:49:50 +00:00
Jan Beich
548cd378c8 multimedia/x265: update to 3.1.2 2019-08-03 00:49:45 +00:00
Jan Beich
e4755b038e multimedia/libva-intel-media-driver: also bump libva version after r507878
media_driver/linux/common/ddi/media_libva.cpp:459:20: error: use of undeclared identifier 'VA_FOURCC_Y8'
            return VA_FOURCC_Y8;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:461:20: error: use of undeclared identifier 'VA_FOURCC_Y16'
            return VA_FOURCC_Y16;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:463:20: error: use of undeclared identifier 'VA_FOURCC_Y16'
            return VA_FOURCC_Y16;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:465:20: error: use of undeclared identifier 'VA_FOURCC_VYUY'
            return VA_FOURCC_VYUY;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:467:20: error: use of undeclared identifier 'VA_FOURCC_YVYU'
            return VA_FOURCC_YVYU;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:469:20: error: use of undeclared identifier 'VA_FOURCC_ARGB64'
            return VA_FOURCC_ARGB64;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:471:20: error: use of undeclared identifier 'VA_FOURCC_ABGR64'
            return VA_FOURCC_ABGR64;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:577:14: error: use of undeclared identifier 'VA_FOURCC_Y8'
        case VA_FOURCC_Y8:
             ^
media_driver/linux/common/ddi/media_libva.cpp:579:14: error: use of undeclared identifier 'VA_FOURCC_Y16'
        case VA_FOURCC_Y16:
             ^
media_driver/linux/common/ddi/media_libva.cpp:581:14: error: use of undeclared identifier 'VA_FOURCC_VYUY'
        case VA_FOURCC_VYUY:
             ^
media_driver/linux/common/ddi/media_libva.cpp:583:14: error: use of undeclared identifier 'VA_FOURCC_YVYU'
        case VA_FOURCC_YVYU:
             ^
media_driver/linux/common/ddi/media_libva.cpp:585:14: error: use of undeclared identifier 'VA_FOURCC_ARGB64'
        case VA_FOURCC_ARGB64:
             ^
media_driver/linux/common/ddi/media_libva.cpp:587:14: error: use of undeclared identifier 'VA_FOURCC_ABGR64'
        case VA_FOURCC_ABGR64:
             ^
media_driver/linux/common/ddi/media_libva.cpp:3827:14: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
        case VA_FOURCC_A2B10G10R10:
             ^
media_driver/linux/common/ddi/media_libva.cpp:3895:14: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
        case VA_FOURCC_A2B10G10R10:
             ^
media_driver/linux/common/ddi/media_libva_caps.cpp:751:43: error: use of undeclared identifier 'VAConfigAttribMaxFrameSize'
        attrib.type = (VAConfigAttribType)VAConfigAttribMaxFrameSize;
                                          ^
media_driver/linux/common/ddi/media_libva_caps.cpp:752:9: error: unknown type name 'VAConfigAttribValMaxFrameSize'
        VAConfigAttribValMaxFrameSize attribValMaxFrameSize;
        ^
media_driver/linux/common/ddi/media_libva_caps.cpp:3107:14: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
        case VA_FOURCC_A2B10G10R10   : return GMM_FORMAT_B10G10R10A2_UNORM_TYPE;
             ^
media_driver/linux/gen11/ddi/media_libva_caps_g11.cpp:64:6: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
    {VA_FOURCC_A2B10G10R10,    VA_LSB_FIRST,   32, 30, 0x000003ff, 0x000ffc00, 0x3ff00000, 0x30000000}   /* [31:0] A:B:G:R 2:10:10:10 little endian */
     ^
2019-08-02 14:55:54 +00:00
Jan Beich
a69d6d24b8 multimedia/libva-intel-media-driver: update to 19.3.p1
Changes:	https://github.com/intel/media-driver/compare/intel-media-19.2.1...intel-media-19.3.pre1
Reported by:	GitHub (watch releases)
2019-08-02 14:39:36 +00:00
Jan Beich
f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00
Jan Beich
f5ea34d85a multimedia/ffmpeg: unbreak FLITE=on with Clang after r507592
-Wl,--as-needed is partially broken in base GNU bfd:
/usr/local/lib/libflite_cmu_us_awb.so: undefined reference to `usenglish_init'
/usr/local/lib/libflite_cmu_us_awb.so: undefined reference to `cmu_lex_init'
/usr/local/lib/libflite_cmu_us_kal.so: undefined reference to `cmu_postlex'

PR:		239567
Reported by:	VVD
2019-08-01 09:13:34 +00:00
Jan Beich
fc17ca033e multimedia/libva-intel-media-driver: update to 19.2.1
Changes:	https://github.com/intel/media-driver/compare/intel-media-19.2.0...intel-media-19.2.1
2019-08-01 06:52:59 +00:00
Sunpoet Po-Chuan Hsieh
4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Mark Felder
e17971de64 multimedia/plexmediaserver-plexpass: Update to 1.16.3.1433 2019-07-30 20:26:31 +00:00
Mark Felder
8275b3827b multimedia/plexmediaserver: Update to 1.16.3.1402 2019-07-30 20:26:04 +00:00
Jan Beich
c5d2eedb26 multimedia/aom: update to 1.0.0.2153
Changes:	https://aomedia.googlesource.com/aom/+log/46b5e7590..2d577e610
2019-07-30 00:56:38 +00:00
Jan Beich
cd3ff2257d multimedia/svt-av1: update to 0.6.0.137
Changes:	304250f2...b238802a
2019-07-30 00:56:30 +00:00
Jan Beich
b2ebf0f114 multimedia/ffmpeg: rebuild after r507592
By dropping COMPILER_PATH we've switched to base ld(1) which is LLD on
11.1+ aarch64, 12.0+ armv7, 12.0+ amd64, 12.1+ i386. So, track runtime
regressions explicitly. poudriere would've rebuilt due to r507574 anyway:
ffmpeg <- libva <- libdrm <- libpciaccess <- pciids.
2019-07-30 00:16:18 +00:00
Jan Beich
17db95cd52 multimedia/ffmpeg: builds fine without -no-integrated-as
aarch64 was likely fixed in FFmpeg 3.4 while armv6 in Clang 5.0.
2019-07-29 23:56:26 +00:00
Jan Beich
97a6fdc9b9 multimedia: unbreak on aarch64, armv7 and 12.1 i386 after r507589 and r507592
/usr/bin/ld: error: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/aarch64/fft_neon.o
>>> referenced by libavcodec/aarch64/fft_neon.o:(fft_tab_neon)

/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against symbol: fft4_neon in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/arm/fft_fixed_neon.o
>>> referenced by libavcodec/arm/fft_fixed_neon.o:(fft_fixed_tab_neon)

/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against symbol: fft4_neon in readonly segment; recompile object files with -fPIC
>>> defined in libavcodec/arm/fft_fixed_neon.o
>>> referenced by libavcodec/arm/fft_fixed_neon.o:(fft_fixed_tab_neon)
2019-07-29 23:56:17 +00:00
Guido Falsi
7937bfd5f3 Update parole to 1.0.3 2019-07-29 21:35:25 +00:00
Jan Beich
fa76f91248 multimedia/ffmpeg: drop vestige of base GCC support on x86
- Base GCC is not allowed by USES=compiler:c11
- Base Clang uses integrated assembler by default
- lang/gcc* uses as(1) from devel/binutils by default
2019-07-29 19:52:04 +00:00
Jan Beich
6c8653fc92 multimedia/ffmpeg: both nasm and as(1) are not used
powerpcspe doesn't support AltiVec unlike powerpc or powerpc64.

PR:		239509
2019-07-29 19:24:31 +00:00
Jan Beich
ac42efcaaa multimedia/x265: drop mips* workaround after r461535 2019-07-29 11:17:08 +00:00
Bernhard Froehlich
a9690e3149 multimedia/tvheadend: Improve pkg-message to describe "-C" flag
which is needed for setting the admin password.
Also add a hint for IPTV users which might need a symlink for
ffmpeg if they use one of the very popular channel lists.
2019-07-28 11:09:18 +00:00
Yuri Victorovich
5697419829 multimedia/subsync: Update 3b9c66f -> d9798a5 2019-07-28 03:41:08 +00:00
Jan Beich
9ad0603e31 multimedia/aom: update to 1.0.0.2150
Changes:	https://aomedia.googlesource.com/aom/+log/bcbbd8c7a..46b5e7590
2019-07-28 00:49:37 +00:00
Jan Beich
840ac1e463 multimedia/rav1e: update to s20190726
Changes:	4bc23e4b...132b008a
2019-07-28 00:49:31 +00:00
Jan Beich
293189d612 multimedia/svt-av1: update to 0.6.0.126
Changes:	e35a8669...304250f2
2019-07-28 00:49:26 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Jan Beich
e9adc13a59 multimedia/aom: update to 1.0.0.2119
Changes:	https://aomedia.googlesource.com/aom/+log/cf6d325e7..bcbbd8c7a
2019-07-23 00:46:52 +00:00
Jan Beich
ca60f2d136 multimedia/rav1e: update to s20190722
Changes:	94b5fa2e...4bc23e4b
2019-07-23 00:46:31 +00:00
Jan Beich
7afd780b1b multimedia/svt-av1: update to 0.6.0.106
Changes:	22e16718...e35a8669
2019-07-23 00:46:24 +00:00
Fernando Apesteguía
0a8a3abf9d multimedia/shotcut: update to 19.07.15
ChangeLog: https://shotcut.org/blog/new-release-190715/

Reported by:	portscout
2019-07-21 18:02:35 +00:00
Jan Beich
e911afe23f multimedia/aom: update to 1.0.0.2106
Changes:	https://aomedia.googlesource.com/aom/+log/328953aa9..cf6d325e7
2019-07-20 00:19:51 +00:00
Jan Beich
16f09a58f1 multimedia/rav1e: update to s20190719
Changes:	98f4d66d...94b5fa2e
2019-07-20 00:19:44 +00:00
Jan Beich
a69df1928d multimedia/svt-av1: update to 0.6.0.101
Changes:	49a29acf...22e16718
2019-07-20 00:19:37 +00:00
Jan Beich
9ae289f748 multimedia/libvpx: update 1.8.1
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.8.0..v1.8.1
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
Reported by:	Repology
2019-07-19 21:11:28 +00:00
Jan Beich
2187e85547 multimedia/x264: update to 0.157.2980
Changes:	https://git.videolan.org/?p=x264.git;a=shortlog;h=34c06d1c17ad968fbdda153cb772f77ee31b3095
ABI:		https://abi-laboratory.pro/tracker/timeline/x264/
2019-07-19 21:11:15 +00:00
Jan Beich
a72292eb22 multimedia/x265: update to 3.1.1
Changes:	https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1
2019-07-19 21:11:01 +00:00
Thomas Zander
81aa5245d1 Update to upstream version 35.0.0
Details:
- Bug fixes and enhancements, see
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2019Q3 (with hat: ports-secteam)
2019-07-19 06:08:35 +00:00
Piotr Kubaj
d7bde1171d multimedia/mkclean: fix linking when using base GCC
Base GCC can't link this port:
c++: Internal error: Segmentation fault (program ld)

Approved by:	mentors (implicit approval)
2019-07-18 11:22:36 +00:00
Sunpoet Po-Chuan Hsieh
2dd68c3a91 Update to 19.07
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
		https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2019-07-17 23:46:23 +00:00
Sunpoet Po-Chuan Hsieh
0b74cf02ab Update to 19.07
Changes:	https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
		https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
2019-07-17 23:46:18 +00:00
Sunpoet Po-Chuan Hsieh
c33272bd5a Update to 19.07 (0.4.37)
Changes:	https://github.com/MediaArea/ZenLib/blob/master/History.txt
2019-07-17 23:46:13 +00:00