Mailinglist Archive: opensuse-packaging (249 mails)
| < Previous | Next > |
Re: [opensuse-packaging] gdk-pixbuf-csource and svg in openSUSE 11.3
- From: Vincent Untz <vuntz@xxxxxxxxxxxx>
- Date: Tue, 2 Nov 2010 21:56:47 +0100
- Message-id: <20101102205647.GJ2016@xxxxxxxxx>
Le mardi 02 novembre 2010, à 20:45 +0100, Mariusz Fik a écrit :
You probably need the librsvg package during the build.
gdk-pixbuf-loader-rsvg wasn't in its own package in 11.3.
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Anyone have idea about building mangler package for openSUSE 11.3?
Part of build log:
for f in *.svg ; do \
id=`echo $f | perl -pe 's/^(.*)\..*$/$1/'`; \
list="$list $id $f"; \
done ; \
gdk-pixbuf-csource --raw --build-list $list > mangler-icons.h
failed to load "black_circle.svg": Couldn't recognize the image file format
for file 'black_circle.svg'
For oS:Factory I changed BuildRequires from gdk-pixbuf to gdk-pixbuf-loader-
rsvg. For openSUSE 11.2 normal gdk-pixbuf package works but for 11.3 - don't.
Any clue?
You probably need the librsvg package during the build.
gdk-pixbuf-loader-rsvg wasn't in its own package in 11.3.
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |