summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2009-01-05 10:31:33 -0600
committerArwed von Merkatz2009-01-13 19:57:06 +0100
commit92aa698b0cf98171c7e2a1a243de3827b521a8ee (patch)
treeb3a831bbd93de7d88f83fd42e29d7853e044e377
parent2c80608a2cd32d3fe7f08c834761278a83ec6950 (diff)
gegl: Removed patch and PRE_BUILD. Not needed for ffmpeg-svn
with version update. Bug 15004. (cherry picked from commit c7d818d28cdb5a97488e95667f9d50fe493e2c16)
-rw-r--r--graphics-libs/gegl/HISTORY5
-rwxr-xr-xgraphics-libs/gegl/PRE_BUILD6
-rw-r--r--graphics-libs/gegl/gegl-libavformat.patch22
3 files changed, 5 insertions, 28 deletions
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index a195bf3be7..ac31d3da3e 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,8 @@
+2009-01-05 George Sherwood <gsherwood@sourcemage.org>
+ * PRE_BUILD: Removed.
+ * gegl-libavformat.patch: Removed builds against ffmpeg-svn now.
+ Bug #15004
+
2009-01-02 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.0.22; fixed desc, website; cleaned up
* PRE_BUILD: cleaned up
diff --git a/graphics-libs/gegl/PRE_BUILD b/graphics-libs/gegl/PRE_BUILD
deleted file mode 100755
index aadca94026..0000000000
--- a/graphics-libs/gegl/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if [[ "$(get_spell_provider $SPELL LIBAVCODEC)" == "ffmpeg-svn" ]]; then
- patch -p0 < "$SPELL_DIRECTORY/gegl-libavformat.patch"
-fi
diff --git a/graphics-libs/gegl/gegl-libavformat.patch b/graphics-libs/gegl/gegl-libavformat.patch
deleted file mode 100644
index eefa8d8059..0000000000
--- a/graphics-libs/gegl/gegl-libavformat.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ru operations/external/ff-load.c operations/external/ff-load.c
---- operations/external/ff-load.c 2008-02-27 16:29:51.000000000 +0100
-+++ /operations/external/ff-load.c 2008-04-26 09:14:26.000000000 +0200
-@@ -27,7 +27,7 @@
-
- #include "gegl-chant.h"
- #include <errno.h>
--#include <ffmpeg/avformat.h>
-+#include <libavformat/avformat.h>
-
- typedef struct
- {
-@@ -278,7 +278,7 @@
- p->enc = p->video_st->codec;
- p->codec = avcodec_find_decoder (p->enc->codec_id);
-
-- p->enc->error_resilience = 2;
-+/* p->enc->error_resilience = 2; */
- p->enc->error_concealment = 3;
- p->enc->workaround_bugs = FF_BUG_AUTODETECT;
-
-