Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c7d818d28cdb5a97488e95667f9d50fe493e2c16)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c7d818d28cdb5a97488e95667f9d50fe493e2c16)
  • Date: Mon, 5 Jan 2009 10:31:17 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

graphics-libs/gegl/HISTORY | 5 +++++
graphics-libs/gegl/PRE_BUILD | 6 ------
graphics-libs/gegl/gegl-libavformat.patch | 22 ----------------------
3 files changed, 5 insertions(+), 28 deletions(-)

New commits:
commit c7d818d28cdb5a97488e95667f9d50fe493e2c16
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gegl: Removed patch and PRE_BUILD. Not needed for ffmpeg-svn
with version update. Bug 15004.

diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index a195bf3..ac31d3d 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,8 @@
+2009-01-05 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Removed.
+ * gegl-libavformat.patch: Removed builds against ffmpeg-svn now.
+ Bug #15004
+
2009-01-02 Vlad Glagolev <stealth AT 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 aadca94..0000000
--- 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 eefa8d8..0000000
--- 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;
-
-



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c7d818d28cdb5a97488e95667f9d50fe493e2c16), George Sherwood, 01/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page