aboutsummaryrefslogtreecommitdiff
path: root/audio/flac123
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-2/+2
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-2/+2
| | | | Notes: svn path=/head/; revision=255956
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Respect LOCALBASEDmitry Marakasov2009-06-021-1/+5
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=235002
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-1/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=210771
* Update to 0.0.11Michael Johnson2007-07-122-4/+4
| | | | Notes: svn path=/head/; revision=195476
* Update to 0.0.10Michael Johnson2007-06-282-4/+4
| | | | Notes: svn path=/head/; revision=194384
* - Give a few homeless ports a home with multimedia@Michael Johnson2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=164919
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* - Update to 0.0.9Michael Johnson2005-05-102-5/+4
| | | | Notes: svn path=/head/; revision=135020
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* new version of libFLACChristian Weisgerber2005-03-161-1/+2
| | | | Notes: svn path=/head/; revision=131401
* - Update to 0.0.8Michael Johnson2005-03-122-10/+10
| | | | | | | | PR: ports/78733 Submitted by: Ports Fury Notes: svn path=/head/; revision=131033
* Add flac123 0.0.7,Kirill Ponomarev2004-05-153-0/+43
Flac123 is a console-line Free Lossless Audio Codec (flac) audio player. It implements mpg123's 'Remote Control' interface and has the ability to output to a wav file or stdout. PR: ports/66643 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=109213