Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
f037b6d1b3
2 changed files with 13 additions and 7 deletions
  1. +6
    -0
      package/public/mad/mad.conf
  2. +7
    -7
      package/public/mad/mad.desc

+ 6
- 0
package/public/mad/mad.conf

@ -21,3 +21,9 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
confopt="$confopt --enable-shared --enable-accuracy --disable-debugging"
if pkginstalled alsa; then
var_append confopt " " "--with-alsa"
elif pkginstalled esd; then
var_append confopt " " "--with-esd"
fi

+ 7
- 7
package/public/mad/mad.desc

@ -33,12 +33,12 @@
[T] based on the ISO/IEC standards and it is distributed under the terms of
[T] the GNU General Public License (GPL)
[T]
[T] The decoding funtionality is places in a library so that other programs
[T] can use it easyly.
[T] The decoding funtionality is placed in a library so that other programs
[T] can use it easily.
[T]
[T] It also comes with an mpg123 compatible CML tool.
[U] http://www.mars.org/home/rob/proj/mpeg/
[U] http://www.underbit.com/products/mad/
[A] Rob Leslie <rob@mars.org>
[M] The ROCK Linux Project
@ -47,12 +47,12 @@
[L] GPL
[S] Beta
[V] 0.15.1b
[V] 0.15.1b 1
[P] X -?---5---9 120.600
[SRC] lib play
[D] 3759919739 libmad-0.15.1b.tar.gz ftp://ftp.mars.org/pub/mpeg/
[D] 4187763663 libid3tag-0.15.1b.tar.gz ftp://ftp.mars.org/pub/mpeg/
[D] 2166521636 madplay-0.15.1b.tar.gz ftp://ftp.mars.org/pub/mpeg/
[D] 3759919739 libmad-0.15.1b.tar.gz http://dl.sourceforge.net/sourceforge/mad/
[D] 4187763663 libid3tag-0.15.1b.tar.gz http://dl.sourceforge.net/sourceforge/mad/
[D] 4107137718 madplay-0.15.2b.tar.gz http://dl.sourceforge.net/sourceforge/mad/

Loading…
Cancel
Save