]> git.pld-linux.org Git - packages/ganso.git/blob - ganso.spec
- pl translations, BuildRequires: autoconf,automake
[packages/ganso.git] / ganso.spec
1 Summary:        GAnSO - Gnome Animation StudiO
2 Summary(pl):    Studio animacji dla GNOME
3 Name:           ganso
4 Version:        0.1.1
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Group(de):      X11/Applikationen/Grafik
9 Group(pl):      X11/Aplikacje/Grafika
10 Source0:        ftp://ftp.gpul.org/gpul/%{name}-%{version}.tar.bz2
11 Patch0:         %{name}-am_fix.patch
12 URL:            http://www.gpul.org/proyectos/ganso/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  gnome-libs-devel >= 1.0.0
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libxml-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _sysconfdir     /etc/X11
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24
25 %description
26 GAnSO is a powerful Animation Studio that lets you create your own
27 videos with and without sound.
28
29 It can write as much formats as codecs you install in your system.
30
31 This package includes the core, a MPEG-1 codec and a sample plug-in
32 which has a filter, a stream editor and a template, just to show how
33 easy is to extend GAnSO, but which can be usefull to build some
34 videos, as this filter performs progressive alpha
35 decreasing/increasing of a stream, effect that is very used in
36 professional creations to change from one video to another one while
37 both keep animated.
38
39 %description -l pl
40 GAnSO (Gnome Animation StudiO) to studio animacji pozwalaj±ce tworzyæ
41 w³asne filmy z d¼wiêkiem lub bez.
42
43 Mo¿e zapisywaæ w takich formatach, dla jakich codeki masz w systemie.
44
45 Ten pakiet zawiera g³ówn± czê¶æ GAnSO, codec MPEG-1 oraz przyk³adow±
46 wtyczkê, która zawiera filtr, edytor strumieni i wzorzec, ¿eby pokazaæ
47 jak ³atwo mo¿na rozszerzaæ GAnSO, ale mo¿e byæ tak¿e u¿yteczna przy
48 tworzeniu filmów, jako ¿e ten filtr przeprowadza progresywne
49 zmniejszanie/zwiêkszanie kana³u alpha strumienia, co daje efekt
50 czêsto u¿ywany w profesjonalnych filmach - przej¶cie z jednego obrazu
51 do drugiego podczas gdy oba s± animowane.
52
53 %prep
54 %setup -q
55 %patch -p1
56
57 %build
58 gettextize --copy --force
59 aclocal -I macros
60 autoconf
61 automake -a -c
62 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
63 %configure \
64         --disable-static
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install DESTDIR=$RPM_BUILD_ROOT
71
72 gzip -9nf AUTHORS ChangeLog NEWS README
73
74 %find_lang %{name}
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc *.gz
82 %dir %{_sysconfdir}/ganso
83 %config %{_sysconfdir}/ganso/ganso.conf
84 %attr(755,root,root) %{_bindir}/*
85 %dir %{_libdir}/ganso
86 %dir %{_libdir}/ganso/codecs
87 %dir %{_libdir}/ganso/plugins
88 %attr(755,root,root) %{_libdir}/ganso/codecs/*
89 %attr(755,root,root) %{_libdir}/ganso/plugins/*
90 %{_mandir}/man1/*
This page took 0.072007 seconds and 3 git commands to generate.