Package Details: clipgrab 3.9.14-1

Git Clone URL: https://aur.archlinux.org/clipgrab.git (read-only, click to copy)
Package Base: clipgrab
Description: A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...
Upstream URL: https://clipgrab.org
Licenses: GPL-3.0-only
Submitter: City-busz
Maintainer: mhdi
Last Packager: mhdi
Votes: 4
Popularity: 0.64
First Submitted: 2025-09-10 09:28 (UTC)
Last Updated: 2025-11-15 10:27 (UTC)

Latest Comments

GeMi commented on 2025-12-06 11:04 (UTC)

I rebuild qt5-webengine and now clipgrab update works.

archqt commented on 2025-11-27 17:21 (UTC) (edited on 2025-11-28 09:54 (UTC) by archqt)

Why not using qt6-webengine, qt6-base ? it should work and will avoid old packages.

In converter_ffmpeg.cpp it needs to change QRegExp by QRegularExpression

arojas commented on 2025-11-21 15:42 (UTC)

@medmedin that's not related to clipgrab. You need to rebuild qt5-webengine.

medmedin commented on 2025-11-21 11:54 (UTC) (edited on 2025-11-21 11:55 (UTC) by medmedin)

@mhdi install fails:


/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `ucnv_open_76'
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `icu_76::UnicodeString::UnicodeString(char16_t const*, int)'
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `uloc_openAvailableByType_76'
collect2: error: ld returned 1 exit status
make: *** [Makefile:337: clipgrab] Error 1

arojas commented on 2025-11-19 15:53 (UTC)

No, icu76 should not be included in dependencies because that is the wrong fix and installing it is a very bad idea. What you need to do is rebuild qt5-webengine.

B.MuXBeats commented on 2025-11-19 11:40 (UTC)

Please integrate icu76 in dependencies. After installing icu76 compiling worked flawless.

Maxr commented on 2025-11-19 07:25 (UTC)

Same here, compiling works after installing icu76. Should be included in deps.

lemmy999 commented on 2025-11-13 20:05 (UTC)

Seems that Qt5-webengine package has been deprecated for ARCH. Solution is to install icu76 from AUR

lemmy999 commented on 2025-11-11 13:17 (UTC) (edited on 2025-11-13 13:37 (UTC) by lemmy999)

Getting this error when trying to open application clipgrab: error while loading shared libraries: libicui18n.so.76: cannot open shared object file: No such file or directory

icu is up to date.

Tried removing app and re-installing. Failed to compile. First sign of trouble is here "/usr/bin/ld: warning: libicui18n.so.76, needed by /usr/lib/libQt5WebEngineCore.so, not found (try using -rpath or -rpath-link)"