aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-05-02 23:07:27 +0800
committerjbeich <jbeich@FreeBSD.org>2018-05-02 23:07:27 +0800
commit04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5 (patch)
treef71697e1f45a6271e1a15499aca86ed380d94710 /graphics
parent58f60fe20552eb453cc3cec2669ee1615697b36f (diff)
downloadfreebsd-ports-graphics-04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5.tar.gz
freebsd-ports-graphics-04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5.tar.zst
freebsd-ports-graphics-04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5.zip
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
Diffstat (limited to 'graphics')
-rw-r--r--graphics/amide/Makefile2
-rw-r--r--graphics/blender/Makefile1
-rw-r--r--graphics/bugle/Makefile2
-rw-r--r--graphics/cimg/Makefile1
-rw-r--r--graphics/gegl/Makefile2
-rw-r--r--graphics/gegl3/Makefile2
-rw-r--r--graphics/gimp-gmic-plugin/Makefile2
-rw-r--r--graphics/gnash/Makefile2
-rw-r--r--graphics/hiptext/Makefile2
-rw-r--r--graphics/natron/Makefile1
-rw-r--r--graphics/opencv/Makefile2
-rw-r--r--graphics/openfx-io/Makefile1
-rw-r--r--graphics/openimageio/Makefile2
-rw-r--r--graphics/osg-devel/Makefile2
-rw-r--r--graphics/osg/Makefile1
-rw-r--r--graphics/php5-ffmpeg/Makefile4
-rw-r--r--graphics/pqiv/Makefile1
-rw-r--r--graphics/py-imageio/Makefile2
-rw-r--r--graphics/wxsvg/Makefile1
19 files changed, 21 insertions, 12 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile
index e39d25e02c9..40c28c7b29b 100644
--- a/graphics/amide/Makefile
+++ b/graphics/amide/Makefile
@@ -2,7 +2,7 @@
PORTNAME= amide
PORTVERSION= 1.0.5
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 8dbfaff0258..48d134d871a 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -3,6 +3,7 @@
PORTNAME= blender
PORTVERSION= 2.79b
+PORTREVISION= 1
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index 59e85df8298..14d1ec8fed9 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bugle
PORTVERSION= 0.0.20100508
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index 24506f6b8aa..d30007eae88 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cimg
DISTVERSION= 2.2.2
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= graphics devel
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 9436269d996..c6515d273e2 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.2.0
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= graphics
MASTER_SITES= GIMP
diff --git a/graphics/gegl3/Makefile b/graphics/gegl3/Makefile
index 1f30efb9562..919df611f95 100644
--- a/graphics/gegl3/Makefile
+++ b/graphics/gegl3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.3.20
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= GIMP
PKGNAMESUFFIX= 3
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile
index bd678875c1f..30037249389 100644
--- a/graphics/gimp-gmic-plugin/Makefile
+++ b/graphics/gimp-gmic-plugin/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gmic
PORTVERSION= 1.6.9
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= http://gmic.eu/files/source/
PKGNAMEPREFIX= gimp-
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index b790aca6691..0d2271b8d5f 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnash
PORTVERSION= 0.8.10
-PORTREVISION= 34
+PORTREVISION= 35
CATEGORIES= graphics
MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/
DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880
diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile
index c24e1f77e4a..ee1257e9e22 100644
--- a/graphics/hiptext/Makefile
+++ b/graphics/hiptext/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hiptext
PORTVERSION= 0.0.s20160621
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/graphics/natron/Makefile b/graphics/natron/Makefile
index a4034778a0c..afc3d091ae1 100644
--- a/graphics/natron/Makefile
+++ b/graphics/natron/Makefile
@@ -2,6 +2,7 @@
PORTNAME= natron
PORTVERSION= 2.3.4
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= olivier@FreeBSD.org
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 865e134406a..7cdd7168c09 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= opencv
PORTVERSION= 2.4.13.1
-PORTREVISION?= 9
+PORTREVISION?= 10
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/openfx-io/Makefile b/graphics/openfx-io/Makefile
index e4cd564af1b..0a3f060ab5a 100644
--- a/graphics/openfx-io/Makefile
+++ b/graphics/openfx-io/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openfx-io
PORTVERSION= 2.3.4
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= olivier@FreeBSD.org
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index af64538ac62..ae7639d9e83 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -4,7 +4,7 @@
PORTNAME= openimageio
PORTVERSION= 1.7.17
DISTVERSIONPREFIX= Release-
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile
index fb1ea98168c..3085c959c1a 100644
--- a/graphics/osg-devel/Makefile
+++ b/graphics/osg-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= osg
PORTVERSION= 3.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \
http://mirror.amdmi3.ru/distfiles/
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index bfa77c2772a..345b8c1aa78 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -4,6 +4,7 @@
PORTNAME= osg
PORTVERSION= 3.4.1
DISTVERSIONPREFIX= OpenSceneGraph-
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile
index 365b5c08ac1..6b3b2f55412 100644
--- a/graphics/php5-ffmpeg/Makefile
+++ b/graphics/php5-ffmpeg/Makefile
@@ -4,7 +4,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.6.0.20120114
DISTVERSIONPREFIX= php-
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= LOCAL/sunpoet
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@@ -15,6 +15,8 @@ COMMENT= FFmpeg shared extension for php
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build with ffmpeg 4.0
+
LIB_DEPENDS= libgd.so:graphics/gd \
libavutil.so:multimedia/ffmpeg
diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile
index acdd13f8e1e..b06fdc96036 100644
--- a/graphics/pqiv/Makefile
+++ b/graphics/pqiv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pqiv
PORTVERSION= 2.10.2
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= danilo@FreeBSD.org
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile
index 31596636dd3..f1e1d83b8fb 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= imageio
DISTVERSION= 2.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index 6a9cd4b7dc4..590b96d61c5 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wxsvg
PORTVERSION= 1.5.13
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF