Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99956 Details for
Bug 87779
media-plugins/pd-gem (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gem-0.90.0.ebuild
gem-0.90.0.ebuild (text/plain), 1.60 KB, created by
Federico Ferri (RETIRED)
on 2006-10-18 11:17:00 UTC
(
hide
)
Description:
gem-0.90.0.ebuild
Filename:
MIME Type:
Creator:
Federico Ferri (RETIRED)
Created:
2006-10-18 11:17:00 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator > >DESCRIPTION="Graphics Environment for Multimedia, an external for PureData" >HOMEPAGE="http://gem.iem.at" >SRC_URI="http://gem.iem.at/download/gem-${PV}.tar.gz > http://gem.iem.at/download/GemLibs-linux-1.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ppc ~sparc ~x86" >IUSE="X mmx static ieee1394 avi quicktime ftgl gltt mpeg" > >RDEPEND="media-libs/freetype > media-libs/glut > media-libs/jpeg > ieee1394? (media-libs/libdv) > media-libs/tiff > media-sound/pd > ftgl? (media-libs/ftgl) > gltt? (media-libs/gltt) > quicktime? (media-libs/libquicktime) > mpeg? (media-libs/mpeg-lib) > X? (virtual/x11)" > >DEPEND="${RDEPEND} > sys-apps/sed" > >src_unpack() { > unpack ${A} > > cd src/Gnu > #there is a bug in the configure script: > cat configure.in |sed -e "s/-Wl,-shared/-shared/g" >configure.new > mv configure.new configure.in > autoconf >} > >src_compile() { > cd src/Gnu > > # build GemLibs > ./makeauxlibs > > # quicktime missing header fix > if use quicktime; then > ln -s /usr/include/lqt ../../../GemLibs/quicktime > fi > > econf \ > $(use_with X x) \ > $(use_with ieee1394) \ > $(use_enable mmx) \ > $(use_enable static) \ > $(use_with avi) \ > $(use_with quicktime) \ > $(use_with mpeg) \ > $(use_with gltt) \ > $(use_with ftgl) \ > || die "$PN configure failed." > make || die "$PN make failed." >} > >src_install() { > pushd src/Gnu > emake DESTDIR="${D}" install || die "$PN install failed." > popd > einfo "Gem is now installed" > einfo "launch pd with -lib Gem or add -lib Gem to" > einfo "your .pdrc to load Gem automatically" >}
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 87779
:
55186
|
99467
|
99577
| 99956