Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64997 - media-sound/jack-audio-connection-kit-0.99.0 in CVS. version bump, needs testing on other archs
Summary: media-sound/jack-audio-connection-kit-0.99.0 in CVS. version bump, needs test...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-22 11:19 UTC by Kito (RETIRED)
Modified: 2004-09-22 14:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kito (RETIRED) gentoo-dev 2004-09-22 11:19:42 UTC
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"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-22 14:08:53 UTC
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.