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