normalize:First release k3b runtime deb

This commit is contained in:
Rmys
2018-12-16 22:36:34 +03:00
parent eadf34ecf2
commit 91168e9396
7 changed files with 388 additions and 83 deletions
+47
View File
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>normalize</Name>
<Homepage>http://normalize.nongnu.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır</Summary>
<Description>Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song</Description>
<Archive sha1sum="1509ca998703aacc15f6098df58650b3c83980c7" type="targz">http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>libmad-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>bash-completion</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>normalize</Name>
<RuntimeDependencies>
<Dependency>libmad</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-12-16</Date>
<Version>0.7.7</Version>
<Comment>First release k3b.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>