]> git.pld-linux.org Git - packages/ganso.git/blob - ganso.spec
917e6a764ee56091920107091bd402db703ca6c7
[packages/ganso.git] / ganso.spec
1 Summary:        GAnSO - Gnome Animation StudiO
2 Summary(pl):    Studio animacji dla GNOME
3 Name:           ganso
4 Version:        0.2.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://dl.sourceforge.net/ganso/%{name}-%{version}.tar.bz2
9 # Source0-md5:  629daa8af0dc91efd1dd617858102415
10 Patch0:         %{name}-am_fix.patch
11 URL:            http://ganso.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-libs-devel >= 1.0.0
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libtool
18 BuildRequires:  libxml-devel
19 BuildRequires:  smpeg-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _sysconfdir     /etc/X11
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 %patch0 -p1
55
56 %build
57 rm -f missing
58 %{__libtoolize}
59 %{__gettextize}
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 %find_lang %{name}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files -f %{name}.lang
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog NEWS README
81 %dir %{_sysconfdir}/ganso
82 %config %{_sysconfdir}/ganso/ganso.conf
83 %attr(755,root,root) %{_bindir}/*
84 %dir %{_libdir}/ganso
85 %dir %{_libdir}/ganso/codecs
86 %dir %{_libdir}/ganso/plugins
87 %attr(755,root,root) %{_libdir}/ganso/codecs/*
88 %attr(755,root,root) %{_libdir}/ganso/plugins/*
89 %{_mandir}/man1/*
This page took 0.098437 seconds and 3 git commands to generate.