酷我音乐盒 for linux发布了,效果很好
Tofloor
poster avatar
f174937
deepin
2013-10-07 20:04
Author
请去这两个网址https://github.com/LiuLang/kwplayer
http://forum.ubuntu.org.cn/viewtopic.php?f=162&t=448911

对于Debian Wheezy和Ubuntu 12.04, 因为软件源里面的包都比较旧, 需要对上述操作 做一些修改, 比如gstreamer1.0-libav要改为gstreamer0.1-ffmpeg, 将gstreamer的 1.0版都改为0.1版. 如果ubuntu 12.04中找不到gstreamer0.1-ffmpeg, 这说明你的软 件源中没有启用multiverse源, 可以在software-center里面进行设置. 另外, 由于 gstreamer0.1中不能直接把视频渲染到DrawingArea上, 在播放MV时视频窗口被被弹出, 这个bug我暂时不打算修复; ubuntu 12.04的gnome-icon-theme-symbolic包里面少了一 个video-x-generic-symbolic.svg这个图标, 所以工具栏上的MV按纽不能直接显示. 解决方法是把kwplayer/share/kuwo/themes/default/video-x-generic-symbolic.svg 复制到/usr/share/icons/gnome/scalable/mimetypes/目录里.
Reply Favorite View the author
All Replies
cxbii
deepin
2013-10-08 01:58
#1
应该不是官方的吧?不过看了下功能,很好啊
Reply View the author
f174937
deepin
2013-10-08 07:00
#2
应该不是官方的吧?不过看了下功能,很好啊


就差一个在线视频了。。。希望深度影音能支持
Reply View the author
4***8@qq.com
deepin
2013-10-11 07:21
#3
这个软件在deepin下无法播放啊,看终端报错好像是gstreamer的流错误,不知道可有人解决了啊。
Reply View the author
cxbii
deepin
2013-10-11 19:12
#4
[quote]应该不是官方的吧?不过看了下功能,很好啊


就差一个在线视频了。。。希望深度影音能支持[/quote]
深度影音会支持插件系统,这个需要社区人的努力,就如深度音乐的百度插件
Reply View the author
a285654974
deepin
2013-10-11 19:20
#5
酷我音乐盒 Gtk/Linux版在深度需要额外安装gst插件,libgstreamer-plugins-bad1.0-0
libgstreamer-plugins-base1.0-0
libgstreamer-plugins-good1.0-0
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-base
gstreamer1.0-plugins-good
gstreamer1.0-plugins-ugly
gstreamer1.0-tools
gstreamer1.0-alsa
gstreamer1.0-pulseaudio
gstreamer1.0-plugins-base-apps
有些包可能是多余的,我是安装着这些后才正常的
Reply View the author
4***8@qq.com
deepin
2013-10-12 05:38
#6
酷我音乐盒 Gtk/Linux版在深度需要额外安装gst插件,libgstreamer-plugins-bad1.0-0
libgstreamer-plugins-base1.0-0
libgstreamer-plugins-good1.0-0
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-base
gstreamer1.0-plugins-good
gstreamer1.0-plugins-ugly
gstreamer1.0-tools
gstreamer1.0-alsa
gstreamer1.0-pulseaudio
gstreamer1.0-plugins-base-apps
有些包可能是多余的,我是安装着这些后才正常的
确实啊,我想在deepin下缺少了gstreamer1.0-alsa
gstreamer1.0-pulseaudio
gstreamer1.0-plugins-base-apps
这几个依赖,作者的deb包依赖写的应该还不全啊!不过这个播放器确实也不错,只是界面差了些,要是用了deepin-ui就好了,python3可用deepin-ui吗?
Reply View the author
electricface
deepin
2013-10-12 05:52
#7
终于可以用了
  1. sudo apt-get python3 python3-gi python3-cairo python3-gi-cairo gstreamer1.0-x gstreamer1.0-libav gstreamer1.0-plugins-base gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 python3-leveldb gstreamer1.0-plugins-base-apps gstreamer1.0-plugins-ugly
Copy the Code
Reply View the author