]> git.pld-linux.org Git - packages/mpv.git/blob - mpv.spec
Release 2 (by relup.sh)
[packages/mpv.git] / mpv.spec
1 #
2 # Conditional build:
3 %bcond_without  caca            # CACA
4 %bcond_without  dvdnav          # dvdnav support
5 %bcond_without  js              # JavaScript scripting support
6 %bcond_without  libplacebo      # libplacebo support
7 %bcond_without  rubberband      # librubberband support
8 %bcond_without  shaderc         # libshaderc SPIR-V compiler
9 %bcond_without  vapoursynth     # VapourSynth filter bridge
10 %bcond_without  zimg            # libzimg support (high quality software scaler)
11
12 Summary:        Movie player based on MPlayer and mplayer2
13 Summary(pl.UTF-8):      Odtwarzacz filmów oparty na projektach MPlayer i mplayer2
14 Name:           mpv
15 Version:        0.36.0
16 Release:        2
17 License:        GPL v2+
18 Group:          Applications/Multimedia
19 #Source0Download: http://github.com/mpv-player/mpv/releases
20 Source0:        https://github.com/mpv-player/mpv/archive/v%{version}/%{name}-%{version}.tar.gz
21 # Source0-md5:  3ac8bb1fec1c09293a574e615446bb3b
22 Source1:        %{name}.conf
23 URL:            http://mpv.io/
24 BuildRequires:  EGL-devel
25 BuildRequires:  Mesa-libgbm-devel >= 17.1.0
26 BuildRequires:  OpenAL-devel >= 1.13
27 BuildRequires:  OpenGL-devel
28 BuildRequires:  SDL2-devel
29 BuildRequires:  Vulkan-Loader-devel >= 1.3.238
30 BuildRequires:  alsa-lib-devel >= 1.0.18
31 BuildRequires:  docutils
32 BuildRequires:  ffmpeg-devel >= 4.4
33 BuildRequires:  jack-audio-connection-kit-devel
34 BuildRequires:  lcms2-devel >= 2.6
35 BuildRequires:  libarchive-devel >= 3.4.0
36 BuildRequires:  libass-devel >= 0.12.2
37 %ifarch i386 i486 %{armv6}
38 BuildRequires:  libatomic-devel
39 %endif
40 BuildRequires:  libbluray-devel >= 0.3.0
41 %{?with_caca:BuildRequires:     libcaca-devel >= 0.99-0.beta18.1}
42 BuildRequires:  libcdio-paranoia-devel
43 BuildRequires:  libdrm-devel >= 2.4.105
44 %if %{with dvdnav}
45 BuildRequires:  libdvdnav-devel >= 4.2.0
46 BuildRequires:  libdvdread-devel >= 4.1.0
47 %endif
48 BuildRequires:  libjpeg-devel
49 %{?with_libplacebo:BuildRequires:       libplacebo-devel >= 4.157.0}
50 BuildRequires:  libva-devel >= 1.4.0
51 BuildRequires:  libva-glx-devel >= 1.4.0
52 BuildRequires:  libvdpau-devel >= 0.2
53 BuildRequires:  lua52-devel
54 %{?with_js:BuildRequires:       mujs-devel >= 1.0.0}
55 BuildRequires:  nv-codec-headers >= 11.1.5.1
56 BuildRequires:  pipewire-devel >= 0.3.48
57 BuildRequires:  pkgconfig
58 BuildRequires:  pulseaudio-devel >= 1.0
59 BuildRequires:  rpm-build >= 4.6
60 BuildRequires:  rpmbuild(macros) >= 2.007
61 %{?with_rubberband:BuildRequires:       rubberband-devel >= 1.8.0}
62 %{?with_shaderc:BuildRequires:  shaderc-devel >= 2019.0}
63 BuildRequires:  uchardet-devel
64 %{?with_vapoursynth:BuildRequires:      vapoursynth-devel >= 24}
65 BuildRequires:  waf >= 2.0.21
66 BuildRequires:  wayland-devel >= 1.20.0
67 BuildRequires:  wayland-egl-devel
68 BuildRequires:  wayland-protocols >= 1.32
69 BuildRequires:  xorg-lib-libX11-devel >= 1.0.0
70 BuildRequires:  xorg-lib-libXScrnSaver-devel >= 1.0.0
71 BuildRequires:  xorg-lib-libXdamage-devel
72 BuildRequires:  xorg-lib-libXext-devel >= 1.0.0
73 BuildRequires:  xorg-lib-libXinerama-devel >= 1.0.0
74 BuildRequires:  xorg-lib-libXpresent-devel >= 1.0.0
75 BuildRequires:  xorg-lib-libXrandr-devel >= 1.2.0
76 BuildRequires:  xorg-lib-libXv-devel
77 BuildRequires:  xorg-lib-libxkbcommon-devel >= 0.3.0
78 BuildRequires:  xorg-proto-xproto-devel
79 %{?with_zimg:BuildRequires:     zimg-devel >= 3.0.5}
80 BuildRequires:  zlib-devel
81 Requires(post,postun):  desktop-file-utils
82 Requires(post,postun):  gtk-update-icon-cache
83 Requires:       OpenAL >= 1.13
84 Requires:       OpenGL
85 Requires:       alsa-lib >= 1.0.18
86 Requires:       hicolor-icon-theme
87 %requires_eq_to ffmpeg-libs ffmpeg-devel
88 Requires:       lcms2 >= 2.6
89 Requires:       libarchive >= 3.4.0
90 Requires:       libass >= 0.12.2
91 Requires:       libbluray >= 0.3.0
92 %{?with_caca:Requires:  libcaca >= 0.99-0.beta18.1}
93 Requires:       libdrm >= 2.4.105
94 %if %{with dvdnav}
95 Requires:       libdvdnav >= 4.2.0
96 Requires:       libdvdread >= 4.1.0
97 %endif
98 Requires:       pipewire-libs >= 0.3.48
99 %{?with_libplacebo:%requires_ge_to      libplacebo libplacebo-devel}
100 Requires:       libva >= 1.4.0
101 Requires:       libva-glx >= 1.4.0
102 Requires:       libvdpau >= 0.2
103 %{?with_js:Requires:    mujs >= 1.0.0}
104 Requires:       pulseaudio-libs >= 1.0
105 %{?with_rubberband:Requires:    rubberband-libs >= 1.8.0}
106 %{?with_shaderc:Requires:       shaderc >= 2019.0}
107 %{?with_vapoursynth:Requires:   vapoursynth >= 24}
108 Requires:       wayland >= 1.15.0
109 Requires:       xorg-lib-libX11 >= 1.0.0
110 Requires:       xorg-lib-libXScrnSaver >= 1.0.0
111 Requires:       xorg-lib-libXext >= 1.0.0
112 Requires:       xorg-lib-libXinerama >= 1.0.0
113 Requires:       xorg-lib-libXrandr >= 1.2.0
114 Requires:       xorg-lib-libxkbcommon >= 0.3.0
115 %{?with_zimg:Requires:  zimg >= 3.0.5}
116 Suggests:       yt-dlp
117 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
118
119 %description
120 Movie player based on MPlayer and mplayer2.
121
122 %description -l pl.UTF-8
123 Odtwarzacz filmów oparty na projektach MPlayer i mplayer2.
124
125 %package client-libs
126 Summary:        Client library for controlling mpv
127 Summary(pl.UTF-8):      Biblioteka kliencka do sterowania odtwarzaczem mpv
128 Group:          Libraries
129
130 %description client-libs
131 Client library for controlling mpv.
132
133 %description client-libs -l pl.UTF-8
134 Biblioteka kliencka do sterowania odtwarzaczem mpv.
135
136 %package client-devel
137 Summary:        Development files for mpv client library
138 Summary(pl.UTF-8):      Pliki programistyczne biblioteki klienckiej mpv
139 Group:          Development/Libraries
140 Requires:       %{name}-client-libs = %{version}-%{release}
141
142 %description client-devel
143 Development files for mpv client library.
144
145 %description client-devel -l pl.UTF-8
146 Pliki programistyczne biblioteki klienckiej mpv.
147
148 %package -n bash-completion-mpv
149 Summary:        Bash completion for mpv
150 Summary(pl.UTF-8):      Dopełnianie parametrów mpv dla powłoki Bash
151 Group:          Applications/Shells
152 Requires:       %{name} = %{version}-%{release}
153 Requires:       bash-completion >= 1:2.0
154 BuildArch:      noarch
155
156 %description -n bash-completion-mpv
157 Bash completion for mpv.
158
159 %description -n bash-completion-mpv -l pl.UTF-8
160 Dopełnianie parametrów mpv dla powłoki Bash.
161
162 %package -n zsh-completion-mpv
163 Summary:        ZSH completion for mpv
164 Summary(pl.UTF-8):      Dopełnianie parametrów mpv dla powłoki ZSH
165 Group:          Applications/Shells
166 Requires:       %{name} = %{version}-%{release}
167 BuildArch:      noarch
168
169 %description -n zsh-completion-mpv
170 ZSH completion for mpv.
171
172 %description -n zsh-completion-mpv -l pl.UTF-8
173 Dopełnianie parametrów mpv dla powłoki ZSH.
174
175 %prep
176 %setup -q
177
178 %build
179 %waf configure \
180         --prefix=%{_prefix} \
181         --bindir=%{_bindir} \
182         --confdir=%{_sysconfdir}/mpv \
183         --libdir=%{_libdir} \
184         --datadir=%{_datadir} \
185         --mandir=%{_mandir} \
186         --disable-debug-build \
187         --enable-alsa \
188         %{__enable_disable caca} \
189         --enable-cdda \
190         --enable-cplugins \
191         --enable-dvb \
192         --enable-dvbin \
193         %{__enable_disable dvdnav} \
194         --enable-gl-wayland \
195         --enable-gl-x11 \
196         --enable-iconv \
197         --enable-jack \
198         %{__enable_disable js javascript} \
199         --enable-jpeg \
200         --enable-lcms2 \
201         --enable-libavdevice \
202         --enable-libbluray \
203         --enable-libmpv-shared \
204         %{__enable_disable libplacebo} \
205         %{__enable_disable rubberband} \
206         --enable-openal \
207         --enable-pulse \
208         --enable-sdl2 \
209         %{__enable_disable shaderc} \
210         --enable-uchardet \
211         --enable-vaapi \
212         %{__enable_disable vapoursynth} \
213         --enable-vdpau \
214         --enable-vdpau-gl-x11 \
215         --enable-wayland \
216         --enable-x11 \
217         --enable-xv \
218         %{__enable_disable zimg} \
219         --lua=52deb \
220         --bashdir=%{bash_compdir} \
221         --zshdir=%{zsh_compdir}
222
223 %waf build -v
224
225 %install
226 rm -rf $RPM_BUILD_ROOT
227
228 %waf install --destdir=$RPM_BUILD_ROOT
229
230 install -d $RPM_BUILD_ROOT%{_sysconfdir}/mpv
231 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mpv
232
233 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}
234
235 %clean
236 rm -rf $RPM_BUILD_ROOT
237
238 %post
239 %update_desktop_database_post
240 %update_icon_cache hicolor
241
242 %postun
243 %update_desktop_database_postun
244 %update_icon_cache hicolor
245
246 %post   client-libs -p /sbin/ldconfig
247 %postun client-libs -p /sbin/ldconfig
248
249 %files
250 %defattr(644,root,root,755)
251 %doc README.md RELEASE_NOTES etc/input.conf etc/mplayer-input.conf etc/mpv.conf etc/restore-old-bindings.conf
252 %dir %{_sysconfdir}/mpv
253 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mpv/encoding-profiles.conf
254 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mpv/mpv.conf
255 %attr(755,root,root) %{_bindir}/%{name}
256 %{_desktopdir}/mpv.desktop
257 %{_iconsdir}/hicolor/*/apps/mpv.png
258 %{_iconsdir}/hicolor/scalable/apps/mpv.svg
259 %{_iconsdir}/hicolor/symbolic/apps/mpv-symbolic.svg
260 %{_mandir}/man1/mpv.1*
261 %{_datadir}/metainfo/mpv.metainfo.xml
262
263 %files client-libs
264 %defattr(644,root,root,755)
265 %attr(755,root,root) %{_libdir}/libmpv.so.*.*.*
266 %attr(755,root,root) %ghost %{_libdir}/libmpv.so.2
267
268 %files client-devel
269 %defattr(644,root,root,755)
270 %attr(755,root,root) %{_libdir}/libmpv.so
271 %{_includedir}/mpv
272 %{_pkgconfigdir}/mpv.pc
273
274 %files -n bash-completion-mpv
275 %defattr(644,root,root,755)
276 %{bash_compdir}/mpv
277
278 %files -n zsh-completion-mpv
279 %defattr(644,root,root,755)
280 %{zsh_compdir}/_mpv
This page took 0.099216 seconds and 4 git commands to generate.