multimedia/aom: update to 1.0.0.2575
Changes: https://aomedia.googlesource.com/aom/+log/25daf5d22..6b855be18
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= thunderbird
|
||||
DISTVERSION= 68.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail news net-im
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
|
||||
|
||||
@@ -2,15 +2,10 @@
|
||||
|
||||
PORTNAME= aom
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.0-2558
|
||||
DISTVERSIONSUFFIX= -g25daf5d22
|
||||
DISTVERSION= 1.0.0-2575
|
||||
DISTVERSIONSUFFIX= -g6b855be18
|
||||
CATEGORIES= multimedia
|
||||
|
||||
# XXX Drop revert of revert when ABI changes again
|
||||
# https://aomedia-review.googlesource.com/c/aom/+/96983
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= a70e67a5fd6a.patch:-p1
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= AV1 reference encoder/decoder
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1571872871
|
||||
SHA256 (jbeich-aom-v1.0.0-2558-g25daf5d22_GH0.tar.gz) = 563e96a67ee406c5109a6c194fd8f6fe976e2db85d4ffb536e805e38018c8fb0
|
||||
SIZE (jbeich-aom-v1.0.0-2558-g25daf5d22_GH0.tar.gz) = 3437867
|
||||
SHA256 (a70e67a5fd6a.patch) = 1231481f9ecdddf19edf20734ee9d2782bf89afa8800d46470c915464c0c311c
|
||||
SIZE (a70e67a5fd6a.patch) = 32538
|
||||
TIMESTAMP = 1572056020
|
||||
SHA256 (jbeich-aom-v1.0.0-2575-g6b855be18_GH0.tar.gz) = 232f007ef17c40baff94985b3eef3dbe61ee543aac531f5413c988bf26519a67
|
||||
SIZE (jbeich-aom-v1.0.0-2575-g6b855be18_GH0.tar.gz) = 3441303
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
/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)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 4.2.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio net
|
||||
MASTER_SITES= https://ffmpeg.org/releases/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
|
||||
COMMENT= GStreamer (libaom) plugin
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 3.0.8
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 68.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 70.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
||||
Reference in New Issue
Block a user