Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/files/
Date: Wed, 04 Jan 2017 10:15:14
Message-Id: 1483524816.30a5856d43cef9ce2435d73a227e432de7141bb3.soap@gentoo
1 commit: 30a5856d43cef9ce2435d73a227e432de7141bb3
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 30 14:21:56 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 10:13:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a5856d
7
8 media-libs/libyami: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3286
11
12 media-libs/libyami/files/oot.patch | 48 --------------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/media-libs/libyami/files/oot.patch b/media-libs/libyami/files/oot.patch
16 deleted file mode 100644
17 index 96e40ba..00000000
18 --- a/media-libs/libyami/files/oot.patch
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -Index: libyami-libyami-1.0.0/common/Makefile.am
22 -===================================================================
23 ---- libyami-libyami-1.0.0.orig/common/Makefile.am
24 -+++ libyami-libyami-1.0.0/common/Makefile.am
25 -@@ -31,6 +31,7 @@ libyami_common_ldflags = \
26 - libyami_common_cppflags = \
27 - $(LIBVA_CFLAGS) \
28 - -I$(top_srcdir)/interface \
29 -+ -I$(top_srcdir) \
30 - $(NULL)
31 -
32 - noinst_LTLIBRARIES = libyami_common.la
33 -Index: libyami-libyami-1.0.0/common/Makefile.unittest
34 -===================================================================
35 ---- libyami-libyami-1.0.0.orig/common/Makefile.unittest
36 -+++ libyami-libyami-1.0.0/common/Makefile.unittest
37 -@@ -22,6 +22,7 @@ unittest_CPPFLAGS = \
38 - $(LIBVA_CFLAGS) \
39 - $(AM_CPPFLAGS) \
40 - -I$(top_srcdir)/interface \
41 -+ -I$(top_srcdir) \
42 - $(NULL)
43 -
44 - unittest_CXXFLAGS = \
45 -Index: libyami-libyami-1.0.0/codecparsers/Makefile.am
46 -===================================================================
47 ---- libyami-libyami-1.0.0.orig/codecparsers/Makefile.am
48 -+++ libyami-libyami-1.0.0/codecparsers/Makefile.am
49 -@@ -113,6 +113,7 @@ libyami_codecparser_cppflags = \
50 - -Dvp8dx_start_decode=libyami_vp8dx_start_decode \
51 - -Dvp8dx_bool_decoder_fill=libyami_vp8dx_bool_decoder_fill \
52 - -I$(top_srcdir)/interface \
53 -+ -I$(top_srcdir) \
54 - $(NULL)
55 -
56 - noinst_LTLIBRARIES = libyami_codecparser.la
57 -Index: libyami-libyami-1.0.0/codecparsers/Makefile.unittest
58 -===================================================================
59 ---- libyami-libyami-1.0.0.orig/codecparsers/Makefile.unittest
60 -+++ libyami-libyami-1.0.0/codecparsers/Makefile.unittest
61 -@@ -58,6 +58,7 @@ unittest_CPPFLAGS = \
62 - $(GTEST_CPPFLAGS) \
63 - $(AM_CPPFLAGS) \
64 - -I$(top_srcdir)/interface \
65 -+ -I$(top_srcdir) \
66 - $(NULL)
67 -
68 - unittest_CXXFLAGS = \