aboutsummaryrefslogtreecommitdiff
path: root/audio/flac
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - ARCH is defined in bsd.port.pre.mk.Florent Thoumie2005-04-111-5/+7
| | | | Notes: svn path=/head/; revision=133018
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-2/+2
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to FLAC 1.1.2. Notable changes:Christian Weisgerber2005-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 Notes: svn path=/head/; revision=131400
* Don't enable SSE code if sysctl hw.instruction_sse is 0.Christian Weisgerber2005-01-152-1/+34
| | | | | | | Original bug report and testing by Bryan Levin <bryan.levin@gmail.com>. Notes: svn path=/head/; revision=126507
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Update to Ogg Vorbis 1.0.1.Christian Weisgerber2003-12-201-2/+2
| | | | | | | | Major user-visible change: vorbis-tools now integrates some support for flac and speex files. Notes: svn path=/head/; revision=96268
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-232/+232
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* Remove option to build the XMMS plugin, which will instead be spunChristian Weisgerber2003-06-103-23/+5
| | | | | | | off into its proper port audio/xmms-flac. Notes: svn path=/head/; revision=82691
* * Documentation cosmetics, requested by David Magda <dmagda@magda.ca>.Christian Weisgerber2003-04-152-0/+21
| | | | | | | | * Fix include path to enable building if an older version is already installed. Notes: svn path=/head/; revision=79042
* Update to 1.1.0. This release adds ReplayGain and cue sheet support,Christian Weisgerber2003-02-238-90/+68
| | | | | | | | and improves 24-bit compression, tag editing in the plugins, and decoding to AIFF. Notes: svn path=/head/; revision=76216
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76039
* Update of audio/id3lib to 3.8.2Edwin Groothuis2003-01-071-1/+1
| | | | | | | | PR: several Submitted by: Roman Shterenzon <roman@xpert.com> and others Notes: svn path=/head/; revision=72672
* After repo copy from graphics category, update all appropriateMario Sergio Fujikawa Ferreira2002-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) Notes: svn path=/head/; revision=71207
* Make sure the build includes the local .h files before /usr/local/include.Christian Weisgerber2002-11-011-1/+2
| | | | | | | | PR: 44801 Submitted by: alane Notes: svn path=/head/; revision=69262
* * Add missing iconv dependency.Christian Weisgerber2002-10-311-3/+5
| | | | | | | * Extract missing config.rpath from converters/libiconv. Notes: svn path=/head/; revision=69209
* Clean up the configure step and allow building with an older versionChristian Weisgerber2002-10-081-5/+13
| | | | | | | | | still installed. Problem reported by: alane Notes: svn path=/head/; revision=67670
* Update to 1.0.4. Notable improvements:Christian Weisgerber2002-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 Notes: svn path=/head/; revision=67337
* Ogg Vorbis 1.0 library major version bumps.Christian Weisgerber2002-07-201-1/+2
| | | | Notes: svn path=/head/; revision=63275
* Update to 1.0.3. Changes in this release:Christian Weisgerber2002-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... Notes: svn path=/head/; revision=62537
* * Update to 1.0.2. Changes in this release include:Christian Weisgerber2002-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. Notes: svn path=/head/; revision=53346
* First round of auto* cleanups:Will Andrews2002-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/ Notes: svn path=/head/; revision=52646
* Sync xmms shared lib version.Christian Weisgerber2001-12-021-1/+1
| | | | | | | | PR: 32155 Submitted by: Brad Forschinger <bnjf@optushome.com.au> Notes: svn path=/head/; revision=50857
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* o support Compaq C on Alpha.FUJISHIMA Satsuki2001-09-244-0/+62
| | | | | | | | | | PR: 30162 Submitted by: maintainer o remove extra empty directory. Notes: svn path=/head/; revision=48166
* o suppor Compaq C on Alpha.FUJISHIMA Satsuki2001-09-243-22/+3
| | | | | | | | | | PR: 30162 Submitted by: maintainer o remove extra empty directory. Notes: svn path=/head/; revision=48143
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* update to 1.0.FUJISHIMA Satsuki2001-08-036-38/+38
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=45775
* o add xmms plugin to pkg-plist in case of WITH_XMMS.FUJISHIMA Satsuki2001-06-102-1/+7
| | | | | | | | | o NO_PORTDOCS -> NOPORTDOCS Approved by: maintainer Notes: svn path=/head/; revision=43761
* fix typo.FUJISHIMA Satsuki2001-06-091-1/+1
| | | | Notes: svn path=/head/; revision=43689
* something forgot in the last commitYing-Chieh Liao2001-06-081-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=43649
* upgrade to 0.10Ying-Chieh Liao2001-06-087-64/+36
| | | | | | | | | pass maintainership to Christian Weisgerber <naddy@mips.inka.de> Submitted by: Christian Weisgerber <naddy@mips.inka.de> (new maintainer) Notes: svn path=/head/; revision=43624
* install documents with ${INSTALL_DATA} instead of ${CP}.FUJISHIMA Satsuki2001-05-271-2/+3
| | | | | | | ${CP} makes some files unreadable other than root. Notes: svn path=/head/; revision=43165
* encoding and decoding now works fine on alphaYing-Chieh Liao2001-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) Notes: svn path=/head/; revision=42812
* upgrade to 0.9Ying-Chieh Liao2001-04-033-15/+13
| | | | | | | | | only for i386 Submitted by: Christian Weisgerber <naddy@mips.inka.de> (for "i386 only") Notes: svn path=/head/; revision=40790
* - respect CFLAGSYing-Chieh Liao2001-03-262-3/+28
| | | | | | | | | - build on alpha Submitted by: Christian Weisgerber <naddy@mips.inka.de> (via private mail) Notes: svn path=/head/; revision=40384
* add flacYing-Chieh Liao2001-03-186-0/+94
FLAC stands for Free Lossless Audio Codec Notes: svn path=/head/; revision=39997