mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-28 21:38:41 +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"
|
pkgdesc="A machine learning-based video super resolution and frame interpolation framework"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/k4yt3x/video2x"
|
url="https://github.com/k4yt3x/video2x"
|
||||||
license=('AGPL3')
|
license=('AGPL-3.0-only')
|
||||||
depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'boost-libs')
|
depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'boost-libs')
|
||||||
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'openmp' 'boost')
|
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'openmp' 'boost')
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ pkgver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
git rm third_party/{ncnn,spdlog,boost}
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user