]> git.pld-linux.org Git - packages/xine-ui.git/blob - xine-ui.spec
- pl descriptions, release 2
[packages/xine-ui.git] / xine-ui.spec
1 # Conditional build:
2 # --without     aa
3 # --without     lirc
4
5 Summary:        A Free Video Player
6 Summary(pl):    Odtwarzacz video
7 Summary(ko):    °ø°³ µ¿¿µ»ó Ç÷¹À̾î
8 Name:           xine-ui
9 Version:        0.9.7
10 Release:        2
11 License:        GPL
12 Group:          X11/Applications/Multimedia
13 Group(de):      X11/Applikationen/Multimedia
14 Group(pl):      X11/Aplikacje/Multimedia
15 Source0:        http://xine.sourceforge.net/files/%{name}-%{version}.tar.gz
16 Source1:        xine.desktop
17 Source2:        xine_logo.png
18 URL:            http://xine.sourceforge.net
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  libtool
22 BuildRequires:  sed
23 BuildRequires:  xine-lib-devel >= %{version}
24 %{!?_without_aa:BuildRequires:          aalib-devel}
25 %{!?_without_aa:BuildRequires:          aalib-progs}
26 %{!?_without_aa:BuildRequires:          slang-devel}
27 %{!?_without_aa:BuildRequires:          gpm-devel}
28 %{!?_without_lirc:BuildRequires:        lirc-devel}
29 BuildRequires:  libpng-devel
30 Obsoletes:      xine
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %define         _prefix         /usr/X11R6
34 %define         _mandir         %{_prefix}/man
35 %define         _abindir        /usr/bin
36
37 %description
38 xine is a free gpl-licensed video player for unix-like systems. We
39 support mpeg-2 and mpeg-1 system (audio + video multiplexed) streams,
40 eventually mpeg-4 and other formats might be added.
41
42 xine plays the video and audio data of mpeg-2 videos and synchronizes
43 the playback of both. Depending on the properties of the mpeg stream,
44 playback will need more or less processor power, 100% frame rate has
45 been seen on a 400 MHz P II system.
46
47 %description -l fr
48 xine est un lecteur vidéo libre sous license GPL pour les systèmes de
49 type unix. Nous supportons les flux mpeg-2 et mpeg-1 (audio + vidéo
50 multiplexés), éventuellement le mpeg-4 et d'autres formats peuvent
51 êtres ajoutés.
52
53 xine joue les données vidéo et audio de vidéo mpeg-2 et synchronise la
54 lecture des deux. En fonction des propriétes du flux mpeg, la lecture
55 aura besoin de plus ou moins de puissance du processeur, 100% de
56 restitution de trame a été vus sur un système PII 400MHz.
57
58 %description -l ko
59 xine ´Â GPL¶óÀ̼±½º¸¦ µû¸£´Â UNIX¿ë °ø°³ µ¿¿µ»ó Ç÷¹À̾îÀÔ´Ï´Ù. ÀÌ
60 Ç÷¹À̾î´Â mpeg-2 ¿Í mpeg 1 ½ºÆ®¸²À» Áö¿øÇϸç, ÇöÀç´Â Áö¿øÇÏÁö ¾ÊÁö¸¸
61 ³ªÁß¿¡´Â mpeg-4 ¿Í ´Ù¸¥ Çü½ÄÀÇ µ¿¿µ»óµµ Áö¿øÇÒ ¿¹Á¤ÀÔ´Ï´Ù.
62
63 %description -l pl
64 xine jest wolnodostêpnym odtwarzaczem filmów dla systemów uniksowych.
65 Obs³uguje strumienie MPEG-2 i MPEG-1 (przeplatany d¼wiêk i obraz),
66 mo¿e byæ dodana obs³uga MPEG-4 i innych formatów.
67
68 %package aa
69 Summary:        XINE - Ascii Art player
70 Summary(pl):    XINE - odtwarzacz Ascii Art
71 Group:          Applications/Graphics
72 Group(de):      Applikationen/Grafik
73 Group(pl):      Aplikacje/Grafika
74 Group(pt):      Aplicações/Gráficos
75 Requires:       xine-lib-aa >= %{version}
76
77 %description aa
78 Video player using Ascii Art library.
79
80 %description aa -l pl
81 Odtwarzacz filmów u¿ywaj±cy biblioteki Ascii Art.
82
83 %prep
84 %setup -q -n xine-ui-%{version}
85
86 %build
87 aclocal
88 autoconf
89 automake -a -c
90 autoheader
91 %configure \
92         --disable-orbit \
93 %{?_without_lirc:       --disable-lirc} \
94 %{!?_without_lirc:      --enable-lirc}
95
96 %{__make}
97
98 %install
99 rm -rf $RPM_BUILD_ROOT
100 install -d $RPM_BUILD_ROOT/{%{_applnkdir}/Multimedia,%{_datadir}/xine/skins}
101
102 %{__make} install \
103         DESTDIR=$RPM_BUILD_ROOT \
104         docdir=$RPM_BUILD_ROOT%{_datadir}/doc/xine
105
106 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia/xine.desktop
107 install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/xine/skins
108
109 %{!?_without_aa:install -d $RPM_BUILD_ROOT%{_abindir}}
110 %{!?_without_aa:install $RPM_BUILD_ROOT%{_bindir}/aaxine $RPM_BUILD_ROOT%{_abindir}}
111
112 gzip -9nf doc/{FAQ,README}* ChangeLog
113
114 %clean
115 rm -rf $RPM_BUILD_ROOT
116
117 %files
118 %defattr(644,root,root,755)
119 %doc doc/{README,README.{dxr3,divx4,syncfb,xinerc},FAQ}.gz *.gz
120 %lang(pl) %doc doc/{README,README.dxr3,FAQ}_pl.gz
121 %lang(it) %doc doc/{README,FAQ}_it.gz
122 %lang(es) %doc doc/{README,FAQ}_es.gz
123 %lang(fr) %doc doc/FAQ_fr.gz
124 %attr(755,root,root) %{_bindir}/xine
125 %{_datadir}/idl/xine.idl
126 %{_datadir}/xine/skins
127 %{_mandir}/man1/xine.1*
128 %lang(fr) %{_mandir}/fr/man1/xine.1*
129 %{_applnkdir}/Multimedia/xine.desktop
130
131 %{!?_without_aa:%files aa}
132 %{!?_without_aa:%defattr(644,root,root,755)}
133 %{!?_without_aa:%attr(755,root,root) %{_abindir}/aaxine}
This page took 0.048705 seconds and 3 git commands to generate.