View | Details | Raw Unified | Return to bug 204478
Collapse All | Expand All

(-)emulators/virtualbox-ose/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	virtualbox-ose
4
PORTNAME=	virtualbox-ose
5
DISTVERSION=	4.3.32
5
DISTVERSION=	4.3.32
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
8
MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
8
		http://tmp.chruetertee.ch/ \
9
		http://tmp.chruetertee.ch/ \
(-)games/openbor/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	openbor
3
PORTNAME=	openbor
4
PORTVERSION=	3.0.r4163
4
PORTVERSION=	3.0.r4163
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	LOCAL/jbeich \
7
MASTER_SITES=	LOCAL/jbeich \
8
		https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn
8
		https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn
(-)graphics/gd/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libgd
4
PORTNAME=	libgd
5
PORTVERSION=	2.1.0
5
PORTVERSION=	2.1.0
6
PORTREVISION?=	6
6
PORTREVISION?=	7
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES+=	graphics
8
CATEGORIES+=	graphics
9
MASTER_SITES=	https://bitbucket.org/libgd/gd-libgd/downloads/ \
9
MASTER_SITES=	https://bitbucket.org/libgd/gd-libgd/downloads/ \
(-)graphics/php5-gd/Makefile (+1 lines)
Lines 1-6 Link Here
1
# Created by: Alex Dupre <ale@FreeBSD.org>
1
# Created by: Alex Dupre <ale@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTREVISION=	1
4
CATEGORIES=	graphics
5
CATEGORIES=	graphics
5
6
6
MASTERDIR=	${.CURDIR}/../../lang/php5
7
MASTERDIR=	${.CURDIR}/../../lang/php5
(-)graphics/php55-gd/Makefile (+1 lines)
Lines 1-6 Link Here
1
# Created by: Alex Dupre <ale@FreeBSD.org>
1
# Created by: Alex Dupre <ale@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTREVISION=	1
4
CATEGORIES=	graphics
5
CATEGORIES=	graphics
5
6
6
MASTERDIR=	${.CURDIR}/../../lang/php55
7
MASTERDIR=	${.CURDIR}/../../lang/php55
(-)graphics/php56-gd/Makefile (+1 lines)
Lines 1-6 Link Here
1
# Created by: Alex Dupre <ale@FreeBSD.org>
1
# Created by: Alex Dupre <ale@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTREVISION=	1
4
CATEGORIES=	graphics
5
CATEGORIES=	graphics
5
6
6
MASTERDIR=	${.CURDIR}/../../lang/php56
7
MASTERDIR=	${.CURDIR}/../../lang/php56
(-)mail/thunderbird/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	thunderbird
4
PORTNAME=	thunderbird
5
DISTVERSION=	38.3.0
5
DISTVERSION=	38.3.0
6
PORTREVISION=	1
6
CATEGORIES=	mail news net-im ipv6
7
CATEGORIES=	mail news net-im ipv6
7
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
8
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
8
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
9
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
(-)multimedia/avidemux/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	avidemux
7
PORTNAME=	avidemux
8
PORTVERSION=	${AVIDEMUX_VERSION}
8
PORTVERSION=	${AVIDEMUX_VERSION}
9
PORTREVISION=	2
9
PORTREVISION=	3
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
11
12
MAINTAINER=	multimedia@FreeBSD.org
12
MAINTAINER=	multimedia@FreeBSD.org
(-)multimedia/ffmpeg/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ffmpeg
4
PORTNAME=	ffmpeg
5
PORTVERSION=	2.8.1
5
PORTVERSION=	2.8.1
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	multimedia audio ipv6 net
8
CATEGORIES=	multimedia audio ipv6 net
8
MASTER_SITES=	http://ffmpeg.org/releases/
9
MASTER_SITES=	http://ffmpeg.org/releases/
(-)multimedia/ffmpeg/files/patch-libavcodec-libvpxenc.c (+39 lines)
Added Link Here
1
commit 6540fe0
2
Author: James Zern <jzern@google.com>
3
Date:   Mon Oct 19 22:44:11 2015 -0700
4
5
    libvpxenc: remove some unused ctrl id mappings
6
    
7
    VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
