[Lunar-commits] <moonbase-other> gegl: Adding a patch and adusting the BUILD.
stumbles
stumbles at lunar-linux.org
Fri May 31 04:26:13 CEST 2013
commit f3d6f6ca26541fea2c8240827333fa8166f12936
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 30 May 2013 19:25:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f3d6f6ca26541fea2c8240827333fa8166f12936
gegl: Adding a patch and adusting the BUILD.
---
graphics/gegl/BUILD | +2/-12
graphics/gegl/DETAILS | +6/-4
2 files changed, 8 insertions(+), 16 deletions(-)
--- a/graphics/gegl/BUILD
+++ b/graphics/gegl/BUILD
@@ -1,16 +1,6 @@
-(
- #Temporary work around! Check at version bump
- 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' \
- operations/external/ff-load.c ;
- fi &&
+ patch_it $SOURCE2 0 &&
-# vala support is broken in 0.1.8 version
- OPTS+=" --disable-docs --without-vala " &&
+ OPTS+=" --disable-docs" &&
default_build
-
-) > $C_FIFO 2>&1
--- a/graphics/gegl/DETAILS
+++ b/graphics/gegl/DETAILS
@@ -1,10 +1,12 @@
MODULE=gegl
- MAJOR=0.2
- VERSION=$MAJOR.0
+ VERSION=0.2.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gegl/$MAJOR
- SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gegl/$MAJOR
+ SOURCE2=gegl-0.2.0-ffmpeg.patch
+ SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gegl/${VERSION%.*}
+ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gegl/${VERSION%.*}
+ SOURCE2_URL=https://raw.github.com/PhantomX/slackbuilds/master/gegl/patches/
SOURCE_VFY=sha1:764cc66cb3c7b261b8fc18a6268a0e264a91d573
+ SOURCE2_VFY=sha1:df76be47237e3665c6efcffe8030c09db8681f06
WEB_SITE=http://gegl.org
ENTERED=20081016
UPDATED=20120503
More information about the Lunar-commits
mailing list