diff --git a/multimedia/graphics/optipng/actions.py b/multimedia/graphics/optipng/actions.py index a1f1318d50..71d99ee3e0 100644 --- a/multimedia/graphics/optipng/actions.py +++ b/multimedia/graphics/optipng/actions.py @@ -9,21 +9,19 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get t = ''.join([ - ' -prefix=/usr', - ' -mandir=/usr/share/man', - ' -with-system-zlib', - ' -with-system-libpng ' + ' --prefix=/usr', + ' --mandir=/usr/share/man', + ' --with-system-zlib', + ' --with-system-libpng ' ]) def setup(): - autotools.rawConfigure(t) + autotools.rawConfigure(t) def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dohtml("doc/*.html") - pisitools.dodoc("*.txt", "doc/history.txt", "doc/todo.txt") + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("AUTHORS.txt", "LICENSE.txt") diff --git a/multimedia/graphics/optipng/pspec.xml b/multimedia/graphics/optipng/pspec.xml index 0ead9365d8..c7a0743028 100644 --- a/multimedia/graphics/optipng/pspec.xml +++ b/multimedia/graphics/optipng/pspec.xml @@ -1,49 +1,51 @@ - - optipng - http://optipng.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - zlib - app:console - PNG Optimizer - - OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. - - - mirrors://sourceforge/optipng/optipng-0.7.7.tar.gz - - - zlib-devel - libpng-devel - - + + optipng + https://optipng.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + zlib + app:console + PNG Optimizer. + A PNG optimizer that recompresses image files to a smaller size, without losing any information. + mirrors://sourceforge/optipng/optipng-0.7.8.tar.gz + + zlib-devel + libpng-devel + + - - optipng - - zlib - libpng - - - /usr/bin - /usr/share/doc - /usr/share/man - - + + optipng + + zlib + libpng + + + /usr/bin + /usr/share/doc + /usr/share/man + + - - - 2021-10-14 - 0.7.7 - First build - fury - uglyside@yandex.ru - - + + + 2025-02-09 + 0.7.8 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2021-10-14 + 0.7.7 + First build + fury + uglyside@yandex.ru + + -