Summary: GAnSO - Gnome Animation StudiO Name: ganso Version: 0.1.1 Release: 3 License: GPL Group: X11/Applications/Graphics Group(de): X11/Applikationen/Grafik Group(pl): X11/Aplikacje/Grafika Source0: ftp://ftp.gpul.org/gpul/%{name}-%{version}.tar.bz2 URL: http://www.gpul.org/proyectos/ganso/ BuildRequires: gettext-devel BuildRequires: gnome-libs-devel >= 1.0.0 BuildRequires: libstdc++-devel BuildRequires: libxml-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc/X11 %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %description GAnSO is a powerful Animation Studio that lets you create your own videos with and without sound. It can write as much formats as codecs you install in your system. This package includes the core, a MPEG-1 codec and a sample plug-in which has a filter, a stream editor and a template, just to show how easy is to extend GAnSO, but which can be usefull to build some videos, as this filter performs progressive alpha decreasing/increasing of a stream, effect that is very used in professional creations to change from one video to another one while both keep animated. %prep %setup -q %build gettextize --copy --force aclocal -I macros autoconf automake -a -c CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates" %configure \ --disable-static %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT gzip -9nf AUTHORS ChangeLog NEWS README %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc *.gz %dir %{_sysconfdir}/ganso %config %{_sysconfdir}/ganso/ganso.conf %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/ganso %dir %{_libdir}/ganso/codecs %dir %{_libdir}/ganso/plugins %attr(755,root,root) %{_libdir}/ganso/codecs/* %attr(755,root,root) %{_libdir}/ganso/plugins/* %{_mandir}/man1/*