Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vlc (VLC Media Player): update to 3.0.20 #5103

Merged
merged 2 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app-multimedia/vlc/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abinfo "Installing Application Icons"
abinfo "Installing application icons ..."
for res in 16 32 48 128; do
install -Dvm644 "${SRCDIR}/share/icons/${res}x${res}/vlc.png" \
"${PKGDIR}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
install -Dvm644 "${SRCDIR}/share/icons/${res}x${res}/vlc.png" \
"${PKGDIR}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
done
35 changes: 19 additions & 16 deletions app-multimedia/vlc/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ PKGDEP__AMD64="${PKGDEP} libcrystalhd libva-intel-driver"
PKGDES="Video player from VideoLAN"

AUTOTOOLS_AFTER="
--enable-faad
--enable-nls
--enable-lirc
--enable-realrtsp
--enable-aa
--enable-upnp
--enable-opus
--enable-sftp
--disable-freerdp
--disable-xvideo
--enable-gles2
--enable-qt
--enable-jack
--enable-bluray
--enable-avahi
--disable-opencv
--enable-faad
--enable-nls
--enable-lirc
--enable-realrtsp
--enable-aa
--enable-upnp
--enable-opus
--enable-sftp
--disable-freerdp
--disable-xvideo
--enable-gles2
--enable-qt
--enable-jack
--enable-bluray
--enable-avahi
--disable-opencv
"
AUTOTOOLS_AFTER__AMD64="
${AUTOTOOLS_AFTER}
Expand All @@ -39,3 +39,6 @@ AUTOTOOLS_AFTER__POWERPC="
${AUTOTOOLS_AFTER}
--disable-altivec
"

# FIXME: make install is not reliable with parallelism.
NOPARALLEL=1
10 changes: 0 additions & 10 deletions app-multimedia/vlc/autobuild/patches/vlc-qt5.11.patch

This file was deleted.

2 changes: 1 addition & 1 deletion app-multimedia/vlc/autobuild/postinst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
echo "Refreshing VLC plugin cache..."
echo "Refreshing VLC plugin cache ..."
/usr/lib/vlc/vlc-cache-gen /usr/lib/vlc/plugins/
8 changes: 5 additions & 3 deletions app-multimedia/vlc/autobuild/prepare
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
abinfo "Explicitly require build with gcc"
abinfo "Explicitly require building with GCC ..."
export BUILDCC=gcc
abinfo "Adding samba-4.0 to compiler include paths"

abinfo "Adding samba-4.0 to compiler include paths ..."
export CFLAGS="${CFLAGS} -I/usr/include/samba-4.0 "
export CPPFLAGS="${CPPFLAGS} -I/usr/include/samba-4.0 "
abinfo "Adding qt5 to compiler include paths"

abinfo "Adding Qt 5 to compiler include paths ..."
export QT_SELECT=5
export CXXFLAGS="${CXXFLAGS} -I/usr/include/qt5 "
5 changes: 2 additions & 3 deletions app-multimedia/vlc/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VER=3.0.16
REL=5
VER=3.0.20
SRCS="tbl::https://get.videolan.org/vlc/$VER/vlc-$VER.tar.xz"
CHKSUMS="sha256::ffae35fc64f625c175571d2346bc5f6207be99762517f15423e74f18399410f6"
CHKSUMS="sha256::adc7285b4d2721cddf40eb5270cada2aaa10a334cb546fd55a06353447ba29b5"
CHKUPDATE="anitya::id=6504"