diff --git a/mpv-old-waf.patch b/mpv-old-waf.patch index e9c6485..7a84262 100644 --- a/mpv-old-waf.patch +++ b/mpv-old-waf.patch @@ -35,10 +35,10 @@ index 79bd71d..bd28bef 100644 node.parent.mkdir() node.write(src) diff --git a/waftools/waf_customizations.py b/waftools/waf_customizations.py -index 8163c9f..a02bc95 100644 +index 8163c9f..029ad8d 100644 --- a/waftools/waf_customizations.py +++ b/waftools/waf_customizations.py -@@ -34,6 +34,21 @@ def build(ctx): +@@ -34,6 +34,15 @@ def build(ctx): cls = Task.classes['cprogram'] class cprogram(cls): run_str = cls.hcode + '${LAST_LINKFLAGS}' @@ -51,12 +51,6 @@ index 8163c9f..a02bc95 100644 + def __str__(self): + tgt_str = ' '.join([a.nice_path() for a in self.outputs]) + return 'linking -> {0}\n'.format(tgt_str) -+ -+ cls = Task.classes['compile_sym'] -+ class compile_sym(cls): -+ def __str__(self): -+ tgt_str = ' '.join([a.nice_path() for a in self.outputs]) -+ return 'compile_sym -> {0}\n'.format(tgt_str) cls = Task.classes['macplist'] class macplist(cls): diff --git a/mpv.spec b/mpv.spec index 266b3d9..f359009 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ URL: http://%{name}.io/ @@ -117,6 +117,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %config(noreplace) %{_sysconfdir}/%{name}/input.conf %changelog +* Mon Dec 22 2014 Miro Hrončok - 0.7.1-3 +- Slightly change the waf patch + * Mon Dec 22 2014 Miro Hrončok - 0.7.1-2 - Add patch to allow waf 1.7