diff options
author | kim <kim@pkgsrc.org> | 2002-11-29 02:37:21 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-11-29 02:37:21 +0000 |
commit | d90930743b6681d746b7b59994f00d15d76adccc (patch) | |
tree | fd5b6d192364880ed21b4265c20798beb555abab /audio/abcde/MESSAGE | |
parent | 3d0d6571a7134a4e2c3f2f60fc73ca1305a92bf7 (diff) | |
download | pkgsrc-d90930743b6681d746b7b59994f00d15d76adccc.tar.gz |
Preserve pkgsrc and distribution defaults better:
- use ${PKG_SYSCONFBASE} instead of hardcoded /usr/pkg/etc
- keep the ID3v2 default as distributed, and depend on audio/id3v2
- don't depend on vorbis-tools: just inform the user about the need
to install at least one of the supported encoders
- sample config only has commented out entries, so install it only
in the examples directory
Diffstat (limited to 'audio/abcde/MESSAGE')
-rw-r--r-- | audio/abcde/MESSAGE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/abcde/MESSAGE b/audio/abcde/MESSAGE new file mode 100644 index 00000000000..ae564345888 --- /dev/null +++ b/audio/abcde/MESSAGE @@ -0,0 +1,18 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2002/11/29 02:37:21 kim Exp $ + +You need to install at least one encoder to use with abcde. It has support +for the following encoders in pkgsrc: + + audio/bladeenc + audio/gogo + audio/lame + audio/vorbis-tools + +Preferences can be set in ~/.abcde.conf for each user, and for all users in +${PKG_SYSCONFDIR}/abcde.conf system-wide. + +See the man page and ${EGDIR}/abcde.conf for +configuration options. + +=========================================================================== |