Module submission - amarok

Dennis Veatch dveatch at woh.rr.com
Wed Jun 1 15:35:20 UTC 2005


On Wednesday 01 June 2005 11:30 am, Auke Kok wrote:
> dveatch at woh.rr.com wrote:
> >module name       : amarok
> >suggested section : audio
> >update (y/n)      : y
> >bugfix (y/n)      : n
> >security (y/n)    : n
> >
> >
> >Added mysql as an optional depends for those who want use a database with
> > amarok. After setting up a mysql database it seems to work. Amarok did
> > not complain when when setting up it's collection database.
> >
> >dveatch
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >--- amarok/DEPENDS	2005-05-22 07:02:57.000000000 -0400
> >+++ amarok/DEPENDS	2005-06-01 10:01:06.000000000 -0400
> >@@ -15,4 +15,8 @@
> > optional_depends "arts" "--with-arts" "--without-arts" \
> > 		 "for ARTS support"  &&
> >
> >-optional_depends "libvisual"  ""  ""  "for libvisual support"
> >+optional_depends "libvisual"  ""  ""  "for libvisual support"  &&
> >+
> >+optional_depends "mysql" "--enable-mysql"   \
> >+                 "--without-mysql"          \
> >+                 "for database support"
>
> that doesn't seem exactly right, usually '--enable-xxx' is matched by
> '--disable-xxx' ... Are you sure that those are the correct switches?
>
> sofar
>
>
> _______________________________________________

Sorry my error. The "--without-mysql" should be "--disable-mysql". Actually, 
the amarok ./configure has mysql disabled by default so maybe it is not 
needed.


More information about the Lunar mailing list