New version, many new features, initial native coreaudio driver added. this version has a configure file included, autoconf no longer a dep Reproducible: Always Steps to Reproduce: 1. 2. 3. Portage 2.0.51_rc1 (default-macos-10.3, gcc-3.3, libsystem-7.1-r0, 7.5.0 Power Macintosh) =============================================================== == System uname: 7.5.0 Power Macintosh powerpc macos-20040726 distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 Binutils: Headers: Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="macos ~ppc-macos" AUTOCLEAN="yes" CFLAGS="" CHOST="powerpc-apple-darwin" COMPILER="" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/ qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache collision-protect cvs digest keepwork" GENTOO_MIRRORS="http://gentoo.osuosl.org/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/Volumes/portage-cvs/gentoo-x86" PORTDIR_OVERLAY="/Users/keetz/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="macos altivec audiofile cdr encode mad oggvorbis postgres ppc-macos python"
just a couple notes... 1. please do not have duplicate patches in portage. 2. autoconf is needed to create the new configure script since configure.in is modified by the above patch 3. || die is not needed after an epatch. 4. !ppc-macos? ( alsa? (media-libs/alsa-lib-0.9.1) ) is not a valid token. it should be !ppc-macos? ( alsa? ( >=media-libs/alsa-lib-0.9.1 ) ) 5. Do not remove comments added by other developers.