aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-05-08 21:35:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-05-08 21:35:39 +0000
commitc9097166d404176b2efaf25b1dcd181bc428538d (patch)
tree440977d2e4182feb77f5b735f4291b115efea5dc
parentaa41ec50010d397ff2b3877340c2e0ca7166e30d (diff)
multimedia/aom: update to 2.0.0.r1 (stable branch)
Changes: https://aomedia.googlesource.com/aom/+log/bb664cf03..v2.0.0-rc1 Reported by: Balance- on /r/AV1
Notes
Notes: svn path=/head/; revision=534700
-rw-r--r--graphics/libavif/Makefile2
-rw-r--r--mail/thunderbird/Makefile2
-rw-r--r--multimedia/aom/Makefile3
-rw-r--r--multimedia/aom/distinfo6
-rw-r--r--multimedia/aom/pkg-plist4
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/gstreamer1-plugins-aom/Makefile2
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--www/firefox-esr/Makefile2
-rw-r--r--www/firefox/Makefile1
10 files changed, 13 insertions, 13 deletions
diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile
index 9cac707b98e5..0ac11e9a072a 100644
--- a/graphics/libavif/Makefile
+++ b/graphics/libavif/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libavif
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index d3b5465f476c..5080cea5ea21 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 68.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail news net-im
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
diff --git a/multimedia/aom/Makefile b/multimedia/aom/Makefile
index 5c78d5af60c9..f8ab489f67f7 100644
--- a/multimedia/aom/Makefile
+++ b/multimedia/aom/Makefile
@@ -3,8 +3,7 @@
PORTNAME= aom
DISTVERSIONPREFIX= v
# XXX Switch to release after https://bugs.chromium.org/p/aomedia/issues/detail?id=2545
-DISTVERSION= 1.0.0-3639
-DISTVERSIONSUFFIX= -gbb664cf03
+DISTVERSION= 2.0.0-rc1
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
diff --git a/multimedia/aom/distinfo b/multimedia/aom/distinfo
index eaa10c045aab..75ab007a141e 100644
--- a/multimedia/aom/distinfo
+++ b/multimedia/aom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588796001
-SHA256 (jbeich-aom-v1.0.0-3639-gbb664cf03_GH0.tar.gz) = dd68621037aa499d6e5dc01978aea54281e0110cb832b2b60f819a8240837e77
-SIZE (jbeich-aom-v1.0.0-3639-gbb664cf03_GH0.tar.gz) = 3575831
+TIMESTAMP = 1588910718
+SHA256 (jbeich-aom-v2.0.0-rc1_GH0.tar.gz) = ca4c5a9e6efbc5611b0e499184fd744cb825234711ba737e38e1354b21eee9c4
+SIZE (jbeich-aom-v2.0.0-rc1_GH0.tar.gz) = 3508000
diff --git a/multimedia/aom/pkg-plist b/multimedia/aom/pkg-plist
index 5c7debd68193..d23c29f2a6b1 100644
--- a/multimedia/aom/pkg-plist
+++ b/multimedia/aom/pkg-plist
@@ -11,6 +11,6 @@ include/aom/aomcx.h
include/aom/aomdx.h
lib/libaom.a
lib/libaom.so
-lib/libaom.so.0
-lib/libaom.so.1.0.0
+lib/libaom.so.2
+lib/libaom.so.2.0.0
libdata/pkgconfig/aom.pc
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index e691647dc6f6..7ed4e9dccc7b 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 4.2.2
-PORTREVISION= 16
+PORTREVISION= 17
PORTEPOCH= 1
CATEGORIES= multimedia audio net
MASTER_SITES= https://ffmpeg.org/releases/
diff --git a/multimedia/gstreamer1-plugins-aom/Makefile b/multimedia/gstreamer1-plugins-aom/Makefile
index 58052233667b..5c1d3fdfd202 100644
--- a/multimedia/gstreamer1-plugins-aom/Makefile
+++ b/multimedia/gstreamer1-plugins-aom/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= multimedia
COMMENT= GStreamer (libaom) plugin
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1dc877b0a26a..72f3af964407 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 3.0.10
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 4
CATEGORIES= multimedia audio net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 5b7795768736..adc9a137f2f0 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= firefox
DISTVERSION= 68.8.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 523cee67a788..3f267915da6a 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 76.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \