Skip to Content.
Sympa Menu

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

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 (dbd5c8262ee18a39cf7bfe8c6eaf4260988f167a)
  • Date: Fri, 5 Sep 2008 07:51:07 -0500

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

graphics-libs/gegl/DEPENDS | 16 ++++++++++------
graphics-libs/gegl/HISTORY | 5 +++++
graphics-libs/gegl/PRE_BUILD | 3 +++
graphics-libs/gegl/gegl-libavformat.patch | 12 ++++++++++++
4 files changed, 30 insertions(+), 6 deletions(-)

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

gegl: Added optional depends LIBAVCODEC. Added patch to fix
compile vs LIBAVCODEC. Added a few optional depends descriptions.

diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index a944fd4..94675d4 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -12,24 +12,28 @@ optional_depends sdl \
optional_depends jpeg \
"" \
"" \
- "" &&
+ "for JPG file format support" &&
optional_depends openexr \
"" \
"" \
- "" &&
+ "for EXR file format support" &&
optional_depends cairo \
"" \
"" \
- "" &&
+ "for font handling" &&
optional_depends pango \
"" \
"" \
- "" &&
+ "for font handling" &&
optional_depends librsvg2 \
"" \
"" \
- "" &&
+ "for SVG support" &&
optional_depends asciidoc \
"" \
"" \
- ""
+ "for documentation" &&
+optional_depends LIBAVCODEC \
+ "" \
+ "" \
+ "for ffmpeg support"
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index b51fb88..fada063 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,5 +1,10 @@
2008-09-05 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: optional_depends librsvg2 vice librsvg
+ optional_depends LIBAVCODEC
+ Added a few descriptions for optional_depends
+ * PRE_BUILD: Added to apply patch
+ * gegl-libavformat.patch: patch to fix problems with build
+ against LIBAVCODEC

2008-08-26 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/graphics-libs/gegl/PRE_BUILD b/graphics-libs/gegl/PRE_BUILD
new file mode 100755
index 0000000..30bbaa3
--- /dev/null
+++ b/graphics-libs/gegl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY
+patch -p0 < $SCRIPT_DIRECTORY/gegl-libavformat.patch
diff --git a/graphics-libs/gegl/gegl-libavformat.patch
b/graphics-libs/gegl/gegl-libavformat.patch
new file mode 100644
index 0000000..02ced1a
--- /dev/null
+++ b/graphics-libs/gegl/gegl-libavformat.patch
@@ -0,0 +1,12 @@
+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
+ {



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (dbd5c8262ee18a39cf7bfe8c6eaf4260988f167a), George Sherwood, 09/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page