./audio/bladeenc, Free MPEG Audio Layer 3 encoder (not decoder)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.94.2nb2, Package name: bladeenc-0.94.2nb2, Maintainer: pkgsrc-users

BladeEnc is a program to generate MP3 files from WAV or AIFF sound files.

Any number of WAV/AIFF-files can be specified on the command-line and you
can even use wildcards to specify more than one file at the same time. For
example will the command "BladeEnc *.wav" compress all WAV-files in the
current directory. Long filenames are supported when entering them on the
command line, but if they include space-characters you will have to enclose
them with quotation-marks ( " ).


Master sites:

SHA1: 72f9b0600cbd2a19175ccb0cd8aa8e9c194bc87c
RMD160: 4e1e0c2e56abb2e6d87543c9569ecfde720fcf67
Filesize: 139.599 KB

Version history: (Expand)


CVS history: (Expand)


   2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250)
Log message:
Remove @dirrm entries from PLISTs
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412)
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
   2006-04-22 04:57:32 by Jeremy C. Reed | Files touched by this commit (13)
Log message:
Fix typo or mispelling.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2005-05-23 10:26:17 by Roland Illig | Files touched by this commit (270)
Log message:
Removed trailing white-space.
   2004-01-20 13:07:43 by Alistair G. Crooks | Files touched by this commit (63)
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
   2003-12-22 11:57:42 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
gmake is not needed; from Soren Jacobsen in PR pkg/23839.
While here, set WRKSRC where it belongs to make pkglint happy.