]> git.pld-linux.org Git - packages/jwplayer7.git/blob - jw_media_player.spec
- 3.99, renamed to jw_media_player, updated description
[packages/jwplayer7.git] / jw_media_player.spec
1 # TODO
2 # - all
3 Summary:        JW Media Player
4 Summary(pl.UTF-8):      Odtwarzacz Flash Media
5 Name:           jw_media_player
6 Version:        3.99
7 Release:        0.1
8 License:        Creative Commons
9 Group:          Applications/WWW
10 Source0:        http://www.jeroenwijering.com/upload/%{name}.zip
11 # Source0-md5:  995e438774dba2c1c3919e62749aa735
12 URL:            http://www.jeroenwijering.com/?item=JW_Media_Player
13 Obsoletes:      flash_media_player
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _appdir %{_datadir}/%{name}
18
19 %description
20 The JW Media Player (built with Adobe's Flash) supports playback of a
21 single media file of any format the Adobe Flash Player can handle
22 (MP3, FLV, SWF, JPG, PNG and GIF). It also supports RSS, XSPF and ATOM
23 playlist (with mixed mediatypes and advertisement possibilities), a
24 wide range of flashvars (settings) for tweaking both behavior and
25 appearance and an extensive, documented javascript/actionscript API.
26
27 %description -l pl.UTF-8
28 Flash Media Player potrafi odtwarzać pliki multimedialne dowolnego
29 typu obsługiwanego przez Adobe Flash Player (MP3, FLV, SWF, JPG, PNG i
30 GIF). Obsługuje także playlisty RSS/XSPF/ATOM (z mieszanymi typami
31 mediów), szeroki zakres ustawień do modyfikowania zarówno zachowania
32 jak i wyglądu oraz obszerne, udokumentowane API
33 Javascriptu/Actionscriptu.
34
35 %prep
36 %setup -q -n %{name}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_appdir}
41 cp -a mediaplayer.swf $RPM_BUILD_ROOT%{_appdir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{_appdir}/mediaplayer.swf
This page took 0.074046 seconds and 3 git commands to generate.