Mercurial > audlegacy
changeset 2030:f158696b050d trunk
[svn] - touch audacious/.svn because gentoo's subversion eclass sucks
author | nenolod |
---|---|
date | Fri, 01 Dec 2006 23:25:42 -0800 |
parents | bce766d0c0ca |
children | ebce0d5efac1 |
files | ChangeLog autogen.sh |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 01 23:18:07 2006 -0800 +++ b/ChangeLog Fri Dec 01 23:25:42 2006 -0800 @@ -1,3 +1,14 @@ +2006-12-02 07:18:07 +0000 William Pitcock <nenolod@nenolod.net> + revision [3061] + - remove softvolume.c, only the alsa plugin uses it so we will move it + there. + + trunk/audacious/Makefile | 1 + trunk/audacious/softvolume.c | 215 ------------------------------------------- + trunk/audacious/softvolume.h | 65 ------------- + 3 files changed, 281 deletions(-) + + 2006-11-30 16:17:50 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [3059] - make wheel scroll trigger scan thread
--- a/autogen.sh Fri Dec 01 23:18:07 2006 -0800 +++ b/autogen.sh Fri Dec 01 23:25:42 2006 -0800 @@ -8,6 +8,10 @@ exit 1 fi +### XXX: Gentoo's subversion.eclass sucks, yet people insist on using +### it. +mkdir audacious/.svn + AUTOCONF=${AUTOCONF:-autoconf} ACLOCAL=${ACLOCAL:-aclocal} AUTOHEADER=${AUTOHEADER:-autoheader}