Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > plf-free-src > by-pkgid > 245179d98869cb0a5360015e91c9555a > files > 2

swftools-0.8.1-2plf2009.1.src.rpm

%define name	swftools
%define version 0.8.1
%define release %mkrel 2
%define distsuffix plf
 	
Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Tools for swf (Flash) animations under linux
License:	GPLv2+
Url:		http://www.quiss.org/swftools/
Group:		Video
Source:		http://www.quiss.org/swftools/%{name}-%{version}.tar.bz2
BuildRequires:  libjpeg-devel t1lib-devel zlib-devel
BuildRequires:  bison flex
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot
Conflicts:      ming-utils


%description
SWF Tools is a collection of SWF manipulation and generation utilities
written by Rainer Böhme and Matthias Kramm.

Included are:
PDF2SWF - A PDF to SWF Converter.
SWFCombine - A tool for inserting SWFs into Wrapper SWFs. (Templates)
SWFStrings - Scans SWFs for text data.
SWFDump - Prints out various informations about SWFs.
JPEG2SWF - Takes one or more JPEG pictures and generates a SWF slideshow.
PNG2SWF - Like JPEG2SWF, only for PNGs.
WAV2SWF - Converts WAV audio files to SWFs with MP3 Streams, using the
          L.A.M.E. MP3 encoder.
SWFExtract - Allows to extract Movieclips, Sounds, Images etc. from SWF files.
RFXSWF - Library A fully featured library which can be used for standalone SWF
         generation. Includes support for Bitmaps, Buttons, Shapes, Text,
         Fonts, Sound etc.

This package is in PLF as it contains an MP3 encoder and might violate some patents.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall
cd %buildroot/%_datadir/swftools/swfs/
rm -f default_loader.swf default_viewer.swf
ln -s tessel_loader.swf default_loader.swf
ln -s simple_viewer.swf default_viewer.swf

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING TODO
%_bindir/*
%_datadir/%name
%_mandir/man1/*

%changelog
* Wed Feb 11 2009 Götz Waschk <goetz@zarb.org> 0.8.1-2plf2009.1
- update license
- build without libavifile

* Thu Mar  1 2007 Götz Waschk <goetz@zarb.org> 0.8.1-1plf2007.1
- drop patch
- new version

* Thu Sep 14 2006 Nicolas Lécureuil <neoclust@zarb.org> 0.7.0-4plf2007.0
- Fix conflict

* Wed Jun 28 2006 Götz Waschk <goetz@zarb.org> 0.7.0-3plf2007.0
- fix build with gcc 4.1

* Sat Aug 13 2005 trem <trem@zarb.org> 0.7.0-2plf
- add distsuffix

* Sun Aug 07 2005 Götz Waschk <goetz@zarb.org> 0.7.0-1plf
- mkrel
- New release 0.7.0

* Mon Feb  7 2005 Götz Waschk <goetz@zarb.org> 0.6.3-1plf
- New release 0.6.3

* Sat Oct 9 2004 Austin Acton <austin@zarb.org> 0.6.2-1plf
- 0.6.2
- configure 2.5

* Mon Aug 23 2004 Götz Waschk <goetz@zarb.org> 0.6.1-2plf
- fix description

* Sun Aug 22 2004 Götz Waschk <goetz@zarb.org> 0.6.1-1plf
- New release 0.6.1

* Sun Aug 15 2004 Götz Waschk <goetz@zarb.org> 0.6.0-1plf
- fix file list
- fix source URL
- New release 0.6.0

* Wed Jun 9 2004 Austin Acton <austin@linux.ca> 0.5.1-2plf
- rebuild

* Sun Mar 14 2004 Götz Waschk <goetz@plf.zarb.org> 0.5.1-1plf
- new version

* Mon Mar  1 2004 Götz Waschk <goetz@plf.zarb.org> 0.5.0-2plf
- fix buildrequires again

* Fri Feb 13 2004 Götz Waschk <goetz@plf.zarb.org> 0.5.0-2plf
- fix buildrequires

* Sat Feb  7 2004 Götz Waschk <goetz@plf.zarb.org> 0.5.0-1plf
- new version

* Wed Jul 16 2003 Götz Waschk <goetz@plf.zarb.org> 0.4.4-2plf
- fix dir ownership

* Thu Apr 17 2003 Götz Waschk <goetz@plf.zarb.org> 0.4.4-1plf
- new version

* Thu Jan  9 2003 Götz Waschk <waschk@informatik.uni-rostock.de> 0.4.3-1plf
- fix build and installation
- new version

* Mon Jan  6 2003 Götz Waschk <waschk@informatik.uni-rostock.de> 0.4.2-4plf
- fix broken symlinks
- spec file fixes
- add the avi2swf program

* Thu Jan 2 2003 Austin Acton <aacton@yorku.ca> 0.4.2-3plf
- rebuild

* Thu Jan 2 2003 Austin Acton <aacton@yorku.ca> 0.4.2-2plf
- fix libavifile dependency

* Thu Jan 2 2003 Austin Acton <aacton@yorku.ca> 0.4.2-1plf
- initial package (includes LAME MP3 encoder)