]> git.pld-linux.org Git - packages/flvtool++.git/blob - flvtool++.spec
- new, based on flvtool2.spec
[packages/flvtool++.git] / flvtool++.spec
1 # TODO
2 # - CC/CFLAGS from our build
3 Summary:        Tool for hinting and manipulation of Macromedia Flash Video files
4 Summary(pl.UTF-8):      Narzędzie do obróbki plików Macromedia Flash Video
5 Name:           flvtool++
6 Version:        1.2.1
7 Release:        1
8 License:        BSD
9 Group:          Applications/Multimedia
10 Source0:        http://mirror.facebook.net/facebook/flvtool++/%{name}-%{version}.tar.gz
11 # Source0-md5:  a8c4c578b4c6741a94ca6eb197a01fe1
12 URL:            http://rubyforge.org/projects/flvtool2/
13 BuildRequires:  boost >= 1.33.1
14 BuildRequires:  scons
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 FLVTool++ is a manipulation tool for Macromedia Flash Video files
19 (FLV). It can calculate a lot of meta data, insert an onMetaData tag,
20 cut FLV files, add cue points (onCuePoint), show the FLV structure and
21 print meta data information in XML or YAML.
22
23 %description -l pl.UTF-8
24 FLVTool++ to narzędzie do obróbki plików Macromedia Flash Video (FLV).
25 Potrafi obliczać większość metadanych, wstawiać znaczniki onMetaData,
26 ciąć pliki FLV, dodawać punkty wskazań (onCuePoint), pokazywać
27 strukturę FLV i wypisywać informacje o metadanych w formacie XML lub
28 YAML.
29
30 %prep
31 %setup -qc
32
33 %build
34 %scons
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39 install -p flvtool++ $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc CHANGELOG LICENSE README
47 %attr(755,root,root) %{_bindir}/flvtool++
This page took 0.1103 seconds and 3 git commands to generate.