This commit is contained in:
4fury-c3440d8
2023-02-24 06:31:36 +03:00
parent 6f251d2564
commit 4c0bd0e7d8
2 changed files with 28 additions and 20 deletions
+11 -7
View File
@@ -2,15 +2,19 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import pythonmodules, autotools, pisitools, get
def build():
pythonmodules.compile(pyVer="3")
pythonmodules.compile(pyVer = "3")
autotools.make("PREFIX=/usr MANDIR=/usr/share/man")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE")
pythonmodules.install(pyVer = "3")
#pisitools.removeDir("/usr/share/bin")
pisitools.removeDir("/usr/share/doc")
autotools.rawInstall("DESTDIR=%s PREFIX=/usr MANDIR=/usr/share/man" % get.installDIR())
pisitools.removeDir("/usr/share/fish")
pisitools.dodoc("Changelog.md")
+17 -13
View File
@@ -13,17 +13,15 @@
<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>
<Archive sha1sum="c8010079793fb53d0a44cc8a91b75e7ba8d79def" type="targz">https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2023.02.17.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>git</Dependency>
<Dependency>pandoc-bin</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-websockets</Dependency>
<Dependency>python3-pycryptodomex</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
</Source>
@@ -31,11 +29,11 @@
<Name>yt-dlp</Name>
<Summary>A youtube-dl fork with additional features and fixes</Summary>
<RuntimeDependencies>
<Dependency>aria2</Dependency>
<Dependency>ffmpeg</Dependency>
<!-- <Dependency>ffmpeg</Dependency> -->
<Dependency>python3</Dependency>
<Dependency>rtmpdump</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>cython3</Dependency>
<Dependency>python3-brotli</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>python3-websockets</Dependency>
<Dependency>python3-pycryptodomex</Dependency>
@@ -44,15 +42,21 @@
<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>
<Path fileType="library">/usr/lib/python3.9/site-packages/yt_dlp-2023.2.17-py3.9.egg-info</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-02-24</Date>
<Version>2023.02.17</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-03-29</Date>
<Version>2022.03.08.1</Version>