Difference between revisions of "Gpicview"

From CBLFS
Jump to navigationJump to search
Line 1: Line 1:
{| style="text-align: left; background-color: AliceBlue;"
+
{|style="text-align: left; background-color: AliceBlue;"
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://downloads.sourceforge.net/lxde/gpicview-{{Gpicview-Version}}.tar.gz
+
|http://downloads.sourceforge.net/sourceforge/lxde/gpicview-{{Gpicview-Version}}.tar.gz
 
|}
 
|}
  
 
----
 
----
  
{{Blank-Package-Introduction}}
+
{{Package-Introduction|GPicView is a GTK+ based picture viewer for LXDE and other environments.|http://www.lxde.org/}}
  
 
== Dependencies ==
 
== Dependencies ==
  
 
=== Required ===
 
=== Required ===
* [[X Window System]]
+
* [[gtk2]]
* [[Gtk2]]
+
* [[pkg-config]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 19: Line 19:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr &&
+
  ./configure --prefix=${LXDE_PREFIX} &&
 
  make
 
  make
  
Install the package
+
Install the package:
  
 
  make install
 
  make install
Line 28: Line 28:
 
== Multilib ==
 
== Multilib ==
  
=== 32Bit ===
+
<b>This package does not provide any libraries so only one installation is required.</b>
  
  Please contribute this section
+
Compile the package:
 +
 
 +
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 +
./configure --prefix=${LXDE_PREFIX} &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install
  
=== N32 ===
+
== Contents ==
  
Please contribute this section
+
{| style="text-align: left;"
 +
|-valign="top"
 +
!Installed Directories:
 +
|None
 +
|-valign="top"
 +
!Installed Programs:
 +
|gpicview
 +
|-valign="top"
 +
!Installed Libraries:
 +
|None
 +
|}
  
=== 64Bit ===
+
=== Short Descriptions ===
  
Please contribute this section
+
{| style="text-align: left;"
 +
|-valign="top"
 +
!gpicview
 +
|
 +
|}
  
 
[[Category:Graphics Utilities]]
 
[[Category:Graphics Utilities]]

Revision as of 14:51, 18 July 2009

Download Source: http://downloads.sourceforge.net/sourceforge/lxde/gpicview-0.2.1.tar.gz

Introduction to Gpicview

GPicView is a GTK+ based picture viewer for LXDE and other environments.

Project Homepage: http://www.lxde.org/

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${LXDE_PREFIX} &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${LXDE_PREFIX} &&
make

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: gpicview
Installed Libraries: None

Short Descriptions

gpicview