Path to this page:
./
audio/id3lib,
Library for manipulating ID3v1 and ID3v2 tags
Branch: CURRENT,
Version: 3.8.3nb4,
Package name: id3lib-3.8.3nb4,
Maintainer: pkgsrc-usersid3lib is an open-source, cross-platform software development library for
reading, writing, and manipulating ID3v1 and ID3v2 tags. It is an on-going
project whose primary goals are full compliance with the ID3v2 standard,
portability across several platforms, and providing a powerful and feature-rich
API with a highly stable and efficient implementation.
Required to build:[
devel/libtool-base]
Master sites: (Expand)
SHA1: c92c880da41d1ec0b242745a901702ae87970838
RMD160: bfa2499ec649ed40815ad0a370c78eb1517952c4
Filesize: 928.443 KB
Version history: (Expand)
- (2007-09-09) Updated to version: id3lib-3.8.3nb4
- (2007-09-04) Updated to version: id3lib-3.8.3nb4
- (2006-09-24) Updated to version: id3lib-3.8.3nb3
- (2006-09-13) Updated to version: id3lib-3.8.3nb2
- (2005-10-05) Package added to pkgsrc.se, version id3lib-3.8.3nb1 (created)
CVS history: (Expand)
| 2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-09-04 11:58:20 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
fix unsafe temp file creation (CVE-2007-4460), patch from Debian
bump PKGREVISION
|
| 2007-01-20 02:04:04 by Roland Illig | Files touched by this commit (2) |
Log message:
Added a patch for sunpro on Solaris.
|
2006-09-23 15:26:24 by Thomas Klausner | Files touched by this commit (5) |  |
Log message:
Two functions had missing arguments. Patch from stoned@
Fixes problems in amarok (and probably other dependencies).
Bump PKGREVISION.
|
2006-09-13 14:06:28 by Ben Collver | Files touched by this commit (4) |  |
Log message:
Fix the writing of unicode tags. bump pkgrevision. Addresses PR#34515.
http://sourceforge.net/tracker/index.ph … tid=300979
Patch adapted for pkgsrc by George Michaelson.
|
| 2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|