Added rpmbuild spec files

This commit is contained in:
Xian Nox
2013-12-14 15:01:41 +01:00
parent dc6e99f952
commit fd9b3c5e1b
5 changed files with 225 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
QCMA
====
QCMA is an cross-platform application to provide a Open Source implementation
QCMA is a cross-platform application to provide a Open Source implementation
of the original Content Manager Assistant that comes with the PS Vita. QCMA is
meant to be compatible with Linux, Windows and MAC OS X.
## Features
The aim of this project is to provide a implementation that is on par with the
The aim of this project is to provide an implementation that is on par with the
official CMA and also offer some features missing in the original one.
#### Implemented features missing in OpenCMA (Yifan Lu CLI application)
@@ -23,11 +23,11 @@ official CMA and also offer some features missing in the original one.
* Complete categories for music.
* SQLite backend for database.
## Planned features
#### Planned features
* **UPNP bridge**: connect an existing UPNP server to interface with the Vita
using the wireless streaming feature.
#### Dependencies
## Dependencies
* [Qt 4.x or 5.x](http://qt-project.org/)
* [VitaMTP](https://github.com/yifanlu/VitaMTP). Use my
@@ -42,7 +42,7 @@ Check the GitHub repo here: https://github.com/codestation/qcma
#### I want to contribute
Contact me on [GitHub](https://github.com/codestation/)
#### Thanks to
## Thanks to
[Yifan Lu](https://github.com/yifanlu/vitamtp/) - for the vitamtp library and
the reference implementation of OpenCMA.