Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207302 Details for
Bug 289301
media-libs/opencv-2.0.0.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
opencv-2.0.0.ebuild
opencv-2.0.0.ebuild (text/plain), 2.00 KB, created by
Aaron Mavrinac (ezod)
on 2009-10-16 11:21:35 UTC
(
hide
)
Description:
opencv-2.0.0.ebuild
Filename:
MIME Type:
Creator:
Aaron Mavrinac (ezod)
Created:
2009-10-16 11:21:35 UTC
Size:
2.00 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >inherit eutils cmake-utils > >DESCRIPTION="A collection of algorithms and sample code for various computer vision problems." >HOMEPAGE="http://opencv.willowgarage.com" >SRC_URI="mirror://sourceforge/${PN}library/OpenCV-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="debug python ieee1394 ffmpeg gstreamer gtk jpeg2k jpeg png tiff v4l xine >zlib -oldpython -octave" > >COMMON_DEPEND="python? ( >=dev-lang/python-2.5 ) > ieee1394? ( >=sys-libs/libraw1394-1.2.0 media-libs/libdc1394:1 ) > ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) > gstreamer? ( media-libs/gstreamer ) > gtk? ( x11-libs/gtk+:2 ) > jpeg2k? ( media-libs/jasper ) > jpeg? ( media-libs/jpeg ) > png? ( media-libs/libpng:1.2 ) > tiff? ( media-libs/tiff ) > xine? ( media-libs/xine-lib ) > zlib? ( sys-libs/zlib ) > oldpython? ( >=dev-lang/python-2.5 >=dev-lang/swig-1.3.30 ) > octave? ( sci-mathematics/octave >=dev-lang/swig-1.3.30 )" > >DEPEND="${COMMON_DEPEND} > >=dev-util/cmake-2.6 > dev-util/pkgconfig" >RDEPEND="${COMMON_DEPEND}" > >MAKEOPTS="${MAKEOPTS} -j1" > >S="${WORKDIR}/OpenCV-${PV}" > >src_configure() { > use python && mycmakeargs="${mycmakeargs} -DBUILD_NEW_PYTHON_SUPPORT=ON" \ > || mycmakeargs="${mycmakeargs} -DBUILD_NEW_PYTHON_SUPPORT=OFF" > use oldpython && mycmakeargs="${mycmakeargs} -DBUILD_SWIG_PYTHON_SUPPORT=ON" \ > || mycmakeargs="${mycmakeargs} -DBUILD_SWIG_PYTHON_SUPPORT=OFF" > use octave && mycmakeargs="${mycmakeargs} -DBUILD_OCTAVE_SUPPORT=ON" \ > || mycmakeargs="${mycmakeargs} -DBUILD_OCTAVE_SUPPORT=OFF" > mycmakeargs="${mycmakeargs} \ > $(cmake-utils_use_with ieee1394 1394) \ > $(cmake-utils_use_with ffmpeg) \ > $(cmake-utils_use_with gstreamer) \ > $(cmake-utils_use_with gtk) \ > $(cmake-utils_use_with jpeg2k jasper) \ > $(cmake-utils_use_with jpeg) \ > $(cmake-utils_use_with png) \ > $(cmake-utils_use_with tiff) \ > $(cmake-utils_use_with v4l) \ > $(cmake-utils_use_with xine)" > cmake-utils_src_configure >}
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 289301
: 207302