Package Details: parabolic-gtk 2025.1.2-1

Git Clone URL: https://aur.archlinux.org/parabolic.git (read-only, click to copy)
Package Base: parabolic
Description: Download web video and audio
Upstream URL: https://github.com/NickvisionApps/Parabolic
Licenses: MIT
Conflicts: tube-converter
Provides: tube-converter
Replaces: tube-converter
Submitter: bordam
Maintainer: mhdi
Last Packager: mhdi
Votes: 15
Popularity: 0.57
First Submitted: 2023-06-29 14:07 (UTC)
Last Updated: 2025-01-18 11:40 (UTC)

Latest Comments

1 2 3 4 Next › Last »

noitemstoshow commented on 2025-01-10 23:57 (UTC)

other than aria2 and ffmpeg, obviously also needs yt-dlp. The AUR package didin't bring those three in as dependencies.

os225 commented on 2025-01-06 13:42 (UTC)

ffmpeg is an optional dependency of yt-dlp, therefore it is not guaranteed to be installed. However, it is a required dependency for parabolic.

Please list ffmpeg as a concrete dependency.

mhdi commented on 2025-01-06 11:54 (UTC)

@noitemstoshow: This PKGBUILD builds both the GTK and Qt versions of Parabolic. As a result, 'qt6-base' is included in the makedepends.

noitemstoshow commented on 2025-01-06 05:26 (UTC) (edited on 2025-01-06 05:27 (UTC) by noitemstoshow)

why this gtk based package needs the qt6-base dependency? It seems it also compiles the qt version during setup,

os225 commented on 2025-01-04 14:46 (UTC)

aria2 and ffmpeg are required dependencies for running Parabolic.

https://github.com/NickvisionApps/Parabolic/issues/1011

https://github.com/NickvisionApps/Parabolic/issues/1020

simona commented on 2024-12-14 12:50 (UTC)

what is dotnet-cake? I don't know.

jianglai commented on 2024-12-13 02:53 (UTC)

Can confirm that adding blueprint-compiler to makedepends makes it compile and run.

yukina commented on 2024-11-26 18:56 (UTC)

should add blueprint-compiler to the dependencies. Without it, the UI will not compile. According to https://github.com/NickvisionApps/Parabolic/issues/967

zeroxdead commented on 2024-11-26 18:55 (UTC) (edited on 2024-11-26 18:57 (UTC) by zeroxdead)

The package is broken.

Runtime logs:

[INFO] Started GTK application.
file: /home/user/.cache/yay/parabolic/src/Parabolic-2024.11.1/org.nickvision.tubeconverter.gnome/src/application.cpp(30:26) `int Nickvision::TubeConverter::GNOME::Application::run()`

terminate called after throwing an instance of 'std::invalid_argument'
  what():  UI file not found: /usr/lib/org.nickvision.tubeconverter/ui/main_window.ui

When building, I see this error (I think it's the reason why Parabolic can't be started):

ERROR blueprint-compiler not found, UI will not be compiled

And btw, parabolic-gtk for some reason also compiles Qt version of Parabolic