yt-dlp-2024.04.09
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules, autotools, pisitools, get
|
||||
from pisi.actionsapi import python3modules, autotools, pisitools, get
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer = "3")
|
||||
python3modules.compile(pyVer = "3")
|
||||
autotools.make("PREFIX=/usr MANDIR=/usr/share/man")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
python3modules.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())
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<Dependency>pandoc-bin</Dependency>
|
||||
<Dependency>aria2-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-mutagen</Dependency>
|
||||
<Dependency>python3-certifi</Dependency>
|
||||
@@ -48,8 +49,9 @@
|
||||
<Path fileType="data">/usr/share/bash-completion/completions</Path>
|
||||
<Path fileType="data">/usr/share/zsh/site-functions</Path>
|
||||
<Path fileType="doc">/usr/share/doc/yt-dlp</Path>
|
||||
<Path fileType="library">/usr/lib/python3.*/site-packages/yt_dlp</Path>
|
||||
<Path fileType="library">/usr/lib/python3.*/site-packages/yt_dlp-*.egg-info</Path>
|
||||
<Path fileType="library">/usr/lib/python3*/site-packages/yt_dlp</Path>
|
||||
<Path fileType="library">/usr/lib/python3*/site-packages/yt_dlp-*.egg-info</Path>
|
||||
<Path fileType="library">/usr/lib/python3*/site-packages/yt_dlp-*.dist-info</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user