Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 17:52:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431767 - in branches/2017Q1/multimedia/libvpx: . files
Message-ID:  <201701171752.v0HHqGDX069084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jan 17 17:52:16 2017
New Revision: 431767
URL: https://svnweb.freebsd.org/changeset/ports/431767

Log:
  MFH: r431741
  
  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
  Approved by:	ports-secteam (feld)

Modified:
  branches/2017Q1/multimedia/libvpx/Makefile
  branches/2017Q1/multimedia/libvpx/distinfo
  branches/2017Q1/multimedia/libvpx/files/patch-configure
  branches/2017Q1/multimedia/libvpx/pkg-plist
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/multimedia/libvpx/Makefile
==============================================================================
--- branches/2017Q1/multimedia/libvpx/Makefile	Tue Jan 17 17:44:49 2017	(r431766)
+++ branches/2017Q1/multimedia/libvpx/Makefile	Tue Jan 17 17:52:16 2017	(r431767)
@@ -3,8 +3,7 @@
 
 PORTNAME=	libvpx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.6.0
-PORTREVISION=	1
+DISTVERSION=	1.6.1
 CATEGORIES=	multimedia
 
 MAINTAINER=	ashish@FreeBSD.org

Modified: branches/2017Q1/multimedia/libvpx/distinfo
==============================================================================
--- branches/2017Q1/multimedia/libvpx/distinfo	Tue Jan 17 17:44:49 2017	(r431766)
+++ branches/2017Q1/multimedia/libvpx/distinfo	Tue Jan 17 17:52:16 2017	(r431767)
@@ -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: branches/2017Q1/multimedia/libvpx/files/patch-configure
==============================================================================
--- branches/2017Q1/multimedia/libvpx/files/patch-configure	Tue Jan 17 17:44:49 2017	(r431766)
+++ branches/2017Q1/multimedia/libvpx/files/patch-configure	Tue Jan 17 17:52:16 2017	(r431767)
@@ -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: branches/2017Q1/multimedia/libvpx/pkg-plist
==============================================================================
--- branches/2017Q1/multimedia/libvpx/pkg-plist	Tue Jan 17 17:44:49 2017	(r431766)
+++ branches/2017Q1/multimedia/libvpx/pkg-plist	Tue Jan 17 17:52:16 2017	(r431767)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701171752.v0HHqGDX069084>