summaryrefslogtreecommitdiff
path: root/audio/streamtranscoder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-0/+1
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
|
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* 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.
* Add streamtranscoder.Jean-Yves Lefort2005-08-313-0/+53
streamTranscoder takes the output from SHOUTcast/Icecast/Peercast/KasterBlaster servers or a soundcard input and transcodes them to another SHOUTcast, Icecast, or Peercast server in MP3 or Ogg Vorbis format. It can transcode the input audio by resampling or re-encoding, as well as changing the format from MP3 to Ogg Vorbis (or vice versa). WWW: http://www.oddsock.org/tools/streamTranscoder/ PR: ports/85459 Submitted by: Mark Kane <mark@mkproductions.org>