diff --git a/multimedia/converter/flacon/actions.py b/multimedia/converter/flacon/actions.py new file mode 100644 index 0000000000..057d08b8e6 --- /dev/null +++ b/multimedia/converter/flacon/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/env 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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE", "README*") diff --git a/multimedia/converter/flacon/pspec.xml b/multimedia/converter/flacon/pspec.xml new file mode 100644 index 0000000000..2b03627c50 --- /dev/null +++ b/multimedia/converter/flacon/pspec.xml @@ -0,0 +1,49 @@ + + + + + flacon + https://flacon.github.io/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks + Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar. + https://github.com/flacon/flacon/archive/v5.5.1.tar.gz + + cmake + qt5-linguist + qt5-base-devel + uchardet-devel + + + + + flacon + + qt5-base + uchardet + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + + 2020-01-01 + 5.5.1 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/converter/flacon/translations.xml b/multimedia/converter/flacon/translations.xml new file mode 100644 index 0000000000..a0b4732a86 --- /dev/null +++ b/multimedia/converter/flacon/translations.xml @@ -0,0 +1,8 @@ + + + + flacon + An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks + Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar. + + diff --git a/multimedia/converter/uchardet/actions.py b/multimedia/converter/uchardet/actions.py new file mode 100644 index 0000000000..72b13f9200 --- /dev/null +++ b/multimedia/converter/uchardet/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/env 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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_BUILD_TYPE=Release") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "README*") diff --git a/multimedia/converter/uchardet/pspec.xml b/multimedia/converter/uchardet/pspec.xml new file mode 100644 index 0000000000..6d377c3393 --- /dev/null +++ b/multimedia/converter/uchardet/pspec.xml @@ -0,0 +1,57 @@ + + + + + uchardet + https://www.freedesktop.org/wiki/Software/uchardet + + PisiLinux Community + admins@pisilinux.org + + MPL + library + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz + + cmake + + + + + uchardet + + libgcc + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + uchardet-devel + Development files for uchardet + + uchardet + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2020-01-01 + 0.0.6 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/converter/uchardet/translations.xml b/multimedia/converter/uchardet/translations.xml new file mode 100644 index 0000000000..2184d74f50 --- /dev/null +++ b/multimedia/converter/uchardet/translations.xml @@ -0,0 +1,8 @@ + + + + uchardet + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + + diff --git a/multimedia/graphics/azpainter/actions.py b/multimedia/graphics/azpainter/actions.py new file mode 100644 index 0000000000..f54fa7a0e6 --- /dev/null +++ b/multimedia/graphics/azpainter/actions.py @@ -0,0 +1,21 @@ +#!/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() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README") + diff --git a/multimedia/graphics/azpainter/pspec.xml b/multimedia/graphics/azpainter/pspec.xml new file mode 100644 index 0000000000..fd9a106169 --- /dev/null +++ b/multimedia/graphics/azpainter/pspec.xml @@ -0,0 +1,60 @@ + + + + + azpainter + http://azsky2.html.xdomain.jp/linux/azpainter.html + + fury + wascheme@tuta.io + + GPLv3 + app:gui + multimedia.graphics + A full color painting software for illustration drawing. + + Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly. + + + https://acc.dl.osdn.jp/azpainter/71988/azpainter-2.1.5.tar.xz + + + libXi-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + + + + azpainter + + zlib + libXi + libpng + libX11 + libXext + freetype + fontconfig + libjpeg-turbo + + + /usr/bin + /usr/share + + + + + + 2020-01-17 + 2.1.5 + First build. + fury + wascheme@tuta.io + + + + diff --git a/multimedia/graphics/azpainterb/actions.py b/multimedia/graphics/azpainterb/actions.py new file mode 100644 index 0000000000..f54fa7a0e6 --- /dev/null +++ b/multimedia/graphics/azpainterb/actions.py @@ -0,0 +1,21 @@ +#!/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() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README") + diff --git a/multimedia/graphics/azpainterb/pspec.xml b/multimedia/graphics/azpainterb/pspec.xml new file mode 100644 index 0000000000..eff24e5697 --- /dev/null +++ b/multimedia/graphics/azpainterb/pspec.xml @@ -0,0 +1,60 @@ + + + + + azpainterb + http://azsky2.html.xdomain.jp/linux/azpainterb.html + + fury + wascheme@tuta.io + + GPLv3 + app:gui + multimedia.graphics + A simple full-color paint software. + + Paint software for Linux which can be used for various purposes such as dot editing, illustration, retouching, etc. You can sense pen pressure with XInput2. + + + https://dotsrc.dl.osdn.net/osdn/azpainterb/71050/azpainterb-1.1.1.tar.xz + + + libXi-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + + + + azpainterb + + zlib + libXi + libpng + libX11 + libXext + freetype + fontconfig + libjpeg-turbo + + + /usr/bin + /usr/share + + + + + + 2019-04-30 + 1.1.1 + First build. + fury + wascheme@tuta.io + + + + diff --git a/pisi-index.xml b/pisi-index.xml index b109fc3cde..f73137c330 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -137376,6 +137376,55 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + flacon + https://flacon.github.io/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.converter + An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks + An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks + Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar. + Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar. + https://github.com/flacon/flacon/archive/v5.5.1.tar.gz + + cmake + qt5-linguist + qt5-base-devel + uchardet-devel + + multimedia/converter/flacon/pspec.xml + + + flacon + + qt5-base + uchardet + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + 2020-01-01 + 5.5.1 + First release + PisiLinux Community + admins@pisilinux.org + + + mkvtoolnix @@ -137616,6 +137665,62 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + uchardet + https://www.freedesktop.org/wiki/Software/uchardet + + PisiLinux Community + admins@pisilinux.org + + MPL + library + multimedia.converter + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + Encoding detector library ported from Mozilla + https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz + + cmake + + multimedia/converter/uchardet/pspec.xml + + + uchardet + + libgcc + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + uchardet-devel + Development files for uchardet + + uchardet + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-01-01 + 0.0.6 + First release + PisiLinux Community + admins@pisilinux.org + + + unoconv @@ -138645,6 +138750,110 @@ cleaner, which will allow to add new features in the future. + + + azpainter + http://azsky2.html.xdomain.jp/linux/azpainter.html + + fury + wascheme@tuta.io + + GPLv3 + app:gui + multimedia.graphics + A full color painting software for illustration drawing. + Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly. + https://acc.dl.osdn.jp/azpainter/71988/azpainter-2.1.5.tar.xz + + libXi-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + multimedia/graphics/azpainter/pspec.xml + + + azpainter + + zlib + libXi + libpng + libX11 + libXext + freetype + fontconfig + libjpeg-turbo + + + /usr/bin + /usr/share + + + + + 2020-01-17 + 2.1.5 + First build. + fury + wascheme@tuta.io + + + + + + azpainterb + http://azsky2.html.xdomain.jp/linux/azpainterb.html + + fury + wascheme@tuta.io + + GPLv3 + app:gui + multimedia.graphics + A simple full-color paint software. + Paint software for Linux which can be used for various purposes such as dot editing, illustration, retouching, etc. You can sense pen pressure with XInput2. + https://dotsrc.dl.osdn.net/osdn/azpainterb/71050/azpainterb-1.1.1.tar.xz + + libXi-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel + + multimedia/graphics/azpainterb/pspec.xml + + + azpainterb + + zlib + libXi + libpng + libX11 + libXext + freetype + fontconfig + libjpeg-turbo + + + /usr/bin + /usr/share + + + + + 2019-04-30 + 1.1.1 + First build. + fury + wascheme@tuta.io + + + babl diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index c7aa7ad0b4..9b2011f6e4 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -80f0c06728cb669cee0371184e3f780debb66941 \ No newline at end of file +b99a8b608bff3d2e7cc1e7266bcd6015571dc6d8 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 1f86387fd6..19f765a5ad 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index cafd3ee579..4686cd69a8 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -b3725d7505e925e3e76039b1ca842005c831d742 \ No newline at end of file +58989eaeee7feff99e79dee0e5b6a93102edf57e \ No newline at end of file