Libmatroska: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://dl.matroska.org/downloads/libmatroska/libmatroska-{{Libmatroska-Version}}.tar.bz2 |-vali... |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
---- | ---- | ||
{{Package-Introduction|Matroska is an extensible open standard Audio/Video container. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio).|http://www.matroska.org/}} | |||
Matroska is an extensible open standard Audio/Video container. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). | |||
== Dependencies == | == Dependencies == | ||
| Line 23: | Line 19: | ||
Compile the package: | Compile the package: | ||
cd make/linux && | |||
sed -i "s@\/usr/local@\/usr@g" Makefile && | sed -i "s@\/usr/local@\/usr@g" Makefile && | ||
make all | make all | ||
| Line 36: | Line 33: | ||
Compile the package: | Compile the package: | ||
cd make/linux && | |||
sed -i "s@\/usr/local@\/usr@g" Makefile && | |||
make CXX="g++ ${BUILD32}" all | |||
Install the package | Install the package | ||
make install_staticlib install_sharedlib install_headers | |||
=== N32 === | === N32 === | ||
| Line 47: | Line 45: | ||
Compile the package: | Compile the package: | ||
cd make/linux && | |||
sed -i "s@\/usr/local@\/usr@g" Makefile && | |||
make CXX="g++ ${BUILDN32}" all | |||
Install the package | Install the package | ||
make libdir=/usr/lib32 install_staticlib install_sharedlib install_headers | |||
=== 64Bit === | === 64Bit === | ||
| Line 57: | Line 57: | ||
Compile the package: | Compile the package: | ||
cd make/linux && | |||
sed -i "s@\/usr/local@\/usr@g" Makefile && | |||
make CXX="g++ ${BUILD64}" all | |||
Install the package | Install the package | ||
make libdir=/usr/lib64 install_staticlib install_sharedlib install_headers | |||
= Contents = | = Contents = | ||
| Line 76: | Line 78: | ||
| /usr/include/matroska | | /usr/include/matroska | ||
|} | |} | ||
[[Category:Media Libraries]] | |||
Latest revision as of 15:29, 19 March 2009
| Download Source: | http://dl.matroska.org/downloads/libmatroska/libmatroska-0.8.1.tar.bz2 |
|---|
Introduction to Libmatroska
Matroska is an extensible open standard Audio/Video container. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio).
Project Homepage: http://www.matroska.org/
Dependencies
Required
Non-Multilib
Compile the package:
cd make/linux && sed -i "s@\/usr/local@\/usr@g" Makefile && make all
Install the package
make install_staticlib install_sharedlib install_headers
Multilib
32Bit
Compile the package:
cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make CXX="g++ ${BUILD32}" all
Install the package
make install_staticlib install_sharedlib install_headers
N32
Compile the package:
cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make CXX="g++ ${BUILDN32}" all
Install the package
make libdir=/usr/lib32 install_staticlib install_sharedlib install_headers
64Bit
Compile the package:
cd make/linux &&
sed -i "s@\/usr/local@\/usr@g" Makefile &&
make CXX="g++ ${BUILD64}" all
Install the package
make libdir=/usr/lib64 install_staticlib install_sharedlib install_headers
Contents
| Installed Programs: | None |
|---|---|
| Installed Libraries: | libmatroska.{a,so} |
| Installed Directory: | /usr/include/matroska |