Tagtool: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
|http:// | |http://downloads.sourceforge.net/tagtool/tagtool-{{Tagtool-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
| Line 59: | Line 59: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=/usr --libdir=/usr/lib64 && | ./configure --prefix=/usr --libdir=/usr/lib64 && | ||
make | make | ||
Revision as of 11:52, 29 September 2007
| Download Source: | http://downloads.sourceforge.net/tagtool/tagtool-0.12.3.tar.bz2 |
|---|
Introduction to Tagtool
Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files, commonly called tags. Tag Tool can be used to edit tags one by one, but the most useful features are the ability to easily tag or rename hundreds of files at once.
Project Homepage: http://pwp.netcabo.pt/paol/tagtool
Dependencies
Required
Non-Multilib
Compile the package:
./configure && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/share/tagtool |
|---|---|
| Installed Programs: | tagtool |
| Installed Libraries: | None |
| Symlinks: | None |
Short Descriptions
| tagtool | is a program to manage the information fields in MP3 and Ogg Vorbis files. |
|---|