kdsoap: new package for kio-extras, picard:new package
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("AUTHORS.txt", "COPYING.txt", "NEWS.md")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>picard</Name>
|
||||
<Homepage>http://musicbrainz.org/doc/MusicBrainz_Picard</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<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="1556b8f3af2976f51409f7598fe960dd96d80b8f" type="targz">http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.3.2.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>
|
||||
|
||||
<Package>
|
||||
<Name>picard</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libdiscid</Dependency>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
<Dependency>musicbrainz5</Dependency>
|
||||
<Dependency>python-discid</Dependency>
|
||||
<Dependency>libchromaprint</Dependency>
|
||||
<Dependency>python3-mutagen</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="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-05-11</Date>
|
||||
<Version>2.3.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>picard</Name>
|
||||
<Summary xml:lang="tr">MusicBrainz Picard is a cross-platform (Linux/MacMusicBrainz Picard resmi MusicBrainz etiketleyicisidir.</Summary>
|
||||
<Description xml:lang="tr">Picard, ses dosyası formatlarının çoğunu destekler, ses parmak izlerini (AcoustID'ler) kullanabilir, CD aramaları ve disk kimliği gönderimleri gerçekleştirebilir ve mükemmel Unicode desteğine sahiptir. Ek olarak, Picard'ın özelliklerini genişleten birkaç eklenti vardır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user