remove chromium-widevine
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/"]
|
||||
|
||||
Release = "-1"
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf google-chrome-stable_current_amd64.deb")
|
||||
shelltools.system("tar xvf %s/data.tar.xz --exclude=usr/share/gnome-control-center --exclude=usr/bin --exclude=etc" %get.workDIR())
|
||||
shelltools.chmod(get.workDIR() + "/opt/google/chrome/*", 0755)
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/lib/chromium-browser/WidevineCdm", "./opt/google/chrome/WidevineCdm/*")
|
||||
pisitools.dosym("/usr/lib/chromium-browser/WidevineCdm", "/usr/lib/chromium-dev/WidevineCdm")
|
||||
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>chromium-widevine</Name>
|
||||
<Homepage>http://chrome.google.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>EULA</License>
|
||||
<Icon>google-chrome</Icon>
|
||||
<PartOf>network.web</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Widevine plugin for Chromium Browser</Summary>
|
||||
<Description>Widevine is a browser plugin designed for the viewing of premium video content. This package contains Widevine plugin for Chromium browser</Description>
|
||||
<Archive sha1sum="4cfc6e6f4777b38fcba74f0b82e82c978e75a9b3" type="binary">https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>chromium-widevine</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/chromium-browser</Path>
|
||||
<Path fileType="library">/usr/lib/chromium-dev</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>4.10.1610.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user