summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorTreeve Jelbert2022-04-07 15:15:09 +0200
committerTreeve Jelbert2022-04-08 13:14:16 +0200
commit9ab4c00cd4f71d664254e7838893e4b72b82781c (patch)
tree100e17f891704acd00ca9e2ff943c1528a0e31f3 /video
parentb1384938c8582ac4fe259bfdd096431154ba14b3 (diff)
vlc: => 3.0.17.3
Diffstat (limited to 'video')
-rwxr-xr-xvideo/vlc/DEPENDS13
-rwxr-xr-xvideo/vlc/DETAILS2
-rw-r--r--video/vlc/HISTORY4
3 files changed, 14 insertions, 5 deletions
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index a2315e30aa..105f5fbdaf 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -3,12 +3,13 @@ optional_depends GETTEXT '' '--disable-nls' 'Natural Language support' &&
# interface options
optional_depends libxpm '--enable-skins2' '--disable-skins2' 'build Skins' &&
if is_depends_enabled $SPELL libxpm;then
- optional_depends "QT" \
+ optional_depends qtbase \
"--enable-qt" \
"--disable-qt" \
"for Qt interface" &&
-if is_depends_enabled $SPELL qt4 || is_depends_enabled $SPELL qtbase; then
+if is_depends_enabled $SPELL qtbase; then
+ depends qtx11extras &&
depends -sub CXX gcc
fi
fi &&
@@ -299,11 +300,15 @@ optional_depends OPENCV \
'--enable-opencv' \
'--disable-opencv' \
'OpenCV support' &&
-optional_depends libvpx \
+optional_depends libvp x \
'--enable-vpx' \
'--disable-vpx' \
'libvpx VP8/VP9 decoder' &&
optional_depends protobuf \
'--enable-chromecast' \
'--disable-chromecast' \
- 'Chromecast streaming plugin'
+ 'Chromecast streaming plugin' &&
+optional_depends dav1d \
+ '--enable-dav1d' \
+ '--disable-dav1d' \
+ 'AV1 decoder'
diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS
index f8d92cff44..b74f375491 100755
--- a/video/vlc/DETAILS
+++ b/video/vlc/DETAILS
@@ -1,5 +1,5 @@
SPELL=vlc
- VERSION=3.0.16
+ VERSION=3.0.17.3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_HASH=sha512:
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index e1243252f9..ee50840518 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,7 @@
+2022-04-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.0.17.3
+ * DEPENDS: add optional dav1d, qt5 only
+
2021-07-14 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 3.0.16