diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-26 09:59:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:10 +0700 |
commit | 63fe4b60e92204e924379cdcc4d01a2d5acaa1a0 (patch) | |
tree | 4086eaee9f69e2f2a7d9bd381746b6693fd9f6a9 /multimedia/ripit/README_SBo.txt | |
parent | 22be892ecd0d5a60d01147481ad2c000f824eff8 (diff) | |
download | slackbuilds-63fe4b60e92204e924379cdcc4d01a2d5acaa1a0.tar.gz |
multimedia/ripit: New maintainer, fix REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia/ripit/README_SBo.txt')
-rw-r--r-- | multimedia/ripit/README_SBo.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/multimedia/ripit/README_SBo.txt b/multimedia/ripit/README_SBo.txt new file mode 100644 index 0000000000..64d316166c --- /dev/null +++ b/multimedia/ripit/README_SBo.txt @@ -0,0 +1,43 @@ + +The TL;DR version: install lame if you want to rip to mp3. + +If you're still reading: ripit's optional dependencies are runtime deps, +so you can install them after installing ripit and they will be detected. + +If you don't install anything extra, you'll be able to rip with cdparanoia +or cdda2wav, and encode to flac, ogg, or wavpack. You'll also be unable +to submit updated CDDB entries (most people don't need to do this anyway). + +Here's the list of optional deps available from SBo: + +lame - Normally required for encoding to mp3 (-c 0 option, which is the + default), though ffmpeg can be used instead. + +faac - Required for encoding to mp4/aac (-c 3 option). + +ffmpeg - Can encode to any format supported by ffmpeg (-c 7 option, plus + --ffmpegopt and --ffmpegsuffix options). + +musepack-tools or mppenc - + Required for encoding to MusePack (mpc) format (-c 5 option). + +libwwwperl - Required for submitting updated CDDB entries to freedb.org. + If this package is missing, ripit will warn that LWP::Simple + is not installed. You can ignore the warning, if you never + intend to submit any CDDB entries. + +perl-MusicBrainz-DiscID and perl-WebService-MusicBrainz - + These can be used for identifying the disc. However, the SlackBuild author + has NOT tested this script with MusicBrainz, and does not guarantee that + it'll work. If you manage to get this working, please contact the maintainer + (email address in the .info file) and let me know how you managed it, so I + can update this documentation. + +There are other optional deps not available on SBo. These include: + +dagrab, tosha, cdd - + CD rippers, which could be used instead of cdparanoia or cdda2wav. + +MP3::Tag - Required for including cover art within mp3 files. + +Unicode::UCD - Required for non-UTF-8 id3 tags. |