From: <abe...@us...> - 2015-03-08 16:49:32
|
Revision: 7000 http://sourceforge.net/p/astlinux/code/7000 Author: abelbeck Date: 2015-03-08 16:49:24 +0000 (Sun, 08 Mar 2015) Log Message: ----------- sox, remove unused BR2_PACKAGE_SOX_LIBMAD option Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux-ast13.config branches/1.0/astlinux18.config branches/1.0/package/multimedia/sox/Config.in Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2015-03-08 16:40:05 UTC (rev 6999) +++ branches/1.0/astlinux-ast11.config 2015-03-08 16:49:24 UTC (rev 7000) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6989-dirty Configuration -# Fri Feb 27 10:53:10 2015 +# Buildroot 2011.08-svn6998-dirty Configuration +# Sun Mar 8 11:46:55 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -224,7 +224,6 @@ # BR2_PACKAGE_MPLAYER is not set # BR2_PACKAGE_MUSEPACK is not set BR2_PACKAGE_SOX=y -BR2_PACKAGE_SOX_LIBMAD=y # BR2_PACKAGE_SPEEX is not set # BR2_PACKAGE_TAGLIB is not set # BR2_PACKAGE_TREMOR is not set Modified: branches/1.0/astlinux-ast13.config =================================================================== --- branches/1.0/astlinux-ast13.config 2015-03-08 16:40:05 UTC (rev 6999) +++ branches/1.0/astlinux-ast13.config 2015-03-08 16:49:24 UTC (rev 7000) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6989-dirty Configuration -# Fri Feb 27 10:53:11 2015 +# Buildroot 2011.08-svn6998-dirty Configuration +# Sun Mar 8 11:46:55 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -224,7 +224,6 @@ # BR2_PACKAGE_MPLAYER is not set # BR2_PACKAGE_MUSEPACK is not set BR2_PACKAGE_SOX=y -BR2_PACKAGE_SOX_LIBMAD=y # BR2_PACKAGE_SPEEX is not set # BR2_PACKAGE_TAGLIB is not set # BR2_PACKAGE_TREMOR is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2015-03-08 16:40:05 UTC (rev 6999) +++ branches/1.0/astlinux18.config 2015-03-08 16:49:24 UTC (rev 7000) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6989-dirty Configuration -# Fri Feb 27 10:53:10 2015 +# Buildroot 2011.08-svn6998-dirty Configuration +# Sun Mar 8 11:46:55 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -224,7 +224,6 @@ # BR2_PACKAGE_MPLAYER is not set # BR2_PACKAGE_MUSEPACK is not set BR2_PACKAGE_SOX=y -BR2_PACKAGE_SOX_LIBMAD=y # BR2_PACKAGE_SPEEX is not set # BR2_PACKAGE_TAGLIB is not set # BR2_PACKAGE_TREMOR is not set Modified: branches/1.0/package/multimedia/sox/Config.in =================================================================== --- branches/1.0/package/multimedia/sox/Config.in 2015-03-08 16:40:05 UTC (rev 6999) +++ branches/1.0/package/multimedia/sox/Config.in 2015-03-08 16:49:24 UTC (rev 7000) @@ -2,12 +2,11 @@ bool "sox" default n help - SoX - The Swiss Army Knife of sound + SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line + utility that can convert various formats of computer audio files + into other formats. + It can also apply various effects to these sound files, and, as an + added bonus, SoX can play and record audio files on most platforms. -config BR2_PACKAGE_SOX_LIBMAD - bool "SoX MP3 Decode Support" - default n - depends on BR2_PACKAGE_SOX - select BR2_PACKAGE_LIBMAD - help - Compile SoX with MP3 decoding support via libmad + http://sox.sourceforge.net/ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |