Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 6534 Details for
Bug 12227
ardour-cvs does not build without jack from cvs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for jack from cvs
jack-0.41.1.ebuild (text/plain), 867 bytes, created by
J. Ellis (RETIRED)
on 2002-12-15 23:34:13 UTC
(
hide
)
Description:
ebuild for jack from cvs
Filename:
MIME Type:
Creator:
J. Ellis (RETIRED)
Created:
2002-12-15 23:34:13 UTC
Size:
867 bytes
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit cvs > >DESCRIPTION="A low-latency audio server" >HOMEPAGE="http://jackit.sourceforge.net/" > >ECVS_SERVER="cvs.jackit.sourceforge.net:/cvsroot/jackit" >ECVS_MODULE="jack" >ECVS_TOP_DIR="${DISTDIR}/cvs-src/ardour" > >SRC_URI="" > ># libjack is LGPL, the rest is GPL >SLOT="0" >LICENSE="GPL-2 LGPL-2.1" >KEYWORDS="x86" > >DEPEND="dev-libs/glib > >=media-libs/alsa-lib-0.9.0_rc2 > >=media-libs/libsndfile-1.0.0 > >=x11-libs/fltk-1.1.1" > >S="${WORKDIR}/${PN/-cvs/}" > >src_compile() { > sh autogen.sh > export LDFLAGS="-L/usr/lib/fltk-1.1" > export CPPFLAGS="-I/usr/include/fltk-1.1" > ./configure --prefix=/usr > emake || die "parallel make failed" >} > >src_install() { > make DESTDIR=${D} install || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12227
: 6534 |
6682