add python-mutagen audio metadata tag reader and writer

This commit is contained in:
groni
2016-06-19 11:23:12 +02:00
parent 653ecb8e01
commit aadbd160bc
7 changed files with 96169 additions and 96056 deletions
@@ -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
from pisi.actionsapi import get
WorkDir = "mutagen-%s" % get.srcVERSION()
def install():
pythonmodules.install()
pisitools.dodoc("NEWS", "COPYING", "README.rst")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-mutagen</Name>
<Homepage>http://code.google.com/p/mutagen</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>An audio tag editing library</Summary>
<Description>Mutagen is an audio metadata tag reader and writer implemented in pure Python.</Description>
<Archive sha1sum="4006517ce55770639621d2880af9ffc3378569ad" type="targz">https://bitbucket.org/lazka/mutagen/downloads/mutagen-1.32.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-mutagen</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-18</Date>
<Version>1.32</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mutagen</Name>
<Summary xml:lang="tr">Müzik dosyalarının etiketlerini düzenlemek için bir kütüphane</Summary>
<Description xml:lang="tr">mutagen, müzik dosyalarının etiklerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir.</Description>
</Source>
</PISI>