sebt3
homebrew player (P. & C.)
Hi boys,
Out of the general section, somes shown interest in an rss reader.
I though it would be a plain simple configure&&make&&make install. But it wasn't. This is the messiest package I have ever encounter.
Now I know why there is so many new build system these days : many don't even know how to use autoconf....
It take me even longer to get this to work than audacious (the first time)...
Here is how to build this :
Yeah, all these include dir should have been guessed by pkg_config... if only configure.am listed all the dependencies...
So after all this ranting, here is your candy.
By the way, I don't plan to use this (at least in the short term), so I've just done a quick test. But I'd love to see report about offline reading.
Out of the general section, somes shown interest in an rss reader.
I though it would be a plain simple configure&&make&&make install. But it wasn't. This is the messiest package I have ever encounter.
Now I know why there is so many new build system these days : many don't even know how to use autoconf....
It take me even longer to get this to work than audacious (the first time)...
Here is how to build this :
Code:
export CPPFLAGS="-I/usr/local/pandora/arm-2009q3/usr/include -I/usr/local/pandora/arm-2009q3/usr/include/gtk-2.0 -I/usr/local/pandora/arm-2009q3/usr/include/cairo -I/usr/local/pandora/arm-2009q3/usr/include/pango-1.0 -I/usr/local/pandora/arm-2009q3/usr/lib/gtk-2.0/include -I/usr/local/pandora/arm-2009q3/usr/include/atk-1.0 -I/usr/local/pandora/arm-2009q3/usr/include/glib-2.0 -I/usr/local/pandora/arm-2009q3/usr/lib/glib-2.0/include -I/usr/local/pandora/arm-2009q3/usr/include/libxml2 -I/usr/local/pandora/arm-2009q3/usr/include/libglade-2.0 -I/usr/local/pandora/arm-2009q3/usr/include/libsoup-2.4 -I/usr/local/pandora/arm-2009q3/usr/include/webkit-1.0 -I/usr/local/pandora/arm-2009q3/usr/include/gconf/2 -I/usr/local/pandora/arm-2009q3/usr/include/dbus-1.0 -I/usr/local/pandora/arm-2009q3/usr/lib/dbus-1.0/include -I/usr/local/pandora/arm-2009q3/usr/include/libnm-glib"
./configure --host=arm-none-linux-gnueabi --with-gnu-ld --prefix=/mnt/utmp/liferea
So after all this ranting, here is your candy.
By the way, I don't plan to use this (at least in the short term), so I've just done a quick test. But I'd love to see report about offline reading.
Last edited by a moderator: