VLC: bug fixes

* fix crash on exit (use libebml >=5)
* fix locale
* main window width by content
This commit is contained in:
Gerasim Troeglazov
2020-10-21 20:15:15 +10:00
parent 05f2141b04
commit 52a44dfef8
2 changed files with 33 additions and 62 deletions

View File

@@ -5,7 +5,7 @@ VCDs, and various streaming protocols."
HOMEPAGE="https://www.videolan.org/vlc/"
COPYRIGHT="1998-2020 VideoLAN"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://download.videolan.org/pub/videolan/vlc/$portVersion/vlc-$portVersion.tar.xz"
CHECKSUM_SHA256="189311d28aa814f106a7b3645211ac52c0b3e2b9f4b348de2f63bab3218086b8"
PATCHES="vlc-$portVersion.patchset"
@@ -36,7 +36,7 @@ REQUIRES="
lib:libdvdcss$secondaryArchSuffix
lib:libdvdnav$secondaryArchSuffix
lib:libdvdread$secondaryArchSuffix
lib:libebml$secondaryArchSuffix
lib:libebml$secondaryArchSuffix >= 5
lib:libenca$secondaryArchSuffix
lib:libfaad$secondaryArchSuffix
lib:libFLAC$secondaryArchSuffix
@@ -64,7 +64,7 @@ REQUIRES="
lib:libtheoradec$secondaryArchSuffix
lib:libtheoraenc$secondaryArchSuffix
lib:libtwolame$secondaryArchSuffix
# lib:libupnp$secondaryArchSuffix # dedlock when scan upnp devices
# lib:libupnp$secondaryArchSuffix # deadlcok during upnp devices scan
lib:libvorbis$secondaryArchSuffix
lib:libvorbisenc$secondaryArchSuffix
lib:libvpx$secondaryArchSuffix
@@ -87,7 +87,7 @@ BUILD_REQUIRES="
devel:libdvdcss$secondaryArchSuffix
devel:libdvdnav$secondaryArchSuffix
devel:libdvdread$secondaryArchSuffix
devel:libebml$secondaryArchSuffix
devel:libebml$secondaryArchSuffix >= 5
devel:libenca$secondaryArchSuffix
devel:libfaad$secondaryArchSuffix
devel:libflac$secondaryArchSuffix
@@ -112,7 +112,7 @@ BUILD_REQUIRES="
devel:libtag$secondaryArchSuffix
devel:libtheora$secondaryArchSuffix
devel:libtwolame$secondaryArchSuffix
# devel:libupnp$secondaryArchSuffix # dedlock when scan upnp devices
# devel:libupnp$secondaryArchSuffix # deadlcok during upnp devices scan
devel:libvorbis$secondaryArchSuffix
devel:libvpx$secondaryArchSuffix
devel:libx264$secondaryArchSuffix
@@ -168,7 +168,7 @@ INSTALL()
{
make install-strip
rm -rf $appsDir/VLC/data/{applications,icons,kde4,vlc}
rm -rf $appsDir/VLC/data/{applications,icons,kde4}
rm -rf $appsDir/VLC/{cvlc,qvlc,rvlc,vlc-wrapper}
rm -rf $developDir $manDir $docDir $appsDir/VLC/lib/pkgconfig
find $appsDir/VLC/lib -name '*.a' -delete