Hello, It don't work.
I have now this : # vim:set ts=4 sw=4 et: # # Copyright (c) 2010 Foresight Linux # This file is distributed under the terms of the MIT License. # A copy is available at http://www.rpath.com/permanent/mit-license.html # class Ario(AutoPackageRecipe): name = 'ario' version = '1.5.1' buildRequires = ['atk:devel', 'avahi-glib:devel', 'avahi:devel', 'cairo:dev$ def unpack(r): r.addArchive('http://downloads.sourceforge.net/project/ario-player/ario$ r.unpack() r.Replace('/glib/gslist.h', 'glib.h', 'ario-filesystem.c') And when I want to cook it I get this message: RuntimeError: maximum recursion depth exceeded Roelof > Date: Wed, 13 Mar 2013 13:39:29 +0100 > From: [email protected] > To: [email protected] > Subject: [Foresight-devel] Re: glib header problem > > Am Wed, 13 Mar 2013 12:10:05 +0000 > schrieb Roelof Wobben <[email protected]>: > > > > > > > Yes. Fedora has retired Ario. This pacakge is not updated since 2011 > > by upstream. > > > > And yes, we talked about a possible fix but I ge the impresssion that > > the fix was not good so I did not tried it, > > It might be the only fix you can get. > glib only allows to include glib.h and no other header file for a > while now, so that is the way to go. > > > Roelof > > > > > > > _______________________________________________ > Foresight-devel mailing list > [email protected] > https://lists.foresightlinux.org/mailman/listinfo/foresight-devel > _______________________________________________ Foresight-devel mailing list [email protected] https://lists.foresightlinux.org/mailman/listinfo/foresight-devel
