Ogle: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 63: Line 63:
Configure and compile the Gui package:
Configure and compile the Gui package:


  CC="gcc -m32" USE_ARCH=32 PKG_CONFIG_PATH=/usr/lib/pkgconfig \
  CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=/usr --enable-gtk2 &&
  ./configure --prefix=/usr --enable-gtk2 &&
  make  
  make  
Line 90: Line 90:
Configure and compile Gui package:
Configure and compile Gui package:


  CC="gcc -m64" USE_ARCH=64 PKG_CONFIG_PATH=/usr/lib64/pkgconfig LDFLAGS="-L/usr/lib64" \
  CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" LDFLAGS="-L/usr/lib64" \
  ./configure --prefix=/usr --enable-gtk2 &&
  ./configure --prefix=/usr --enable-gtk2 &&
  make  
  make  
Line 101: Line 101:


Ogle is a free DVD player. It will utilize DVD Menus and has a simple gui.
Ogle is a free DVD player. It will utilize DVD Menus and has a simple gui.
*[[Main Page]]

Revision as of 14:01, 10 October 2006

Download Source: http://www.dtek.chalmers.se/groups/dvd/dist/ogle-0.9.2.tar.gz
Download Gui Source: http://www.dtek.chalmers.se/groups/dvd/dist/ogle_gui-0.9.2.tar.gz
Download Patch: http://oppiz.net/ogle-0.9.2-gcc4.patch

Dependencies

Required

Non-Multilib

Configure and compile the package:

patch -Np1 -i ../ogle-0.9.2-gcc4.patch
./configure --prefix=/usr &&
make

Install the package:

make install

Configure and compile the Gui package:

./configure --prefix=/usr --enable-gtk2 &&
make 

Install the package:

make install


Multilib

32Bit

Configure and compile the package:

patch -Np1 -i ../ogle-0.9.2-gcc4.patch
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install

Configure and compile the Gui package:

CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --enable-gtk2 &&
make 

Install the package:

make install


N32

TO DO!

64Bit

Configure and compile the package:

patch -Np1 -i ../ogle-0.9.2-gcc4.patch
CC="gcc ${BUILD64}" LDFLAGS="-L/usr/lib64" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Configure and compile Gui package:

CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" LDFLAGS="-L/usr/lib64" \
./configure --prefix=/usr --enable-gtk2 &&
make 

Install the package:

make install

Contents

Ogle is a free DVD player. It will utilize DVD Menus and has a simple gui.

Retrieved from "?title=Ogle&oldid=2791"