Search Criteria
Package Details: ytdlp-gui 0.2.5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ytdlp-gui.git (read-only, click to copy) |
---|---|
Package Base: | ytdlp-gui |
Description: | a GUI for yt-dlp written in Rust |
Upstream URL: | https://github.com/BKSalman |
Licenses: | GPL3 |
Conflicts: | ytdlp-gui |
Provides: | ytdlp-gui |
Submitter: | bksalman |
Maintainer: | bksalman |
Last Packager: | bksalman |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-01-18 23:11 (UTC) |
Last Updated: | 2023-03-02 21:01 (UTC) |
Dependencies (7)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-nocuda, ffmpeg-nonvidia, ffmpeg-cuda, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-obs)
- yt-dlp (yt-dlp-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- pkgconf (pkgconf-git) (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
- rustup (rustup-git) (make)
Latest Comments
je-vv commented on 2023-03-04 23:33 (UTC) (edited on 2023-03-04 23:36 (UTC) by je-vv)
Actually @bksalman, you can totally remove
rustup
andcargo
altogether. Not sure why they were added, :(As you can see, both
rust
andrustup
providecargo
, so no need to have it as a dep, though it doesn't harm. And bothrustup
andrust
providerust
, so you should removerustup
as a dep. If you have it installed, it's fine, it won't prompt you to installrust
becauserustup
already provides it, and if you have installedrust
, that's it. Just noticerustup
andrust
are in conflict, so as things are right now you're forcing users to de-installrust
and installrustup
, which doesn't make any sense.je-vv commented on 2023-03-03 02:00 (UTC)
why force the dependency on rustup now? it should depend on a rust provided only. It was building fine when having rust installed instead of rustup. Besides, I don't see a dependency on any nightly toolchain or similar. Can you make it depend on rust, and then rustup users will be fine, since it provides rust?
bksalman commented on 2023-03-02 17:32 (UTC)
@JisuWoniu sorry for not replying :) I fixed it now
JisuWoniu commented on 2023-02-26 17:23 (UTC) (edited on 2023-02-26 17:43 (UTC) by JisuWoniu)
Wrong
pkgrel
andsha256sums
for tarball.This patch may fix it: