diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-14 18:49:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-15 23:43:02 +0100 |
commit | ce1789c44c004215f74844e808717008b7560873 (patch) | |
tree | 0aab7b78d51eab747e197821487d30b968419e33 /media-video/ffmpegthumbnailer | |
parent | media-video/dvdstyler: remove unused patch (diff) | |
download | gentoo-ce1789c44c004215f74844e808717008b7560873.tar.gz gentoo-ce1789c44c004215f74844e808717008b7560873.tar.bz2 gentoo-ce1789c44c004215f74844e808717008b7560873.zip |
media-video/ffmpegthumbnailer: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video/ffmpegthumbnailer')
-rw-r--r-- | media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch deleted file mode 100644 index 8a70b6fbde49..000000000000 --- a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkgconfig-libdir.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 88c09cb6218fda5457c228f33084244db8725ed2 Mon Sep 17 00:00:00 2001 -From: orbea <ovariegata@yahoo.com> -Date: Sat, 15 Apr 2017 19:36:01 -0700 -Subject: [PATCH] Fix libffmpegthumbnailer.pc to work with multilib systems - ---- - libffmpegthumbnailer.pc.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libffmpegthumbnailer.pc.in b/libffmpegthumbnailer.pc.in -index 77c00b2..0a2f997 100644 ---- a/libffmpegthumbnailer.pc.in -+++ b/libffmpegthumbnailer.pc.in -@@ -1,6 +1,6 @@ - prefix=@CMAKE_INSTALL_PREFIX@ - exec_prefix=${prefix} --libdir=${exec_prefix}/lib -+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ - includedir=${prefix}/include - - Name: libffmpegthumbnailer |