]> git.pld-linux.org Git - packages/synfig.git/blob - synfig.spec
- up to 0.64.2
[packages/synfig.git] / synfig.spec
1 Summary:        Vector-based 2D animation software package
2 Summary(pl.UTF-8):      Pakiet oprogramowania do wektorowych animacji 2D
3 Name:           synfig
4 Version:        0.64.2
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  6ac9536e4d0a584d57e64a8eca38e6c3
10 Patch0:         %{name}-m4.patch
11 URL:            http://www.synfig.org/
12 BuildRequires:  ETL >= 0.04.17
13 BuildRequires:  boost-devel >= 1.32.0
14 BuildRequires:  libxml++-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Synfig is a powerful, industrial-strength vector-based 2D animation 
19 software package, designed from the ground-up for producing 
20 feature-film quality animation with fewer people and resources. 
21 While there are many other programs currently on the market to aid 
22 with the efficient production of 2D animation, we are currently 
23 unaware of any other software that can do what our software can.
24
25 %description -l pl.UTF-8
26 Synfig to potężny, o sile przemysłowej pakiet oprogramowania do
27 wektorowych animacji 2D, zaprojektowany od podstaw do tworzenia
28 animacji o jakości filmowej przy mniejszym zaangażowaniu ludzi i
29 zasobów. O ile na rynku jest wiele innych programów pomagających przy
30 wydajnej produkcji animacji 2D, autorzy nie znają innego
31 oprogramowania o takich możliwościach jak synfig.
32
33 %package devel
34 Summary:        Header files for Synfig
35 Summary(pl.UTF-8):      Pliki nagłówkowe Synfiga
36 Group:          Development/Libraries
37 Requires:       %{name} = %{version}-%{release}
38
39 %description devel
40 Header files for Synfig.
41
42 %description devel -l pl.UTF-8
43 Pliki nagłówkowe Synfiga.
44
45 %prep
46 %setup -q
47 %patch0 -p1
48
49 %build
50 %{__libtoolize}
51 %{__aclocal} -I m4
52 %{__autoconf}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %find_lang %{name}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post   -p /sbin/ldconfig
68 %postun -p /sbin/ldconfig
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc NEWS README TODO
73 %attr(755,root,root) %{_bindir}/synfig*
74 %attr(755,root,root) %{_libdir}/libsynfig.so.*.*.*
75 %dir %{_libdir}/synfig
76 %dir %{_libdir}/synfig/modules
77 %attr(755,root,root) %{_libdir}/synfig/modules/*.so
78 %{_libdir}/synfig/modules/*.la
79 # XXX: %config() ???
80 %{_sysconfdir}/synfig_modules.cfg
81
82 %files devel
83 %defattr(644,root,root,755)
84 %attr(755,root,root) %{_libdir}/libsynfig.so
85 %{_libdir}/libsynfig.la
86 %{_includedir}/synfig-0.0
87 %{_pkgconfigdir}/synfig.pc
This page took 0.071994 seconds and 3 git commands to generate.