更新之后不能输入中文。Gnome3.32.2+ibus
Search Criteria
Package Details: netease-cloud-music 1.2.1-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/netease-cloud-music.git (read-only, click to copy) |
---|---|
Package Base: | netease-cloud-music |
Description: | Netease Cloud Music, converted from .deb package |
Upstream URL: | https://music.163.com/ |
Keywords: | music |
Licenses: | custom |
Submitter: | bigeagle |
Maintainer: | Ovear |
Last Packager: | Ovear |
Votes: | 103 |
Popularity: | 0.63 |
First Submitted: | 2016-05-25 06:12 (UTC) |
Last Updated: | 2024-03-18 10:12 (UTC) |
Dependencies (5)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- taglib1
- vlc (vlc-gitAUR, vlc-noxAUR, vlc-luajitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
Required by (1)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »
mechtifs commented on 2019-06-15 03:53 (UTC)
xmhjnathan commented on 2019-06-10 07:09 (UTC)
updated to 1.2.1-1 and fcitx does not work, KDE Manjaro
SilverLining commented on 2019-05-29 02:25 (UTC)
更新了1.2.1之后无法切换输入法了,只能输入英文,大家有遇到么?Fcitx + Gnome
eh5 commented on 2019-05-27 16:13 (UTC) (edited on 2019-11-24 14:14 (UTC) by eh5)
关于无损格式无法播放请看 https://blog.eh5.me/fix-ncm-ldac-playing/
可以通过使用LD_LIBRARY_PATH加载修改过的vlc库来解决
不过由于1.2.1为了加载自带的依赖(包括vlc)也使用了LD_LIBRARY_PATH, 所以需要对netease-cloud-music.bash进行一下修改
zgalvin commented on 2019-05-21 09:15 (UTC) (edited on 2019-05-21 09:21 (UTC) by zgalvin)
直接使用网易官网最新的Ubuntu包,完美没发现什么BUG。我用的KDE桌面。应该不需要任何依赖包,所有依赖的库都在Ubuntu包里面集成了。
pkgname=netease-cloud-music
pkgver=1.2.1
_pkgrel=20190428
pkgrel=1
pkgdesc="Netease Cloud Music, converted from .deb package"
arch=("x86_64")
url="http://music.163.com/"
license=('custom')
source=(
"http://d1.music.126.net/dmusic/netease-cloud-music_${pkgver}_amd64_ubuntu_${_pkgrel}.deb"
"http://music.163.com/html/web2/service.html"
)
md5sums=('1f47c7dc3d9ce46da8099e539ee8a74d'
'SKIP')
package() {
cd ${srcdir}
tar -xvf data.tar.xz -C ${pkgdir}
install -D -m644 service.html ${pkgdir}/usr/share/licenses/$pkgname/license.html
}
petercxy commented on 2019-05-09 09:13 (UTC)
这个包现在跟随 Deepin 上游更新,Deepin 那边还没有看见新版包。
xuanruiqi commented on 2019-04-26 22:24 (UTC)
service.html的md5sum有误,需要改为skip。
as86455011 commented on 2019-03-13 13:51 (UTC)
建议把service.html文件的md5sum改为skip吧。。网易刚刚改了服务协议,导致打包出错。
nanpuyue commented on 2019-03-11 12:38 (UTC)
cups 这个依赖是多余的……
Pinned Comments
petercxy commented on 2019-03-11 12:38 (UTC)
几点说明
--force-device-scale-factor=<your_scale_factor>
来临时解决问题以上。