Id3lib: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Move patch to CLFS server, add contents. |
No edit summary |
||
| Line 5: | Line 5: | ||
|- | |- | ||
!Optional patches: | !Optional patches: | ||
|http://svn.cross-lfs.org/svn/repos/patches/id3lib | |http://svn.cross-lfs.org/svn/repos/patches/id3lib/id3lib-{{Id3lib-Version}}-UTF16_writing_bug-1.patch | ||
|} | |} | ||
| Line 16: | Line 16: | ||
== Non-Multilib == | == Non-Multilib == | ||
Apply a patch that fixes a UTF16 writing bug: | |||
patch -Np1 -i ../id3lib-{{Id3lib-Version}}- | patch -Np1 -i ../id3lib-{{Id3lib-Version}}-UTF16_writing_bug-1.patch | ||
Configure and compile the package: | Configure and compile the package: | ||
| Line 31: | Line 31: | ||
== Multilib == | == Multilib == | ||
=== 32Bit === | |||
Apply a patch that fixes a UTF16 writing bug: | |||
patch -Np1 -i ../id3lib-{{Id3lib-Version}}-UTF16_writing_bug-1.patch | |||
Configure and compile the package: | Configure and compile the package: | ||
| Line 47: | Line 47: | ||
=== N32 === | === N32 === | ||
Apply a patch that fixes a UTF16 writing bug: | |||
patch -Np1 -i ../id3lib-{{Id3lib-Version}}-UTF16_writing_bug-1.patch | |||
Configure and compile the package: | Configure and compile the package: | ||
| Line 58: | Line 62: | ||
=== 64Bit === | === 64Bit === | ||
Apply a patch that fixes a UTF16 writing bug: | |||
patch -Np1 -i ../id3lib-{{Id3lib-Version}}-UTF16_writing_bug-1.patch | |||
Configure and compile the package: | Configure and compile the package: | ||
Revision as of 15:16, 17 July 2007
| Download Source: | http://prdownloads.sourceforge.net/id3lib/id3lib-3.8.3.tar.gz |
|---|---|
| Optional patches: | http://svn.cross-lfs.org/svn/repos/patches/id3lib/id3lib-3.8.3-UTF16_writing_bug-1.patch |
Introduction to Id3lib
Id3lib is a library for reading, writing and manipulating ID3v1 and ID3v2 tags.
Project Homepage: Unknown
Dependencies
Non-Multilib
Apply a patch that fixes a UTF16 writing bug:
patch -Np1 -i ../id3lib-3.8.3-UTF16_writing_bug-1.patch
Configure and compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Apply a patch that fixes a UTF16 writing bug:
patch -Np1 -i ../id3lib-3.8.3-UTF16_writing_bug-1.patch
Configure and compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure --prefix=/usr &&
make
Install the package:
make install
N32
Apply a patch that fixes a UTF16 writing bug:
patch -Np1 -i ../id3lib-3.8.3-UTF16_writing_bug-1.patch
Configure and compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Apply a patch that fixes a UTF16 writing bug:
patch -Np1 -i ../id3lib-3.8.3-UTF16_writing_bug-1.patch
Configure and compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/include/id3, /usr/share/doc/id3lib-3.8.3 |
|---|---|
| Installed Programs: | id3info, id3cp, id3convert, id3tag |
| Installed Libraries: | libid3.a, libid3.la, libid3-3.8.so.3.0.0 |
| Symlinks: | /usr/lib/libid3-3.8.so.3 -> libid3-3.8.so.3.0.0, /usr/lib/libid3.so -> libid3-3.8.so.3.0.0 |