- Version bump to 0.9.2:
* Various opengl fixes * Fulscreen behaviour fixes for some WMs * Various other small fixes OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=9
This commit is contained in:
parent
2cb5b770fd
commit
aa82e003ab
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
waf-1.8.9 filter=lfs diff=lfs merge=lfs -text
|
||||
waf-1.8.10 filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d23688575d2cc4484f7feef628c690f68016e385622201894d02cb238ea179e
|
||||
size 2698031
|
3
mpv-0.9.2.tar.gz
Normal file
3
mpv-0.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0148f55dbd17705f49bb496d0ce374419de62e1b17195d91409d7727cbd4751
|
||||
size 2701306
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 09:23:41 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Version bump to 0.9.2:
|
||||
* Various opengl fixes
|
||||
* Fulscreen behaviour fixes for some WMs
|
||||
* Various other small fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 12:48:13 UTC 2015 - olaf@aepfle.de
|
||||
|
||||
|
17
mpv.spec
17
mpv.spec
@ -19,10 +19,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define _waf_ver 1.8.9
|
||||
%define _waf_ver 1.8.10
|
||||
%define lname libmpv1
|
||||
Name: mpv
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: Advanced general-purpose multimedia player
|
||||
License: GPL-2.0+ and BSD-3-Clause
|
||||
@ -35,8 +35,14 @@ Source1: http://ftp.waf.io/pub/release/waf-%{_waf_ver}
|
||||
Source2: %{name}.changes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: ladspa-devel
|
||||
BuildRequires: libavcodec-devel
|
||||
BuildRequires: libavdevice-devel
|
||||
BuildRequires: libavfilter-devel
|
||||
BuildRequires: libavformat-devel
|
||||
BuildRequires: libavutil-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libmng-devel
|
||||
BuildRequires: libswscale-devel
|
||||
BuildRequires: linux-kernel-headers
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: ncurses-devel
|
||||
@ -55,11 +61,6 @@ BuildRequires: pkgconfig(enca)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.6
|
||||
BuildRequires: pkgconfig(libass) >= 0.12.1
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice) >= 55.0.0
|
||||
BuildRequires: pkgconfig(libavfilter) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libbluray) >= 0.3.0
|
||||
BuildRequires: pkgconfig(libbs2b)
|
||||
BuildRequires: pkgconfig(libcdio)
|
||||
@ -67,7 +68,6 @@ BuildRequires: pkgconfig(libcdio_cdda)
|
||||
BuildRequires: pkgconfig(libcdio_paranoia)
|
||||
BuildRequires: pkgconfig(libiso9660)
|
||||
BuildRequires: pkgconfig(libpulse) >= 1.0
|
||||
BuildRequires: pkgconfig(libswresample) >= 1.1.100
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(libudf)
|
||||
BuildRequires: pkgconfig(libv4l2)
|
||||
@ -89,7 +89,6 @@ BuildRequires: pkgconfig(zlib)
|
||||
Recommends: youtube-dl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?BUILD_ORIG}
|
||||
BuildRequires: pkgconfig(libavresample) >= 2.1.0
|
||||
BuildRequires: pkgconfig(libmpg123)
|
||||
%endif
|
||||
# PDF manual.
|
||||
|
3
waf-1.8.10
Normal file
3
waf-1.8.10
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73e4d1932a309d4bb67bbab160e7c551e97a46046d36a552da1331acdff007a3
|
||||
size 97360
|
Loading…
Reference in New Issue
Block a user