- 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:
Ismail Dönmez 2016-01-10 08:11:14 +00:00 committed by Git OBS Bridge
parent ae4283c870
commit 40640d6193
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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) 2012 Jiri Slaby <jslaby@suse.de>
# Copyright (c) 2011-2012 Pascal Bleser <pascal.bleser@opensuse.org>
@ -25,7 +25,7 @@ Name: mpv
Version: 0.14.0
Release: 0
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
# waf is licensed with BSD-3-Clause
Url: http://mpv.io/
@ -53,6 +53,7 @@ BuildRequires: pkgconfig(dri)
BuildRequires: pkgconfig(dvdnav) >= 4.2.0
BuildRequires: pkgconfig(dvdread) >= 4.1.0
BuildRequires: pkgconfig(enca)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(lcms2) >= 2.6
BuildRequires: pkgconfig(libass) >= 0.12.1
@ -169,6 +170,7 @@ export CCFLAGS="%{optflags}"
--libdir="%{_libdir}" \
--docdir="%{_docdir}/%{name}" \
--confdir="%{_sysconfdir}/%{name}" \
--enable-gpl3 \
--enable-openal \
--enable-cdda \
--enable-libmpv-shared \