]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- rel 2; ffmpeg build fix auto/th/gegl-0.2.0-2 auto/ti/gegl-0.2.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Nov 2012 14:03:29 +0000 (15:03 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Nov 2012 14:03:29 +0000 (15:03 +0100)
gegl-ffmpeg.patch
gegl.spec

index 8ca69e8b34bca25c7ffdefc4df6ce5c87a5195cb..a33ec6f7fdcfb913cab6147f85e4a71b03a50a13 100644 (file)
@@ -1,11 +1,12 @@
-diff -burNp gegl-0.0.22/operations/external/ff-load.c gegl-0.0.22-new/operations/external/ff-load.c
---- gegl-0.0.22/operations/external/ff-load.c  2008-12-31 02:38:58.000000000 +0100
-+++ gegl-0.0.22-new/operations/external/ff-load.c      2009-01-04 20:50:31.009948147 +0100
-@@ -289,6 +289,7 @@ prepare (GeglOperation *operation)
-       p->codec = avcodec_find_decoder (p->enc->codec_id);
-       /* p->enc->error_resilience = 2; */
-+      p->enc->error_recognition = 2;
-       p->enc->error_concealment = 3;
-       p->enc->workaround_bugs = FF_BUG_AUTODETECT;
+diff -Naur gegl-0.2.0/operations/external/ff-load.c gegl-0.2.0-1/operations/external/ff-load.c
+--- gegl-0.2.0/operations/external/ff-load.c   2012-04-01 13:17:57.000000000 +0200
++++ gegl-0.2.0-1/operations/external/ff-load.c 2012-07-11 12:42:05.174756560 +0200
+@@ -271,7 +271,7 @@
+       gint err;
  
+       ff_cleanup (o);
+-      err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
++err = avformat_open_input (&p->ic, o->path, NULL, NULL);
+       if (err < 0)
+         {
+           print_error (o->path, err);
index 17bfedf3d4686fb38482fba452973fec49fe1834..feb4daa7f3128fa025279e88432a69420fcac876 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
@@ -21,7 +21,7 @@ Summary:      Generic image processing library
 Summary(pl.UTF-8):     Ogólna biblioteka przetwarzania obrazu
 Name:          gegl
 Version:       0.2.0
-Release:       1
+Release:       2
 License:       LGPL v3+
 Group:         Libraries
 Source0:       ftp://ftp.gimp.org/pub/gegl/0.2/%{name}-%{version}.tar.bz2
This page took 0.029791 seconds and 4 git commands to generate.