Search Criteria
Package Details: ytdlp-gui 3.3.0-1
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/ytdlp-gui |
| Keywords: | downloader video |
| Licenses: | GPL3 |
| Submitter: | bksalman |
| Maintainer: | bksalman |
| Last Packager: | bksalman |
| Votes: | 8 |
| Popularity: | 1.66 |
| First Submitted: | 2023-01-18 23:11 (UTC) |
| Last Updated: | 2026-05-08 13:52 (UTC) |
Dependencies (5)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- yt-dlp (yt-dlp-gitAUR, neodlpAUR, yt-dlp-nightly-binAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
1 2 Next › Last »
mboss387 commented on 2026-05-16 07:32 (UTC) (edited on 2026-05-16 07:36 (UTC) by mboss387)
I also ran into guglovich's error and traced it to the way the aws-lc library gets built on arch. Resolutions are either disabling injecting
-flto=autoglobally in makepkg.conf - or changing the PKGBUILD build() function:@bksalman: i would suggest updating the PKGBUILD - unless users modified their stock makepkg.conf users will keep running into this with rust packages.
guglovich commented on 2026-05-11 11:17 (UTC)
error: could not compile
ytdlp-gui(bin "ytdlp-gui") due to 1 previous errorbksalman commented on 2024-08-21 08:32 (UTC)
@dreieck thank you for telling me, my automated process seems to not have done that, will look into it as soon as possible
dreieck commented on 2024-08-21 07:47 (UTC)
Checksum verification fails after update of the
PKGBUILD:Regards and thanks for maintaining!
bksalman commented on 2023-07-28 07:17 (UTC) (edited on 2023-07-28 07:20 (UTC) by bksalman)
@sqfreak I have a symlink to the PKGBUILD on my machine, and I just edit that, but for some reason the sha256sum update didn't get passed? I'm really not sure what happened, anyways sorry for how messy this package is, I'm stupid
(will update it soon)
sqfreak commented on 2023-07-27 23:21 (UTC)
I think you may have missed updating the sha256sum for 0.3.0. The one I get from the file on Github is dee55b85f303b10dd9a3d922a9ec757a3b7c6c953da447e7e5effb2857f51d3f and the package has b7e1a8350dc69f583122df4bc43c6968ab1f11a3282472f1fc52b47630387f0c, which is the sha256sum for version 0.2.5 on Github.
bksalman commented on 2023-07-27 15:50 (UTC)
@JisuWoniu oops, thanks for spotting it for me! will push a fix soon
JisuWoniu commented on 2023-07-27 15:16 (UTC)
You made a typo in
buildfunction. Should be--frozeninstead of--forzen.bksalman commented on 2023-07-27 06:25 (UTC) (edited on 2023-07-27 07:09 (UTC) by bksalman)
so how about this? @eclairevoyant
does it address the points you mentioned? (I'm bumping the version, that's why it's 0.3.0)
eclairevoyant commented on 2023-06-10 11:07 (UTC) (edited on 2023-06-10 11:09 (UTC) by eclairevoyant)
Please update this package to conform to Rust package guidelines, most notably:
Using
cargoas a build dependency instead ofrustdirectlyseparation of fetching dependencies into
prepare()using the
--frozenflag inbuild()so thatbuild()runs offlineexporting rust-related envvars at the top of
prepare()andbuild()(technically optional, but helps avoid a lot of issues when users build from AUR)EDIT: also couple of other points:
you shouldn't have a
conflictsorprovidesarray at all herepackage sources must be renamed, see the big red warning at https://wiki.archlinux.org/title/PKGBUILD#source
1 2 Next › Last »