]> git.pld-linux.org Git - packages/edit_vnc2swf.git/blob - edit_vnc2swf.spec
- separated from vnc2swf.spec
[packages/edit_vnc2swf.git] / edit_vnc2swf.spec
1 Summary:        Editing Tool for Vnc2swf
2 Summary(pl.UTF-8):      Narzędzie do edycji dla Vnc2swf
3 Name:           edit_vnc2swf
4 Version:        0.3
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Multimedia
8 Source0:        http://www.unixuser.org/~euske/vnc2swf/%{name}-%{version}.tar.gz
9 # Source0-md5:  606ed2294b20f1d2aa198d7d66ce82c3
10 URL:            http://www.unixuser.org/~euske/vnc2swf/edit_vnc2swf.html
11 BuildRequires:  sed >= 4.0
12 Requires:       python >= 1:2.3
13 Requires:       python-pygame >= 1.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Edit_vnc2swf is an editing tool for vnc2swf. This program allows you
18 to chop, splice, crop, and attach an MP3 audio to a .swf (ShockWave
19 Flash) movie generated by vnc2swf. Also this program does some
20 optimization to reduce the movie size a little bit. From version 0.2,
21 it supports ScreenVideo format which was newly introduced in Flash
22 version 7. Generally with this new format a movie can lose the weight
23 without losing the quality, and it requires much less memory to play
24 on your browser.
25
26 %description -l pl.UTF-8
27 Edit_vnc2swf to narzędzie do edycji dla vnc2swf. Ten program umożliwia
28 cięcie, łączenie, wycinanie i dołączanie dźwięku MP3 do filmów .swf
29 (ShockWave Flash) wygenerowanych przez vnc2swf. Ten program wykonuje
30 także pewną optymalizację w celu zmniejszenia nieco rozmiaru filmu. Od
31 wersji 0.2 obsługuje format ScreenVideo niedawno wprowadzony w wersji
32 7 Flasha. Zasadniczo przy użyciu tego nowego formatu film może
33 zmniejszyć rozmiar bez utraty jakości i wymaga dużo mniej pamięci do
34 odtwarzania w przeglądarce.
35
36 %prep
37 %setup -q
38
39 %{__sed} -i -e '1s,#!/usr/bin/env python,#!/usr/bin/python,' edit_*.py
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_bindir}
44
45 install edit_mp3.py $RPM_BUILD_ROOT%{_bindir}
46 install edit_vnc2swf.py $RPM_BUILD_ROOT%{_bindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README.html
54 %attr(755,root,root) %{_bindir}/edit_mp3.py
55 %attr(755,root,root) %{_bindir}/edit_vnc2swf.py
This page took 0.077147 seconds and 3 git commands to generate.