Search Criteria
Package Details: yamux v60-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/yamux.git (read-only, click to copy) |
---|---|
Package Base: | yamux |
Description: | Yandex Music client |
Upstream URL: | https://gitlab.com/KirMozor/Yamux |
Keywords: | csharp gstreamer yandex yandexmusic |
Licenses: | GPL3 |
Submitter: | KirMozor |
Maintainer: | KirMozor |
Last Packager: | KirMozor |
Votes: | 14 |
Popularity: | 0.059796 |
First Submitted: | 2022-07-08 10:44 (UTC) |
Last Updated: | 2023-01-04 12:40 (UTC) |
Dependencies (7)
- dotnet-runtime (dotnet-runtime-2.2, dotnet-runtime-3.0, dotnet-runtime-2.1, dotnet-runtime-5.0-bin, dotnet-runtime-bin, dotnet-runtime-6.0-bin, dotnet-runtime-preview-bin)
- gst-plugin-pipewire (gst-plugin-pipewire-git, gst-plugin-pipewire-common-git, gst-plugin-pipewire-full-git)
- gst-plugins-bad (gst-plugins-bad-git)
- gst-plugins-good (gst-plugins-good-git)
- gstreamer (gstreamer-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- dotnet-sdk (dotnet-sdk-2.2, dotnet-sdk-2.2-vs2017, dotnet-sdk-3.0, dotnet-sdk-2.1, dotnet-sdk-5.0-bin, dotnet-sdk-bin, dotnet-sdk-6.0-bin, dotnet-sdk-preview-bin) (make)
Latest Comments
avkonarev commented on 2022-11-13 13:39 (UTC)
ln -sf "$pkgdir/opt/Yamux/Yamux" "$pkgdir"/usr/bin/yamux создается ссылка на ВРЕМЕННЫЙ кэш сборки Надо ln -sf "/opt/Yamux/Yamux" "$pkgdir"/usr/bin/yamux
Stezko commented on 2022-11-10 09:56 (UTC) (edited on 2022-11-10 09:57 (UTC) by Stezko)
Те кто использую Pipewire требуется еще поставить gst-plugin-pipewire
ventureo commented on 2022-08-04 17:00 (UTC)
Why did you give up tagging and use tar archives? And why do you unpack it in
package()
, it's ugly. Please also remember about hash sums if you do use tarballs.KirMozor commented on 2022-07-10 11:53 (UTC)
@ventureo Thank you!
ventureo commented on 2022-07-10 09:36 (UTC)
Also the
icon.svg
must be installed in/usr/share/pixmaps
ventureo commented on 2022-07-10 09:33 (UTC) (edited on 2022-07-10 09:33 (UTC) by ventureo)
You can combine the mkdir commands into one.