puddletag-2.4.0
This commit is contained in:
@@ -5,13 +5,9 @@
|
|||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
|
||||||
pass
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer = '3')
|
pythonmodules.compile(pyVer = '3')
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.run("setup.py install --root=%s --no-compile -O0" % get.installDIR(), pyVer = '3')
|
pythonmodules.install(pyVer = "3")
|
||||||
|
|||||||
@@ -1,76 +1,87 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>puddletag</Name>
|
<Name>puddletag</Name>
|
||||||
<Homepage>https://docs.puddletag.net/</Homepage>
|
<Homepage>https://docs.puddletag.net/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Pisilinux Community</Name>
|
<Name>Pisilinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPL-3</License>
|
<License>GPLv3</License>
|
||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<PartOf>multimedia.editor</PartOf>
|
<PartOf>multimedia.editor</PartOf>
|
||||||
<Summary>Puddletag is an audio tag editor (primarily created) for GNU/Linux.</Summary>
|
<Summary>Puddletag is an audio tag editor (primarily created) for GNU/Linux.</Summary>
|
||||||
<Description>Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv).</Description>
|
<Description>Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv).</Description>
|
||||||
<Archive sha1sum="60bdc05abc7f627066a9254ba36b58ec63d163ca" type="targz">
|
<Archive sha1sum="391108c511ad71bee9458b48a6fad317e83e73d1" type="targz">https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.4.0.tar.gz</Archive>
|
||||||
https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.2.0.tar.gz
|
<BuildDependencies>
|
||||||
</Archive>
|
<Dependency>python3-devel</Dependency>
|
||||||
<BuildDependencies>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
<Dependency>python3-qt5</Dependency>
|
</BuildDependencies>
|
||||||
<Dependency>python3-devel</Dependency>
|
</Source>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>puddletag</Name>
|
<Name>puddletag</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-qt5</Dependency>
|
<Dependency>python3-qt5</Dependency>
|
||||||
<Dependency>python3-lxml</Dependency>
|
<Dependency>python3-six</Dependency>
|
||||||
<Dependency>libchromaprint</Dependency>
|
<Dependency>python3-idna</Dependency>
|
||||||
<Dependency>python3-mutagen</Dependency>
|
<Dependency>python3-lxml</Dependency>
|
||||||
<Dependency>python3-configobj</Dependency>
|
<Dependency>libchromaprint</Dependency>
|
||||||
<Dependency>python3-pyparsing</Dependency>
|
<Dependency>python3-urllib3</Dependency>
|
||||||
<Dependency>python3-Levenshtein</Dependency>
|
<Dependency>python3-certifi</Dependency>
|
||||||
</RuntimeDependencies>
|
<Dependency>python3-mutagen</Dependency>
|
||||||
<Files>
|
<Dependency>python3-requests</Dependency>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Dependency>python3-configobj</Dependency>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Dependency>python3-pyparsing</Dependency>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Dependency>python3-Unidecode</Dependency>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Dependency>python3-Levenshtein</Dependency>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Dependency>python3-charset-normalizer</Dependency>
|
||||||
</Files>
|
</RuntimeDependencies>
|
||||||
</Package>
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="4">
|
<Update release="5">
|
||||||
<Date>2023-11-03</Date>
|
<Date>2025-02-09</Date>
|
||||||
<Version>2.2.0</Version>
|
<Version>2.4.0</Version>
|
||||||
<Comment>Rebuild</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>Blue Devil</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="3">
|
<Update release="4">
|
||||||
<Date>2022-07-10</Date>
|
<Date>2023-11-03</Date>
|
||||||
<Version>2.2.0</Version>
|
<Version>2.2.0</Version>
|
||||||
<Comment>Version bump</Comment>
|
<Comment>Rebuild</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="2">
|
<Update release="3">
|
||||||
<Date>2022-02-05</Date>
|
<Date>2022-07-10</Date>
|
||||||
<Version>2.1.1</Version>
|
<Version>2.2.0</Version>
|
||||||
<Comment>Minor ver. bump</Comment>
|
<Comment>Version bump</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="1">
|
<Update release="2">
|
||||||
<Date>2022-02-04</Date>
|
<Date>2022-02-05</Date>
|
||||||
<Version>2.1.0</Version>
|
<Version>2.1.1</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>Minor ver. bump</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
<Update release="1">
|
||||||
|
<Date>2022-02-04</Date>
|
||||||
|
<Version>2.1.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user