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