1
0
forked from ports/contrib

vlc: 3.0.11.1 -> 3.0.12

This commit is contained in:
Tim Biermann 2021-01-20 14:01:26 +00:00
parent 1e33a730e8
commit 39eeb6ea3e
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31th5/6owDes/eHI1IJG9SP9aJuKza8eke4yEiqGJCT5NcfgXIgeaqaRRRxbBlh0ZC9/1oh2ASyfOfLJXRm0OQs=
SHA256 (Pkgfile) = 09a08bbbcf067b9cd75e2213c0d9baabc760fad6732a0600249611973b6d7ce2
RWSagIOpLGJF38K5xomc832IHug11dx5/FixGxmMiQfinQo+n9Rbvu8jld0P9cdCqFKUGw/uyVluq1o4huK5PvpDcmjbvG2Gbgo=
SHA256 (Pkgfile) = 8a4d932ea5227fee8ea1fd147a5cf04d1bef614f59581a7fa9255497d78c46d4
SHA256 (.footprint) = 613f5c72dca389b5bff56785fe1f770ba64a3129c1eba1f8643dcd3fc2c57a03
SHA256 (vlc-3.0.11.1.tar.xz) = 189311d28aa814f106a7b3645211ac52c0b3e2b9f4b348de2f63bab3218086b8
SHA256 (qt-5.15.patch) = db3be0e5a79cddced198d53b0932be9ca397fe52369524ea37e4ef2872e28596
SHA256 (vlc-3.0.12.tar.xz) = eff458f38a92126094f44f2263c2bf2c7cdef271b48192d0fe7b1726388cf879

View File

@ -5,17 +5,15 @@
# Nice to have: opus libvorbis x264 libogg libmtp libtheora flac libvdpau
name=vlc
version=3.0.11.1
version=3.0.12
release=1
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.xz
qt-5.15.patch)
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.xz)
build() {
cd $name-$version
[ -z "$(pkg-config --libs --static libavutil | grep -- '-lvdpau')" ] && PKGMK_VLC+=' --disable-vdpau'
patch -Np1 -i $SRC/qt-5.15.patch
autoreconf -fi
export RCC=/usr/bin/rcc-qt5