Skip to Content.
Sympa Menu

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

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 (79ed433b11710046b39c09c7e4b33367484736ff)
  • Date: Wed, 1 Oct 2008 08:16:16 -0500

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

graphics-libs/gegl/HISTORY | 3 +++
graphics-libs/gegl/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

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

gegl: Only apply patch if ffmpeg-svn is LIBAVCODEC provider

diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index fada063..9967053 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2008-10-01 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Only apply patch if ffmpeg-svn is LIBAVCODEC provider
+
2008-09-05 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: optional_depends librsvg2 vice librsvg
optional_depends LIBAVCODEC
diff --git a/graphics-libs/gegl/PRE_BUILD b/graphics-libs/gegl/PRE_BUILD
index 30bbaa3..b49325a 100755
--- a/graphics-libs/gegl/PRE_BUILD
+++ b/graphics-libs/gegl/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY
+if [[ "$(get_spell_provider $SPELL LIBAVCODEC)" == "ffmpeg-svn" ]]; then
+cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/gegl-libavformat.patch
+fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (79ed433b11710046b39c09c7e4b33367484736ff), George Sherwood, 10/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page