]> git.pld-linux.org Git - packages/apngasm.git/blame - apngasm.spec
- new
[packages/apngasm.git] / apngasm.spec
CommitLineData
f973cf10
JB
1Summary: APNG Assembler - create APNG animation from PNG/TGA image sequence
2Summary(pl.UTF-8): APNG Assembler - tworzenie animacji APNG z sekwencji obrazów PNG/TGA
3Name: apngasm
4Version: 2.91
5Release: 1
6License: Zlib (BSD-like)
7Group: Applications/Graphics
8Source0: http://downloads.sourceforge.net/apngasm/%{name}-%{version}-src.zip
9# Source0-md5: 0f914350c4defc58c64c9341d9891b4f
10URL: http://apngasm.sourceforge.net/
11BuildRequires: advancecomp-7z-devel
12BuildRequires: libpng-devel >= 2:1.6.26
13BuildRequires: libstdc++-devel
14BuildRequires: zlib-devel >= 1.2.8
15BuildRequires: zopfli-devel
16Requires: libpng >= 2:1.6.26
17Requires: zlib >= 1.2.8
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21APNG Assembler creates APNG animation from PNG/TGA image sequence.
22
23%description -l pl.UTF-8
24APNG Assembler tworzy animacje APNG z sekwencji obrazów PNG/TGA.
25
26%prep
27%setup -q -c
28
29%build
30%{__cxx} %{rpmldflags} %{rpmcxxflags} %{rpmcppflags} -Wall -o apngasm apngasm.cpp image.cpp \
31 -DFEATURE_7ZIP -DFEATURE_ZOPFLI \
32 -I/usr/include/adv7z \
33 -lpng -ladv7z -lzopfli -lz -lm
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38install -D apngasm $RPM_BUILD_ROOT%{_bindir}/apngasm
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc readme.txt
46%attr(755,root,root) %{_bindir}/apngasm
This page took 0.118086 seconds and 4 git commands to generate.