Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxdeepin/deepin-music
Music player for deepin desktop environment.
https://github.com/linuxdeepin/deepin-music
Last synced: 3 months ago
JSON representation
Music player for deepin desktop environment.
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-music
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2012-05-07T08:33:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T03:21:04.000Z (3 months ago)
- Last Synced: 2024-10-25T10:48:25.597Z (3 months ago)
- Language: QML
- Homepage:
- Size: 135 MB
- Stars: 188
- Watchers: 28
- Forks: 100
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - music/) - An application, developed by Deepin Technology Team, which focused on local music playing. (Applications / Audio)
- Awesome-Linux-Software - ![Open-Source Software - music/) - An application, developed by Deepin Technology Team, which focused on local music playing. (Applications / Audio)
README
### deepin-music
Deepin music is a local music player with beautiful design and simple functions developed by Deepin Technology.
### Dependencies
### Build dependencies
_The **master** branch is current development branch, build dependencies may changes without update README.md, refer to `./debian/control` for a working build depends list_
* pkg-config
* libtag1-dev
* libicu-dev
* libgsettings-qt-dev
* libdbusextended-qt5-dev
* libkf5codecs-dev
* libavutil-dev
* libavcodec-dev
* libavformat-dev
* libdtkcore-dev
* libdtkgui-dev
* libdframeworkdbus-dev
* libudisks2-qt5-dev
* libvlc-dev
* libvlccore-dev
* Qt5(>= 5.6) with modules:
- qt5-qmake
- libqt5svg5-dev
- qttools5-dev-tools
- qtmultimedia5-dev
- libkf5codecs-dev
* Deepin-tool-kit(>=2.0) with modules:
- libdtkwidget-dev## Installation
### Build from source code
1. Make sure you have installed all dependencies.
_Package name may be different between distros, if deepin-music is available from your distro, check the packaging script delivered from your distro is a better idea._
Assume you are using [Deepin](https://distrowatch.com/table.php?distribution=deepin) or other debian-based distro which got deepin-music delivered:
``` shell
$ apt build-dep deepin-music
```2. Build:
```
$ cd deepin-music
$ mkdir Build
$ cd Build
$ cmake ..
$ make
```3. Install:
```
$ sudo make install
```The executable binary file could be found at `/usr/bin/deepin-music`
## Usage
Execute `deepin-music`
## Getting help
- [Official Forum](https://bbs.deepin.org/)
- [Developer Center](https://github.com/linuxdeepin/developer-center)
- [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
- [IRC Channel](https://webchat.freenode.net/?channels=deepin)
- [Wiki](https://wiki.deepin.org/)## Getting involved
We encourage you to report issues and contribute changes
- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English)
- [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)## License
deepin-music is licensed under [GPL-3.0-or-later](LICENSE).