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.000000 |
| First Submitted: | 2022-07-08 10:44 (UTC) |
| Last Updated: | 2023-01-04 12:40 (UTC) |
Dependencies (7)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR) (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.svgmust be installed in/usr/share/pixmapsventureo 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.