Package Details: parabolic 2023.12.0-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: 12
Popularity: 0.41
First Submitted: 2023-06-29 14:07 (UTC)
Last Updated: 2024-03-23 13:56 (UTC)

Latest Comments

1 2 Next › Last »

TimRachul commented on 2023-11-21 05:28 (UTC)

=> Sources are ready. parabolic-2023.11.0-1: parsing pkg list... ==> Making package: parabolic 2023.11.0-1 (Tue 21 Nov 2023 06:25:44 AM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()... Run "dotnet tool restore" to make the "dotnet-cake" command available. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'parabolic-2023.11.0-1': error: packages failed to build: parabolic-2023.11.0-1

did: ➜ ~ sudo dotnet tool restore

But it didn't help for building / couldn't restore needed tools.

Thanks in advance for fixing!

optional output of "dotnet tool restore"

Welcome to .NET 8.0!

SDK Version: 8.0.100-rc.2.23502.2

Telemetry

The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry


Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux


Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli


Cannot find a manifest file. For a list of locations searched, specify the "-d" option before the tool name. No tools were restored.

nlogozzo 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')
}

nlogozzo 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.

nlogozzo 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.

nlogozzo 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.