Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 228649 Details for
Bug 316549
media-libs/vigra-1.7.0 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
use new patch
vigra-1.7.0-r1.ebuild (text/plain), 1.32 KB, created by
J. M. Gottfried
on 2010-04-21 16:30:23 UTC
(
hide
)
Description:
use new patch
Filename:
MIME Type:
Creator:
J. M. Gottfried
Created:
2010-04-21 16:30:23 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >inherit eutils cmake-utils > >DESCRIPTION="C++ computer vision library with emphasize on customizable algorithms and data structures" >HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/" >SRC_URI="http://hci.iwr.uni-heidelberg.de/vigra/${P}-src.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc test python +hdf5 valgrind" > >DEPEND=" > doc? ( > app-doc/doxygen > dev-lang/python > python? ( dev-python/sphinx ) > ) > test? ( dev-python/nose ) > hdf5? ( >=sci-libs/hdf5-1.8.0 ) > python? ( dev-python/numpy ) > valgrind? ( dev-util/valgrind ) > dev-libs/boost[python?] > media-libs/tiff > media-libs/libpng > media-libs/jpeg > >=sci-libs/fftw-3 > >=dev-util/cmake-2.8.0 >" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}-src" > >mycmakeargs=" > -DAUTOEXEC_TESTS:BOOL=OFF > -DDOCDIR:PATH=${S}_build/doc > -DDOCINSTALL:PATH=share/doc/${P} > $(cmake-utils_use_build test TESTING) > $(cmake-utils_use test AUTOBUILD_TESTS) > $(cmake-utils_use_with python VIGRANUMPY) > $(cmake-utils_use_with hdf5 HDF5) > $(cmake-utils_use_with valgrind VALGRIND) >" > >src_prepare() { > # patchlevel of newer mercurial revision > epatch "${FILESDIR}/${P}-0e8b9c541be4.patch" >} > >src_compile () { > cmake-utils_src_compile > > use doc && cmake-utils_src_make doc >}
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 316549
:
228635
|
228637
|
228647
| 228649