Package Details: netease-cloud-music-gtk4 2.5.3-1

Git Clone URL: https://aur.archlinux.org/netease-cloud-music-gtk4.git (read-only, click to copy)
Package Base: netease-cloud-music-gtk4
Description: Linux 平台下基于 Rust + GTK4 开发的网易云音乐播放器
Upstream URL: https://github.com/gmg137/netease-cloud-music-gtk
Keywords: music
Licenses: GPL-3.0-or-later
Conflicts: netease-cloud-music-gtk-bin, netease-cloud-music-gtk4-git
Submitter: tkit
Maintainer: tkit (AutoUpdateBot)
Last Packager: tkit
Votes: 14
Popularity: 0.000041
First Submitted: 2022-07-04 01:53 (UTC)
Last Updated: 2026-05-22 00:05 (UTC)

Latest Comments

1 2 3 Next › Last »

lihua417 commented on 2026-05-21 13:28 (UTC) (edited on 2026-05-21 13:38 (UTC) by lihua417)

上游已发布新版本 2.5.3,附上我修改后的 PKGBUILD,供您参考更新,谢谢维护!

# Maintainer: HaoCheng <ch1994@outlook.com>
pkgname=netease-cloud-music-gtk4
_pkgname=netease-cloud-music-gtk
pkgver=2.5.3
pkgrel=1
pkgdesc="Linux 平台下基于 Rust + GTK4 开发的网易云音乐播放器"
arch=('x86_64')
url="https://github.com/gmg137/netease-cloud-music-gtk"
license=('GPL-3.0-or-later')
depends=(
        'libadwaita'
        'gst-plugins-base'
        'gst-plugins-good'
)
optdepends=(
        'gst-plugins-bad: extra media codecs'
        'gst-plugins-ugly: extra media codecs'
)
makedepends=('cargo' 'meson')
conflicts=(
        'netease-cloud-music-gtk-bin'
        'netease-cloud-music-gtk4-git'
)
source=(
        "https://github.com/gmg137/$_pkgname/archive/$pkgver.tar.gz"
)
sha256sums=('b6e9dea10cd5fbd125267f0cfb886c38b55f05e699b92551e1ca9f3ac56bad9c')

prepare(){
        cd $_pkgname-$pkgver
}
build() {
        CFLAGS+=" -ffat-lto-objects"
        arch-meson --buildtype release "$_pkgname-$pkgver" build
        meson compile -C build
}

package() {
        meson install -C build --destdir "$pkgdir"
}

cynic0226 commented on 2025-07-13 05:26 (UTC) (edited on 2025-07-14 07:01 (UTC) by cynic0226)

我用当前的 PKGBUILD 成功安装了 2.5.2 版本,为什么一直不更新?是有什么错误吗?

ShuhanX commented on 2025-04-24 12:31 (UTC)

原软件由于rand编译错误重新发布了2.5.1版本(tag)(详见github issuse #342),但pkgbuild没有及时更新,导致软件包无法正常编译

bruceutut commented on 2024-01-16 13:37 (UTC)

In Arch Linux RFC16, Arch Linux decided to use the SPDX license identifier in PKGBUILDs[1] The Packaging Guideline on Arch Wiki has been updated[2].
It's time to change license field of PKGBUILD file to GPL-3.0-or-later according to the LICENSE file from upstream.

[1] https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst
[2] https://wiki.archlinux.org/title/PKGBUILD#license

tkit commented on 2022-11-25 00:41 (UTC)

@zhihong The two file have been removed now.

zhihong commented on 2022-11-24 15:00 (UTC)

0001-Single-isahc-client.patch 0002-More-ncmapi-log.patch

我在编译时先将这两部分改动去掉了,可以编译成功,功能可以正常使用。

期待新版本

zhihong commented on 2022-11-24 14:33 (UTC)

0001-Single-isahc-client.patch 0002-More-ncmapi-log.patch

这两个改动因为netease-cloud-music-api 1.1.1版本的原因,导致编译失败了

tkit commented on 2022-11-19 04:54 (UTC)

@seiuneko gst-plugins-good has been move from optdepends to depends now. Thanks for your report.

seiuneko commented on 2022-11-18 14:42 (UTC)

请添加 gst-plugins-good 作为依赖,否则播放歌曲会段错误,gst-play 报错 ERROR No URI handler implemented for "http".