re add
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
import os
|
||||
from os.path import join
|
||||
|
||||
NoStrip = "/"
|
||||
WorkDir = "./"
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("timidity.cfg", "dir /nethome/sak95/shom/lib/timidity/", "dir /usr/share/timidity/shompatches/")
|
||||
pisitools.dosed("sfx.cfg", "^source ", "source shompatches/")
|
||||
pisitools.dosed("timidity.cfg", "^source ", "source shompatches/")
|
||||
|
||||
for root, dirs, files in os.walk("inst"):
|
||||
for name in dirs:
|
||||
shelltools.chmod(join(root, name), 0755)
|
||||
for name in files:
|
||||
shelltools.chmod(join(root, name), 0644)
|
||||
|
||||
shelltools.chmod("*.cfg", 0644)
|
||||
|
||||
def install():
|
||||
pisitools.dodir("/usr/share/timidity/shompatches")
|
||||
pisitools.insinto("/usr/share/timidity/shompatches", "*.cfg")
|
||||
pisitools.insinto("/usr/share/timidity/shompatches", "inst")
|
||||
@@ -0,0 +1,35 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>timidity-shompatches</Name>
|
||||
<Homepage>http://www.i.h.kyoto-u.ac.jp</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Sound patches for Timidity (Shom)</Summary>
|
||||
<Description>Containts Matsumoto Shoji's patch collection for TiMidity (Roland SC-55 style)</Description>
|
||||
<Archive sha1sum="70e6dada9656ab79253a80bcf5505d2151551397" type="zip">ftp://ftp.tr.debian.org/gentoo/distfiles/shominst-0409.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>timidity-shompatches</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/timidity</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>0.409</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>timidity-shompatches</Name>
|
||||
<Summary xml:lang="tr">Timidity ses bilgisi dosyaları</Summary>
|
||||
<Description xml:lang="tr">Matsumoto Shoji'nin TiMidity (Roland SC-55 stili) ses bilgisi dosyaları</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+2
-2
@@ -4721,7 +4721,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-02-21</Date>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>0.409</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
@@ -15626,7 +15626,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-02-14</Date>
|
||||
<Date>2016-04-02</Date>
|
||||
<Version>44.0.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
4372dcdfda19506988bb183991e8c49da171d171
|
||||
3f572cafde8031be8ecc26af2781a18e6c5b8b39
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
9e384424b781597b9c7bc2e41ced103cdde90b62
|
||||
c05281eff49df2ab81341283509d653b9595c99a
|
||||
Reference in New Issue
Block a user