diff options
author | Simone Rota <sip@crux.nu> | 2008-10-02 23:48:17 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2008-10-02 23:48:17 +0000 |
commit | fa6899747da5b92a71f51a0ba4675ffb11813598 (patch) | |
tree | 8307b4c5d3f06c1685e023a9468e8446c14657f0 /gegl/Pkgfile | |
parent | b4050c59ffaa26927dee5af5a464d36a7f32ed0e (diff) | |
download | opt-fa6899747da5b92a71f51a0ba4675ffb11813598.tar.gz opt-fa6899747da5b92a71f51a0ba4675ffb11813598.tar.xz |
gegl: added patch for newest ffmpeg
thanks to Markus Heinz
Diffstat (limited to 'gegl/Pkgfile')
-rw-r--r-- | gegl/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gegl/Pkgfile b/gegl/Pkgfile index 1a0ee0cb4..949af4b70 100644 --- a/gegl/Pkgfile +++ b/gegl/Pkgfile @@ -6,11 +6,13 @@ name=gegl version=0.0.18 -release=1 -source=(ftp://ftp.gimp.org/pub/$name/0.0/$name-$version.tar.bz2) +release=2 +source=(ftp://ftp.gimp.org/pub/$name/0.0/$name-$version.tar.bz2 \ + $name-ffmpeg.patch) build() { cd $name-$version + patch -p1 < ../$name-ffmpeg.patch ./configure --prefix=/usr make make DESTDIR=$PKG install |