<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 04/08/2014 12:49 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:farinet@arcor.de">farinet@arcor.de</a> wrote:<br>
    </div>
    <blockquote cite="mid:53438DCD.1020507@arcor.de" type="cite">
      <pre wrap="">Am 07.04.2014 23:52, schrieb <a class="moz-txt-link-abbreviated" href="mailto:lubuntu-users-request@lists.ubuntu.com">lubuntu-users-request@lists.ubuntu.com</a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">I have never heard of this program before, but when I searched it
I found the page you probably know about
<a class="moz-txt-link-freetext" href="http://xsisqox.github.io/Viewnior/download.html">http://xsisqox.github.io/Viewnior/download.html</a>
To compile it seems pretty simple... however, you may need to go in the 
make file and change some of the dependency names, as Ubuntu/Debian use 
some very different names for certain libraries.
you could open the make file and find the package names, and (simply?) 
change them to the correct ones.
Though, in reality you should probably contact the dev
<a class="moz-txt-link-abbreviated" href="mailto:siyan.panayotov@gmail.com">siyan.panayotov@gmail.com</a>
And I think it would be much easier to go about figuring it out this way.

So, YES there is a way... this is GNU/Linux there is always a way, some 
just take a lot of time and effort :D
</pre>
      </blockquote>
      <pre wrap="">
Thanks for your reply. Either you've running already lubuntu 14.04 and
there the libraries needed to compile Viewnior are the right ones or you
did not really compile it: if you do './configure' you're getting a list
of files which are not recent enough to create the Makefile. Here is the
list:

-------------
configure: error: Package requirements (gtk+-2.0 >= 2.20
glib-2.0 >= 2.32              gio-2.0 >= 2.32
shared-mime-info >= 0.20              gdk-pixbuf-2.0 >= 2.4.0
   exiv2 >= 0.21) were not met:

No package 'gtk+-2.0' found
No package 'exiv2' found
--------------

Now, i do not have in mind to do bricolage up to the point to try to
find somewhere (debian testing maybe) the needed packages. That's the
reason why i also tried the .deb package of Viewnior i found among the
Debian packages. But there too i'm getting unfullfilled dependencies
(the first one: libfontconfig1 is too old).

I think i'll wait for 14.04 and then retry. Btw, for me Viewnior is a
really nice and very small imageviewer. Have a look at.

Thanks again!

</pre>
    </blockquote>
    Well, I <b>didn't</b> try it, but I am <b>confident </b>that
    there is a way to get it working.<br>
    for gtk2, you probably need something along the lines of<br>
    libgtk2.0-dev (just a guess) and something like libexiv2-dev<br>
    Unfortunately dependencies can be a problem across Linux platforms
    sometimes as Debian uses its own naming conventions (as do everyone
    else)<br>
    Those files are available, but named differently.  (if you don't
    need the dev files the library has a similar name)<br>
    Try changing the names to the equivalent in Debian.  You can always
    search for them using tab completion in a terminal (or use synaptic)<br>
    gtk+-2.0 doesn't exist, but exiv2 does... maybe you need to simply
    use all the repositories, and update apt-get.  have you enabled
    universe/multiverse/etc?<br>
    <br>
    14.04 is much quicker anyhow... so it may be worth waiting for it :)<br>
    <pre class="moz-signature" cols="72">-- 
Regards</pre>
  </body>
</html>