aboutsummaryrefslogtreecommitdiffstats
path: root/audio/flac
Commit message (Collapse)AuthorAgeFilesLines
* allow parallel buildingnaddy2009-03-241-0/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Add WITHOUT_ICONV knob. Use at your own peril.naddy2008-07-061-2/+7
| | | | | PR: 124181 Submitted by: Helge Oldach
* Rename manual "test" target to "regression-test" so that it willnaddy2008-06-211-1/+1
| | | | | | be automatically run on the package build cluster. Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
* Update to FLAC 1.2.1. This version includes two and a half yearsnaddy2008-04-0836-1396/+171
| | | | | | | | | | worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476
* Fix integer overflows (CVE-2007-4619) by backporting correspondingnaddy2007-11-1325-3/+1103
| | | | | | | | fixes from FLAC 1.2.1. Reviewed by: miwi Approved by: portmgr (linimon) Security: ff65eecb-91e4-11dc-bd6c-0016179b2dd5
* portlint fixesnaddy2007-08-081-2/+2
| | | | | PR: 115259 Submitted by: David Yeske <dyeske@gmail.com>
* Remove an invalid linker option to fix build on powerpc.naddy2007-03-271-0/+13
|
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-1/+6
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - ARCH is defined in bsd.port.pre.mk.flz2005-04-111-5/+7
|
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to FLAC 1.1.2. Notable changes:naddy2005-03-1612-112/+137
| | | | | | | | | * better Ogg FLAC support * speedups * several new options to flac and metaflac * several API additions * streaming support in the XMMS plugin * bugfixes
* Don't enable SSE code if sysctl hw.instruction_sse is 0.naddy2005-01-162-1/+34
| | | | Original bug report and testing by Bryan Levin <bryan.levin@gmail.com>.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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-311-2/+2
| | | | Approved by: portmgr
* Add size data, approved by maintainers.trevor2004-03-191-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-162-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-291-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-021-1/+2
| | | | | PR: 44801 Submitted by: alane
* * Add missing iconv dependency.naddy2002-11-011-3/+5
| | | | * Extract missing config.rpath from converters/libiconv.
* Clean up the configure step and allow building with an older versionnaddy2002-10-091-5/+13
| | | | | | still installed. Problem reported by: alane
* Update to 1.0.4. Notable improvements:naddy2002-10-0614-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-077-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-208-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-041-1/+1
| | | | Approved by: trevor
* o support Compaq C on Alpha.sf2001-09-254-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-091-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-281-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