Path to this page:
./
audio/flac,
Free lossless audio codec
Branch: CURRENT,
Version: 1.2.1nb1,
Package name: flac-1.2.1nb1,
Maintainer: pkgsrc-usersFLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
similar to MP3, but lossless. The FLAC project consists of:
* the stream format
* libFLAC, which implements reference encoders and decoders
* flac, a command-line wrapper around libFLAC to encode and decode .flac
files
* input plugins for various music players (Winamp, XMMS, and more in the
works)
"Free" means that the specification of the stream format is in the public
domain (the FLAC project reserves the right to set the FLAC specification
and certify compliance), and that neither the FLAC format nor any of the
implemented encoding/decoding methods are covered by any patent. It also
means that the source for libFLAC is available under the LGPL and the
sources for flac and the plugins are available under the GPL.
Required to run:[
multimedia/libogg]
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites: (Expand)
SHA1: bd54354900181b59db3089347cc84ad81e410b38
RMD160: bd3223c848054f0a75d11200b30f903bdd375bfc
Filesize: 1962.126 KB
Version history: (Expand)
- (2009-06-06) Updated to version: flac-1.2.1nb1
- (2007-12-08) Updated to version: flac-1.2.1
- (2007-11-21) Updated to version: flac-1.2.1
- (2007-01-07) Updated to version: flac-1.1.3nb1
- (2006-02-06) Updated to version: flac-1.1.2nb1
- (2005-10-05) Package added to pkgsrc.se, version flac-1.1.2 (created)
CVS history: (Expand)
| 2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20) |
Log message:
Added LICENSE information.
|
| 2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-05 23:02:45 by Roland Illig | Files touched by this commit (7) |  |
Log message:
Moved the HTML documentation from share/doc/html to share/doc/${PKGNAME}.
PKGREVISION++
|
| 2009-06-05 22:47:30 by Roland Illig | Files touched by this commit (3) |
Log message:
Added a patch for Linux.
Fixed pkglint warnings.
|
| 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-12-29 06:36:40 by OBATA Akio | Files touched by this commit (2) |
Log message:
Conditionally include stdint.h for Solaris<10.
Fixes build failure reported by PR 40265.
|
2007-11-21 13:47:05 by Matthias Drochner | Files touched by this commit (7) |  |
Log message:
update to 1.2.1
This fixes a number of security problems (integer overflows resulting
in heap-based buffer overflow, CVE-2007-4619).
Other changes:
-speedup
-some new options
-bugfixes
-added support for all RIFF/AIFF metadata
Thanks to Chavdar Ivanov for providing a patch.
|
| 2007-02-22 20:11:26 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed patch-ad (unportable usage of test(1)).
|