add python-mutagen audio metadata tag reader and writer
This commit is contained in:
+96097
-96054
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
fda2744afa44456269c6a53fd5d69d2db0efd279
|
63758fe13070a88ac434c9fbaab18c6c47e7d31e
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
f9e5a433b3192799cd284a074627ced94035e347
|
f6a175126a68d1b06dca2de9443e1dc35fb64eaf
|
||||||
@@ -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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user