Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145539 Details for
Bug 212690
sci-visualization/qtiplot-0.9.3 deps conflict w/ sci-visualization/labplot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
labplot-1.6.0.1-r1.ebuild
labplot-1.6.0.1-r1.ebuild (text/plain), 2.87 KB, created by
Alexey Shvetsov
on 2008-03-08 11:30:34 UTC
(
hide
)
Description:
labplot-1.6.0.1-r1.ebuild
Filename:
MIME Type:
Creator:
Alexey Shvetsov
Created:
2008-03-08 11:30:34 UTC
Size:
2.87 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.6.0.1.ebuild,v 1.3 2008/03/07 03:02:44 bicatali Exp $ > >inherit eutils kde multilib > >MY_P="LabPlot-${PV}" > >DESCRIPTION="KDE application for data plotting and function analysis." >HOMEPAGE="http://labplot.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="GPL-2" > >KEYWORDS="~amd64 ~x86" >SLOT="0" >IUSE="audiofile bindist cdf fftw hdf5 gsl imagemagick jpeg2k kexi > netcdf opengl qhull R tiff liborigin" > >RDEPEND="media-gfx/pstoedit > liborigin? ( <sci-libs/liborigin-20080225 ) > virtual/ghostscript > gsl? ( bindist? ( <sci-libs/gsl-1.10 ) !bindist? ( sci-libs/gsl ) ) > audiofile? ( media-libs/audiofile ) > fftw? ( >=sci-libs/fftw-3 ) > imagemagick? ( media-gfx/imagemagick ) > jpeg2k? ( media-libs/jasper ) > tiff? ( media-libs/tiff ) > opengl? ( virtual/opengl x11-libs/qwtplot3d-qt3 ) > kexi? ( || ( app-office/kexi app-office/koffice ) ) > cdf? ( sci-libs/cdf ) > netcdf? ( sci-libs/netcdf ) > hdf5? ( sci-libs/hdf5 ) > qhull? ( media-libs/qhull ) > R? ( dev-lang/R )" > >DEPEND="${RDEPEND}" >PATCHES="${FILESDIR}/${P}-linkexec.patch ${FILESDIR}/${P}-desktop.patch" > >need-kde 3.5 > >S="${WORKDIR}/${MY_P}" > >src_unpack() { > kde_src_unpack > > cd "${S}" > # let's make sure we don't use included libs > echo "# Using shared libs!" >| netcdf/netcdf.h > echo "# Using shared libs!" >| qwtplot3d/qwt3d_plot.h > if use liborigin ; then > echo "# Using shared libs!" >| liborigin*/OPJFile.h > fi > > # sed for qwtplot3d, qt3 version (gentoo-specific) > # (should be gone when labplot using qt4) > sed -i \ > -e 's:-lqwtplot3d:-lqwtplot3d-qt3:g' \ > -e 's:include/qwtplot3d:include/qwtplot3d-qt3:g' \ > -e 's:AC_CHECK_LIB(qwtplot3d,:AC_CHECK_LIB(qwtplot3d-qt3,:' \ > configure || die >} > >src_compile() { > export QTDIR="/usr/qt/3" > export QWT3D_PATH="/usr" > export KEXIDB_DIR="/usr" > use R && export R_HOME=/usr/$(get_libdir)/R > > # reasons for disabling options: > # - fftw is fftw2, so we prefer fftw3 > # - texvc external would need mediawiki (big), internal conflicts with it > # - ocaml: only used to compile internal texvc > # - qsa in portage tree is too buggy > # file a bug if you have workarounds > local myconf=" > --disable-fftw > --disable-texvc > --disable-ocaml > --disable-qsa > --enable-ps2eps > $(use_enable liborigin system-liborigin) > $(use_enable audiofile) > $(use_enable fftw fftw3) > $(use_enable gsl) > $(use_enable imagemagick ImageMagick) > $(use_enable jpeg2k jasper) > $(use_enable tiff) > $(use_enable kexi KexiDB) > $(use_enable cdf) > $(use_enable hdf5) > $(use_enable netcdf) > $(use_enable netcdf system-netcdf) > $(use_enable opengl gl) > $(use_enable opengl system-qwtplot3d) > $(use_enable qhull) > $(use_enable R)" > > kde_src_compile >} > >src_install() { > kde_src_install > dodoc BUGS* WISHLIST CHANGES FEATURES \ > TIPS PLAN CREDITS || die >}
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 212690
: 145539 |
145540