Package Details: parabolic-gtk 2024.12.1-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: 1.06
First Submitted: 2023-06-29 14:07 (UTC)
Last Updated: 2024-12-20 11:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

os225 commented on 2023-09-29 13:57 (UTC)

libunity with the latest V2023.9.1 is no longer needed as a dependency

petronny commented on 2023-09-25 08:15 (UTC) (edited on 2023-09-25 08:15 (UTC) by petronny)

Hi, the auto update bot can not handle the update for 2023.9.0 due to the two new AUR dependencies.

If these 2 dependencies are needed during the build, then you can create a parabolic.repository file to provide a repository that contains these dependencies.
If these 2 dependencies are not needed during the build, they can be added in package() to simplify the build.

package(){
  depends+=('dee' 'libunity')
}

os225 commented on 2023-06-30 13:06 (UTC)

Hi all, Tube Converter has been renamed to Parabolic!

While we wait for this package to be merged to parabolic, feel free to jump the gun and install it yourself to start getting the new updates: https://aur.archlinux.org/packages/parabolic

Kimiblock commented on 2023-06-18 06:20 (UTC)

@nlogozzo Thanks for help!

EDIT: I built it from another computer and copied that package, somehow it launches, don't know why.

I suspect there's a problem in my build environment or PKGBUILD, not Tube Converter ;)

Probably I messed up something.

os225 commented on 2023-06-18 03:00 (UTC)

@Kimiblock Tube Converter dev here, could you open an issue on the GitHub repo? :)

Kimiblock commented on 2023-06-17 13:46 (UTC) (edited on 2023-06-18 00:27 (UTC) by Kimiblock)

Hi! Tube Converter refuses to launch on my machine, could you please tell me how to fix it?

↪ tubeconverter
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Adw-1, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'Adw-1, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null'
   at NickvisionTubeConverter.GNOME.Program..ctor()
   at NickvisionTubeConverter.GNOME.Program.Main(String[] args) in /home/kimiblockthemoe/Downloads/tube-converter/src/tubeconverter/NickvisionTubeConverter.GNOME/Program.cs:line 36
fish: Job 1, 'tubeconverter' terminated by signal SIGABRT (Abort)

EDIT: I built it from another computer and copied that package, somehow it launches, don't know why.

os225 commented on 2023-06-16 13:35 (UTC)

Tube Converter 2023.6.1 has been released!

When updating the package, please remember python3-psutil is now a required dependency for running the app.

petronny commented on 2023-06-06 05:07 (UTC) (edited on 2023-06-06 05:09 (UTC) by petronny)

Hi, 2023.6.0-p1 is out but auto update bot can not handle the update because there is a - in the version. You may want to change - to _ or ..

It's also possible to let the bot change it automatically in the future. Please refer to this example.

bordam commented on 2023-05-31 16:45 (UTC)

Thanks for the suggestion, done