Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153907 Details for
Bug 223171
Scratchy sound in pygame-1.8.0 due to buffer size miscalculation.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild to incorporate patch.
pygame-1.8.0-r1.ebuild (text/plain), 1.40 KB, created by
Charlie Nolan
on 2008-05-22 07:54:07 UTC
(
hide
)
Description:
Ebuild to incorporate patch.
Filename:
MIME Type:
Creator:
Charlie Nolan
Created:
2008-05-22 07:54:07 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.8.0.ebuild,v 1.1 2008/04/09 04:44:35 tester Exp $ > >inherit distutils multilib eutils > >DESCRIPTION="python bindings to sdl and other libs that facilitate game production" >HOMEPAGE="http://www.pygame.org/" >SRC_URI="http://www.pygame.org/ftp/pygame-${PV}release.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" >IUSE="doc" > >RDEPEND=">=media-libs/libsdl-1.2.5 > >=media-libs/sdl-ttf-2.0.6 > >=media-libs/sdl-image-1.2.2 > >=media-libs/sdl-mixer-1.2.4 > dev-python/numpy > >=media-libs/smpeg-0.4.4-r1" >DEPEND="${DEPEND} > dev-python/setuptools" > >S=${WORKDIR}/${P}release > >pkg_setup() { > if ! built_with_use media-libs/libsdl X ; then > eerror "Please re-emerge media-libs/libsdl with the X USE-flag set." > die "Missing USE-flag for media-libs/libsdl" > fi >} > > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/pygame_sound_patch.patch >} > >src_compile() { > python config.py > sed -i -e 's:X11R6/lib:lib64:g' Setup > > distutils_src_compile >} > >src_install() { > DOCS=WHATSNEW > distutils_src_install > > if use doc; then > dohtml -r docs/* > > insinto /usr/share/doc/${PF} > doins -r "${S}/examples" > fi >} > >src_test() { > python_version > PYTHONPATH="$(ls -d build/lib.*)" "${python}" run_tests.py || die "tests failed" >}
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 223171
: 153907 |
153909