A temporary dependency on yt-dlp has been added because youtube changed and broke youtube videos in quickmedia. The yt-dlp dependency will be removed when this has been solved.
Search Criteria
Package Details: quickmedia-git r1368.eaa2923-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/quickmedia-git.git (read-only, click to copy) |
---|---|
Package Base: | quickmedia-git |
Description: | A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites. |
Upstream URL: | https://git.dec05eba.com/QuickMedia |
Keywords: | 4chan anilist anime jdrama kdrama lbry manga matrix media nyaa.si peertube soundcloud torrent web youtube |
Licenses: | GPL3 |
Conflicts: | qm, quickmedia, quickmedia-video-player |
Provides: | qm, quickmedia, quickmedia-video-player |
Submitter: | DEC05EBA |
Maintainer: | DEC05EBA |
Last Packager: | DEC05EBA |
Votes: | 14 |
Popularity: | 1.33 |
First Submitted: | 2020-06-22 19:31 (UTC) |
Last Updated: | 2023-09-27 21:52 (UTC) |
Dependencies (15)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- libglvnd
- libx11 (libx11-git)
- libxrandr (libxrandr-git)
- mpv (mpv-semifull-git, mpv-full, mpv-light-pulse, mpv-vapoursynth, mpv-vapoursynth-git, mpv-amd-full-git, mpv-git, mpv-full-git, mpv-full-build-git, mpv-kitty-git, mpv-caca, mpv-build-git)
- noto-fonts (ttf-noto-fonts-simple, noto-fonts-variable-lite, noto-fonts-lite, noto-fonts-hinted-git, noto-fonts-unhinted-git, noto-fonts-unhinted-variable-git, noto-fonts-unhinted-variable-slim-git, noto-fonts-full-git, noto-fonts-full-variable-git, noto-fonts-full-variable-slim-git, noto-fonts-main)
- yt-dlp (yt-dlp-git)
- sibs-git (make)
- automedia (automedia-git) (optional) – For automatically downloading new chapters of tracked manga
- ffmpeg (ffmpeg-cuda, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs, ffmpeg-full-git, ffmpeg-git, ffmpeg-nocuda) (optional) – For displaying webp thumbnails, uploading video thumbnails on matrix and merging video and audio when downloading youtube videos
- libnotify (libnotify-gtk2, libnotify-git) (optional) – For showing notifications
- noto-fonts-cjk (noto-fonts-cjk-vf, noto-fonts-cjk-hk-vf, noto-fonts-cjk-jp-vf, noto-fonts-cjk-kr-vf, noto-fonts-cjk-sc-vf, noto-fonts-cjk-tc-vf, noto-fonts-hk-vf, noto-fonts-jp-vf, noto-fonts-kr-vf, noto-fonts-sc-vf, noto-fonts-tc-vf) (optional) – To display chinese, japanese and korean characters
- source-highlight (optional) – For syntax highlighting in matrix codeblocks
- waifu2x-ncnn-vulkan (waifu2x-ncnn-vulkan-git) (optional) – For upscaling manga pages when using the --upscale-images option
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-symlink-fix, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo) (optional) – For downloading torrents when using nyaa.si plugin or opening remote links
Required by (0)
Sources (2)
DEC05EBA commented on 2023-04-26 22:16 (UTC)
justcommenting commented on 2023-01-29 22:19 (UTC)
@DEC05EBA
In source=( "${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.r1310.5c854e1.tar.gz"
you're changing the "r1310.5c854e1" part every time instead of just using ${pkgver} - as you're supposed to (see man). As a result, if you do check aur PKGBUILD updates with your AUR helper, you have to compare the entire URL each time, which is annoying.
DEC05EBA commented on 2023-01-23 10:09 (UTC)
@Bitals that's an issue in the mpv package and it has been reported here: https://bugs.archlinux.org/task/77211?string=mpv&project=5&search_name=&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=open&percent%5B0%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto= but still good to know how to bypass the issue until it has been fixed
Bitals commented on 2023-01-23 09:56 (UTC)
wayland-protocols
is a dependency, builds after manually installing it.
09:47:39 Package wayland-protocols was not found in the pkg-config search path.
09:47:39 Perhaps you should add the directory containing `wayland-protocols.pc'
09:47:39 to the PKG_CONFIG_PATH environment variable
09:47:39 Package 'wayland-protocols', required by 'mpv', not found
09:47:39 Packages not found, using global lib...
09:47:39 Dependency mpv in version range >=1.0.0 is missing from pkg-config, trying global lib
09:47:39 Dependency not found in global lib, trying to download from package repository
09:47:39 Failed to build ninja file: No package with the name "mpv" was found
DEC05EBA commented on 2023-01-23 01:11 (UTC)
@justcommenting Im not exactly sure what you mean. What variable and what differences? do you mean which git commits the update contains so you can see a git history diff?
justcommenting commented on 2023-01-22 23:57 (UTC)
I agree, this isn't a git package. But, even if you don't change that part, you should at least use a variable in the source= URL so it's easier to track differences on updates.
haawda commented on 2022-11-12 13:49 (UTC)
This package uses a tarball, so it should not have the git suffix in name.
DEC05EBA commented on 2022-10-28 11:37 (UTC)
@QuickmediaFan69 I fixed it now. If it still doesn't work for you then contact me by email instead (Contact detail is found here: https://git.dec05eba.com/?p=about)
DEC05EBA commented on 2022-10-28 08:12 (UTC) (edited on 2022-10-28 09:28 (UTC) by DEC05EBA)
@QuickmediaFan69 I'm able to reproduce it now after removing the cookies file. I'm working on a fix now.
Pinned Comments
DEC05EBA commented on 2023-04-26 22:16 (UTC)
A temporary dependency on yt-dlp has been added because youtube changed and broke youtube videos in quickmedia. The yt-dlp dependency will be removed when this has been solved.
DEC05EBA commented on 2020-09-10 19:19 (UTC) (edited on 2020-09-24 01:17 (UTC) by DEC05EBA)
See https://git.dec05eba.com/QuickMedia/about/ for controls and screenshots