Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72459 Details for
Bug 111896
Allegro 4.2.0 released!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Allegro 4.2.0 Ebuild
allegro-4.2.0.ebuild (text/plain), 2.16 KB, created by
Michael Färber
on 2005-11-08 10:45:24 UTC
(
hide
)
Description:
Allegro 4.2.0 Ebuild
Filename:
MIME Type:
Creator:
Michael Färber
Created:
2005-11-08 10:45:24 UTC
Size:
2.16 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.18.ebuild,v 1.4 2005/08/29 03:28:47 mr_bones_ Exp $ > >inherit flag-o-matic eutils > >DESCRIPTION="Cross-platform multimedia library" >HOMEPAGE="http://alleg.sourceforge.net/" >SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" > >LICENSE="Allegro" >SLOT="0" >#-amd64, -sparc: inportb, outportb, outportw undefined >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc -sparc ~x86" >IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex doc" > >RDEPEND="alsa? ( media-libs/alsa-lib ) > esd? ( media-sound/esound ) > arts? ( kde-base/arts ) > X? ( virtual/x11 ) > svga? ( media-libs/svgalib )" > >DEPEND="${RDEPEND} > >=sys-apps/sed-4 > tetex? ( virtual/tetex )" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i \ > -e 's/&_oss_\(numfrags\|fragsize\)/NULL/' \ > "${S}/setup/setup.c" \ > || die "sed failed" >} > >src_compile() { > filter-flags -fPIC -fprefetch-loop-arrays > econf \ > --enable-linux \ > --enable-vga \ > $(use_enable static) \ > $(use_enable static staticprog) \ > $(use_enable mmx) \ > $(use_enable sse) \ > $(use_enable oss ossdigi) \ > $(use_enable oss ossmidi) \ > $(use_enable alsa alsadigi) \ > $(use_enable alsa alsamidi) \ > $(use_enable esd esddigi) \ > $(use_enable arts artsdigi) \ > $(use_with X x) \ > $(use_enable X xwin-shm) \ > $(use_enable X xwin-vidmode) \ > $(use_enable X xwin-dga) \ > $(use_enable X xwin-dga2) \ > $(use_enable fbcon) \ > $(use_enable svga svgalib) \ > || die > > emake -j1 CFLAGS="${CFLAGS}" || die "emake failed" > > if use tetex ; then > addwrite /var/lib/texmf > addwrite /usr/share/texmf > addwrite /var/cache/fonts > make docs-dvi docs-ps || die > fi >} > >src_install() { > addpredict /usr/share/info > make DESTDIR="${D}" \ > install \ > install-gzipped-man \ > install-gzipped-info \ > || die "make install failed" > > # Different format versions of the Allegro documentation > dodoc AUTHORS CHANGES THANKS readme.txt todo.txt > use tetex && dodoc docs/allegro.{dvi,ps} > use doc && dodoc examples/* > dohtml docs/html/* > docinto txt > dodoc docs/txt/*.txt > docinto rtf > dodoc docs/rtf/*.rtf > docinto build > dodoc docs/build/*.txt >}
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 111896
: 72459 |
72473
|
72913