build(debian): added a build target for Ubuntu 22.04

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x
2024-11-09 00:00:00 +00:00
parent e07beb67a4
commit aa8ed60e52
3 changed files with 42 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
Package: video2x
Version: 6.1.0
Version: 6.1.1
Section: video
Priority: optional
Architecture: amd64
Maintainer: K4YT3X <i@k4yt3x.com>
Depends: ffmpeg, libboost-program-options1.83.0
Depends: ffmpeg (>=6.0), libvulkan1 (>=1.3.0.0), libboost-program-options1.74.0 (>=1.74.0)
Description: A machine learning-based lossless video super resolution framework.

View File

@@ -0,0 +1,8 @@
Package: video2x
Version: 6.1.1
Section: video
Priority: optional
Architecture: amd64
Maintainer: K4YT3X <i@k4yt3x.com>
Depends: ffmpeg (>=6.0), libvulkan1 (>=1.3.0.0), libboost-program-options1.83.0 (>=1.83.0)
Description: A machine learning-based lossless video super resolution framework.