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