Commit graph

6 commits

Author SHA1 Message Date
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
rillig
8e3a6fc47a Changed USE_PERL5 to USE_TOOLS. Replaced #defined with "yes" in NO_BUILD. 2005-05-25 23:31:02 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
agc
ddbb60c6be Initial import of flac2mp3, a small perl script to convert from flac
(lossless) encoding into mp3.

	With the cost of hard drive storage falling under $1 USD per GB,
	storing audio in a lossless format is now inexpensive and practical.
	The FLAC codec is an OpenSource and Free software of very high
	quality.  The FLAC format supports meta-info as ID3v1 tags or OGG
	comments.  FLAC even has plugins for popular audio players such as
	XMMS and WinAMP.  This script also helps with the generation of MP3
	files from FLAC, whilst preserving the tags.  This way you can easily
	convert an album from FLAC to MP3 for playing on a mobile audio
	device.  You will need LAME installed and in your $PATH.  Using the
	script is simple:

	    * cd /path/to/directory/with/FLACS
	    * flac2mp3 *flac

	After transcoding, you will have matching, tagged MP3 files in the
	same directory.  Note:  Only use this script on flac files that you
	trust to have non-malicous tags (ie, ones that you've created
	yourself).
2004-12-23 10:57:20 +00:00