From 40640d6193b1bd2596d2990e9d9102df643e602887408edbc2b7a98acbda4469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 10 Jan 2016 08:11:14 +0000 Subject: [PATCH] - 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 --- mpv.changes | 6 ++++++ mpv.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mpv.changes b/mpv.changes index 53b1d81..67e4426 100644 --- a/mpv.changes +++ b/mpv.changes @@ -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 diff --git a/mpv.spec b/mpv.spec index 11def28..73fb6f5 100644 --- a/mpv.spec +++ b/mpv.spec @@ -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 # Copyright (c) 2012 Jiri Slaby # Copyright (c) 2011-2012 Pascal Bleser @@ -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 \