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