| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/Attic/opencv-2.3.1a-r1.ebuild,v 1.5 2012/04/22 16:41:54 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/Attic/opencv-2.3.1a-r1.ebuild,v 1.6 2012/05/04 13:26:36 johu Exp $ |
| 4 | |
4 | |
| 5 | EAPI=3 |
5 | EAPI=3 |
| 6 | |
6 | |
| 7 | PYTHON_DEPEND="python? 2:2.6" |
7 | PYTHON_DEPEND="python? 2:2.6" |
| 8 | |
8 | |
| … | |
… | |
| 48 | v4l? ( >=media-libs/libv4l-0.8.3 ) |
48 | v4l? ( >=media-libs/libv4l-0.8.3 ) |
| 49 | xine? ( media-libs/xine-lib ) |
49 | xine? ( media-libs/xine-lib ) |
| 50 | " |
50 | " |
| 51 | DEPEND="${RDEPEND} |
51 | DEPEND="${RDEPEND} |
| 52 | doc? ( virtual/latex-base ) |
52 | doc? ( virtual/latex-base ) |
| 53 | dev-util/pkgconfig |
53 | virtual/pkgconfig |
| 54 | " |
54 | " |
| 55 | |
55 | |
| 56 | # REQUIRED_USE="opengl? ( qt )" |
56 | # REQUIRED_USE="opengl? ( qt )" |
| 57 | |
57 | |
| 58 | PATCHES=( |
58 | PATCHES=( |