[Lunar-commits] r22154 - in moonbase/trunk: audio audio/twolame video/vlc
Dennis Veatch
stumbles at lunar-linux.org
Sun Nov 12 16:17:48 CET 2006
Author: stumbles
Date: 2006-11-12 16:17:48 +0100 (Sun, 12 Nov 2006)
New Revision: 22154
Added:
moonbase/trunk/audio/twolame/
moonbase/trunk/audio/twolame/DETAILS
Modified:
moonbase/trunk/video/vlc/DEPENDS
Log:
Initial import of twolame. It does not conflict with
toolame, the libs are *twolame* blah. It is an optional
depends for vlc.
Added: moonbase/trunk/audio/twolame/DETAILS
===================================================================
--- moonbase/trunk/audio/twolame/DETAILS (rev 0)
+++ moonbase/trunk/audio/twolame/DETAILS 2006-11-12 15:17:48 UTC (rev 22154)
@@ -0,0 +1,24 @@
+ MODULE=twolame
+ VERSION=0.3.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ SOURCE_URL[1]=http://www.ecs.soton.ac.uk/~njh/$MODULE/
+ SOURCE_VFY=sha1:0108195df6a2dbf8a2c569813eff97689e6ea7a7
+ WEB_SITE=http://www.twolame.org/
+ ENTERED=20061112
+ UPDATED=20061112
+ SHORT="optimised MPEG Audio Layer 2 (MP2) encoder"
+
+cat << EOF
+TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
+tooLAME by Mike Cheng, which in turn is based upon the ISO dist10
+code and portions of LAME.
+
+Features added to TwoLAME:
+Fully thread-safe
+Static and shared library (libtwolame)
+API very similar to LAME's (for easy porting)
+Frontend supports wider range of input files (using libsndfile)
+automake/libtool/pkgconfig based build system
+C99 compliant
+EOF
Modified: moonbase/trunk/video/vlc/DEPENDS
===================================================================
--- moonbase/trunk/video/vlc/DEPENDS 2006-11-12 14:03:55 UTC (rev 22153)
+++ moonbase/trunk/video/vlc/DEPENDS 2006-11-12 15:17:48 UTC (rev 22154)
@@ -84,5 +84,9 @@
optional_depends "wxGTK" \
"--enable-wxwidgets" \
"--disable-wxwidgets" \
- "for wxWindows support"
-
\ No newline at end of file
+ "for wxWindows support" &&
+
+optional_depends "twolame" \
+ "--enable-twolame" \
+ "--disable-twolame" \
+ "for MPEG Audio Layer 2 support"
More information about the Lunar-commits
mailing list