On Mon, Oct 07, 2013 at 08:51:01PM +0100, Ken Moffat wrote: > > Now to install it on the other current LFS systems on that box - > looks like I'll probably use it to replace gvolwheel in future, > Installed it on all the "still viable" systems on the new box (7.0, 7.1, and 7.4x2). Fine. Decided I might as well switch over to it now. Went to my third desktop machine, failed to build on LFS-7.3.
There is a configure.in patch referenced by arch (I couldn't find it there, but found a version somewhere else and eventually decided it wasn't necessary - on 7.4). For LFS-7.3 I need that (it does no harm in 7.4). Is it worth putting it in -patches ? I'm sure that it can be achieved with a messy longwinded sed, and for LFS-7.4 it doesn't seem to be needed. Rediffed version (-p1 instead of -p0, without the added windoze CRs from the original, and not headed) attached for comments. And since pnmixer is objectively better than gvolwheel (it has a mute toggle, works on the specified default alsa card without any special initialization) as well as * subjectively * better (gtk+-2 :-) should I suggest that I archive gvolwheel from the BOOK in favour of pnmixer ? Or is it so straightforward (building on LFS-7.3 excepted) and well-known that people will find it for themselves and not need any guidance ? ĸen - again filled with enthusiasm for a package he has only just started to use :) -- das eine Mal als Tragödie, dieses Mal als Farce
--- pnmixer-0.5.1/configure.in.orig 2011-12-18 23:34:56.000000000 +0000 +++ pnmixer-0.5.1/configure.in 2013-10-07 16:57:40.894083484 +0100 @@ -1,14 +1,12 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(configure.in) -AM_INIT_AUTOMAKE(pnmixer, 0.5.1) -AM_CONFIG_HEADER(config.h) +AC_INIT([pnmixer], [0.5.1]) +AM_INIT_AUTOMAKE AM_MAINTAINER_MODE OLD_CFLAGS=$CFLAGS AC_ISC_POSIX AC_PROG_CC -AM_PROG_CC_STDC AC_HEADER_STDC CFLAGS=$OLD_CXXFLAGS
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
