]> git.pld-linux.org Git - packages/ganso.git/blame - ganso.spec
- dropped pre-cvs changelog
[packages/ganso.git] / ganso.spec
CommitLineData
9671bb94 1Summary: GAnSO - GNOME Animation StudiO
afad1d8d 2Summary(pl.UTF-8): Studio animacji dla GNOME
4e6860b9 3Name: ganso
cacdac57 4Version: 0.2.0
30d18fd7 5Release: 2
4e6860b9 6License: GPL
7Group: X11/Applications/Graphics
41f74432 8Source0: http://dl.sourceforge.net/ganso/%{name}-%{version}.tar.bz2
f4246bc2 9# Source0-md5: 629daa8af0dc91efd1dd617858102415
a30ad4a1 10Patch0: %{name}-am_fix.patch
30d18fd7 11Patch1: %{name}-build.patch
cacdac57 12URL: http://ganso.sourceforge.net/
98739343
JB
13BuildRequires: autoconf
14BuildRequires: automake
4e6860b9 15BuildRequires: gettext-devel
16BuildRequires: gnome-libs-devel >= 1.0.0
17BuildRequires: libstdc++-devel
41f74432 18BuildRequires: libtool
4e6860b9 19BuildRequires: libxml-devel
d966ae67 20BuildRequires: smpeg-devel
4e6860b9 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _sysconfdir /etc/X11
baf7a95f 24
25%description
4e6860b9 26GAnSO is a powerful Animation Studio that lets you create your own
27videos with and without sound.
baf7a95f 28
29It can write as much formats as codecs you install in your system.
30
4e6860b9 31This package includes the core, a MPEG-1 codec and a sample plug-in
32which has a filter, a stream editor and a template, just to show how
33easy is to extend GAnSO, but which can be usefull to build some
34videos, as this filter performs progressive alpha
35decreasing/increasing of a stream, effect that is very used in
36professional creations to change from one video to another one while
37both keep animated.
baf7a95f 38
649d635b
JR
39%description -l pl.UTF-8
40GAnSO (GNOME Animation StudiO) to studio animacji pozwalające tworzyć
41własne filmy z dźwiękiem lub bez.
98739343 42
649d635b 43Może zapisywać w takich formatach, dla jakich codeki masz w systemie.
98739343 44
649d635b
JR
45Ten pakiet zawiera główną część GAnSO, codec MPEG-1 oraz przykładową
46wtyczkę, która zawiera filtr, edytor strumieni i wzorzec, żeby pokazać
47jak łatwo można rozszerzać GAnSO, ale może być także użyteczna przy
48tworzeniu filmów, jako że ten filtr przeprowadza progresywne
49zmniejszanie/zwiększanie kanału alpha strumienia, co daje efekt często
50używany w profesjonalnych filmach - przejście z jednego obrazu do
51drugiego podczas gdy oba są animowane.
98739343 52
baf7a95f 53%prep
4e6860b9 54%setup -q
d966ae67 55%patch0 -p1
30d18fd7 56%patch1 -p1
baf7a95f 57
58%build
a6d8dd83 59%{__libtoolize}
36b66fd5 60%{__gettextize}
d8a631a7 61%{__aclocal} -I macros
20415e7d 62%{__autoconf}
63%{__automake}
a3d5572d 64CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
4e6860b9 65%configure \
66 --disable-static
67%{__make}
baf7a95f 68
69%install
70rm -rf $RPM_BUILD_ROOT
baf7a95f 71
30d18fd7
JB
72%{__make} install \
73 DESTDIR=$RPM_BUILD_ROOT
74
75rm -f $RPM_BUILD_ROOT%{_libdir}/ganso/{*,*/*,*/*/*}/*.la
baf7a95f 76
4e6860b9 77%find_lang %{name}
baf7a95f 78
4e6860b9 79%clean
80rm -rf $RPM_BUILD_ROOT
baf7a95f 81
4e6860b9 82%files -f %{name}.lang
83%defattr(644,root,root,755)
cacdac57 84%doc AUTHORS ChangeLog NEWS README
4e6860b9 85%dir %{_sysconfdir}/ganso
2dc8dc5a 86%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ganso/ganso.conf
4e6860b9 87%attr(755,root,root) %{_bindir}/*
88%dir %{_libdir}/ganso
89%dir %{_libdir}/ganso/codecs
30d18fd7
JB
90%dir %{_libdir}/ganso/codecs/input
91%dir %{_libdir}/ganso/codecs/input/video
92%dir %{_libdir}/ganso/codecs/output
4e6860b9 93%dir %{_libdir}/ganso/plugins
30d18fd7
JB
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
4e6860b9 97%{_mandir}/man1/*
This page took 0.074528 seconds and 4 git commands to generate.