diff options
author | 2007-05-08 11:43:47 +0000 | |
---|---|---|
committer | 2007-05-08 11:43:47 +0000 | |
commit | 2ccec7790c6d6a8db26e36ad42068b905b38546b (patch) | |
tree | 2da4125dee1183f8a0fc618eee3c16c423c3d219 /media-video/ffmpegthumbnailer/files | |
parent | Fixed out of memory build issues on amd64 see #177585 (diff) | |
download | historical-2ccec7790c6d6a8db26e36ad42068b905b38546b.tar.gz historical-2ccec7790c6d6a8db26e36ad42068b905b38546b.tar.bz2 historical-2ccec7790c6d6a8db26e36ad42068b905b38546b.zip |
Version bump. Our patches applied upstream, yay..
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'media-video/ffmpegthumbnailer/files')
5 files changed, 3 insertions, 34 deletions
diff --git a/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1 b/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1 deleted file mode 100644 index b3a505f69562..000000000000 --- a/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 20c6b80dbbcf7a2f73d8879dc9c94c93 ffmpegthumbnailer-1.1.tar.gz 79940 -RMD160 4ac4fd4dd19dd8d1e30d7157d08a216003d97f23 ffmpegthumbnailer-1.1.tar.gz 79940 -SHA256 6c9ab042d06ae183332117914521f4be323dd33aedf888efc4308d8b54679cf6 ffmpegthumbnailer-1.1.tar.gz 79940 diff --git a/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1-r1 b/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1-r1 deleted file mode 100644 index b3a505f69562..000000000000 --- a/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 20c6b80dbbcf7a2f73d8879dc9c94c93 ffmpegthumbnailer-1.1.tar.gz 79940 -RMD160 4ac4fd4dd19dd8d1e30d7157d08a216003d97f23 ffmpegthumbnailer-1.1.tar.gz 79940 -SHA256 6c9ab042d06ae183332117914521f4be323dd33aedf888efc4308d8b54679cf6 ffmpegthumbnailer-1.1.tar.gz 79940 diff --git a/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1.1 b/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1.1 new file mode 100644 index 000000000000..23e8eba30ccd --- /dev/null +++ b/media-video/ffmpegthumbnailer/files/digest-ffmpegthumbnailer-1.1.1 @@ -0,0 +1,3 @@ +MD5 d1758d11def56f3d7367947f87606c27 ffmpegthumbnailer-1.1.1.tar.gz 80116 +RMD160 9793f0126a49321a23adfcaa35c7dc70e85e3c17 ffmpegthumbnailer-1.1.1.tar.gz 80116 +SHA256 80b35f18b07d1409f8d860b36398ae6d11f929b6068ced2439ca53118d36e13e ffmpegthumbnailer-1.1.1.tar.gz 80116 diff --git a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.1-int.patch b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.1-int.patch deleted file mode 100644 index 21d5b182132e..000000000000 --- a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.1-int.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ffmpegthumbnailer-1.1/src/moviedecoder.h.orig 2007-02-24 14:14:47.000000000 +0000 -+++ ffmpegthumbnailer-1.1/src/moviedecoder.h 2007-03-31 12:47:57.677823666 +0000 -@@ -1,8 +1,6 @@ - #ifndef MOVIEDECODER_H
- #define MOVIEDECODER_H
-
--#define EMULATE_INTTYPES
--
- #include <string> - #include <vector>
- #include <ffmpeg/avcodec.h>
diff --git a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.1-inttypes.patch b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.1-inttypes.patch deleted file mode 100644 index ae3370e00146..000000000000 --- a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.1-inttypes.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -ur ffmpegthumbnailer-1.1.orig/src/moviedecoder.h ffmpegthumbnailer-1.1/src/moviedecoder.h ---- ffmpegthumbnailer-1.1.orig/src/moviedecoder.h 2007-02-24 16:14:47.000000000 +0200 -+++ ffmpegthumbnailer-1.1/src/moviedecoder.h 2007-04-13 16:48:13.000000000 +0300 -@@ -1,8 +1,11 @@ -+#define __STDC_CONSTANT_MACROS -+#define INT64_C -+ -+#include <inttypes.h> -+ - #ifndef MOVIEDECODER_H
- #define MOVIEDECODER_H
-
--#define EMULATE_INTTYPES
--
- #include <string> - #include <vector>
- #include <ffmpeg/avcodec.h>
|