]> git.pld-linux.org Git - packages/ganso.git/blame - ganso.spec
- automake fixes: fixed errors on am > 1.4.
[packages/ganso.git] / ganso.spec
CommitLineData
a61e6c31 1Summary: GAnSO - Gnome Animation StudiO
4e6860b9 2Name: ganso
3Version: 0.1.1
9aaf012e 4Release: 3
4e6860b9 5License: GPL
6Group: X11/Applications/Graphics
a61e6c31 7Group(de): X11/Applikationen/Grafik
8Group(pl): X11/Aplikacje/Grafika
9Source0: ftp://ftp.gpul.org/gpul/%{name}-%{version}.tar.bz2
9aaf012e 10URL: http://www.gpul.org/proyectos/ganso/
4e6860b9 11BuildRequires: gettext-devel
12BuildRequires: gnome-libs-devel >= 1.0.0
13BuildRequires: libstdc++-devel
14BuildRequires: libxml-devel
4e6860b9 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _sysconfdir /etc/X11
18%define _prefix /usr/X11R6
19%define _mandir %{_prefix}/man
baf7a95f 20
21%description
4e6860b9 22GAnSO is a powerful Animation Studio that lets you create your own
23videos with and without sound.
baf7a95f 24
25It can write as much formats as codecs you install in your system.
26
4e6860b9 27This package includes the core, a MPEG-1 codec and a sample plug-in
28which has a filter, a stream editor and a template, just to show how
29easy is to extend GAnSO, but which can be usefull to build some
30videos, as this filter performs progressive alpha
31decreasing/increasing of a stream, effect that is very used in
32professional creations to change from one video to another one while
33both keep animated.
baf7a95f 34
35%prep
4e6860b9 36%setup -q
baf7a95f 37
38%build
4e6860b9 39gettextize --copy --force
9aaf012e 40aclocal -I macros
41autoconf
42automake -a -c
43CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
4e6860b9 44%configure \
45 --disable-static
46%{__make}
baf7a95f 47
48%install
49rm -rf $RPM_BUILD_ROOT
baf7a95f 50
4e6860b9 51%{__make} install DESTDIR=$RPM_BUILD_ROOT
baf7a95f 52
a61e6c31 53gzip -9nf AUTHORS ChangeLog NEWS README
baf7a95f 54
4e6860b9 55%find_lang %{name}
baf7a95f 56
4e6860b9 57%clean
58rm -rf $RPM_BUILD_ROOT
baf7a95f 59
4e6860b9 60%files -f %{name}.lang
61%defattr(644,root,root,755)
62%doc *.gz
63%dir %{_sysconfdir}/ganso
64%config %{_sysconfdir}/ganso/ganso.conf
65%attr(755,root,root) %{_bindir}/*
66%dir %{_libdir}/ganso
67%dir %{_libdir}/ganso/codecs
68%dir %{_libdir}/ganso/plugins
69%attr(755,root,root) %{_libdir}/ganso/codecs/*
70%attr(755,root,root) %{_libdir}/ganso/plugins/*
71%{_mandir}/man1/*
This page took 0.064775 seconds and 4 git commands to generate.