Merge pull request #11509 from 4fury-c3440d8/new

updates.
This commit is contained in:
Rmys
2023-02-24 12:29:49 +03:00
committed by GitHub
9 changed files with 133 additions and 30 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>
+9 -2
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>valgrind</Name>
<Homepage>http://www.valgrind.org</Homepage>
<Homepage>https://valgrind.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Memory access debugger for X86 and PPC Linux platforms</Summary>
<Description>Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.</Description>
<Archive sha1sum="0a694a8d0c2152978bf64b67ad0b3dd972bbeb54" type="tarbz2">ftp://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2</Archive>
<Archive sha1sum="15a23f155d6826a1860be0cc0b332643f5185ffd" type="tarbz2">ftp://sourceware.org/pub/valgrind/valgrind-3.20.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="12">
<Date>2023-02-24</Date>
<Version>3.20.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="11">
<Date>2022-07-22</Date>
<Version>3.18.1</Version>