Difference between revisions of "Ogle"
From CBLFS
Jump to navigationJump to search (→32Bit) |
|||
Line 53: | Line 53: | ||
patch -Np1 -i ../ogle-0.9.2-gcc4.patch && | patch -Np1 -i ../ogle-0.9.2-gcc4.patch && | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr \ | + | CC="gcc ${BUILD32}" LDFLAGS="-L/usr/lib" ./configure --prefix=/usr \ |
--x-libraries=${XORG_PREFIX}/lib && | --x-libraries=${XORG_PREFIX}/lib && | ||
make | make | ||
Line 70: | Line 70: | ||
make install | make install | ||
− | |||
=== N32 === | === N32 === |
Revision as of 23:25, 16 November 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 |
Contents
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}" LDFLAGS="-L/usr/lib" ./configure --prefix=/usr \ --x-libraries=${XORG_PREFIX}/lib && 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 && sed -i "/-L/s:/lib:&64:g" configure && CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ --x-libraries=${XORG_PREFIX}/lib64 && sed -i -e "/^sys_lib_search_path_spec=/s:/lib:&64:g" \ -e "/^sys_lib_dlsearch_path_spec=/s:/lib:&64:g" libtool && make
Install the package:
make install
Configure and compile Gui package:
sed -i "/-L/s:/lib:&64:g" configure && CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 --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.