[Lunar-commits] r17949 - moonbase/trunk/audio/ripperX
Dennis Veatch
stumbles at lunar-linux.org
Fri Jan 6 14:33:29 UTC 2006
Author: stumbles
Date: 2006-01-06 14:33:26 +0000 (Fri, 06 Jan 2006)
New Revision: 17949
Modified:
moonbase/trunk/audio/ripperX/DETAILS
Log:
* fixed awk field fetched from df in misc_utils.c (SF #869947)
* added more bitrate options (32, 40, 48, 80, 224)
* added support for toolame encoder; note that toolame output files are
given the .mp3 extension (even though they are technically MPEG layer
2 files). This is done purposefully to not confuse the issue for
folks, as I think that most audio players out there today recognize
MPEG layer 2 formatted files without issue.
and others.
Compiled with gcc-3.4.5, glibc-2.3.6 and kernel-headers-2.6
Modified: moonbase/trunk/audio/ripperX/DETAILS
===================================================================
--- moonbase/trunk/audio/ripperX/DETAILS 2006-01-06 14:20:16 UTC (rev 17948)
+++ moonbase/trunk/audio/ripperX/DETAILS 2006-01-06 14:33:26 UTC (rev 17949)
@@ -1,15 +1,16 @@
- MODULE=ripperX
- VERSION=2.6.3
+ MODULE=ripperX
+ VERSION=2.6.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/ripperx/
- SOURCE_VFY=sha1:30684e733ffb6225e55914f2745d0584d33f4862
+ SOURCE_VFY=sha1:3fe24829f97b75a912e18005b3c54dff5b56baf8
WEB_SITE=http://sourceforge.net/projects/ripperx/
ENTERED=20020116
- UPDATED=20041025
+ UPDATED=20060106
SHORT="RipperX is a program to rip CD audio and encode mp3s"
+
cat << EOF
-RipperX is a GTK program to rip CD audio and encode mp3s.
-It can rip and encode in parallel and has plugins for cdparanoia,
-BladeEnc, Lame, GoGo, FHG (l3enc and mp3enc), XingMp3enc, 8hz-mp3,
-and the ISO encoder. It also has support for CDDB and ID3 tags.
+RipperX is a GTK program to rip CD audio and encode mp3s. It can rip and encode
+in parallel and has plugins for cdparanoia, BladeEnc, Lame, GoGo, FHG (l3enc
+and mp3enc), XingMp3enc, 8hz-mp3, and the ISO encoder. It also has support for
+CDDB and ID3 tags.
EOF
More information about the Lunar-commits
mailing list