mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-27 12:48:13 +00:00
build(container): optimize container build speed
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
39a1828a3b
commit
c25c0042f5
@ -4,7 +4,7 @@ pkgrel=1
|
||||
pkgdesc="A machine learning-based video super resolution and frame interpolation framework"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/k4yt3x/video2x"
|
||||
license=('AGPL3')
|
||||
license=('AGPL-3.0-only')
|
||||
depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'boost-libs')
|
||||
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'openmp' 'boost')
|
||||
|
||||
@ -13,6 +13,7 @@ pkgver() {
|
||||
}
|
||||
|
||||
prepare() {
|
||||
git rm third_party/{ncnn,spdlog,boost}
|
||||
git submodule update --init --recursive
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user