deepin-movie-reborn: rebuild for ffmpeg-4.0.1.
This commit is contained in:
parent
b939e04785
commit
b704654174
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'deepin-movie-reborn'
|
||||
pkgname=deepin-movie-reborn
|
||||
version=3.2.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||
makedepends="dtkwidget-devel ffmpegthumbnailer-devel libdvdnav-devel mpv-devel
|
||||
|
@ -21,6 +21,7 @@ CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
|
|||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
arm*) broken="https://travis-ci.org/void-linux/void-packages/jobs/394936356";;
|
||||
aarch64*) broken="linking against ffmpegthumbnailer fails"
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue