Tagtool: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page. |
Weibullguy (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
|http://prdownloads.sourceforge.net/tagtool/tagtool-{{Tagtool-Version}}.tar.bz2 | |http://prdownloads.sourceforge.net/tagtool/tagtool-{{Tagtool-Version}}.tar.bz2 | ||
|} | |} | ||
---- | |||
{{Package-Introduction|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.|http://pwp.netcabo.pt/paol/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. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 15:14, 16 April 2007
| Download Source: | http://prdownloads.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. |
|---|