Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 771ed1e6a6d7cae60e79087001ce3ec9 > files > 4

vnc2swf-0.2-1mdk.src.rpm

Name:		vnc2swf
Version:	0.2
Release:	1mdk
License:	GPL
Group:		Video
URL:		http://www.unixuser.org/~euske/vnc2swf/
Source:		http://www.unixuser.org/~euske/%{name}/%{name}-%{version}.tar.bz2
#		http://lists.kde.org/?l=kde-promo&m=104430062329339&q=raw
Source1:	vnc2swf-howto.txt
Summary:	Vnc2swf is a tool for recording VNC sessions to Shockwave Flash
BuildRequires:	libming-devel XFree86-devel libxpm-devel
Requires:	vnc
Patch:		vnc2swf-mp3.patch.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description

Recently Macromedia Flash(TM) is becoming a kind of de facto 
standard of animation distribution format. 

Vnc2swf is a recording tool for VNC, a protocol to manipulate 
remote window systems via network, developed by AT&T Laboratories 
Cambridge. It records VNC sessions and generates a Macromedia 
Flash movie file (SWF). It can be used as an X11 recorder or a 
Windows desktop recorder.

For instructions on using it, see vnc2swf-howto.txt in the documentation
directory.

%prep
%setup -q 
%patch -p1

%build
xmkmf -a
touch vnc2swf.man
%make

%install
rm -Rf $RPM_BUILD_ROOT
%makeinstall_std
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
find $RPM_BUILD_ROOT/%{_prefix} -type f -exec mv {} $RPM_BUILD_ROOT/%{_bindir} \;

cp %{SOURCE1} .

%clean
rm -Rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%doc README* LICENCE.TXT vnc2swf-howto.txt

%changelog
* Thu Feb 13 2003 Buchan Milne <bgmilne@linux-mandrake.com> 0.2-1mdk
- First mandrake package
- Some documentation from:
  http://lists.kde.org/?l=kde-promo&m=104430062329339&w=2