Skip to content

Commit

Permalink
Modernize script
Browse files Browse the repository at this point in the history
Issue #11
  • Loading branch information
a-m-s committed May 21, 2018
1 parent 55d47a5 commit 1e98c90
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ eu.tiliado.WebRuntimeAppBbcIplayer.desktop
eu.tiliado.WebRuntimeAppBbcIplayer.service
nuvola-app-bbc-iplayer.metainfo.xml
screenshots/
/screenshots/
eu.tiliado.NuvolaAppBbcIplayer.service
eu.tiliado.WebRuntimeAppBbcIplayer.appdata.xml
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
BBC iPlayer Beta (Nuvola app)
==========================
BBC iPlayer Nuvola Apps Runtime
=================================

Integration of BBC iPlayer into your linux desktop via
[Nuvola Apps Runtime](https://github.com/tiliado/nuvolaruntime).

This is a beta release: support for HTML5 Media Source Extensions (MSE) is new
to WebKitGtk and may be still incomplete. Most BBC content works, most of the
time, but not all. In those cases you can still use the Flash player, but
Nuvola will be unable to detect or control playing state.

Support
-------

Report bugs and issues at <https://github.com/tiliado/nuvola-app-bbc-iplayer/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/bbc_iplayer/).

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.
Expand Down
2 changes: 1 addition & 1 deletion configure
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")
40 changes: 20 additions & 20 deletions metadata.in.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "bbc_iplayer",
"name": "BBC iPlayer",
"home_url": "http://www.bbc.co.uk/iplayer",
"allowed_uri": "^https?://www.bbc.co.uk",
"maintainer_name": "Andrew Stubbs",
"maintainer_link": "https://github.com/a-m-s",
"version_major": 1,
"version_minor": 5,
"api_major": 4,
"api_minor": 9,
"categories": "AudioVideo;Audio;",
"license": "2-Clause BSD-license; CC-BY-SA 3.0",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
},
"requirements": "Chromium[65] Codec[H264] Codec[MP3] Feature[MSE] Feature[Flash]"
"id": "bbc_iplayer",
"name": "BBC iPlayer",
"home_url": "http://www.bbc.co.uk/iplayer",
"allowed_uri": "^https?://www.bbc.co.uk",
"maintainer_name": "Andrew Stubbs",
"maintainer_link": "https://github.com/a-m-s",
"version_major": 1,
"version_minor": 5,
"api_major": 4,
"api_minor": 9,
"categories": "AudioVideo;Audio;",
"license": "2-Clause BSD-license; CC-BY-SA 3.0",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
},
"requirements": "Chromium[65] Codec[H264] Codec[MP3] Feature[MSE] Feature[Flash]"
}

0 comments on commit 1e98c90

Please sign in to comment.