easytag, soundconverter.

This commit is contained in:
4fury-c3440d8
2020-11-27 06:04:13 +03:00
parent c64451bcc8
commit 11d2c94cc0
8 changed files with 24809 additions and 0 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
pisitools.dodoc("AUTHORS", "CHANGELOG", "README.md")
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>soundconverter</Name>
<Homepage>https://soundconverter.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.converter</PartOf>
<Summary>GNOME sound converter application.</Summary>
<Description>
A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
</Description>
<Archive sha1sum="445104758089012e092b572b8b2b71e1ba5c3d20" type="targz">
https://launchpad.net/soundconverter/trunk/4.0.0/+download/soundconverter-4.0.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>soundconverter</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>python3</Dependency>
<Dependency>gst-libav</Dependency>
<Dependency>gst-plugins-bad</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency>gst-plugins-ugly</Dependency>
<Dependency>gst-plugins-good</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pygobject3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</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>2020-11-26</Date>
<Version>4.0.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
+38
View File
@@ -0,0 +1,38 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("\
\
--enable-man \
--enable-mp3 \
--enable-ogg \
--enable-mp4 \
--enable-opus \
--enable-flac \
--enable-speex \
--enable-id3v23 \
--enable-wavpack \
\
--disable-schemas-compile \
--disable-nautilus-actions")
def build():
autotools.make()
def check():
pass
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "THANKS", "TODO")
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+131
View File
@@ -0,0 +1,131 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>easytag</Name>
<Homepage>https://wiki.gnome.org/Apps/EasyTAG</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>easytag</Icon>
<IsA>app:gui</IsA>
<PartOf>multimedia.editor</PartOf>
<Summary>Audio File Tag Viewer/Editor</Summary>
<Description>
EasyTAG is a utility for viewing and editing id tags for MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files.
</Description>
<Archive sha1sum="eb8196fe699543776e632de4c3931f88fb82aaa4" type="tarxz">
https://download.gnome.org/sources/easytag/2.4/easytag-2.4.3.tar.xz
</Archive>
<BuildDependencies>
<Dependency>itstool</Dependency>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>flac-devel</Dependency>
<Dependency>speex-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>id3lib-devel</Dependency>
<Dependency>wavpack-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>opusfile-devel</Dependency>
<Dependency>libid3tag-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>appstream-glib-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">ru_translation.patch</Patch>
<Patch level="1">basque_translation.patch</Patch>
<Patch level="1">slovenian_translation.patch</Patch>
</Patches>
</Source>
<Package>
<Name>easytag</Name>
<RuntimeDependencies>
<Dependency>flac</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>speex</Dependency>
<Dependency>id3lib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libogg</Dependency>
<Dependency>taglib</Dependency>
<Dependency>libopus</Dependency>
<Dependency>wavpack</Dependency>
<Dependency>opusfile</Dependency>
<Dependency>libid3tag</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>gdk-pixbuf</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="7">
<Date>2020-11-26</Date>
<Version>2.4.3</Version>
<Comment>Ver. up</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="6">
<Date>2015-01-16</Date>
<Version>2.3.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-06-18</Date>
<Version>2.1.9</Version>
<Comment>Rebuild for gcc</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-02-15</Date>
<Version>2.1.9</Version>
<Comment>V.Bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-29</Date>
<Version>2.1.8</Version>
<Comment>Dep fixed</Comment>
<Name>Fatih Turgel</Name>
<Email>hitaf@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-09</Date>
<Version>2.1.8</Version>
<Comment>V.Bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-17</Date>
<Version>2.1.7</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>easytag</Name>
<Summary xml:lang="tr">Ses Dosyaları Etiketlerini Görüntüleme/Düzenleme Yazılımı</Summary>
<Description xml:lang="tr">EasyTAG MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, Musepack ve Monkey's Audio ses dosyalarının id etiketlerinin görüntülenebileceği ve düzenlenebileceği bir yazılımdır.</Description>
</Source>
</PISI>