WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gpicview image viewer extension submitted  (Read 2512 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
gpicview image viewer extension submitted
« on: March 28, 2020, 07:04:13 AM »
Code: [Select]
Title: gpicview.tcz
Description: A Simple and Fast GTK2 based Image Viewer
Version: 0.2.5
Author: Hon Jen Yee (PCMan) and others
Original-site: http://lxde.sourceforge.net/gpicview/
Copying-policy: GPLv2
Size: 52K
Extension_by: Rich
Tags: image picture viewer
Comments: Extremely lightweight and fast with low memory usage
Very suitable for default image viewer of desktop system
Simple and intuitive interface
Minimal lib dependency: Only pure GTK+ is used
Desktop independent: Doesn't require any specific desktop environment

Built with:
CFLAGS= -flto -march=i486 -mtune=i686 -Os -pipe -fno-plt
CXXFLAGS=
LDFLAGS=-Wl,-T/usr/local/lib/ldscripts/elf_i386.xbn
PREFIX=/usr/local

Source: https://downloads.sourceforge.net/lxde/gpicview-0.2.5.tar.xz
Change-log: 2020/03/28 Original release Version: 0.2.5
Current: 2020/03/28 Original release Version: 0.2.5

The program has been tested under Xorg but should also work under Xvesa. The 32 and 64 bit versions have been submitted
to TC10. The 64 bit version has also been tested under TC11. The 32 bit version should work under TC11 since gtk2 came from TC10.

I'll post again once the extension has been accepted.
« Last Edit: April 26, 2022, 05:34:19 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: gpicview extension submitted
« Reply #1 on: March 29, 2020, 08:49:32 AM »
The TC10 and TC11 repositories now have X86 and X86_64 versions of  gpicview.tcz.

If there are any Raspberry Pi users running a GUI who are interested in this, here are the build instructions:
Code: [Select]
# First make a working directory
mkdir gpicview
cd gpicview
wget http://tinycorelinux.net/10.x/x86/tcz/src/gpicview/build_gpicview.sh
wget http://tinycorelinux.net/10.x/x86/tcz/src/gpicview/gpicview-0.2.5.tar.xz
chmod 775 build_gpicview.sh
./build_gpicview.sh
The  build_gpicview.sh  script will download and install extensions that are required to build this package.
The  build_gpicview.sh  script will not alter your  onboot.lst  file.

When it completes (1 or 2 minutes):
The current directory will contain  gpicview-armv.tar.gz.bfe  which you can submit to the piCore repository if you wish.

The  package  directory will contain a  gpicview  and a  gpicview-locale  extension.
Copy  gpicview.tcz, gpicview.tcz.dep, and gpicview.tcz.md5.txt  to your  tce/optional  directory. Copy the  locale  files too if needed.
Then:
Code: [Select]
tce-load -i gpicviewA new icon will appear and will display  ImageViewer  when you hover over it.