summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-01-16 11:13:44 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-01-16 11:13:44 +0000
commit1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b (patch)
tree127ae6686665fd0ff97a7bd5f27449299929734e /multimedia
parentRemove expired port: (diff)
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
Notes
Notes: svn path=/head/; revision=490472
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/QtAV/Makefile2
-rw-r--r--multimedia/baka-mplayer/Makefile2
-rw-r--r--multimedia/bino/Makefile2
-rw-r--r--multimedia/cinelerra-gg/Makefile2
-rw-r--r--multimedia/clipgrab/Makefile1
-rw-r--r--multimedia/dragon/Makefile1
-rw-r--r--multimedia/dvbcut/Makefile2
-rw-r--r--multimedia/fpc-libvlc/Makefile2
-rw-r--r--multimedia/gstreamer1-qt/Makefile2
-rw-r--r--multimedia/iso2mkv/Makefile2
-rw-r--r--multimedia/kaffeine/Makefile2
-rw-r--r--multimedia/kamoso/Makefile1
-rw-r--r--multimedia/kdemultimedia-ffmpegthumbs/Makefile1
-rw-r--r--multimedia/kdemultimedia/Makefile1
-rw-r--r--multimedia/kdenlive/Makefile1
-rw-r--r--multimedia/kf5-kmediaplayer/Makefile1
-rw-r--r--multimedia/kmplayer/Makefile1
-rw-r--r--multimedia/lives/Makefile1
-rw-r--r--multimedia/mediadownloader/Makefile2
-rw-r--r--multimedia/minitube/Makefile2
-rw-r--r--multimedia/mkvtoolnix/Makefile1
-rw-r--r--multimedia/mlt-qt5/Makefile2
-rw-r--r--multimedia/mpc-qt/Makefile2
-rw-r--r--multimedia/mythtv-frontend/Makefile2
-rw-r--r--multimedia/mythtv/Makefile2
-rw-r--r--multimedia/obs-qtwebkit/Makefile1
-rw-r--r--multimedia/obs-studio/Makefile2
-rw-r--r--multimedia/phonon-designerplugin/Makefile1
-rw-r--r--multimedia/phonon-gstreamer/Makefile2
-rw-r--r--multimedia/phonon-vlc/Makefile1
-rw-r--r--multimedia/phonon-xine/Makefile2
-rw-r--r--multimedia/phonon/Makefile1
-rw-r--r--multimedia/py-PySceneDetect/Makefile2
-rw-r--r--multimedia/py-openlp/Makefile2
-rw-r--r--multimedia/py-qt5-multimedia/Makefile1
-rw-r--r--multimedia/py-qt5-multimediawidgets/Makefile1
-rw-r--r--multimedia/qmmp-plugin-pack-qt5/Makefile2
-rw-r--r--multimedia/qmmp-plugin-pack/Makefile2
-rw-r--r--multimedia/qmmp-qt5/Makefile2
-rw-r--r--multimedia/qmmp/Makefile2
-rw-r--r--multimedia/qt5-multimedia/Makefile1
-rw-r--r--multimedia/shotcut/Makefile1
-rw-r--r--multimedia/simplescreenrecorder/Makefile2
-rw-r--r--multimedia/smplayer/Makefile2
-rw-r--r--multimedia/smtube/Makefile2
-rw-r--r--multimedia/subtitlecomposer/Makefile2
-rw-r--r--multimedia/syncplay/Makefile1
-rw-r--r--multimedia/vlc/Makefile1
-rw-r--r--multimedia/webcamoid/Makefile2
-rw-r--r--multimedia/webvfx-qt5/Makefile2
50 files changed, 50 insertions, 30 deletions
diff --git a/multimedia/QtAV/Makefile b/multimedia/QtAV/Makefile
index d92107709334..211b83a4de6d 100644
--- a/multimedia/QtAV/Makefile
+++ b/multimedia/QtAV/Makefile
@@ -3,7 +3,7 @@
PORTNAME= QtAV
PORTVERSION= 1.12.0
DISTVERSIONPREFIX= v
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= multimedia
DIST_SUBDIR= KDE
diff --git a/multimedia/baka-mplayer/Makefile b/multimedia/baka-mplayer/Makefile
index b87669417b52..2d9d96c5ce8b 100644
--- a/multimedia/baka-mplayer/Makefile
+++ b/multimedia/baka-mplayer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= baka-mplayer
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia audio
MAINTAINER= jbeich@FreeBSD.org
diff --git a/multimedia/bino/Makefile b/multimedia/bino/Makefile
index 551c861cc39c..7e949fe70047 100644
--- a/multimedia/bino/Makefile
+++ b/multimedia/bino/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bino
PORTVERSION= 1.6.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= https://download.savannah.nongnu.org/releases/bino/
diff --git a/multimedia/cinelerra-gg/Makefile b/multimedia/cinelerra-gg/Makefile
index 05678f3e4744..afd70f2aeff6 100644
--- a/multimedia/cinelerra-gg/Makefile
+++ b/multimedia/cinelerra-gg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cinelerra-gg
DISTVERSION= 5.1-20180714
DISTVERSIONSUFFIX= -${REV:C/(.......).*/\1/}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= https://git.cinelerra-cv.org/gitweb?p=goodguy/cinelerra.git;a=snapshot;h=${REV};sf=tgz;dummy=/ # tarballs are @ https://cinelerra-cv.org/five/pkgs/src/
diff --git a/multimedia/clipgrab/Makefile b/multimedia/clipgrab/Makefile
index 18745ff8175f..bada32591d3b 100644
--- a/multimedia/clipgrab/Makefile
+++ b/multimedia/clipgrab/Makefile
@@ -3,6 +3,7 @@
PORTNAME= clipgrab
PORTVERSION= 3.7.2
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://download.clipgrab.org/
diff --git a/multimedia/dragon/Makefile b/multimedia/dragon/Makefile
index 2e6bc585f233..79892ee1290d 100644
--- a/multimedia/dragon/Makefile
+++ b/multimedia/dragon/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dragon
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde kde-applications
PKGNAMESUFFIX= -player
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile
index a5bc19aacf58..401dd6063335 100644
--- a/multimedia/dvbcut/Makefile
+++ b/multimedia/dvbcut/Makefile
@@ -4,7 +4,7 @@
PORTNAME= dvbcut
PORTVERSION= 0.7.3
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= se@FreeBSD.org
diff --git a/multimedia/fpc-libvlc/Makefile b/multimedia/fpc-libvlc/Makefile
index f4f37e878fe6..b36644a2928d 100644
--- a/multimedia/fpc-libvlc/Makefile
+++ b/multimedia/fpc-libvlc/Makefile
@@ -1,7 +1,7 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia lang
PKGNAMESUFFIX= -libvlc
diff --git a/multimedia/gstreamer1-qt/Makefile b/multimedia/gstreamer1-qt/Makefile
index db551442db1c..b6651ed92f81 100644
--- a/multimedia/gstreamer1-qt/Makefile
+++ b/multimedia/gstreamer1-qt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gstreamer1
PORTVERSION= 1.2.0
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-gstreamer/
PKGNAMESUFFIX= -${FLAVOR}
diff --git a/multimedia/iso2mkv/Makefile b/multimedia/iso2mkv/Makefile
index de60ef8eb3fd..2916413364f7 100644
--- a/multimedia/iso2mkv/Makefile
+++ b/multimedia/iso2mkv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= iso2mkv
DISTVERSION= 2011-05-02
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://5ko.free.fr/dl/
DISTNAME= ${PORTNAME}
diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile
index 68671ccf03fc..4be3892d773c 100644
--- a/multimedia/kaffeine/Makefile
+++ b/multimedia/kaffeine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kaffeine
PORTVERSION= 2.0.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}
diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile
index 5a4083a44594..a7acb0832306 100644
--- a/multimedia/kamoso/Makefile
+++ b/multimedia/kamoso/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kamoso
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/multimedia/kdemultimedia-ffmpegthumbs/Makefile b/multimedia/kdemultimedia-ffmpegthumbs/Makefile
index 09b6ef733399..af12557c642f 100644
--- a/multimedia/kdemultimedia-ffmpegthumbs/Makefile
+++ b/multimedia/kdemultimedia-ffmpegthumbs/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ffmpegthumbs
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde kde-applications
PKGNAMEPREFIX= kdemultimedia-
diff --git a/multimedia/kdemultimedia/Makefile b/multimedia/kdemultimedia/Makefile
index 6537cfc47aa4..75c0d3eae97e 100644
--- a/multimedia/kdemultimedia/Makefile
+++ b/multimedia/kdemultimedia/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kdemultimedia
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde
MAINTAINER= kde@FreeBSD.org
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile
index 0f0a38e3026e..55a97437f14e 100644
--- a/multimedia/kdenlive/Makefile
+++ b/multimedia/kdenlive/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kdenlive
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/multimedia/kf5-kmediaplayer/Makefile b/multimedia/kf5-kmediaplayer/Makefile
index f9250feffe2c..a4589156f11a 100644
--- a/multimedia/kf5-kmediaplayer/Makefile
+++ b/multimedia/kf5-kmediaplayer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kmediaplayer
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile
index 83c571da48d3..1b4dfd4b6d1c 100644
--- a/multimedia/kmplayer/Makefile
+++ b/multimedia/kmplayer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kmplayer
PORTVERSION= 0.12.0b
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= multimedia audio kde
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index f8dbcfe84c77..5b5a25d72d55 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lives
PORTVERSION= 2.10.2
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://lives-video.com/releases/
DISTNAME= LiVES-${PORTVERSION}
diff --git a/multimedia/mediadownloader/Makefile b/multimedia/mediadownloader/Makefile
index a7609befe013..12437980364f 100644
--- a/multimedia/mediadownloader/Makefile
+++ b/multimedia/mediadownloader/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mediadownloader
PORTVERSION= 1.5.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= multimedia www
MASTER_SITES= SF/googleimagedown/project/${PORTVERSION}/
DISTNAME= ${PORTNAME}_${PORTVERSION}-src
diff --git a/multimedia/minitube/Makefile b/multimedia/minitube/Makefile
index abd8aeac4cbb..99510622a9a6 100644
--- a/multimedia/minitube/Makefile
+++ b/multimedia/minitube/Makefile
@@ -2,7 +2,7 @@
PORTNAME= minitube
DISTVERSION= 2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia www
MAINTAINER= ports@FreeBSD.org
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index 7d64319d844c..d33488730eda 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mkvtoolnix
PORTVERSION= 30.1.0
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \
https://mkvtoolnix.download/sources/
diff --git a/multimedia/mlt-qt5/Makefile b/multimedia/mlt-qt5/Makefile
index 7b6465f36c9a..785e8c75c8e1 100644
--- a/multimedia/mlt-qt5/Makefile
+++ b/multimedia/mlt-qt5/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CONFLICTS_INSTALL= ${PORTNAME}-qt4-*
diff --git a/multimedia/mpc-qt/Makefile b/multimedia/mpc-qt/Makefile
index 9caa144b17d8..43fff1a933d4 100644
--- a/multimedia/mpc-qt/Makefile
+++ b/multimedia/mpc-qt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpc-qt
DISTVERSIONPREFIX= v
DISTVERSION= 18.08
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio
MAINTAINER= jbeich@FreeBSD.org
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile
index 2338736a19fe..df6e3e4d1978 100644
--- a/multimedia/mythtv-frontend/Makefile
+++ b/multimedia/mythtv-frontend/Makefile
@@ -1,7 +1,7 @@
# Created by: Bernhard Froehlich <decke@bluelife.at>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -${SLAVEPORT}
MAINTAINER= ports@FreeBSD.org
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile
index 6509e1a82afb..2095c20f124c 100644
--- a/multimedia/mythtv/Makefile
+++ b/multimedia/mythtv/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mythtv
DISTVERSIONPREFIX= v
DISTVERSION= 29.1
-PORTREVISION?= 2
+PORTREVISION?= 3
PORTEPOCH= 1
CATEGORIES= multimedia
diff --git a/multimedia/obs-qtwebkit/Makefile b/multimedia/obs-qtwebkit/Makefile
index 809b66be5376..a52cba6be70b 100644
--- a/multimedia/obs-qtwebkit/Makefile
+++ b/multimedia/obs-qtwebkit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= obs-qtwebkit
PORTVERSION= g2018090201
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= swills@FreeBSD.org
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index 19eebde35cce..d8d90a3a8a2a 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= obs-studio
DISTVERSION= 22.0.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/multimedia/phonon-designerplugin/Makefile b/multimedia/phonon-designerplugin/Makefile
index a913f59c248c..846f27b09f42 100644
--- a/multimedia/phonon-designerplugin/Makefile
+++ b/multimedia/phonon-designerplugin/Makefile
@@ -2,6 +2,7 @@
PORTNAME= phonon
DISTVERSION= 4.10.2
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
DIST_SUBDIR= KDE/phonon
diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile
index 0de3092374bf..a5378d8ff71c 100644
--- a/multimedia/phonon-gstreamer/Makefile
+++ b/multimedia/phonon-gstreamer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= phonon
PORTVERSION= 4.9.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION}
DISTNAME= ${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION}
diff --git a/multimedia/phonon-vlc/Makefile b/multimedia/phonon-vlc/Makefile
index 620c47bffd8b..6b54ebc25ef7 100644
--- a/multimedia/phonon-vlc/Makefile
+++ b/multimedia/phonon-vlc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= phonon
DISTVERSION= 0.10.2
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION}
PKGNAMESUFFIX= -${PHONON_PLUGIN}
diff --git a/multimedia/phonon-xine/Makefile b/multimedia/phonon-xine/Makefile
index f184637318d0..1ff3a357b9b2 100644
--- a/multimedia/phonon-xine/Makefile
+++ b/multimedia/phonon-xine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= phonon
PORTVERSION= 4.4.4
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
PKGNAMESUFFIX= -xine
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile
index 322f4a5ec3fa..09fc9ef8d502 100644
--- a/multimedia/phonon/Makefile
+++ b/multimedia/phonon/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phonon
DISTVERSION= 4.10.2
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
DIST_SUBDIR= KDE/phonon
diff --git a/multimedia/py-PySceneDetect/Makefile b/multimedia/py-PySceneDetect/Makefile
index af4f91a9389f..7e07777972fb 100644
--- a/multimedia/py-PySceneDetect/Makefile
+++ b/multimedia/py-PySceneDetect/Makefile
@@ -2,7 +2,7 @@
PORTNAME= PySceneDetect
PORTVERSION= 0.5
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/py-openlp/Makefile b/multimedia/py-openlp/Makefile
index 57aca4180cd9..ce76fcbef9af 100644
--- a/multimedia/py-openlp/Makefile
+++ b/multimedia/py-openlp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= OpenLP
PORTVERSION= 2.4.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia python
MASTER_SITES= https://get.openlp.org/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/py-qt5-multimedia/Makefile b/multimedia/py-qt5-multimedia/Makefile
index 19b9b986ca80..ce0756935c4c 100644
--- a/multimedia/py-qt5-multimedia/Makefile
+++ b/multimedia/py-qt5-multimedia/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= multimedia
+PORTREVISION= 1
CATEGORIES= multimedia devel python
MAINTAINER= kde@FreeBSD.org
diff --git a/multimedia/py-qt5-multimediawidgets/Makefile b/multimedia/py-qt5-multimediawidgets/Makefile
index c838458e3868..4d590e92318d 100644
--- a/multimedia/py-qt5-multimediawidgets/Makefile
+++ b/multimedia/py-qt5-multimediawidgets/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= multimediawidgets
+PORTREVISION= 1
CATEGORIES= multimedia devel python
MAINTAINER= kde@FreeBSD.org
diff --git a/multimedia/qmmp-plugin-pack-qt5/Makefile b/multimedia/qmmp-plugin-pack-qt5/Makefile
index 5b05831c7c69..099c14c46190 100644
--- a/multimedia/qmmp-plugin-pack-qt5/Makefile
+++ b/multimedia/qmmp-plugin-pack-qt5/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qmmp-plugin-pack
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \
SF/qmmp-dev/${PORTNAME}/
diff --git a/multimedia/qmmp-plugin-pack/Makefile b/multimedia/qmmp-plugin-pack/Makefile
index 4013dc51eaec..6ddc87cfb595 100644
--- a/multimedia/qmmp-plugin-pack/Makefile
+++ b/multimedia/qmmp-plugin-pack/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qmmp-plugin-pack
PORTVERSION= 0.11.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \
SF/qmmp-dev/${PORTNAME}/
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile
index acfe188c73d5..54b2619f3239 100644
--- a/multimedia/qmmp-qt5/Makefile
+++ b/multimedia/qmmp-qt5/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qmmp
PORTVERSION= 1.2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://qmmp.ylsoftware.com/files/ \
SF/qmmp-dev/${PORTNAME}/
diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile
index 5af4f088b70a..cd84c037feab 100644
--- a/multimedia/qmmp/Makefile
+++ b/multimedia/qmmp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qmmp
PORTVERSION= 0.11.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://qmmp.ylsoftware.com/files/ \
SF/qmmp-dev/${PORTNAME}/
diff --git a/multimedia/qt5-multimedia/Makefile b/multimedia/qt5-multimedia/Makefile
index d583d4761293..1510953f8f92 100644
--- a/multimedia/qt5-multimedia/Makefile
+++ b/multimedia/qt5-multimedia/Makefile
@@ -2,6 +2,7 @@
PORTNAME= multimedia
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia
PKGNAMEPREFIX= qt5-
diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile
index 18de6273fd9e..c0880e2226db 100644
--- a/multimedia/shotcut/Makefile
+++ b/multimedia/shotcut/Makefile
@@ -3,6 +3,7 @@
PORTNAME= shotcut
DISTVERSIONPREFIX= v
DISTVERSION= ${FULLVERSION}
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= multimedia@FreeBSD.org
diff --git a/multimedia/simplescreenrecorder/Makefile b/multimedia/simplescreenrecorder/Makefile
index f6b920078fb9..d2384440a54b 100644
--- a/multimedia/simplescreenrecorder/Makefile
+++ b/multimedia/simplescreenrecorder/Makefile
@@ -2,7 +2,7 @@
PORTNAME= simplescreenrecorder
DISTVERSION= 0.3.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile
index 758e573193f2..bc059a8c0afb 100644
--- a/multimedia/smplayer/Makefile
+++ b/multimedia/smplayer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smplayer
DISTVERSION= 18.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio kde
MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION}
diff --git a/multimedia/smtube/Makefile b/multimedia/smtube/Makefile
index 1458859c2a1b..16d610e90f93 100644
--- a/multimedia/smtube/Makefile
+++ b/multimedia/smtube/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smtube
PORTVERSION= 18.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/smtube/SMTube/${PORTVERSION}/
diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile
index ff951b02d65e..a6772414ca29 100644
--- a/multimedia/subtitlecomposer/Makefile
+++ b/multimedia/subtitlecomposer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= subtitlecomposer
PORTVERSION= 0.6.6
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia kde
MAINTAINER= makc@FreeBSD.org
diff --git a/multimedia/syncplay/Makefile b/multimedia/syncplay/Makefile
index 60f7218ea63b..e303a105387d 100644
--- a/multimedia/syncplay/Makefile
+++ b/multimedia/syncplay/Makefile
@@ -3,6 +3,7 @@
PORTNAME= syncplay
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.5
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= heckendorfc@gmail.com
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 5b891d1cb851..ac538af8b37d 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vlc
DISTVERSION= 3.0.6
+PORTREVISION= 1
PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile
index fb85905a0d79..0e5dbdd6c22e 100644
--- a/multimedia/webcamoid/Makefile
+++ b/multimedia/webcamoid/Makefile
@@ -2,7 +2,7 @@
PORTNAME= webcamoid
DISTVERSION= 8.1.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
diff --git a/multimedia/webvfx-qt5/Makefile b/multimedia/webvfx-qt5/Makefile
index 31dc39d355aa..48ad24088822 100644
--- a/multimedia/webvfx-qt5/Makefile
+++ b/multimedia/webvfx-qt5/Makefile
@@ -2,7 +2,7 @@
PORTNAME= webvfx
DISTVERSION= 0.4.4-20160823
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= multimedia
PKGNAMESUFFIX= -qt5