From 4af47bdcfcee509791ad6dc3b6bc27e7ef7b0793 Mon Sep 17 00:00:00 2001 From: churchyard Date: Mon, 22 Dec 2014 16:01:41 +0000 Subject: [PATCH] =?UTF-8?q?*=20Mon=20Dec=2022=202014=20Miro=20Hron=C4=8Dok?= =?UTF-8?q?=20=20-=200.7.1-3=20-=20Slightly=20change?= =?UTF-8?q?=20the=20waf=20patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpv-old-waf.patch | 10 ++-------- mpv.spec | 5 ++++- 2 files changed, 6 insertions(+), 9 deletions(-) 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