OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: desertrat on January 18, 2006, 02:58:16 am

Title: Cbrpager 0.9.14
Post by: desertrat on January 18, 2006, 02:58:16 am
Here is cbrpager (http://www.jcoppens.com/soft/cbrpager/index.en.php).

A no-nonsense, simple to use, small viewer for cbr and cbz (comic book archive) files. As it is written in C, the executable is small and fast. It views jpg (or jpeg), gif and png images, and you can zoom in and out.

NB it uses GTK+ and you may have to install a bunch of gnome stuff to satisfy dependencies.

-- cheers

[updated to include an icon and relevant desktop entry so that it will (hopefully) appear on the menu of WMs]
Title: Cbrpager 0.9.14
Post by: scheck.r on February 12, 2006, 06:55:41 pm
Thanks, it works great. No icons missing either.
I just can't seem to get the navigation bar to appear horizontally from the options window.
Title: Cbrpager 0.9.14
Post by: desertrat on February 13, 2006, 08:47:21 am
Quote
I just can't seem to get the navigation bar to appear horizontally from the options window.

If it's any comfort, horizontal doesn't work for me either, but it doesn't bother me, I'm happy with vertical  

I just did a straightforward compile and packaged the results. I think you need to take it up with the cbrpager author. Sorry I can't be of more help  

-- cheers
Title: Cbrpager 0.9.14
Post by: JimR on August 06, 2008, 10:14:47 pm
Hi there, I know this is an ancient thread, but I'm wondering--
Does anyone know, what "bunch of gnome stuff" might be required?
I checked the feeds linked here and there, but all I found was gtk, and it requires some other stuff.
What do I need to get this program up and running?
Thanks!
Title: Cbrpager 0.9.14
Post by: Capn_Fish on August 09, 2008, 11:30:47 pm
Most likelu libbonobo, libbonoboui, libgnomeui, etc. It should all be in the feed.

The easiest way to see is by installing it, then runnoing it from the CLI and seeing which libs it complains abount not being able to find.
Title: Cbrpager 0.9.14
Post by: desertrat on August 11, 2008, 09:04:53 am
Or you could use
Code: [Select]
ldd to check which libraries are needed.
Title: Cbrpager 0.9.14
Post by: Capn_Fish on August 11, 2008, 10:48:48 am
Quote from: desertrat
Or you could use
Code: [Select]
ldd to check which libraries are needed.
I never knew that!

I can go back to sleep now that I've learned my thing for the day.
Title: Cbrpager 0.9.14
Post by: Chero on August 11, 2008, 02:41:07 pm
Quote from: Capn_Fish
Quote from: desertrat
Or you could use
Code: [Select]
ldd to check which libraries are needed.
I never knew that!

I can go back to sleep now that I've learned my thing for the day.

a nice script to calculate dependencies is here : https://www.oesf.org/forum/index.php?showto...mp;#entry120038 (https://www.oesf.org/forum/index.php?showtopic=18410&start=0&p=120038&#entry120038)

Check "calcdepends" in post #9

Have fun,
Chero.