Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261129 Details for
Bug 353261
new media-sound/mixxx ebuild (1.7.2-r2 didn't build with gcc 4.4 anymore)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Portmidi ebuild
portmidi-217.ebuild (text/plain), 1.67 KB, created by
Nico Baggus
on 2011-01-30 22:30:32 UTC
(
hide
)
Description:
Portmidi ebuild
Filename:
MIME Type:
Creator:
Nico Baggus
Created:
2011-01-30 22:30:32 UTC
Size:
1.67 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/portaudio/portaudio-19_pre20090514.ebuild,v 1.3 2010/02/11 22:59:04 abcd Exp $ > >EAPI=2 > >inherit libtool > >MY_P=portmidi-src-${PV} > >DESCRIPTION="An open-source cross platform audio API." >HOMEPAGE="http://sourceforge.net/projects/portmedia/" >SRC_URI="mirror://sourceforge/portmedia/${MY_P}.zip" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" >IUSE="" #"alsa +cxx debug jack oss" > >RDEPEND="" >#alsa? ( media-libs/alsa-lib ) ># jack? ( >=media-sound/jack-audio-connection-kit-0.109.2-r1 )" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >S=${WORKDIR}/${PN} > >src_prepare() { > elibtoolize >} > >src_configure() { > sed -i s:/usr/local/:/usr/: pm_cl/cffi-portmidi.lisp > sed -i s:/usr/local/:/usr/: pm_common/CMakeLists.txt > sed -i s:/usr/local/:/usr/: pm_dylib/CMakeLists.txt > sed -i s:/usr/local/:/usr/: pm_java/CMakeLists.txt > sed -i s:/usr/local/:/usr/: pm_python/setup.py > sed -i s:/usr/local/:/usr/: install_manifest.txt > > cmake -DCMAKE_INSTALL_PREFIX=/usr \ > -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY:STRING=${S}/Release \ > -DCMAKE_LIBRARY_OUTPUT_DIRECTORY:STRING=${S}/Release \ > -DCMAKE_RUNTIME_OUTPUT_DIRECTORY:STRING=${S}/Release . ># econf $(use_enable cxx) $(use_with jack) $(use_with alsa) \ ># $(use_with oss) $(use_with debug debug-output) >} > >src_compile() { ># emake lib/libportmedia.la || die > cd pm_java > emake > cd .. > emake porttime > doxygen > emake || die >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > dodoc README.txt > cd html > dohtml -r . > cd .. >}
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 353261
:
261127
| 261129