picard-2.12.3

This commit is contained in:
uglyside
2024-11-25 12:29:35 +03:00
parent 856d9885bc
commit 11e80e4d0b
2 changed files with 16 additions and 13 deletions
+2 -3
View File
@@ -4,8 +4,7 @@
# 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 pythonmodules, pisitools
def build():
pythonmodules.compile(pyVer="3")
@@ -13,4 +12,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("AUTHORS.txt", "COPYING.txt", "NEWS.md")
pisitools.dodoc("AUTHORS.txt", "NEWS.md")
+14 -10
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>picard</Name>
<Homepage>http://musicbrainz.org/doc/MusicBrainz_Picard</Homepage>
<Homepage>https://picard.musicbrainz.org/</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
@@ -12,15 +12,10 @@
<IsA>app:gui</IsA>
<Summary>MusicBrainz Picard is the official MusicBrainz tagger.</Summary>
<Description>Picard supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions, and it has excellent Unicode support. Additionally, there are several plugins available that extend Picard's features.</Description>
<Archive sha1sum="c17dd5990baa0a8b73b1d979c8de836efe809570" type="targz">http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.10.tar.gz</Archive>
<Archive sha1sum="189ab4d5b31c824cf56abe26e1c05801aad425a3" type="targz">https://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.12.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>libdiscid-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>musicbrainz5-devel</Dependency>
<Dependency>python3-qt5-devel</Dependency>
</BuildDependencies>
</Source>
@@ -32,21 +27,30 @@
<Dependency>python3-qt5</Dependency>
<Dependency>musicbrainz5</Dependency>
<Dependency>python-discid</Dependency>
<Dependency>python3-pyjwt</Dependency>
<Dependency>libchromaprint</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>python3-fasteners</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="icons">/usr/share/icons/highcolor</Path>
<Path fileType="application">/usr/share/applications</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="application">/usr/share/applications</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="icons">/usr/share/icons</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-11-25</Date>
<Version>2.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2023-11-03</Date>
<Version>2.10</Version>