]> git.pld-linux.org Git - packages/cinepaint.git/blob - cinepaint.spec
- This si old FilmGimp package,
[packages/cinepaint.git] / cinepaint.spec
1 #
2 #
3 Summary:        CinePaint - A Motion picture editing tool
4 Summary(pl):    CinePaint - Narzêdzie do obróbki filmów
5 Name:           cinepaint
6 Version:        0.18
7 Release:        1
8 License:        GPL
9 Group:          X11/Applications/Graphics
10 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}-1.tar.gz
11 # Source0-md5:  96fb1fb6e71b24b6e743376c0c9d5896
12 Patch0:         %{name}-gcc3.patch
13 URL:            http://cinepaint.sourceforge.net/
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel >= 1.2.8
16 BuildRequires:  libjpeg-devel
17 BuildRequires:  libpng-devel
18 BuildRequires:  libtiff-devel
19 BuildRequires:  libungif-devel
20 BuildRequires:  zlib-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Film Gimp is a motion picture editing tool primarily used for painting
25 and retouching of movies. Film Gimp is the most successful open source
26 tool in future motion picture work today.
27
28 %description -l pl
29 Film Gimp jest narzêdziem do obróbki ruchomego obrazu, u¿ywanym
30 g³ównie do rysowania i retuszu filmów. Na dzieñ dzisiejszy jest
31 narzêdziem z otwartymi ¼ród³ami, które odnios³o najwiêkszy sukces w
32 bran¿y filmowej.
33
34 %package devel
35 Summary:        Header files for filmgimp libraries
36 Summary(pl):    Pliki nag³ówkowe bibliotek filmgimpa
37 Group:          X11/Development/Libraries
38 Requires:       %{name} = %{version}
39
40 %description devel
41 Header files for filmgimp libraries.
42
43 %description devel -l pl
44 Pliki nag³ówkowe bibliotek filmgimpa.
45
46 %package static
47 Summary:        Static filmgimp libraries
48 Summary(pl):    Statyczne biblioteki filmgimpa
49 Group:          X11/Development/Libraries
50 Requires:       %{name}-devel = %{version}
51
52 %description static
53 Static filmgimp libraries.
54
55 %description static -l pl
56 Statyczne biblioteki filmgimpa.
57
58 %prep
59 %setup -q
60 %patch0 -p1
61
62 %build
63 %configure
64
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT \
72         m4datadir=%{_aclocaldir}
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post   -p /sbin/ldconfig
78 %postun -p /sbin/ldconfig
79
80 %files
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README
83 %attr(755,root,root) %{_bindir}/*
84 %attr(755,root,root) %{_libdir}/lib*.so.*.*
85 %attr(755,root,root) %{_libdir}/filmgimp
86 %dir %{_datadir}/filmgimp
87 %dir %{_datadir}/filmgimp/*
88 # resource directories
89 %{_datadir}/filmgimp/*/brushes
90 %{_datadir}/filmgimp/*/gradients
91 %{_datadir}/filmgimp/*/palettes
92 %{_datadir}/filmgimp/*/patterns
93 %{_datadir}/filmgimp/*/scripts
94 # default rc(?)
95 %{_datadir}/filmgimp/*/gimprc*
96 %{_datadir}/filmgimp/*/gtkrc*
97 %{_datadir}/filmgimp/*/ps-menurc
98 # other
99 %{_datadir}/filmgimp/*/gimp_*.ppm
100 %{_datadir}/filmgimp/*/gimp_tips.txt
101 %attr(755,root,root) %{_datadir}/filmgimp/*/user_install
102 %{_mandir}/man1/*.1*
103
104 %files devel
105 %defattr(644,root,root,755)
106 %attr(755,root,root) %{_libdir}/lib*.so
107 %{_libdir}/lib*.la
108 %{_includedir}/filmgimp*
109 %{_aclocaldir}/*.m4
110
111 %files static
112 %defattr(644,root,root,755)
113 %{_libdir}/lib*.a
This page took 0.048492 seconds and 4 git commands to generate.