Date: Sun, 20 Oct 2019 00:48:53 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514869 - in head: mail/thunderbird multimedia/aom multimedia/aom/files multimedia/ffmpeg multimedia/gstreamer1-plugins-aom multimedia/vlc www/firefox www/firefox-esr Message-ID: <201910200048.x9K0mrGJ085099@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Oct 20 00:48:52 2019 New Revision: 514869 URL: https://svnweb.freebsd.org/changeset/ports/514869 Log: multimedia/aom: update to 1.0.0.2541 Changes: https://aomedia.googlesource.com/aom/+log/ce7d07ee6..7e56b507f Added: head/multimedia/aom/files/patch-aom_src_aom__encoder.c (contents, props changed) Modified: head/mail/thunderbird/Makefile (contents, props changed) head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-aom/Makefile (contents, props changed) head/multimedia/vlc/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/mail/thunderbird/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 68.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/multimedia/aom/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-2499 -DISTVERSIONSUFFIX= -gce7d07ee6 +DISTVERSION= 1.0.0-2541 +DISTVERSIONSUFFIX= -g7e56b507f CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Sun Oct 20 00:48:42 2019 (r514868) +++ head/multimedia/aom/distinfo Sun Oct 20 00:48:52 2019 (r514869) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570838721 -SHA256 (jbeich-aom-v1.0.0-2499-gce7d07ee6_GH0.tar.gz) = 4ce5eabd7f2051d7cfdf315d658f32f1cd5dfcdeae841643c3bba74a6e0d6bb8 -SIZE (jbeich-aom-v1.0.0-2499-gce7d07ee6_GH0.tar.gz) = 3433022 +TIMESTAMP = 1571512649 +SHA256 (jbeich-aom-v1.0.0-2541-g7e56b507f_GH0.tar.gz) = f77abe4613341c7ff30eca6934cab23a87b2e3846e5d7646ef383ef50a77d0d4 +SIZE (jbeich-aom-v1.0.0-2541-g7e56b507f_GH0.tar.gz) = 3438521 Added: head/multimedia/aom/files/patch-aom_src_aom__encoder.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/aom/files/patch-aom_src_aom__encoder.c Sun Oct 20 00:48:52 2019 (r514869) @@ -0,0 +1,22 @@ +/usr/bin/ld.bfd: /usr/local/lib/libaom.so: undefined reference to `init_config' + +--- aom/src/aom_encoder.c.orig 2019-10-19 19:17:29 UTC ++++ aom/src/aom_encoder.c +@@ -27,7 +27,16 @@ + #include "aom/aom_encoder.h" + #include "aom/internal/aom_codec_internal.h" + +-extern void init_config(cfg_options_t *pConfig); ++#if CONFIG_FILEOPTIONS ++// Copied from common/args.c ++extern __attribute__((weak)) void init_config(cfg_options_t *pConfig) { ++ memset(pConfig, 0, sizeof(cfg_options_t)); ++ pConfig->super_block_size = 0; // Dynamic ++ pConfig->max_partition_size = 128; ++ pConfig->min_partition_size = 4; ++ pConfig->disable_trellis_quant = 3; ++} ++#endif + + #define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var) + Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/multimedia/ffmpeg/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.2.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/gstreamer1-plugins-aom/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-aom/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/multimedia/gstreamer1-plugins-aom/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia COMMENT= GStreamer (libaom) plugin Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/multimedia/vlc/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.8 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/www/firefox-esr/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Oct 20 00:48:42 2019 (r514868) +++ head/www/firefox/Makefile Sun Oct 20 00:48:52 2019 (r514869) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 70.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910200048.x9K0mrGJ085099>