You are not logged in.

#1 2020-06-20 18:05:16

ProtonX
Member
Registered: 2020-06-20
Posts: 9

[SOLVED] 4k video downloader is not working

Hello guys,
I've reinstalled today archlinux then i installed 4kvideodownloader from AUR. but when I run it, it won't open and I get this message when i run it from the terminal:

Qt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib/libQt5PrintSupport.so.5)
/usr/lib/4kvideodownloader/4kvideodownloader-bin: /usr/lib/4kvideodownloader/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib/libQt5QuickWidgets.so.5)
/usr/lib/4kvideodownloader/4kvideodownloader-bin: /usr/lib/4kvideodownloader/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib/libQt5QmlModels.so.5)

Here is the input of 'screenfetch' command:

-`                 
                  .o+`                 proton@archlinux
                 `ooo/                 OS: Arch Linux
                `+oooo:                Kernel: x86_64 Linux 5.7.4-arch1-1
               `+oooooo:               Uptime: 14h 10m
               -+oooooo+:              Packages: 1066
             `/:-:++oooo+:             Shell: bash 5.0.17
            `/++++/+++++++:            Resolution: 1366x768
           `/++++++++++++++:           DE: Xfce4
          `/+++ooooooooooooo/`         WM: Xfwm4
         ./ooosssso++osssssso+`        WM Theme: Mojave-dark
        .oossssso-````/ossssss+`       GTK Theme: Mojave-dark [GTK2]
       -osssssso.      :ssssssso.      Icon Theme: Papirus
      :osssssss/        osssso+++.     Font: Droid Sans 10
     /ossssssss/        +ssssooo/-     Disk: 273G / 456G (62%)
   `/ossssso+/:-        -:/+osssso+-   CPU: Intel Pentium B980 @ 2x 2.4GHz [53.0C]
  `+sso+:-`                 `.-/+oso:  GPU: Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1)

Last edited by ProtonX (2020-06-21 00:35:22)

Offline

#2 2020-06-20 18:54:32

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] 4k video downloader is not working

Did you see https://aur.archlinux.org/packages/4kvi … ent-751532 ?
Which contains the following changes

diff --git a/PKGBUILD b/PKGBUILD
index ddfbb69..2dff89e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=4kvideodownloader
-pkgver=4.11.3.3420
+pkgver=4.12.4.3660
 pkgrel=2
 pkgdesc="Quickly download videos from YouTube in high-quality."
 arch=('x86_64')
@@ -13,7 +13,7 @@ source=("${pkgname}_${pkgver}_amd64.tar.bz2"::"https://dl.4kdownload.com/app/${p
         "${pkgname}.desktop"
         "${pkgname}.png"
         "fix_symlink_path.patch")
-sha256sums=('9a27ab67819a770199acf823a0557cd781aa302032fd7aa8ade68e40604ce1d0'
+sha256sums=('f4685e411a49f0223ffb4a79b005dfe6fb17cb7844460085fd55ef36b417103e'
             '6ab39088bde330267b43f87878f6bd47a215c732e17d417a99fc23ac4c568952'
             '56b851ef96aade0612f236b8763ccaf2def8acdd49f37bbefdd79e1d5f6e68be'
             '2b5a9c262ff7b832eafbfb0e027b676a8be44f9c527b99ac00bd8379fc709668')
@@ -57,6 +57,9 @@ package() {
   install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "libQt5Widgets.so.5"
   install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "libQt5XcbQpa.so.5"
   install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "libQt5Xml.so.5"
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "libQt5PrintSupport.so.5"
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "libQt5QuickWidgets.so.5"
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "libQt5QmlModels.so.5"
   install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/platforms"
   install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/platforms" platforms/*
   install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/xcbglintegrations"
@@ -67,4 +70,4 @@ package() {
   # Install license file
   install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "doc/eula"
-}
+}
\ No newline at end of file

Offline

#3 2020-06-20 20:49:50

ProtonX
Member
Registered: 2020-06-20
Posts: 9

Re: [SOLVED] 4k video downloader is not working

Thanks bro, It is working now

Offline

#4 2020-06-20 21:31:25

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] 4k video downloader is not working

Please mark you thread as solved by editing you first post and prepending [SOLVED] to the title.

Offline

Board footer

Powered by FluxBB