[Lunar-commits] <moonbase> gegl: fixed: gegl will not break compilation when ffmpeg module is installed
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Oct 19 03:09:58 CEST 2008
commit 08e9a43f20a89ccf731437d9bdbc0ddd6cefcc9f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Oct 19 03:09:58 2008 +0200
gegl: fixed: gegl will not break compilation when ffmpeg module is installed
optimized details
---
graphics/gegl/BUILD | 2 +-
graphics/gegl/DETAILS | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/gegl/BUILD b/graphics/gegl/BUILD
index 4cfea87..e237788 100644
--- a/graphics/gegl/BUILD
+++ b/graphics/gegl/BUILD
@@ -1,7 +1,7 @@
(
#Temporary work around! Check at version bump
- if module_installed ffmpeg-svn ; then
+ if module_installed ffmpeg-svn || module_installed ffmpeg; then
sedit 's:ffmpeg/avformat.h:libavformat/avformat.h:g' \
operations/external/ff-load.c &&
sedit 's:p->enc->error_resilience://p->enc->error_resilience:g' \
diff --git a/graphics/gegl/DETAILS b/graphics/gegl/DETAILS
index 862f706..4fb7819 100644
--- a/graphics/gegl/DETAILS
+++ b/graphics/gegl/DETAILS
@@ -1,8 +1,8 @@
MODULE=gegl
VERSION=0.0.20
SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE_URL=ftp://ftp.gimp.org/pub/gegl/0.0/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.0/
+ SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.0/
SOURCE_VFY=sha1:37be399b58d50a87134f2dfad389a476e1155874
WEB_SITE="http://gegl.org/"
ENTERED=20081016
More information about the Lunar-commits
mailing list