Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172234 Details for
Bug 222541
incorrect sound depandancies for gcompris 8.4.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gcompris-8.4.7.ebuild
gcompris-8.4.7.ebuild (text/plain), 1.95 KB, created by
Marian Kyral
on 2008-11-18 16:09:40 UTC
(
hide
)
Description:
gcompris-8.4.7.ebuild
Filename:
MIME Type:
Creator:
Marian Kyral
Created:
2008-11-18 16:09:40 UTC
Size:
1.95 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-8.4.5.ebuild,v 1.3 2008/08/04 15:28:55 mr_bones_ Exp $ > >EAPI=1 >inherit autotools eutils python games > >DESCRIPTION="full featured educational application for children from 2 to 10" >HOMEPAGE="http://gcompris.net/" >SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="debug gnet python sqlite alsa oss" > >RDEPEND="x11-libs/gtk+:2 > media-libs/gstreamer:0.10 > media-libs/gst-plugins-good > media-plugins/gst-plugins-ogg > media-plugins/gst-plugins-vorbis > >=gnome-base/libgnomecanvas-2.3.6 > media-libs/sdl-mixer > media-libs/libsdl > dev-libs/libxml2 > dev-libs/popt > virtual/libintl > games-board/gnuchess > gnet? ( net-libs/gnet:2 ) > python? ( > dev-python/gnome-python > dev-python/pygtk > dev-python/pyxml > dev-python/pysqlite:2 > ) > sqlite? ( dev-db/sqlite:3 ) > alsa? ( media-plugins/gst-plugins-alsa ) > oss? ( media-plugins/gst-plugins-oss ) " >DEPEND="${RDEPEND} > sys-devel/gettext > sys-apps/texinfo > app-text/texi2html > dev-util/pkgconfig" >RDEPEND="${RDEPEND} > media-gfx/tuxpaint > sci-electronics/gnucap" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch \ > "${FILESDIR}"/${P}-build.patch >## "${FILESDIR}"/${P}-redhat.patch > cp /usr/share/gettext/config.rpath . > eautoreconf >} > >src_compile() { > python_version > GNUCHESS="${GAMES_BINDIR}"/gnuchess \ > egamesconf \ > --disable-dependency-tracking \ > --datarootdir="${GAMES_DATADIR}" \ > --datadir="${GAMES_DATADIR}" \ > --localedir=/usr/share/locale \ > --infodir=/usr/share/info \ > --enable-xf86vidmode \ > $(use_with python python /usr/bin/python${PYVER}) \ > $(use_enable debug) \ > $(use_enable gnet) \ > $(use_enable sqlite) \ > || die > emake -j1 || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog NEWS README THANKS TODO > prepgamesdirs >}
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 222541
:
153457
| 172234