Skip to content

Commit

Permalink
AutoCommit - From mintPC
Browse files Browse the repository at this point in the history
  • Loading branch information
swanux committed May 29, 2021
1 parent 33d7735 commit 6c7ad1f
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 24 deletions.
7 changes: 4 additions & 3 deletions BUILD/opera-codecs/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
opera-codecs (0.50.1-1) bionic; urgency=medium
opera-codecs (0.52.2-1) bionic; urgency=medium

* Opera codecs initial release
* Updated Widevine to 4.10.2209.0
* Updated ffmpeg to 0.52.2

-- Dániel Kolozsi <[email protected]> Sun, 4 Oct 2020 10:15:02 +0200
-- Dániel Kolozsi <[email protected]> Sat, 29 May 2021 10:05:02 +0200
6 changes: 3 additions & 3 deletions BUILD/opera-codecs/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Section: admin
Priority: optional
Maintainer: Dániel Kolozsi <[email protected]>
Build-Depends: debhelper (>= 11)
Standards-Version: 0.50.1-1
Version: 0.50.1-1
Standards-Version: 0.52.2-1
Version: 0.52.2-1
Package: opera-codecs
Architecture: amd64
Depends: opera-stable
Homepage: <https://github.com/iteufel/nwjs-ffmpeg-prebuilt>
Homepage: <https://github.com/swanux/opera_codecs>
Description: Opera codecs
This package contains extra codecs for opera browser on Linux
Binary file not shown.
13 changes: 8 additions & 5 deletions BUILD/opera-codecs/opt/google/chrome/WidevineCdm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,31 @@
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "WidevineCdm",
"description": "Widevine Content Decryption Module",
"version": "4.10.1679.0",
"version": "4.10.2209.0",
"minimum_chrome_version": "68.0.3430.0",
"x-cdm-module-versions": "4",
"x-cdm-interface-versions": "10",
"x-cdm-host-versions": "10",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-persistent-license-support": false,
"x-cdm-supported-encryption-schemes": ["cenc","cbcs"],
"x-cdm-supported-encryption-schemes": [
"cenc",
"cbcs"
],
"icons": {
"16": "imgs/icon-128x128.png",
"128": "imgs/icon-128x128.png"
},
"platforms": [
{
"arch": "x64",
"os": "linux",
"arch": "x64",
"sub_package_path": "_platform_specific/linux_x64/"
},
{
"arch": "x86",
"os": "linux",
"arch": "x86",
"sub_package_path": "_platform_specific/linux_x86/"
}
]
}
}
Binary file not shown.
7 changes: 4 additions & 3 deletions DEV_FILES/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
opera-codecs (0.50.1-1) bionic; urgency=medium
opera-codecs (0.52.2-1) bionic; urgency=medium

* Opera codecs initial release
* Updated Widevine to 4.10.2209.0
* Updated ffmpeg to 0.52.2

-- Dániel Kolozsi <[email protected]> Sun, 4 Oct 2020 10:15:02 +0200
-- Dániel Kolozsi <[email protected]> Sat, 29 May 2021 10:05:02 +0200
6 changes: 3 additions & 3 deletions DEV_FILES/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Section: admin
Priority: optional
Maintainer: Dániel Kolozsi <[email protected]>
Build-Depends: debhelper (>= 11)
Standards-Version: 0.50.1-1
Version: 0.50.1-1
Standards-Version: 0.52.2-1
Version: 0.52.2-1
Package: opera-codecs
Architecture: amd64
Depends: opera-stable
Homepage: <https://github.com/iteufel/nwjs-ffmpeg-prebuilt>
Homepage: <https://github.com/swanux/opera_codecs>
Description: Opera codecs
This package contains extra codecs for opera browser on Linux
7 changes: 5 additions & 2 deletions DEV_FILES/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
https://www.google.com/chrome/ - 4.10.1679.0
https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases - 0.47.2
https://www.google.com/chrome/ - 4.10.2209.0
https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases - 0.52.2
Update codecs from here ^

Go to BUILD/ and:
Expand All @@ -9,3 +9,6 @@ Run:
dpkg-deb --build opera-codecs

Also update template

And test:
https://bitmovin.com/demos/drm
Binary file not shown.
13 changes: 8 additions & 5 deletions DEV_FILES/opt/google/chrome/WidevineCdm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,31 @@
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "WidevineCdm",
"description": "Widevine Content Decryption Module",
"version": "4.10.1679.0",
"version": "4.10.2209.0",
"minimum_chrome_version": "68.0.3430.0",
"x-cdm-module-versions": "4",
"x-cdm-interface-versions": "10",
"x-cdm-host-versions": "10",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-persistent-license-support": false,
"x-cdm-supported-encryption-schemes": ["cenc","cbcs"],
"x-cdm-supported-encryption-schemes": [
"cenc",
"cbcs"
],
"icons": {
"16": "imgs/icon-128x128.png",
"128": "imgs/icon-128x128.png"
},
"platforms": [
{
"arch": "x64",
"os": "linux",
"arch": "x64",
"sub_package_path": "_platform_specific/linux_x64/"
},
{
"arch": "x86",
"os": "linux",
"arch": "x86",
"sub_package_path": "_platform_specific/linux_x86/"
}
]
}
}
Binary file not shown.
Binary file modified PKGS/opera-codecs.deb
Binary file not shown.

0 comments on commit 6c7ad1f

Please sign in to comment.