summaryrefslogtreecommitdiffstats
path: root/audio/flac
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Use USE_ICONV knobkrion2004-03-301-2/+2
| | | | Approved by: portmgr
* Add size data, approved by maintainers.trevor2004-03-181-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Update to Ogg Vorbis 1.0.1.naddy2003-12-201-2/+2
| | | | | Major user-visible change: vorbis-tools now integrates some support for flac and speex files.
* portlint (whitespace cleanup)kris2003-10-271-1/+1
|
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-232/+232
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Remove option to build the XMMS plugin, which will instead be spunnaddy2003-06-103-23/+5
| | | | off into its proper port audio/xmms-flac.
* * Documentation cosmetics, requested by David Magda <dmagda@magda.ca>.naddy2003-04-152-0/+21
| | | | | * Fix include path to enable building if an older version is already installed.
* Update to 1.1.0. This release adds ReplayGain and cue sheet support,naddy2003-02-238-90/+68
| | | | | and improves 24-bit compression, tag editing in the plugins, and decoding to AIFF.
* pkg-comment -> COMMENTnaddy2003-02-212-1/+1
|
* Update of audio/id3lib to 3.8.2edwin2003-01-071-1/+1
| | | | | PR: several Submitted by: Roman Shterenzon <roman@xpert.com> and others
* After repo copy from graphics category, update all appropriatelioux2002-11-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Make sure the build includes the local .h files before /usr/local/include.naddy2002-11-011-1/+2
| | | | | PR: 44801 Submitted by: alane
* * Add missing iconv dependency.naddy2002-10-311-3/+5
| | | | * Extract missing config.rpath from converters/libiconv.
* Clean up the configure step and allow building with an older versionnaddy2002-10-081-5/+13
| | | | | | still installed. Problem reported by: alane
* Update to 1.0.4. Notable improvements:naddy2002-10-0514-58/+371
| | | | | | | - vorbis comment and id3v1/v2 support in the plugins - bug fixes for 24-bit handling - x86 encoder and decoder speedups - reduced memory requirements
* Ogg Vorbis 1.0 library major version bumps.naddy2002-07-201-1/+2
|
* Update to 1.0.3. Changes in this release:naddy2002-07-067-38/+76
| | | | | | | | | | | | - 10-15% decoder speedup - 24-bit input support restored - more robust plugins - new metadata block for Vorbis-style tags - vastly improved metadata editor - fixed bug with pipes and Windows - new libFLAC++, a C++ object wrapper around libFLAC - new metadata editing interface in libFLAC and libFLAC++ - and more...
* * Update to 1.0.2. Changes in this release include:naddy2002-01-198-61/+27
| | | | | | | | | - various bug fixes - support for encapsulating FLAC streams in an Ogg transport layer * Bump xmms library version number in dependency. Thanks to sf@ for i386 testing.
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Sync xmms shared lib version.naddy2001-12-021-1/+1
| | | | | PR: 32155 Submitted by: Brad Forschinger <bnjf@optushome.com.au>
* Update my MAINTAINER address.naddy2001-11-031-1/+1
| | | | Approved by: trevor
* o support Compaq C on Alpha.sf2001-09-244-0/+62
| | | | | | | PR: 30162 Submitted by: maintainer o remove extra empty directory.
* o suppor Compaq C on Alpha.sf2001-09-243-22/+3
| | | | | | | PR: 30162 Submitted by: maintainer o remove extra empty directory.
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* update to 1.0.sf2001-08-036-38/+38
| | | | Submitted by: maintainer
* o add xmms plugin to pkg-plist in case of WITH_XMMS.sf2001-06-102-1/+7
| | | | | | o NO_PORTDOCS -> NOPORTDOCS Approved by: maintainer
* fix typo.sf2001-06-091-1/+1
|
* something forgot in the last commitijliao2001-06-081-1/+1
| | | | Submitted by: maintainer
* upgrade to 0.10ijliao2001-06-087-64/+36
| | | | | | pass maintainership to Christian Weisgerber <naddy@mips.inka.de> Submitted by: Christian Weisgerber <naddy@mips.inka.de> (new maintainer)
* install documents with ${INSTALL_DATA} instead of ${CP}.sf2001-05-271-2/+3
| | | | ${CP} makes some files unreadable other than root.
* encoding and decoding now works fine on alphaijliao2001-05-202-2/+37
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> (give me the patch) and Matt Zimmerman <mdz@debian.org> (make the patch)
* upgrade to 0.9ijliao2001-04-033-15/+13
| | | | | | only for i386 Submitted by: Christian Weisgerber <naddy@mips.inka.de> (for "i386 only")
* - respect CFLAGSijliao2001-03-262-3/+28
| | | | | | - build on alpha Submitted by: Christian Weisgerber <naddy@mips.inka.de> (via private mail)
* add flacijliao2001-03-186-0/+94
FLAC stands for Free Lossless Audio Codec
OpenPOWER on IntegriCloud