Difference between revisions of "Libmodplug"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://downloads.sourceforge.net/modplug-xmms/libmodplug-{{Libmodplug-Version}}.tar.gz |} ----...)
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
----
 
----
  
== Introduction to Libmodplug ==
+
{{Package-Introduction|Libmodplug is a library used by modplugplay (a command line player) for many music modules (669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt, psm, ptm, s3m, stm, ult, umx, and xm)|http://modplug-xmms.sourceforge.net}}
 
 
Libmodplug is a library used by modplugplay (a command line player) for many music modules (669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt, psm, ptm, s3m, stm, ult, umx, and xm)
 
 
 
'''Project Home Page''': http://modplug-xmms.sourceforge.net
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 32: Line 28:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
 +
./configure --prefix=/usr &&
 +
make
  
 
Install the package
 
Install the package
Line 42: Line 40:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
 +
./configure --prefix=/usr \
 +
    --libdir=/usr/lib32 &&
 +
make
  
 
Install the package
 
Install the package
Line 52: Line 53:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
 +
./configure --prefix=/usr \
 +
    --libdir=/usr/lib64 &&
 +
make
  
 
Install the package
 
Install the package
Line 71: Line 75:
 
| /usr/include/libmodplug
 
| /usr/include/libmodplug
 
|}
 
|}
 +
 +
[[Category:Media Libraries]]

Latest revision as of 16:29, 19 March 2009

Download Source: http://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.7.tar.gz

Introduction to Libmodplug

Libmodplug is a library used by modplugplay (a command line player) for many music modules (669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt, psm, ptm, s3m, stm, ult, umx, and xm)

Project Homepage: http://modplug-xmms.sourceforge.net

Dependencies

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libmodplug.{la,so}
Installed Directory: /usr/include/libmodplug