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