FLAC: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
No edit summary
Line 5: Line 5:
|-
|-
!Download Patch:
!Download Patch:
| http://www.linuxfromscratch.org/patches/blfs/svn/flac-1.1.2-xmms_plugin_fix-1.patch
| http://svn.cross-lfs.org/svn/repos/patches/flac/flac-1.1.2-fixes-3.patch
|}
|}


Line 16: Line 16:
Configure and compile the package:
Configure and compile the package:


  patch -Np1 -i ../flac-1.1.2-xmms_plugin_fix-1.patch &&
  patch -Np1 -i ../flac-1.1.2-fixes-3.patch &&
  LIBS=-lm ./configure --prefix=/usr &&
  LIBS=-lm ./configure --prefix=/usr &&
  make  
  make  

Revision as of 06:52, 13 September 2006

Download Source: http://prdownloads.sourceforge.net/flac/flac-1.1.2.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/flac/flac-1.1.2-fixes-3.patch

Dependencies

Non-Multilib

Configure and compile the package:

patch -Np1 -i ../flac-1.1.2-fixes-3.patch &&
LIBS=-lm ./configure --prefix=/usr &&
make 

Install the package:

make install

Multilib

32Bit

TO DO!

N32

TO DO!

64Bit

TO DO!

Retrieved from "?title=FLAC&oldid=1700"