]> git.pld-linux.org Git - packages/ganso.git/blob - ganso.spec
- dropped pre-cvs changelog
[packages/ganso.git] / ganso.spec
1 Summary:        GAnSO - GNOME Animation StudiO
2 Summary(pl.UTF-8):      Studio animacji dla GNOME
3 Name:           ganso
4 Version:        0.2.0
5 Release:        2
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 Patch1:         %{name}-build.patch
12 URL:            http://ganso.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  gnome-libs-devel >= 1.0.0
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool
19 BuildRequires:  libxml-devel
20 BuildRequires:  smpeg-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _sysconfdir     /etc/X11
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.UTF-8
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 często
50 używany w profesjonalnych filmach - przejście z jednego obrazu do
51 drugiego podczas gdy oba są animowane.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56 %patch1 -p1
57
58 %build
59 %{__libtoolize}
60 %{__gettextize}
61 %{__aclocal} -I macros
62 %{__autoconf}
63 %{__automake}
64 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
65 %configure \
66         --disable-static
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 rm -f $RPM_BUILD_ROOT%{_libdir}/ganso/{*,*/*,*/*/*}/*.la
76
77 %find_lang %{name}
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f %{name}.lang
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog NEWS README
85 %dir %{_sysconfdir}/ganso
86 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ganso/ganso.conf
87 %attr(755,root,root) %{_bindir}/*
88 %dir %{_libdir}/ganso
89 %dir %{_libdir}/ganso/codecs
90 %dir %{_libdir}/ganso/codecs/input
91 %dir %{_libdir}/ganso/codecs/input/video
92 %dir %{_libdir}/ganso/codecs/output
93 %dir %{_libdir}/ganso/plugins
94 %attr(755,root,root) %{_libdir}/ganso/codecs/input/video/*.so
95 %attr(755,root,root) %{_libdir}/ganso/codecs/output/*.so
96 %attr(755,root,root) %{_libdir}/ganso/plugins/*.so
97 %{_mandir}/man1/*
This page took 0.09554 seconds and 3 git commands to generate.