Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561987
en ru br
ALT Linux repos
S:12.09-alt2

Group :: Graphics
RPM: sozi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: sozi
Version: 12.09
Release: alt2

Summary: Makes SVG animated presentations that can be played in a browser

Group: Graphics
License: GPLv3+
Url: http://sozi.baierouge.fr/
Packager: Paul Wolneykien <manowar at altlinux.ru>

Source: %name-%version.tar

# Require Inkscape instead of 'inkex' module

%define _python_req_skip inkex
Requires: inkscape

BuildRequires: cmake
# FIXME: cmake requires a C++ compiler
BuildRequires: gcc-c++
BuildRequires: rpm-build-python

BuildArch: noarch

%define inkscape_dir %_datadir/inkscape
%define inkscape_extensions_dir %inkscape_dir/extensions

%description
Sozi is a small program that can create and play animated presentations.

Unlike in most presentation applications, a Sozi document is not
organised as a slideshow, but rather as a poster where the content of
your presentation can be freely laid out. Playing such a presentation
consists in a series of translations, zooms and rotations that allow to
focus on the elements you want to show.

Sozi is based on open standards. It is free software distributed
according to the terms of the GPL 3.0.

%prep
%setup

%build
cmake -DCMAKE_INSTALL_PREFIX=%buildroot%_usr \
     -Dinkscape_path=%buildroot%inkscape_dir \
     -Dminifier_type=sed
export NPROCS=1
%make_build

%install
%makeinstall

%files
%_includedir/*
%inkscape_extensions_dir/*
%_datadir/%name
%doc README samples

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin