summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilson Michaels <thebitpit@earthlink.net>2020-07-25 09:57:07 -0500
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-25 17:51:21 +0200
commit6a1960b5bef9b9416f1438b6bdaaaa5a22b4c8d5 (patch)
treefc527265160d91ba55bef43b52df9a09f901eda8 /media-tv/mythtv/files
parentnet-misc/cni-plugins: security cleanup (diff)
downloadgentoo-6a1960b5bef9b9416f1438b6bdaaaa5a22b4c8d5.tar.gz
gentoo-6a1960b5bef9b9416f1438b6bdaaaa5a22b4c8d5.tar.bz2
gentoo-6a1960b5bef9b9416f1438b6bdaaaa5a22b4c8d5.zip
media-tv/mythtv: remove old ebuild, metadata, and patch files
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16814 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r--media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch b/media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch
deleted file mode 100644
index afdf423355ed..000000000000
--- a/media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Fix build with exiv2-0.27.1
-Thanks-to: Amel Hodzic <ilmostro7@gmail.com>
-
---- a/libs/libmythmetadata/imagemetadata.cpp
-+++ b/libs/libmythmetadata/imagemetadata.cpp
-@@ -7,14 +7,7 @@
- #include "exitcodes.h" // for ffprobe
-
- // libexiv2 for Exif metadata
--//#include <exiv2/exiv2.hpp>
--// Note: Older versions of Exiv2 don't have the exiv2.hpp include
--// file. Using image.hpp instead seems to work.
--#ifdef _MSC_VER
--#include <exiv2/src/image.hpp>
--#else
--#include <exiv2/image.hpp>
--#endif
-+#include <exiv2/exiv2.hpp>
-
- // To read FFMPEG Metadata
- extern "C" {