diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-23 17:52:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-23 21:05:30 +0200 |
commit | 91b9afdeef46bf4ed1cff3bf5c395921660bf97e (patch) | |
tree | 74d76c3b54ca8613963f9ea128eac483ed524d8d /kde-apps/k3b/files/k3b-1.0.5-ffmpeg-0.4.9_p20080326-API.patch | |
parent | kde.eclass, kde-functions.eclass: Properly fix KDEBASE to address the eloquen... (diff) | |
download | kde-sunset-91b9afdeef46bf4ed1cff3bf5c395921660bf97e.tar.gz kde-sunset-91b9afdeef46bf4ed1cff3bf5c395921660bf97e.tar.bz2 kde-sunset-91b9afdeef46bf4ed1cff3bf5c395921660bf97e.zip |
app-cdr/k3b: pkgmove to kde-apps/k3b
- Drop IUSE="emovix,musicbrainz" for missing deps in Gentoo ebuild repo
- Set KDEBASE=false for kde.eclass to set dependencies correctly
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/k3b/files/k3b-1.0.5-ffmpeg-0.4.9_p20080326-API.patch')
-rw-r--r-- | kde-apps/k3b/files/k3b-1.0.5-ffmpeg-0.4.9_p20080326-API.patch | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/kde-apps/k3b/files/k3b-1.0.5-ffmpeg-0.4.9_p20080326-API.patch b/kde-apps/k3b/files/k3b-1.0.5-ffmpeg-0.4.9_p20080326-API.patch new file mode 100644 index 00000000..dc9bee0d --- /dev/null +++ b/kde-apps/k3b/files/k3b-1.0.5-ffmpeg-0.4.9_p20080326-API.patch @@ -0,0 +1,100 @@ +diff -NrU5 k3b-1.0.5.orig/configure.in k3b-1.0.5/configure.in +--- k3b-1.0.5.orig/configure.in 2008-07-07 20:36:06.000000000 +0200 ++++ k3b-1.0.5/configure.in 2008-07-07 20:39:13.000000000 +0200 +@@ -574,12 +574,12 @@ + AC_MSG_CHECKING(for ffmpeg >= 0.4.9) + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_COMPILE_IFELSE( + extern "C" { +- #include <ffmpeg/avformat.h> +- #include <ffmpeg/avcodec.h> ++ #include <libavformat/avformat.h> ++ #include <libavcodec/avcodec.h> + } + + int main() { + AVFormatContext* fc = 0; + AVPacket* p = 0; +@@ -589,12 +589,12 @@ + [ffmpeg_compiles=yes], [ffmpeg_compiles=no] ) + OLD_LIBS=$LIBS + LIBS="-lavformat -lavcodec $LIBS" + AC_LINK_IFELSE( + extern "C" { +- #include <ffmpeg/avformat.h> +- #include <ffmpeg/avcodec.h> ++ #include <libavformat/avformat.h> ++ #include <libavcodec/avcodec.h> + } + + int main() { + AVFormatContext* fc = 0; + AVPacket* p = 0; +diff -NrU5 k3b-1.0.5.orig/plugins/decoder/ffmpeg/configure.in.in k3b-1.0.5/plugins/decoder/ffmpeg/configure.in.in +--- k3b-1.0.5.orig/plugins/decoder/ffmpeg/configure.in.in 2008-07-07 20:36:06.000000000 +0200 ++++ k3b-1.0.5/plugins/decoder/ffmpeg/configure.in.in 2008-07-07 20:43:02.000000000 +0200 +@@ -19,12 +19,12 @@ + AC_MSG_CHECKING(for ffmpeg >= 0.4.9) + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_COMPILE_IFELSE( + extern "C" { +- #include <ffmpeg/avformat.h> +- #include <ffmpeg/avcodec.h> ++ #include <libavformat/avformat.h> ++ #include <libavcodec/avcodec.h> + } + + int main() { + AVFormatContext* fc = 0; + AVPacket* p = 0; +@@ -34,12 +34,12 @@ + [ffmpeg_compiles=yes], [ffmpeg_compiles=no] ) + OLD_LIBS=$LIBS + LIBS="-lavformat -lavcodec $LIBS" + AC_LINK_IFELSE( + extern "C" { +- #include <ffmpeg/avformat.h> +- #include <ffmpeg/avcodec.h> ++ #include <libavformat/avformat.h> ++ #include <libavcodec/avcodec.h> + } + + int main() { + AVFormatContext* fc = 0; + AVPacket* p = 0; +diff -NrU5 k3b-1.0.5.orig/plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp k3b-1.0.5/plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp +--- k3b-1.0.5.orig/plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp 2008-07-07 20:36:06.000000000 +0200 ++++ k3b-1.0.5/plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp 2008-07-07 20:45:07.000000000 +0200 +@@ -20,11 +20,11 @@ + + #include <kdebug.h> + #include <k3bpluginfactory.h> + + extern "C" { +-#include <ffmpeg/avcodec.h> ++#include <libavcodec/avcodec.h> + } + + #include <math.h> + + +diff -NrU5 k3b-1.0.5.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp k3b-1.0.5/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp +--- k3b-1.0.5.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 2008-07-07 20:36:06.000000000 +0200 ++++ k3b-1.0.5/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 2008-07-07 20:44:02.000000000 +0200 +@@ -16,12 +16,12 @@ + #include <config.h> + + #include "k3bffmpegwrapper.h" + + extern "C" { +-#include <ffmpeg/avcodec.h> +-#include <ffmpeg/avformat.h> ++#include <libavcodec/avcodec.h> ++#include <libavformat/avformat.h> + } + + #include <string.h> + + #include <klocale.h> |