Added EMF support
This commit is contained in:
parent
475ee32d21
commit
2377fb63d9
@ -1,6 +1,6 @@
|
|||||||
Name: pstoedit
|
Name: pstoedit
|
||||||
Version: 3.44
|
Version: 3.44
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||||
|
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libpng-devel
|
|||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: ghostscript
|
BuildRequires: ghostscript
|
||||||
BuildRequires: plotutils-devel
|
BuildRequires: plotutils-devel
|
||||||
|
BuildRequires: libEMF-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pstoedit converts PostScript and PDF files to various vector graphic
|
Pstoedit converts PostScript and PDF files to various vector graphic
|
||||||
@ -42,7 +43,7 @@ applications
|
|||||||
dos2unix doc/*.htm doc/readme.txt
|
dos2unix doc/*.htm doc/readme.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --without-emf --without-swf
|
%configure --disable-static --with-emf --without-swf
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 22 2006 Denis Leroy <denis@poolshark.org> - 3.44-5
|
||||||
|
- Added libEMF support
|
||||||
|
|
||||||
* Mon Aug 28 2006 Denis Leroy <denis@poolshark.org> - 3.44-4
|
* Mon Aug 28 2006 Denis Leroy <denis@poolshark.org> - 3.44-4
|
||||||
- FE6 Rebuild
|
- FE6 Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user