Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 33d7735

Browse files
committed
AutoCommit - From ubPC
1 parent 8c4ab7f commit 33d7735

File tree

14 files changed

+123
-0
lines changed

14 files changed

+123
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
opera-codecs (0.50.1-1) bionic; urgency=medium
2+
3+
* Opera codecs initial release
4+
5+
-- Dániel Kolozsi <[email protected]> Sun, 4 Oct 2020 10:15:02 +0200

BUILD/opera-codecs/DEBIAN/control

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Source: opera-codecs
2+
Section: admin
3+
Priority: optional
4+
Maintainer: Dániel Kolozsi <[email protected]>
5+
Build-Depends: debhelper (>= 11)
6+
Standards-Version: 0.50.1-1
7+
Version: 0.50.1-1
8+
Package: opera-codecs
9+
Architecture: amd64
10+
Depends: opera-stable
11+
Homepage: <https://github.com/iteufel/nwjs-ffmpeg-prebuilt>
12+
Description: Opera codecs
13+
This package contains extra codecs for opera browser on Linux
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Google LLC and its affiliates ("Google") own all legal right, title and
2+
interest in and to the content decryption module software ("Software") and
3+
related documentation, including any intellectual property rights in the
4+
Software. You may not use, modify, sell, or otherwise distribute the Software
5+
without a separate license agreement with Google. The Software is not open
6+
source software.
7+
8+
If you are interested in licensing the Software, please contact www.widevine.com
Binary file not shown.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"manifest_version": 2,
3+
"update_url": "https://clients2.google.com/service/update2/crx",
4+
"name": "WidevineCdm",
5+
"description": "Widevine Content Decryption Module",
6+
"version": "4.10.1679.0",
7+
"minimum_chrome_version": "68.0.3430.0",
8+
"x-cdm-module-versions": "4",
9+
"x-cdm-interface-versions": "10",
10+
"x-cdm-host-versions": "10",
11+
"x-cdm-codecs": "vp8,vp09,avc1,av01",
12+
"x-cdm-persistent-license-support": false,
13+
"x-cdm-supported-encryption-schemes": ["cenc","cbcs"],
14+
"icons": {
15+
"16": "imgs/icon-128x128.png",
16+
"128": "imgs/icon-128x128.png"
17+
},
18+
"platforms": [
19+
{
20+
"arch": "x64",
21+
"os": "linux",
22+
"sub_package_path": "_platform_specific/linux_x64/"
23+
},
24+
{
25+
"arch": "x86",
26+
"os": "linux",
27+
"sub_package_path": "_platform_specific/linux_x86/"
28+
}
29+
]
30+
}
Binary file not shown.

DEV_FILES/DEBIAN/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
opera-codecs (0.50.1-1) bionic; urgency=medium
2+
3+
* Opera codecs initial release
4+
5+
-- Dániel Kolozsi <[email protected]> Sun, 4 Oct 2020 10:15:02 +0200

DEV_FILES/DEBIAN/control

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Source: opera-codecs
2+
Section: admin
3+
Priority: optional
4+
Maintainer: Dániel Kolozsi <[email protected]>
5+
Build-Depends: debhelper (>= 11)
6+
Standards-Version: 0.50.1-1
7+
Version: 0.50.1-1
8+
Package: opera-codecs
9+
Architecture: amd64
10+
Depends: opera-stable
11+
Homepage: <https://github.com/iteufel/nwjs-ffmpeg-prebuilt>
12+
Description: Opera codecs
13+
This package contains extra codecs for opera browser on Linux

DEV_FILES/README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
https://www.google.com/chrome/ - 4.10.1679.0
2+
https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases - 0.47.2
3+
Update codecs from here ^
4+
5+
Go to BUILD/ and:
6+
Edit changelog and control
7+
8+
Run:
9+
dpkg-deb --build opera-codecs
10+
11+
Also update template
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Google LLC and its affiliates ("Google") own all legal right, title and
2+
interest in and to the content decryption module software ("Software") and
3+
related documentation, including any intellectual property rights in the
4+
Software. You may not use, modify, sell, or otherwise distribute the Software
5+
without a separate license agreement with Google. The Software is not open
6+
source software.
7+
8+
If you are interested in licensing the Software, please contact www.widevine.com

0 commit comments

Comments
 (0)