Package Details: video2x-qt6 6.3.1-1

Git Clone URL: https://aur.archlinux.org/video2x-qt6.git (read-only, click to copy)
Package Base: video2x-qt6
Description: The Qt6 GUI for Video2X
Upstream URL: https://github.com/k4yt3x/video2x-qt6
Licenses: ISC
Conflicts: video2x-qt6
Provides: video2x-qt6
Submitter: k4yt3x
Maintainer: k4yt3x
Last Packager: k4yt3x
Votes: 2
Popularity: 1.49
First Submitted: 2024-12-23 03:55 (UTC)
Last Updated: 2024-12-28 10:29 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

idanka commented on 2024-12-29 21:27 (UTC) (edited on 2024-12-29 21:27 (UTC) by idanka)

Best video super resolution app. Significant quality improvement can be achieved if we know the setting options:
* https://github.com/Kiyamou/VapourSynth-RealCUGAN-ncnn-Vulkan
* https://trac.ffmpeg.org/wiki/Encode/H.264

Misaka13514 commented on 2024-12-24 05:58 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 2bdd864..f58efeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,13 @@ arch=('x86_64')
 url="https://github.com/k4yt3x/video2x-qt6"
 license=('ISC')
 depends=('video2x' 'qt6-base' 'spdlog')
-makedepends=('git' 'cmake' 'qt6-tools')
-provides=("${pkgname}")
-conflicts=("${pkgname}")
+makedepends=('git' 'cmake' 'qt6-tools' 'clang')
 #source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/678ebb5.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz")
 b2sums=('a30906f09d8e3329e301db4a9e0dd962d1ec852e86ae33598f081377f0440a30a28a48e97f78f7cf072ddd78239f2eb70d7965c608ee13bcf5f45c05a2862507')

 build() {
-    cmake -B build -S "${pkgname}-${_pkgver}" -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr \
+    cmake -B build -S "${pkgname}-${_pkgver}" -Wno-dev -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_CXX_COMPILER=clang++ -DVIDEO2X_ENABLE_NATIVE=ON \
         -DUSE_EXTERNAL_VIDEO2X=ON
     cmake --build build --config Release --parallel
@@ -26,4 +24,3 @@ package() {
     DESTDIR="${pkgdir}" cmake --install build
     install -Dm644 "${pkgname}-${_pkgver}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
-

Currently this package cannot be successfully built with video2x 6.3.1-1. Please build with video2x-git or wait for video2x to be updated.