python3-mutagen:first pisi release
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-mutagen</Name>
|
||||
<Homepage>https://github.com/quodlibet/mutagen</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>An audio tag editing library</Summary>
|
||||
<Description>Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.</Description>
|
||||
<Archive sha1sum="c776edaf11779426ce643def4c6e858ab00feff3" type="targz">https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-mutagen</Name>
|
||||
<Summary>An audio tag editing library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/mid3cp</Path>
|
||||
<Path fileType="executable">/usr/bin/mid3v2</Path>
|
||||
<Path fileType="executable">/usr/bin/moggsplit</Path>
|
||||
<Path fileType="executable">/usr/bin/mid3iconv</Path>
|
||||
<Path fileType="executable">/usr/bin/mutagen-pony</Path>
|
||||
<Path fileType="executable">/usr/bin/mutagen-inspect</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/mid3cp.1</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/mid3v2.1</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/mid3iconv.1</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/moggsplit.1</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/mutagen-pony.1</Path>
|
||||
<Path fileType="man">/usr/share/man/man1/mutagen-inspect.1</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-mutagen</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>1.43.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-mutagen</Name>
|
||||
<Summary xml:lang="tr">Müzik dosyalarının etiketlerini düzenlemek için bir python3 kitaplığı</Summary>
|
||||
<Description xml:lang="tr">python3-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user