aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r528243Thomas Zander2020-03-112-4/+4
| | | | | | | | | | | | | | | | Update to upstream version 44.0.0 Details: - Mostly bugfixes, see https://mkvtoolnix.download/doc/NEWS.md but also a helpful new feature: - MKVToolNix GUI: header editor: the attachments can now be reordered via drag & drop. Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q1/; revision=528253
* MFH: r527874Jan Beich2020-03-065-12/+17
| | | | | | | | | | | | multimedia/dav1d: update to 0.6.0 Changes: https://code.videolan.org/videolan/dav1d/tags/0.6.0 Changes: https://code.videolan.org/videolan/dav1d/blob/0.6.0/NEWS Changes: https://code.videolan.org/videolan/dav1d/compare/0.5.2...0.6.0 Approved by: ports-secteam blanket (required by Firefox 76) Notes: svn path=/branches/2020Q1/; revision=527879
* MFH: r524978Thomas Zander2020-02-022-4/+4
| | | | | | | | | | | | | | | Update to upstream version 43.0.0 Details: - Mostly bug fixes and moderate feature changes, see https://mkvtoolnix.download/doc/NEWS.md - Includes fixes for an abort with some opus streams, and AVC / H264 parser fixes. Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q1/; revision=524979
* MFH: r524171Jan Beich2020-01-264-15/+7
| | | | | | | | | multimedia/vapoursynth: unbreak on non-x86 Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q1/; revision=524172
* MFH: r524042Jan Beich2020-01-251-2/+1
| | | | | | | | | | | | | multimedia/librav1e: unbreak build WITH_DEBUG error: Found argument '--debug' which wasn't expected, or isn't valid in this context PR: 243572 Submitted by: nimaje+fbz@bureaucracy.de Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q1/; revision=524043
* MFH: r523990Piotr Kubaj2020-01-242-2/+10
| | | | | | | | | | | | | | multimedia/obs-studio: fix packaging on architectures without luajit The previous patch missed packaging fix. obslua.so is not installed without luajit. PR: 243562 Approved by: yuri (maintainer) Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q1/; revision=523991
* MFH: r523385Jan Beich2020-01-182-0/+3
| | | | | | | | | | | | | | | multimedia/libva-utils: unbreak X11=off after r520942 ../videoprocess/vppscaling_n_out_usrptr.cpp:41:10: fatal error: 'va/va_x11.h' file not found #include <va/va_x11.h> ^~~~~~~~~~~~~ PR: 243418 Reported by: Igor Pavlov Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q1/; revision=523386
* MFH: r523303Jan Beich2020-01-172-4/+4
| | | | | | | | | | | | multimedia/libva: update to 2.6.1 Changes: https://github.com/intel/libva/releases/tag/2.6.1 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: GitHub (watch releases) Approved by: ports-secteam blanket (reliability fixes) Notes: svn path=/branches/2020Q1/; revision=523305
* MFH: r522460Piotr Kubaj2020-01-082-3/+12
| | | | | | | | | | | | | | | | multimedia/obs-studio: fix build on powerpc64 Merge upstream commit to use GCC's SSE->AltiVec translation. Since it depends on compiling with GCC, it only works on ELFv1. Hopefully it will be possible to build it on ELFv2 in the future. Also use luajit only where it's actually available. Since it's optional, the port builds anyway. PR: 243199 Approved by: yuri (maintainer) Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q1/; revision=522461
* MFH: r522304Jan Beich2020-01-061-1/+1
| | | | | | | | | | | | | multimedia/libvpx: update COMMENT Only decoder and encoder are installed. Other features are not maintained by the port. Besides, ffmpeg provides alternative decoder while svt-vp9 provides alternative encoder. Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q1/; revision=522305
* MFH: r522289Jan Beich2020-01-061-2/+3
| | | | | | | | | multimedia/libvpx: fix RTCPU=OFF and POSTPROC=off Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q1/; revision=522294
* MFH: r522287Jan Beich2020-01-061-1/+1
| | | | | | | | | | | multimedia/libvpx: document current Firefox limit See https://bugzilla.mozilla.org/show_bug.cgi?id=1225221 Approved by: ports-secteam blanket Notes: svn path=/branches/2020Q1/; revision=522292
* MFH: r522141Thomas Zander2020-01-053-5/+24
| | | | | | | | | | | | | | | | Update to upstream version 42.0.0 Details: - Bug fixes and enhancements, see https://mkvtoolnix.download/doc/NEWS.md including segfault in mkv reader and use of uninitialised memory in MPEG stream parser. Approved by: ports-secteam (riggs) Notes: svn path=/branches/2020Q1/; revision=522142
* MFH: r521825Jan Beich2020-01-022-5/+4
| | | | | | | | | | | | multimedia/ffmpeg: update to 4.2.2 Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Reported by: portscout Approved by: ports-secteam blanket (multiple regression/security fixes) Notes: svn path=/branches/2020Q1/; revision=521826
* multimedia/libva: respect PREFIX for libva.confJan Beich2020-01-011-0/+3
| | | | | | | libva.conf is mainly used for debugging, so no need to rebuild. Notes: svn path=/head/; revision=521716
* multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUGJan Beich2020-01-011-1/+3
| | | | | | | `NDEBUG` is used in VS to disable extra checks outside of assert(3). Notes: svn path=/head/; revision=521710
* multimedia/vapoursynth: drop DEBUG option after r478306Jan Beich2020-01-011-3/+1
| | | | | | | | | Only passes `-O0 -g3 -ggdb` which is just a vendor way of saying to build with debug symbols. `-ftrapv` is slightly different but can be replaced with `-fsanitize=integer` which provides more checks. Notes: svn path=/head/; revision=521709
* multimedia/gmmlib: drop DEBUG option in favor of WITH_DEBUGJan Beich2020-01-012-3/+6
| | | | | | | | Fix CMAKE_BUILD_TYPE=Debug to pass -D_DEBUG like on Windows. A separate knob isn't necessary. Notes: svn path=/head/; revision=521706
* Fix OPENAL knob in multimedia/qt5-multimediaAdriaan de Groot2020-01-012-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | The knob was already there, but didn't have any machinery attached. - Move USES=openal to the knob - Introduce a patch to actually make openal configurable (instead of only following autodetect, so you can still turn the knob off with OpenAL installed) - Tidy the port a little - Add OPENAL to default options. Previously, setting or unsetting OPENAL had no effect, and OpenAL was always a dependency and used. Now, it does have an effect. I've made it default so that the default options still match what the port previously did (that is, depend on OpenAL). Bump PORTREVISION because of that. (Based very loosely on a patch submitted by Piotr Smyrak) PR: 242595 Reported by: Piotr Smyrak Notes: svn path=/head/; revision=521666
* multimedia/wlrobs: update to s20191230Jan Beich2019-12-312-20/+10
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log/d7294c05b907 Notes: svn path=/head/; revision=521663
* Remove expired ports:Rene Ladan2019-12-319-109/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-12-31 accessibility/linux-c6-atk: Superseded by CentOS 7 2019-12-31 audio/exaile-devel: this port is older than audio/exaile 2019-12-31 audio/linux-c6-alsa-lib: Superseded by CentOS 7 2019-12-31 audio/linux-c6-alsa-plugins-oss: Superseded by CentOS 7 2019-12-31 audio/linux-c6-alsa-plugins-pulseaudio: Superseded by CentOS 7 2019-12-31 audio/linux-c6-alsa-utils: Superseded by CentOS 7 2019-12-31 audio/linux-c6-flac: Superseded by CentOS 7 2019-12-31 audio/linux-c6-libaudiofile: Superseded by CentOS 7 2019-12-31 audio/linux-c6-libogg: Superseded by CentOS 7 2019-12-31 audio/linux-c6-libsndfile: Superseded by CentOS 7 2019-12-31 audio/linux-c6-libvorbis: Superseded by CentOS 7 2019-12-31 audio/linux-c6-mikmod: Superseded by CentOS 7 2019-12-31 audio/linux-c6-nas-libs: Superseded by CentOS 7 2019-12-31 audio/linux-c6-openal-soft: Superseded by CentOS 7 2019-12-31 audio/linux-c6-pulseaudio-libs: Superseded by CentOS 7 2019-12-31 audio/linux-c6-pulseaudio-utils: Superseded by CentOS 7 2019-12-31 audio/linux-c6-sdl_mixer: Superseded by CentOS 7 2019-12-31 databases/linux-c6-sqlite3: Superseded by CentOS 7 2019-12-31 databases/linux-oracle-instantclient-sqlplus: Depends on deprecated Centos 6 framework 2019-12-31 devel/linux-c6-dbus-glib: Superseded by CentOS 7 2019-12-31 devel/linux-c6-dbus-libs: Superseded by CentOS 7 2019-12-31 devel/linux-c6-devtools: Superseded by CentOS 7 2019-12-31 devel/linux-c6-elfutils-libelf: Superseded by CentOS 7 2019-12-31 devel/linux-c6-icu: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libgfortran: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libglade2: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libpciaccess: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libsigc++20: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libsoup: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libthai: Superseded by CentOS 7 2019-12-31 devel/linux-c6-libunwind: Superseded by CentOS 7 2019-12-31 devel/linux-c6-nspr: Superseded by CentOS 7 2019-12-31 devel/linux-c6-qt47: Superseded by CentOS 7 2019-12-31 devel/linux-c6-sdl12: Superseded by CentOS 7 2019-12-31 dns/linux-c6-libasyncns: Superseded by CentOS 7 2019-12-31 emulators/linux_base-c6: Superseded by CentOS 7 2019-12-31 ftp/linux-c6-curl: Superseded by CentOS 7 2019-12-31 graphics/cptutils: depends on expired textproc/xml2 2019-12-31 graphics/linux-c6-cairo: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-dri: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-gdk-pixbuf2: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-glx-utils: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-jasper: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-jpeg: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-png: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-sdl_image: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-sdl_ttf: Superseded by CentOS 7 2019-12-31 graphics/linux-c6-tiff: Superseded by CentOS 7 2019-12-31 lang/linux-c6-tcl85: Superseded by CentOS 7 2019-12-31 math/blazeiterative: Depends on expiring devel/openmp 2019-12-31 multimedia/linux-c6-libtheora: Superseded by CentOS 7 2019-12-31 multimedia/linux-c6-libv4l: Superseded by CentOS 7 2019-12-31 net/linux-c6-avahi-libs: Superseded by CentOS 7 2019-12-31 net/linux-c6-openldap: Superseded by CentOS 7 2019-12-31 net/linux-c6-tcp_wrappers-libs: Superseded by CentOS 7 2019-12-31 net/py-soappy: Please consider using net/py-zeep as upstream development is stalled and recommends using another stalled library stud 2019-12-31 print/linux-c6-cups-libs: Superseded by CentOS 7 2019-12-31 science/openmx: Depends on expiring devel/openmp 2019-12-31 science/py-PyFR: Depends on expiring devel/openmp 2019-12-31 science/py-phono3py: Depends on expiring devel/openmp 2019-12-31 security/linux-c6-audit-libs: Superseded by CentOS 7 2019-12-31 security/linux-c6-cyrus-sasl2: Superseded by CentOS 7 2019-12-31 security/linux-c6-gnutls: Superseded by CentOS 7 2019-12-31 security/linux-c6-libgcrypt: Superseded by CentOS 7 2019-12-31 security/linux-c6-libgpg-error: Superseded by CentOS 7 2019-12-31 security/linux-c6-libssh2: Superseded by CentOS 7 2019-12-31 security/linux-c6-libtasn1: Superseded by CentOS 7 2019-12-31 security/linux-c6-nss: Superseded by CentOS 7 2019-12-31 security/linux-c6-openssl: Superseded by CentOS 7 2019-12-31 security/linux-c6-pam: Superseded by CentOS 7 2019-12-31 security/openssl: OpenSSL 1.0.2 is End-of-Life 2019-12-31 at which time this port will update to 1.1.1 branch 2019-12-31 sysutils/eventlog: No longer supported by Balabit 2019-12-31 sysutils/linux-c6-lttng-ust: Superseded by CentOS 7 2019-12-31 sysutils/linux-c6-userspace-rcu: Superseded by CentOS 7 2019-12-31 sysutils/mkdesktop: defunct, will be deleted soon 2019-12-31 sysutils/syslog-ng311: No longer supported by Balabit 2019-12-31 sysutils/syslog-ng315: No longer supported by Balabit 2019-12-31 sysutils/syslog-ng317: No longer supported by Balabit 2019-12-31 sysutils/syslog-ng318: No longer supported by Balabit 2019-12-31 sysutils/syslog-ng319: No longer supported by Balabit 2019-12-31 textproc/linux-c6-aspell: Superseded by CentOS 7 2019-12-31 textproc/linux-c6-expat: Superseded by CentOS 7 2019-12-31 textproc/linux-c6-libxml2: Superseded by CentOS 7 2019-10-16 textproc/xml2: Unfetchable, unmaintained 2019-12-31 www/linux-c6-qt47-webkit: Superseded by CentOS 7 2019-12-31 x11/linux-c6-pixman: Superseded by CentOS 7 2019-12-31 x11/linux-c6-xorg-libs: Superseded by CentOS 7 2019-12-31 x11-fonts/linux-c6-fontconfig: Superseded by CentOS 7 2019-12-31 x11-toolkits/linux-c6-gtk2: Superseded by CentOS 7 2019-12-31 x11-toolkits/linux-c6-openmotif: Superseded by CentOS 7 2019-12-31 x11-toolkits/linux-c6-pango: Superseded by CentOS 7 2019-12-31 x11-toolkits/linux-c6-qt47-x11: Superseded by CentOS 7 2019-12-31 x11-toolkits/linux-c6-tk85: Superseded by CentOS 7 Notes: svn path=/head/; revision=521645
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.6Jose Alonso Cardenas Marquez2019-12-311-1/+1
| | | | Notes: svn path=/head/; revision=521632
* - Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed fromJose Alonso Cardenas Marquez2019-12-311-1/+1
| | | | | | | | | | | | | | | | | /etc/make.conf - Add FPC_LDPATH to freepascal compiler. By default it is defined to %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment variable - Remove compatX dependencies from bootstrap and compiler. It could fix problems when GENERIC kernel is not used [1] - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Submitted by: fbsdbugs4 __at__ sentry.org Notes: svn path=/head/; revision=521624
* Introduce non-DEFAULT OPTION for link-time-optimisationThomas Zander2019-12-311-1/+5
| | | | | | | | PR: 242829 Submitted by: daniel.engberg.lists@pyret.net Notes: svn path=/head/; revision=521612
* multimedia/aom: update to 1.0.0.2873Jan Beich2019-12-312-5/+5
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/5f40861bd..3aca30199 Notes: svn path=/head/; revision=521575
* Update to upstream version 1.3.7Thomas Zander2019-12-302-4/+4
| | | | | | | | | | Details: - Fix potential vulnerabilities reported by code fuzzing (no CVE IDs) MFH: 2019Q4 (hat: ports-secteam) Notes: svn path=/head/; revision=521566
* multimedia/mpv-mpris: update to 0.3Tobias C. Berner2019-12-302-4/+4
| | | | Notes: svn path=/head/; revision=521548
* multimedia/kodi-devel: Enable more features/options by defaultTobias Kortkamp2019-12-293-51/+18
| | | | | | | | | While here update CPUInfo patch which now includes patch-neon. PR: 242926 Notes: svn path=/head/; revision=521260
* multimedia/mpv: update to 0.31.0Jan Beich2019-12-283-15/+8
| | | | | | | | | | | | - Adjust ZIMG description after https://github.com/mpv-player/mpv/commit/13fe87f66b2c - Adjust TEST after https://github.com/mpv-player/mpv/commit/fb5689631993 - Drop TEST fix for i386 after https://github.com/mpv-player/mpv/commit/293dfc782552 Changes: https://github.com/mpv-player/mpv/releases/tag/v0.31.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=521225
* multimedia/aom: update to 1.0.0.2872Jan Beich2019-12-282-5/+5
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/cc6cf05c5..5f40861bd Notes: svn path=/head/; revision=521224
* Update to recent upstream snapshot as of 2019-12-27Thomas Zander2019-12-285-9/+7
| | | | Notes: svn path=/head/; revision=521216
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-12-281-1/+1
| | | | Notes: svn path=/head/; revision=521181
* multimedia/gstreamer1-plugins-msdk: back out r520767Jan Beich2019-12-271-3/+0
| | | | | | | | | | Already skipped due to dependencies. The original committer failed to provide full error log to analyze what actually happened on powerpc64. Let's see if pylon (package builder) complains. One leaf port failing shouldn't increase "bulk -a" workload much, anyway. Notes: svn path=/head/; revision=521038
* multimedia/intel-media-sdk: update to 19.4.0Jan Beich2019-12-273-12/+6
| | | | | | | | | Changes: https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-19.4.pre2...intel-mediasdk-19.4.0 Changes: https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-19.4.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=521036
* multimedia/libva-utils: minor refactorJan Beich2019-12-273-30/+24
| | | | | | | | | | | | | | - Convert to USES=meson like r490613 - Drop unused USES=tar:bz2 like r490614 - Drop unused DEBUG like r490615 - Drop unused dependencies - Take maintainership PR: 242903 Approved by: madpilot (maintainer) Notes: svn path=/head/; revision=521034
* Update jasper to 2.0.16Baptiste Daroussin2019-12-271-1/+1
| | | | | | | | | | This is needed to be able to update gegl to latest version. Bump revision of all consumer as the ABI is not 100% backward compatible. Provide a patch for graphics/devil to properly build with latest jasper. While here add a missing USES=xorg to graphics/devil Notes: svn path=/head/; revision=520989
* multimedia/mpv-mpris: fix build on GCC architecturesPiotr Kubaj2019-12-271-1/+1
| | | | | | | | C11 compiler is necessary: mpris.c:299: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vtable_root' Notes: svn path=/head/; revision=520960
* multimedia/smplayer: update to 19.10.2Fernando ApesteguĂ­a2019-12-262-7/+8
| | | | | | | | | | | | | | From ChangeLog: https://app.assembla.com/spaces/smplayer/subversion/source/HEAD/smplayer/trunk/Changelog * Try to prevent the player window to be larger than the desktop after a resize. * Fix compiling the web server on 32 bit with gcc 9.2.0. PR: 242870 Submitted by: vvd@unislabs.com Notes: svn path=/head/; revision=520951
* multimedia/libva-utils: update to 2.6.0Jan Beich2019-12-263-5/+5
| | | | | | | Changes: https://github.com/intel/libva-utils/releases/tag/2.6.0 Notes: svn path=/head/; revision=520942
* multimedia/libva-intel-media-driver: backport fixes from 19.4.0rJan Beich2019-12-262-1/+8
| | | | Notes: svn path=/head/; revision=520940
* Deprecate a few portsAntoine Brodin2019-12-265-0/+15
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=520894
* multimedia/libva: update to 2.6.0Jan Beich2019-12-256-72/+11
| | | | | | | | | Changes: https://github.com/intel/libva/releases/tag/2.6.0 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=520872
* multimedia/zart: Update g20190911 -> g20191124Yuri Victorovich2019-12-252-9/+10
| | | | Notes: svn path=/head/; revision=520831
* multimedia/libva-intel-media-driver: ignore macro warnings like r520797Jan Beich2019-12-241-3/+1
| | | | | | | DragonFly doesn't define __fastcall in <sys/cdefs.h>, so build can break. Notes: svn path=/head/; revision=520798
* multimedia/aom: update to 1.0.0.2863Jan Beich2019-12-245-8/+8
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/3e421b069..cc6cf05c5 Notes: svn path=/head/; revision=520764
* multimedia/gmmlib: update to 19.4.1Jan Beich2019-12-234-7/+7
| | | | | | | Changes: https://github.com/intel/gmmlib/compare/intel-gmmlib-19.3.4...intel-gmmlib-19.4.1 Notes: svn path=/head/; revision=520742
* multimedia/cinelerra-gg: Unbreak: the host in MASTER_SITES got renamedYuri Victorovich2019-12-222-4/+2
| | | | | | | | PR: 242815 Submitted by: alt2600@icloud.com Notes: svn path=/head/; revision=520668
* graphics/libplacebo: update to 1.29.0Jan Beich2019-12-223-1/+3
| | | | | | | | Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.0 Reported by: portscout Notes: svn path=/head/; revision=520666
* multimedia/mpv: update to 0.30.0Jan Beich2019-12-228-30/+25
| | | | | | | | | | | | | | | | | | | | ABI is compatible but rebuild consumers anyway in case some can take advantage of new APIs e.g., https://github.com/mpv-player/mpv/commit/e08f235578aa - DVDREAD is no longer supported after https://github.com/mpv-player/mpv/commit/622940498525 - DVDNAV needs libdvdred after https://github.com/mpv-player/mpv/commit/34e6a26f4d5a - TEST needs newer dependency after https://github.com/mpv-player/mpv/commit/293dfc782552 - V4L can no longer use tv:// after https://github.com/mpv-player/mpv/commit/b30e85508a30 - VULKAN option uses libplacebo after https://github.com/mpv-player/mpv/commit/7006d6752d7d - ZIMG to support --vf=fingerprint after https://github.com/mpv-player/mpv/commit/9cfeafa89e2e - ZSH option is no longer needed after https://github.com/mpv-player/mpv/commit/2712db823884 - Drop --disable-vapoursynth-lazy after https://github.com/mpv-player/mpv/commit/fb8d240c4d04 - Add --disable-shaderc to avoid no longer used dependency brought via libplacebo Changes: https://github.com/mpv-player/mpv/releases/tag/v0.30.0 Notes: svn path=/head/; revision=520597
* multimedia/aom: update to 1.0.0.2860Jan Beich2019-12-222-5/+5
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/d3c7ed9c0..3e421b069 Notes: svn path=/head/; revision=520596