summaryrefslogtreecommitdiff
path: root/audio/flac
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-4/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-18Include compiler.mk before checking the value of PKGSRC_COMPILER.jlam1-1/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam1-2/+2
2004-02-03Set 'USE_LANGUAGES=c c++'abs1-8/+9
2004-01-25bl3ify and fix issue with MIPSpro compiler and this package by strippingjlam1-3/+10
"-O3" from the compiler options.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-0/+18
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-12-08Bump PKGREVISION for libogg update, and fix bl2 file while here.wiz2-10/+17
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-02-14Update to 1.1.0: This release adds ReplayGain and cue sheet support,wiz4-15/+40
and improves 24-bit compression, tag editing in the plugins, and decoding to AIFF.
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-11-10Update to flac 1.0.4. Notable changes:lukem8-31/+250
flac: - AIFF input support - vorbis tag addition whilst encoding (-T) - various speedups, reductions in memory use, and minor fixes libraries: - OggFLAC & OggFLAC++ libraries - various speedups, reductions in memory use, and minor fixes (see doc/html/news.html for more info)
2002-09-06unusedwiz1-36/+0
2002-09-04Also symlink the C++ headers and libraries for FLAC.jlam2-2/+6
2002-09-04Require flac>=1.0.3 after major number of shared library was increased fromjlam2-4/+4
previous versions.
2002-09-04Update audio/flac to 1.0.3. Changes from version 1.0.2 include:jlam7-53/+112
- Use buildlink2. - Fix build with newer libtool with tagged configuration. - Move HTML documention into the proper location under doc/html. * Bug fixes. * 24-bit input support restored in flac. * Decoder speedup in libFLAC, which is directly passed on to the command-line decoder and plugins. * New -F option to flac to continue decoding in spite of errors. * New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments. * Vastly improved metaflac, now with many editing and tagging options. * Note: new semantics for -P option in flac. * Note: removed -R option in flac. * New metadata interface to libFLAC for manipulating metadata in FLAC files. * New libFLAC++ API, an object wrapper around libFLAC. * Customizable metadata filtering by type in decoders. * Stream encoder can take an arbitrary list of metadata blocks, instead of just one SEEKTABLE and/or PADDING block.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+19
buildlink2.mk files back into the main trunk.
2002-04-27Update flac to 1.0.2. Changes are general bugfixes and cleanups.rh3-22/+12
This closes PR 16469 by <collver@linuxfreemail.com>, thanks!
2002-03-05Use the provided Makefile.in file instead of Makefile.am so we can removeskrll1-6/+3
the BUILD_DEPENDS on automake.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-13buildlink-ify. PR 13684 by Ben Collver.nra1-0/+34
2001-07-23Initial import of flac-1.0, the Free Lossless Audio Codec.wiz4-0/+116
Provided by Ben Collver in pkg/13414, with slight changes by me.