- Set license to GPL-3.0+ so we can enable more OpenGL functionality.
- Add pkgconfig(gl) build dependency. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=30
This commit is contained in:
parent
ae4283c870
commit
40640d6193
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 08:09:14 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Set license to GPL-3.0+ so we can enable more OpenGL functionality.
|
||||||
|
- Add pkgconfig(gl) build dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 24 12:46:33 UTC 2015 - tchvatal@suse.com
|
Thu Dec 24 12:46:33 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
6
mpv.spec
6
mpv.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpv
|
# spec file for package mpv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2015 Packman Team <packman@links2linux.de>
|
# Copyright (c) 2015 Packman Team <packman@links2linux.de>
|
||||||
# Copyright (c) 2012 Jiri Slaby <jslaby@suse.de>
|
# Copyright (c) 2012 Jiri Slaby <jslaby@suse.de>
|
||||||
# Copyright (c) 2011-2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2011-2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
@ -25,7 +25,7 @@ Name: mpv
|
|||||||
Version: 0.14.0
|
Version: 0.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
License: GPL-2.0+ and BSD-3-Clause
|
License: GPL-3.0+ and BSD-3-Clause
|
||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
# waf is licensed with BSD-3-Clause
|
# waf is licensed with BSD-3-Clause
|
||||||
Url: http://mpv.io/
|
Url: http://mpv.io/
|
||||||
@ -53,6 +53,7 @@ BuildRequires: pkgconfig(dri)
|
|||||||
BuildRequires: pkgconfig(dvdnav) >= 4.2.0
|
BuildRequires: pkgconfig(dvdnav) >= 4.2.0
|
||||||
BuildRequires: pkgconfig(dvdread) >= 4.1.0
|
BuildRequires: pkgconfig(dvdread) >= 4.1.0
|
||||||
BuildRequires: pkgconfig(enca)
|
BuildRequires: pkgconfig(enca)
|
||||||
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(jack)
|
BuildRequires: pkgconfig(jack)
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.6
|
BuildRequires: pkgconfig(lcms2) >= 2.6
|
||||||
BuildRequires: pkgconfig(libass) >= 0.12.1
|
BuildRequires: pkgconfig(libass) >= 0.12.1
|
||||||
@ -169,6 +170,7 @@ export CCFLAGS="%{optflags}"
|
|||||||
--libdir="%{_libdir}" \
|
--libdir="%{_libdir}" \
|
||||||
--docdir="%{_docdir}/%{name}" \
|
--docdir="%{_docdir}/%{name}" \
|
||||||
--confdir="%{_sysconfdir}/%{name}" \
|
--confdir="%{_sysconfdir}/%{name}" \
|
||||||
|
--enable-gpl3 \
|
||||||
--enable-openal \
|
--enable-openal \
|
||||||
--enable-cdda \
|
--enable-cdda \
|
||||||
--enable-libmpv-shared \
|
--enable-libmpv-shared \
|
||||||
|
Loading…
Reference in New Issue
Block a user