Opal: Difference between revisions

From CBLFS
Jump to navigationJump to search
Spyro (talk | contribs)
No edit summary
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://www.ekiga.org/admin/downloads/latest/sources/sources/opal-2.2.3.tar.gz
| http://www.ekiga.org/admin/downloads/latest/sources/sources/opal-{{Opal-Version}}.tar.gz
|}
|}


----
----
{{Blank-Package-Introduction}}


== Dependencies ==
== Dependencies ==
A LOT OF RAM! (don't use parallel builds unless you have an excess of RAM. 2GB!)


=== Required ===
=== Required ===
* [[pwlib]]
=== Optional ===
* [[Speex]]  (uses internal version otherwise)
== Non-Multilib ==


* [[pwlib]]
Compile the package:
 
./configure --prefix=/usr &&
make
 
Install the package:
 
make install
 
== Multilib ==
 
=== 32Bit ===
 
Compile the package:
 
sed -i "s:share/pwlib:lib/pwlib:g" configure &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
USE_ARCH=32 ./configure --prefix=/usr \
    --build=${CLFS_TARGET32} &&
make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"
 
Install the package:
 
make install


== Optional ==
=== N32 ===


* [[speex]] (uses internal version otherwise)
  TODO


== Non-Multilib ==
=== 64Bit ===


Compile the package:
Compile the package:


  ./configure --prefix=
  sed -i "s:share/pwlib:lib64/pwlib:g" configure &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
USE_ARCH=64 ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
 
Install the package:
 
make install
 
[[Category:Media Libraries]]

Latest revision as of 15:31, 19 March 2009

Download Source: http://www.ekiga.org/admin/downloads/latest/sources/sources/opal-2.2.11.tar.gz

Introduction to Opal

Project Homepage: Unknown

Dependencies

A LOT OF RAM! (don't use parallel builds unless you have an excess of RAM. 2GB!)

Required

Optional

  • Speex (uses internal version otherwise)

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32Bit

Compile the package:

sed -i "s:share/pwlib:lib/pwlib:g" configure &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
USE_ARCH=32 ./configure --prefix=/usr \
    --build=${CLFS_TARGET32} &&
make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"

Install the package:

make install

N32

TODO

64Bit

Compile the package:

sed -i "s:share/pwlib:lib64/pwlib:g" configure &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
USE_ARCH=64 ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"

Install the package:

make install
Retrieved from "?title=Opal&oldid=17555"