clipgrab: new package

This commit is contained in:
suvari
2022-03-29 22:50:07 +03:00
parent 89406a1f2f
commit b3d64f0d63
11 changed files with 696 additions and 135 deletions
@@ -0,0 +1,16 @@
#!/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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE")
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>yt-dlp</Name>
<Homepage>https://github.com/yt-dlp/yt-dlp</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>as-is</License>
<IsA>library</IsA>
<Summary>A youtube-dl fork with additional features and fixes</Summary>
<Description>A youtube-dl fork with additional features and fixes</Description>
<Archive sha1sum="417b975fd4e9f0b69385b4c754a3db94aafaddc0" type="targz">https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2022.03.08.1.tar.gz</Archive>
<BuildDependencies>>
<Dependency>aria2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>rtmpdump-devel</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-websockets</Dependency>
<Dependency>python3-pycryptodomex</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>yt-dlp</Name>
<Summary>A youtube-dl fork with additional features and fixes</Summary>
<RuntimeDependencies>
<Dependency>aria2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>python3</Dependency>
<Dependency>rtmpdump</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>python3-websockets</Dependency>
<Dependency>python3-pycryptodomex</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/bash-completion/completions</Path>
<Path fileType="data">/usr/share/fish/vendor_completions.d</Path>
<Path fileType="data">/usr/share/zsh/site-functions</Path>
<Path fileType="doc">/usr/share/doc/yt_dlp</Path>
<Path fileType="doc">/usr/share/doc/yt-dlp</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages/yt_dlp</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-03-29</Date>
<Version>2022.03.08.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>yt-dlp</Name>
<Summary xml:lang="tr">Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı</Summary>
<Description xml:lang="tr">Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı</Description>
</Source>
</PISI>