svn commit: r431741 - in head/multimedia/libvpx: . files
Jan Beich
jbeich at FreeBSD.org
Tue Jan 17 14:37:37 UTC 2017
Author: jbeich
Date: Tue Jan 17 14:37:36 2017
New Revision: 431741
URL: https://svnweb.freebsd.org/changeset/ports/431741
Log:
multimedia/libvpx: update 1.6.1
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.0..v1.6.1
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.6.0_to_1.6.1/compat_report.html
MFH: 2017Q1 (maybe security from fuzz fixes)
Modified:
head/multimedia/libvpx/Makefile (contents, props changed)
head/multimedia/libvpx/distinfo (contents, props changed)
head/multimedia/libvpx/files/patch-configure (contents, props changed)
head/multimedia/libvpx/pkg-plist (contents, props changed)
Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile Tue Jan 17 14:32:24 2017 (r431740)
+++ head/multimedia/libvpx/Makefile Tue Jan 17 14:37:36 2017 (r431741)
@@ -3,8 +3,7 @@
PORTNAME= libvpx
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.0
-PORTREVISION= 1
+DISTVERSION= 1.6.1
CATEGORIES= multimedia
MAINTAINER= ashish at FreeBSD.org
Modified: head/multimedia/libvpx/distinfo
==============================================================================
--- head/multimedia/libvpx/distinfo Tue Jan 17 14:32:24 2017 (r431740)
+++ head/multimedia/libvpx/distinfo Tue Jan 17 14:37:36 2017 (r431741)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475172408
-SHA256 (webmproject-libvpx-v1.6.0_GH0.tar.gz) = e2fc00c9f60c76f91a1cde16a2356e33a45b76a5a5a1370df65fd57052a4994a
-SIZE (webmproject-libvpx-v1.6.0_GH0.tar.gz) = 2476097
+TIMESTAMP = 1484252847
+SHA256 (webmproject-libvpx-v1.6.1_GH0.tar.gz) = cda8bb6f0e4848c018177d3a576fa83ed96d762554d7010fe4cfb9d70c22e588
+SIZE (webmproject-libvpx-v1.6.1_GH0.tar.gz) = 2493087
Modified: head/multimedia/libvpx/files/patch-configure
==============================================================================
--- head/multimedia/libvpx/files/patch-configure Tue Jan 17 14:32:24 2017 (r431740)
+++ head/multimedia/libvpx/files/patch-configure Tue Jan 17 14:37:36 2017 (r431741)
@@ -11,27 +11,3 @@
all_platforms="${all_platforms} generic-gnu"
# all_targets is a list of all targets that can be configured
-@@ -585,15 +589,14 @@ process_toolchain() {
- check_add_cflags -Wimplicit-function-declaration
- check_add_cflags -Wuninitialized
- check_add_cflags -Wunused-variable
-- case ${CC} in
-- *clang*)
-- # libvpx and/or clang have issues with aliasing:
-- # https://code.google.com/p/webm/issues/detail?id=603
-- # work around them until they are fixed
-- check_add_cflags -fno-strict-aliasing
-- ;;
-- *) check_add_cflags -Wunused-but-set-variable ;;
-- esac
-+ if ${CC} -v 2>&1 | grep "clang version" >/dev/null; then
-+ # libvpx and/or clang have issues with aliasing:
-+ # https://code.google.com/p/webm/issues/detail?id=603
-+ # work around them until they are fixed
-+ check_add_cflags -fno-strict-aliasing
-+ else
-+ check_add_cflags -Wunused-but-set-variable
-+ fi
- if enabled mips || [ -z "${INLINE}" ]; then
- enabled extra_warnings || check_add_cflags -Wno-unused-function
- else
Modified: head/multimedia/libvpx/pkg-plist
==============================================================================
--- head/multimedia/libvpx/pkg-plist Tue Jan 17 14:32:24 2017 (r431740)
+++ head/multimedia/libvpx/pkg-plist Tue Jan 17 14:37:36 2017 (r431741)
@@ -12,6 +12,6 @@ include/vpx/vpx_integer.h
lib/libvpx.a
%%SHARED%%lib/libvpx.so
%%SHARED%%lib/libvpx.so.4
-%%SHARED%%lib/libvpx.so.4.0
-%%SHARED%%lib/libvpx.so.4.0.0
+%%SHARED%%lib/libvpx.so.4.1
+%%SHARED%%lib/libvpx.so.4.1.0
libdata/pkgconfig/vpx.pc
More information about the svn-ports-head
mailing list