-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #35
- Loading branch information
Showing
4 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,49 @@ | ||
Amazon Cloud Player (Nuvola app) | ||
================================ | ||
Amazon Cloud Player • Nuvola Apps Runtime | ||
================================= | ||
|
||
Integration of Amazon Cloud Player into your linux desktop via | ||
[Nuvola Apps Runtime](https://github.com/tiliado/nuvolaruntime). | ||
|
||
Support | ||
------- | ||
|
||
* Report bugs and issues at <https://github.com/tiliado/nuvola-app-amazon-cloud-player/issues>. | ||
* Known issues can be found at <https://github.com/tiliado/nuvola-app-amazon-cloud-player/wiki/Known-Issues>. | ||
Follow [Bug reporting guidelines](https://github.com/tiliado/nuvolaruntime/wiki/Bug-Reporting-Guidelines). | ||
|
||
Installation | ||
------------ | ||
|
||
Install the [genuine cross-distribution flatpak packages](https://nuvola.tiliado.eu/app/amazon_cloud_player/). | ||
|
||
Building | ||
-------- | ||
|
||
This project uses [Nuvola SDK](https://github.com/tiliado/nuvolasdk#create-new-project). Please refer to | ||
the [Build a Project Using Nuvola SDK](https://github.com/tiliado/nuvolasdk#build-a-project-using-nuvola-sdk) | ||
page in order to obtain information about dependencies and installation instructions. | ||
|
||
Change log | ||
---------- | ||
|
||
See [CHANGELOG.md](./CHANGELOG.md). | ||
|
||
Contributing | ||
------------ | ||
|
||
See [CONTRIBUTING.md](./CONTRIBUTING.md). | ||
|
||
Copyright | ||
--------- | ||
|
||
- Copyright 2017-2018 Andrew Stubbs <[email protected]> | ||
- Copyright 2018 Simon Dierl <[email protected]> | ||
- Copyright 2015-2016 Stephen Herbein <[email protected]> | ||
- Copyright 2015 Steffen Coenen <[email protected]> | ||
- Copyright 2014-2017 Jiří Janoušek <[email protected]> | ||
- Copyright 2012-2015 Alexander King | ||
- `src/icon*.svg | ||
+ Copyright 2011 Alexander King <[email protected]> | ||
+ Copyright 2011 Arturo Torres Sánchez <[email protected]> | ||
+ License: [CC-BY-3.0](./LICENSE-CC-BY.txt) | ||
|
||
- Other files: | ||
+ Copyright 2017-2018 Andrew Stubbs <[email protected]> | ||
+ Copyright 2018 Simon Dierl <[email protected]> | ||
+ Copyright 2015-2016 Stephen Herbein <[email protected]> | ||
+ Copyright 2015 Steffen Coenen <[email protected]> | ||
+ Copyright 2014-2017 Jiří Janoušek <[email protected]> | ||
+ Copyright 2012-2015 Alexander King | ||
- License: [2-Clause BSD-license](./LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env python3 | ||
import nuvolasdk | ||
nuvolasdk.gen_makefile() | ||
nuvolasdk.gen_makefile("4.11.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"id": "amazon_cloud_player", | ||
"name": "Amazon Cloud Player", | ||
"maintainer_name": "Andrew Stubbs", | ||
"maintainer_link": "https://github.com/a-m-s", | ||
"version_major": 5, | ||
"version_minor": 7, | ||
"api_major": 4, | ||
"api_minor": 8, | ||
"categories": "AudioVideo;Audio;", | ||
"license": "2-Clause BSD-license", | ||
"allowed_uri": "^https?://(music.amazon.[a-z.]+/#?.*|www.amazon.[a-z.]+/[ga]p/.*)$", | ||
"#requirements": "https://github.com/tiliado/nuvola-app-amazon-cloud-player/issues/33", | ||
"requirements": "Chromium[65] Codec[MP3] Feature[MSE] Feature[Flash]", | ||
"build": { | ||
"icons": [ | ||
"src/icon.svg SCALABLE 64 128 256", | ||
"src/icon-xs.svg 16 22 24", | ||
"src/icon-sm.svg 32 48" | ||
] | ||
} | ||
"id": "amazon_cloud_player", | ||
"name": "Amazon Cloud Player", | ||
"maintainer_name": "Andrew Stubbs", | ||
"maintainer_link": "https://github.com/a-m-s", | ||
"version_major": 5, | ||
"version_minor": 7, | ||
"api_major": 4, | ||
"api_minor": 8, | ||
"categories": "AudioVideo;Audio;", | ||
"license": "2-Clause BSD-license", | ||
"allowed_uri": "^https?://(music.amazon.[a-z.]+/#?.*|www.amazon.[a-z.]+/[ga]p/.*)$", | ||
"#requirements": "https://github.com/tiliado/nuvola-app-amazon-cloud-player/issues/33", | ||
"requirements": "Chromium[65] Codec[MP3] Feature[MSE] Feature[Flash]", | ||
"build": { | ||
"icons": [ | ||
"src/icon.svg SCALABLE 64 128 256", | ||
"src/icon-xs.svg 16 22 24", | ||
"src/icon-sm.svg 32 48" | ||
] | ||
} | ||
} |