Difference between revisions of "Libgdiplus"

From CBLFS
Jump to navigationJump to search
(Remove patch. Not needed with new version)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://go-mono.com/sources/libgdiplus/libgdiplus-{{Libgdiplus-Version}}.tar.gz
+
| http://go-mono.com/sources/libgdiplus/libgdiplus-{{Libgdiplus-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Libgdiplus ==
+
{{Package-Introduction|Libgdiplus is an open source implementation of the GDI+ API.|http://www.mono-project.com/Main_Page}}
 
 
Libgdiplus is an open source implementation of the GDI+ API.
 
 
 
'''Project Home Page''': http://www.mono-project.com/Main_Page
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 38: Line 34:
 
Compile the package:
 
Compile the package:
  
 +
CPPFLAGS="-I${XORG_PREFIX}/include" \
 
  ./configure --prefix=/usr &&
 
  ./configure --prefix=/usr &&
 
  make
 
  make
Line 51: Line 48:
 
Compile the package:
 
Compile the package:
  
 +
CPPFLAGS="-I${XORG_PREFIX}/include" \
 
  CC="gcc ${BUILD32}" USE_ARCH=32 \
 
  CC="gcc ${BUILD32}" USE_ARCH=32 \
 
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
Line 64: Line 62:
 
Compile the package:
 
Compile the package:
  
 +
CPPFLAGS="-I${XORG_PREFIX}/include" \
 
  CC="gcc ${BUILDN32}" USE_ARCH=n32 \
 
  CC="gcc ${BUILDN32}" USE_ARCH=n32 \
 
  PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
Line 77: Line 76:
 
Compile the package:
 
Compile the package:
  
 +
CPPFLAGS="-I${XORG_PREFIX}/include" \
 
  CC="gcc ${BUILD64}" USE_ARCH=64 \
 
  CC="gcc ${BUILD64}" USE_ARCH=64 \
 
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
Line 99: Line 99:
 
| None
 
| None
 
|}
 
|}
 +
 +
[[Category:C Sharp]]

Latest revision as of 12:45, 2 July 2009

Download Source: http://go-mono.com/sources/libgdiplus/libgdiplus-2.4.2.tar.bz2

Introduction to Libgdiplus

Libgdiplus is an open source implementation of the GDI+ API.

Project Homepage: http://www.mono-project.com/Main_Page

Dependencies

Required

Optional

Non-Multilib

Compile the package:

CPPFLAGS="-I${XORG_PREFIX}/include" \
./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CPPFLAGS="-I${XORG_PREFIX}/include" \
CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CPPFLAGS="-I${XORG_PREFIX}/include" \
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CPPFLAGS="-I${XORG_PREFIX}/include" \
CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Programs: None
Installed Libraries: libgdiplus.{a,la,so}
Installed Directories: None