8
    from libvpx and the remaining values were never used here
9
    
10
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
11
    Signed-off-by: James Zern <jzern@google.com>
12
---
13
 libavcodec/libvpxenc.c | 8 --------
14
 1 file changed, 8 deletions(-)
15
16
diff --git libavcodec/libvpxenc.c libavcodec/libvpxenc.c
17
index 5f39783..992122c 100644
18
--- libavcodec/libvpxenc.c
19
+++ libavcodec/libvpxenc.c
20
@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext {
21
 
22
 /** String mappings for enum vp8e_enc_control_id */
23
 static const char *const ctlidstr[] = {
24
-    [VP8E_UPD_ENTROPY]           = "VP8E_UPD_ENTROPY",
25
-    [VP8E_UPD_REFERENCE]         = "VP8E_UPD_REFERENCE",
26
-    [VP8E_USE_REFERENCE]         = "VP8E_USE_REFERENCE",
27
-    [VP8E_SET_ROI_MAP]           = "VP8E_SET_ROI_MAP",
28
-    [VP8E_SET_ACTIVEMAP]         = "VP8E_SET_ACTIVEMAP",
29
-    [VP8E_SET_SCALEMODE]         = "VP8E_SET_SCALEMODE",
30
     [VP8E_SET_CPUUSED]           = "VP8E_SET_CPUUSED",
31
     [VP8E_SET_ENABLEAUTOALTREF]  = "VP8E_SET_ENABLEAUTOALTREF",
32
     [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY",
33
-    [VP8E_SET_SHARPNESS]         = "VP8E_SET_SHARPNESS",
34
     [VP8E_SET_STATIC_THRESHOLD]  = "VP8E_SET_STATIC_THRESHOLD",
35
     [VP8E_SET_TOKEN_PARTITIONS]  = "VP8E_SET_TOKEN_PARTITIONS",
36
-    [VP8E_GET_LAST_QUANTIZER]    = "VP8E_GET_LAST_QUANTIZER",
37
     [VP8E_SET_ARNR_MAXFRAMES]    = "VP8E_SET_ARNR_MAXFRAMES",
38
     [VP8E_SET_ARNR_STRENGTH]     = "VP8E_SET_ARNR_STRENGTH",
39
     [VP8E_SET_ARNR_TYPE]         = "VP8E_SET_ARNR_TYPE",
(-)multimedia/ffmpeg0/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ffmpeg
4
PORTNAME=	ffmpeg
5
PORTVERSION=	0.7.17
5
PORTVERSION=	0.7.17
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	multimedia audio ipv6 net
8
CATEGORIES=	multimedia audio ipv6 net
8
MASTER_SITES=	http://ffmpeg.org/releases/
9
MASTER_SITES=	http://ffmpeg.org/releases/
(-)multimedia/ffmpeg0/files/patch-libavcodec-libvpxenc.c (+39 lines)
Added Link Here
1
commit 6540fe0
2
Author: James Zern <jzern@google.com>
3
Date:   Mon Oct 19 22:44:11 2015 -0700
4
5
    libvpxenc: remove some unused ctrl id mappings
6
    
7
    VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
8
    from libvpx and the remaining values were never used here
9
    
10
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
11
    Signed-off-by: James Zern <jzern@google.com>
12
---
13
 libavcodec/libvpxenc.c | 8 --------
14
 1 file changed, 8 deletions(-)
15
16
diff --git libavcodec/libvpxenc.c libavcodec/libvpxenc.c
17
index 5f39783..992122c 100644
18
--- libavcodec/libvpxenc.c
19
+++ libavcodec/libvpxenc.c
20
@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext {
21
 
22
 /** String mappings for enum vp8e_enc_control_id */
23
 static const char *ctlidstr[] = {
24
-    [VP8E_UPD_ENTROPY]           = "VP8E_UPD_ENTROPY",
25
-    [VP8E_UPD_REFERENCE]         = "VP8E_UPD_REFERENCE",
26
-    [VP8E_USE_REFERENCE]         = "VP8E_USE_REFERENCE",
27
-    [VP8E_SET_ROI_MAP]           = "VP8E_SET_ROI_MAP",
28
-    [VP8E_SET_ACTIVEMAP]         = "VP8E_SET_ACTIVEMAP",
29
-    [VP8E_SET_SCALEMODE]         = "VP8E_SET_SCALEMODE",
30
     [VP8E_SET_CPUUSED]           = "VP8E_SET_CPUUSED",
31
     [VP8E_SET_ENABLEAUTOALTREF]  = "VP8E_SET_ENABLEAUTOALTREF",
32
     [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY",
33
-    [VP8E_SET_SHARPNESS]         = "VP8E_SET_SHARPNESS",
34
     [VP8E_SET_STATIC_THRESHOLD]  = "VP8E_SET_STATIC_THRESHOLD",
35
     [VP8E_SET_TOKEN_PARTITIONS]  = "VP8E_SET_TOKEN_PARTITIONS",
36
-    [VP8E_GET_LAST_QUANTIZER]    = "VP8E_GET_LAST_QUANTIZER",
37
     [VP8E_SET_ARNR_MAXFRAMES]    = "VP8E_SET_ARNR_MAXFRAMES",
38
     [VP8E_SET_ARNR_STRENGTH]     = "VP8E_SET_ARNR_STRENGTH",
39
     [VP8E_SET_ARNR_TYPE]         = "VP8E_SET_ARNR_TYPE",
(-)multimedia/gstreamer-plugins-vp8/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Koop Mast <kwm@FreeBSD.org>
1
# Created by: Koop Mast <kwm@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTREVISION=	2
4
PORTREVISION=	3
5
CATEGORIES=	multimedia
5
CATEGORIES=	multimedia
6
6
7
COMMENT=	Gstreamer vp8 codec plugin
7
COMMENT=	Gstreamer vp8 codec plugin
(-)multimedia/gstreamer1-plugins-vpx/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	0
3
PORTREVISION=	1
4
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
5
5
6
COMMENT=	Gstreamer vp8 codec plugin
6
COMMENT=	Gstreamer vp8 codec plugin
(-)multimedia/handbrake/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	handbrake
4
PORTNAME=	handbrake
5
PORTVERSION=	0.10.2
5
PORTVERSION=	0.10.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	http://download.handbrake.fr/releases/${PORTVERSION}/ \
8
MASTER_SITES=	http://download.handbrake.fr/releases/${PORTVERSION}/ \
9
		http://download.handbrake.fr/handbrake/contrib/:contrib \
9
		http://download.handbrake.fr/handbrake/contrib/:contrib \
(-)multimedia/handbrake/files/patch-contrib_ffmpeg_A90-libvpx-1.5.0.patch (+42 lines)
Added Link Here
1
--- contrib/ffmpeg/A90-libvpx-1.5.0.patch.orig	2015-11-11 20:38:40 UTC
2
+++ contrib/ffmpeg/A90-libvpx-1.5.0.patch
3
@@ -0,0 +1,39 @@
4
+commit 6540fe0
5
+Author: James Zern <jzern@google.com>
6
+Date:   Mon Oct 19 22:44:11 2015 -0700
7
+
8
+    libvpxenc: remove some unused ctrl id mappings
9
+    
10
+    VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
11
+    from libvpx and the remaining values were never used here
12
+    
13
+    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
14
+    Signed-off-by: James Zern <jzern@google.com>
15
+---
16
+ libavcodec/libvpxenc.c | 8 --------
17
+ 1 file changed, 8 deletions(-)
18
+
19
+diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
20
+index 5f39783..992122c 100644
21
+--- a/libavcodec/libvpxenc.c
22
++++ b/libavcodec/libvpxenc.c
23
+@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext {
24
+ 
25
+ /** String mappings for enum vp8e_enc_control_id */
26
+ static const char *const ctlidstr[] = {
27
+-    [VP8E_UPD_ENTROPY]           = "VP8E_UPD_ENTROPY",
28
+-    [VP8E_UPD_REFERENCE]         = "VP8E_UPD_REFERENCE",
29
+-    [VP8E_USE_REFERENCE]         = "VP8E_USE_REFERENCE",
30
+-    [VP8E_SET_ROI_MAP]           = "VP8E_SET_ROI_MAP",
31
+-    [VP8E_SET_ACTIVEMAP]         = "VP8E_SET_ACTIVEMAP",
32
+-    [VP8E_SET_SCALEMODE]         = "VP8E_SET_SCALEMODE",
33
+     [VP8E_SET_CPUUSED]           = "VP8E_SET_CPUUSED",
34
+     [VP8E_SET_ENABLEAUTOALTREF]  = "VP8E_SET_ENABLEAUTOALTREF",
35
+     [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY",
36
+-    [VP8E_SET_SHARPNESS]         = "VP8E_SET_SHARPNESS",
37
+     [VP8E_SET_STATIC_THRESHOLD]  = "VP8E_SET_STATIC_THRESHOLD",
38
+     [VP8E_SET_TOKEN_PARTITIONS]  = "VP8E_SET_TOKEN_PARTITIONS",
39
+-    [VP8E_GET_LAST_QUANTIZER]    = "VP8E_GET_LAST_QUANTIZER",
40
+     [VP8E_SET_ARNR_MAXFRAMES]    = "VP8E_SET_ARNR_MAXFRAMES",
41
+     [VP8E_SET_ARNR_STRENGTH]     = "VP8E_SET_ARNR_STRENGTH",
42
+     [VP8E_SET_ARNR_TYPE]         = "VP8E_SET_ARNR_TYPE",
(-)multimedia/libav/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libav
3
PORTNAME=	libav
4
PORTVERSION=	11.4
4
PORTVERSION=	11.4
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	multimedia audio ipv6 net
6
CATEGORIES=	multimedia audio ipv6 net
7
MASTER_SITES=	http://libav.org/releases/
7
MASTER_SITES=	http://libav.org/releases/
8
8
(-)multimedia/libav/files/patch-libavcodec_libvpxenc.c (+39 lines)
Added Link Here
1
commit 6540fe0
2
Author: James Zern <jzern@google.com>
3
Date:   Mon Oct 19 22:44:11 2015 -0700
4
5
    libvpxenc: remove some unused ctrl id mappings
6
    
7
    VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
8
    from libvpx and the remaining values were never used here
9
    
10
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
11
    Signed-off-by: James Zern <jzern@google.com>
12
---
13
 libavcodec/libvpxenc.c | 8 --------
14
 1 file changed, 8 deletions(-)
15
16
diff --git libavcodec/libvpxenc.c libavcodec/libvpxenc.c
17
index 5f39783..992122c 100644
18
--- libavcodec/libvpxenc.c
19
+++ libavcodec/libvpxenc.c
20
@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext {
21
 
22
 /** String mappings for enum vp8e_enc_control_id */
23
 static const char *const ctlidstr[] = {
24
-    [VP8E_UPD_ENTROPY]           = "VP8E_UPD_ENTROPY",
25
-    [VP8E_UPD_REFERENCE]         = "VP8E_UPD_REFERENCE",
26
-    [VP8E_USE_REFERENCE]         = "VP8E_USE_REFERENCE",
27
-    [VP8E_SET_ROI_MAP]           = "VP8E_SET_ROI_MAP",
28
-    [VP8E_SET_ACTIVEMAP]         = "VP8E_SET_ACTIVEMAP",
29
-    [VP8E_SET_SCALEMODE]         = "VP8E_SET_SCALEMODE",
30
     [VP8E_SET_CPUUSED]           = "VP8E_SET_CPUUSED",
31
     [VP8E_SET_ENABLEAUTOALTREF]  = "VP8E_SET_ENABLEAUTOALTREF",
32
     [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY",
33
-    [VP8E_SET_SHARPNESS]         = "VP8E_SET_SHARPNESS",
34
     [VP8E_SET_STATIC_THRESHOLD]  = "VP8E_SET_STATIC_THRESHOLD",
35
     [VP8E_SET_TOKEN_PARTITIONS]  = "VP8E_SET_TOKEN_PARTITIONS",
36
-    [VP8E_GET_LAST_QUANTIZER]    = "VP8E_GET_LAST_QUANTIZER",
37
     [VP8E_SET_ARNR_MAXFRAMES]    = "VP8E_SET_ARNR_MAXFRAMES",
38
     [VP8E_SET_ARNR_STRENGTH]     = "VP8E_SET_ARNR_STRENGTH",
39
     [VP8E_SET_ARNR_TYPE]         = "VP8E_SET_ARNR_TYPE",
(-)multimedia/libvpx/Makefile (-3 / +1 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	libvpx
4
PORTNAME=	libvpx
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.4.0-488 # tracking www/firefox
6
DISTVERSION=	1.5.0
7
DISTVERSIONSUFFIX=	-ge67d45d
8
PORTREVISION=	1
9
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
10
8
11
MAINTAINER=	ashish@FreeBSD.org
9
MAINTAINER=	ashish@FreeBSD.org
(-)multimedia/libvpx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (webmproject-libvpx-v1.4.0-488-ge67d45d_GH0.tar.bz2) = 9ee182a81d866d92021e4cb11bc81cf0bee96d5bb53c2122eb4d3cc6b86b712b
1
SHA256 (webmproject-libvpx-v1.5.0_GH0.tar.bz2) = f199b03b67042e8d94a3ae8bc841fb82b6a8430bdf3965aeeaafe8245bcfa699
2
SIZE (webmproject-libvpx-v1.4.0-488-ge67d45d_GH0.tar.bz2) = 2324228
2
SIZE (webmproject-libvpx-v1.5.0_GH0.tar.bz2) = 2430835
(-)multimedia/libvpx/files/patch-configure (-2 / +2 lines)
Lines 1-9 Link Here
1
--- configure.orig
1
--- configure.orig
2
+++ configure
2
+++ configure
3
@@ -148,6 +148,10 @@ all_platforms="${all_platforms} x86_64-w
3
@@ -153,6 +153,10 @@ all_platforms="${all_platforms} x86_64-w
4
 all_platforms="${all_platforms} x86_64-win64-vs10"
5
 all_platforms="${all_platforms} x86_64-win64-vs11"
4
 all_platforms="${all_platforms} x86_64-win64-vs11"
6
 all_platforms="${all_platforms} x86_64-win64-vs12"
5
 all_platforms="${all_platforms} x86_64-win64-vs12"
6
 all_platforms="${all_platforms} x86_64-win64-vs14"
7
+all_platforms="${all_platforms} ia64-linux-gcc"
7
+all_platforms="${all_platforms} ia64-linux-gcc"
8
+all_platforms="${all_platforms} ppc32-linux-gcc"
8
+all_platforms="${all_platforms} ppc32-linux-gcc"
9
+all_platforms="${all_platforms} ppc64-linux-gcc"
9
+all_platforms="${all_platforms} ppc64-linux-gcc"
(-)multimedia/libvpx/files/patch-vp9_common_vp9__filter.c (-27 lines)
Removed Link Here
1
commit 33b3953c548a20c0aee705657df0440a740c28b7
2
Author: James Zern <jzern@google.com>
3
Date:   Thu Jun 11 15:12:22 2015 -0700
4
5
    vp9_filter: restore vp9_bilinear_filters alignment
6
    
7
    the declaration containing the alignment in vp9_filter.h was removed in:
8
    eb88b17 Make vp9 subpixel match vp8
9
    
10
    fixes a crash in 32-bit builds
11
    
12
    Change-Id: I9a97e6b4e8e94698e43ff79d0d8bb85043b73c61
13
14
diff --git a/vp9/common/vp9_filter.c b/vp9/common/vp9_filter.c
15
index afcdf22..b256d4a 100644
16
--- vp9/common/vp9_filter.c
17
+++ vp9/common/vp9_filter.c
18
@@ -12,7 +12,8 @@
19
 
20
 #include "vp9/common/vp9_filter.h"
21
 
22
-const InterpKernel vp9_bilinear_filters[SUBPEL_SHIFTS] = {
23
+DECLARE_ALIGNED(256, const InterpKernel,
24
+                vp9_bilinear_filters[SUBPEL_SHIFTS]) = {
25
   { 0, 0, 0, 128,   0, 0, 0, 0 },
26
   { 0, 0, 0, 120,   8, 0, 0, 0 },
27
   { 0, 0, 0, 112,  16, 0, 0, 0 },
(-)multimedia/libvpx/pkg-plist (-3 / +3 lines)
Lines 11-17 include/vpx/vpx_image.h Link Here
11
include/vpx/vpx_integer.h
11
include/vpx/vpx_integer.h
12
lib/libvpx.a
12
lib/libvpx.a
13
%%SHARED%%lib/libvpx.so
13
%%SHARED%%lib/libvpx.so
14
%%SHARED%%lib/libvpx.so.2
14
%%SHARED%%lib/libvpx.so.3
15
%%SHARED%%lib/libvpx.so.2.0
15
%%SHARED%%lib/libvpx.so.3.0
16
%%SHARED%%lib/libvpx.so.2.0.0
16
%%SHARED%%lib/libvpx.so.3.0.0
17
libdata/pkgconfig/vpx.pc
17
libdata/pkgconfig/vpx.pc
(-)multimedia/mplayer/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mplayer
4
PORTNAME=	mplayer
5
PORTVERSION=	${MPLAYER_PORT_VERSION}
5
PORTVERSION=	${MPLAYER_PORT_VERSION}
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	multimedia audio
7
CATEGORIES=	multimedia audio
8
8
9
MAINTAINER=	riggs@FreeBSD.org
9
MAINTAINER=	riggs@FreeBSD.org
(-)multimedia/mplayer/files/patch-ffmpeg_libavcodec_libvpxenc.c (+39 lines)
Added Link Here
1
commit 6540fe0
2
Author: James Zern <jzern@google.com>
3
Date:   Mon Oct 19 22:44:11 2015 -0700
4
5
    libvpxenc: remove some unused ctrl id mappings
6
    
7
    VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
8
    from libvpx and the remaining values were never used here
9
    
10
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
11
    Signed-off-by: James Zern <jzern@google.com>
12
---
13
 libavcodec/libvpxenc.c | 8 --------
14
 1 file changed, 8 deletions(-)
15
16
diff --git ffmpeg/libavcodec/libvpxenc.c ffmpeg/libavcodec/libvpxenc.c
17
index 5f39783..992122c 100644
18
--- ffmpeg/libavcodec/libvpxenc.c
19
+++ ffmpeg/libavcodec/libvpxenc.c
20
@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext {
21
 
22
 /** String mappings for enum vp8e_enc_control_id */
23
 static const char *const ctlidstr[] = {
24
-    [VP8E_UPD_ENTROPY]           = "VP8E_UPD_ENTROPY",
25
-    [VP8E_UPD_REFERENCE]         = "VP8E_UPD_REFERENCE",
26
-    [VP8E_USE_REFERENCE]         = "VP8E_USE_REFERENCE",
27
-    [VP8E_SET_ROI_MAP]           = "VP8E_SET_ROI_MAP",
28
-    [VP8E_SET_ACTIVEMAP]         = "VP8E_SET_ACTIVEMAP",
29
-    [VP8E_SET_SCALEMODE]         = "VP8E_SET_SCALEMODE",
30
     [VP8E_SET_CPUUSED]           = "VP8E_SET_CPUUSED",
31
     [VP8E_SET_ENABLEAUTOALTREF]  = "VP8E_SET_ENABLEAUTOALTREF",
32
     [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY",
33
-    [VP8E_SET_SHARPNESS]         = "VP8E_SET_SHARPNESS",
34
     [VP8E_SET_STATIC_THRESHOLD]  = "VP8E_SET_STATIC_THRESHOLD",
35
     [VP8E_SET_TOKEN_PARTITIONS]  = "VP8E_SET_TOKEN_PARTITIONS",
36
-    [VP8E_GET_LAST_QUANTIZER]    = "VP8E_GET_LAST_QUANTIZER",
37
     [VP8E_SET_ARNR_MAXFRAMES]    = "VP8E_SET_ARNR_MAXFRAMES",
38
     [VP8E_SET_ARNR_STRENGTH]     = "VP8E_SET_ARNR_STRENGTH",
39
     [VP8E_SET_ARNR_TYPE]         = "VP8E_SET_ARNR_TYPE",
(-)net-im/qTox/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	qTox
4
PORTNAME=	qTox
5
PORTVERSION=	0.150614
5
PORTVERSION=	0.150614
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-im net-p2p
7
CATEGORIES=	net-im net-p2p
8
8
9
MAINTAINER=	yuri@rawbw.com
9
MAINTAINER=	yuri@rawbw.com
(-)net-im/tox/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	toxcore
4
PORTNAME=	toxcore
5
PORTVERSION=	0.151028
5
PORTVERSION=	0.151028
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-im net-p2p
7
CATEGORIES=	net-im net-p2p
8
8
9
MAINTAINER=	thierry@FreeBSD.org
9
MAINTAINER=	thierry@FreeBSD.org
(-)net-im/toxic/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	toxic
4
PORTNAME=	toxic
5
PORTVERSION=	0.6.1.151028
5
PORTVERSION=	0.6.1.151028
6
PORTREVISION=	1
6
CATEGORIES=	net-im
7
CATEGORIES=	net-im
7
8
8
MAINTAINER=	thierry@FreeBSD.org
9
MAINTAINER=	thierry@FreeBSD.org
(-)net-im/uTox/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	uTox
3
PORTNAME=	uTox
4
DISTVERSION=	0.3.2.20150613
4
DISTVERSION=	0.3.2.20150613
5
PORTREVISION=	1
5
CATEGORIES=	net-im net-p2p
6
CATEGORIES=	net-im net-p2p
6
7
7
MAINTAINER=	fidaj@ukr.net
8
MAINTAINER=	fidaj@ukr.net
(-)net/mediastreamer/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mediastreamer
4
PORTNAME=	mediastreamer
5
PORTVERSION=	2.12.0
5
PORTVERSION=	2.12.0
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	SAVANNAH/linphone/mediastreamer
8
MASTER_SITES=	SAVANNAH/linphone/mediastreamer
8
9
(-)www/firefox-esr/Makefile (+1 lines)
Lines 4-9 Link Here
4
PORTNAME=	firefox
4
PORTNAME=	firefox
5
DISTVERSION=	38.3.0
5
DISTVERSION=	38.3.0
6
DISTVERSIONSUFFIX=esr.source
6
DISTVERSIONSUFFIX=esr.source
7
PORTREVISION=	1
7
PORTEPOCH=	1
8
PORTEPOCH=	1
8
CATEGORIES=	www ipv6
9
CATEGORIES=	www ipv6
9
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
10
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
(-)www/firefox/Makefile (+1 lines)
Lines 4-9 Link Here
4
PORTNAME=	firefox
4
PORTNAME=	firefox
5
DISTVERSION=	41.0.2
5
DISTVERSION=	41.0.2
6
DISTVERSIONSUFFIX=.source
6
DISTVERSIONSUFFIX=.source
7
PORTREVISION=	1
7
PORTEPOCH=	1
8
PORTEPOCH=	1
8
CATEGORIES=	www ipv6
9
CATEGORIES=	www ipv6
9
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
10
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
(-)www/libxul/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libxul
4
PORTNAME=	libxul
5
DISTVERSION=	38.3.0
5
DISTVERSION=	38.3.0
6
PORTREVISION=	1
6
CATEGORIES?=	www devel
7
CATEGORIES?=	www devel
7
MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
8
MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
8
		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source
9
		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source
(-)www/seamonkey/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	seamonkey
4
PORTNAME=	seamonkey
5
DISTVERSION=	2.33.1
5
DISTVERSION=	2.33.1
6
PORTREVISION=	8
6
PORTREVISION=	9
7
CATEGORIES?=	www mail news editors irc ipv6
7
CATEGORIES?=	www mail news editors irc ipv6
8
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
8
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
9
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
9
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
(-)x11/xpra/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xpra
4
PORTNAME=	xpra
5
PORTVERSION=	0.15.7
5
PORTVERSION=	0.15.7
6
PORTREVISION=	1
6
CATEGORIES=	x11
7
CATEGORIES=	x11
7
MASTER_SITES=	http://xpra.org/src/
8
MASTER_SITES=	http://xpra.org/src/
8
9

Return to bug 204478