Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352670 Details for
Bug 475814
media-gfx/darktable-9999 - add USE=gphoto-import and warn against its use
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with additional useflag
darktable-9999.ebuild (text/plain), 3.52 KB, created by
Florian Manschwetus
on 2013-07-05 10:31:09 UTC
(
hide
)
Description:
ebuild with additional useflag
Filename:
MIME Type:
Creator:
Florian Manschwetus
Created:
2013-07-05 10:31:09 UTC
Size:
3.52 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild,v 1.10 2013/07/03 09:43:13 radhermit Exp $ > >EAPI=5 > >inherit cmake-utils toolchain-funcs gnome2-utils fdo-mime git-2 pax-utils eutils > >EGIT_REPO_URI="git://github.com/darktable-org/darktable.git" > >DESCRIPTION="A virtual lighttable and darkroom for photographers" >HOMEPAGE="http://www.darktable.org/" > >LICENSE="GPL-3" >SLOT="0" >IUSE="colord flickr geo gnome-keyring gphoto2 gphoto-import graphicsmagick jpeg2k kde >nls opencl openmp pax_kernel +rawspeed +slideshow +squish web-services" > >CDEPEND=" > dev-db/sqlite:3 > >=dev-libs/glib-2.28:2 > dev-libs/libxml2:2 > colord? ( x11-misc/colord ) > flickr? ( media-libs/flickcurl ) > geo? ( net-libs/libsoup:2.4 ) > gnome-keyring? ( gnome-base/gnome-keyring ) > gnome-base/librsvg:2 > gphoto2? ( media-libs/libgphoto2 ) > graphicsmagick? ( media-gfx/graphicsmagick ) > jpeg2k? ( media-libs/openjpeg:0 ) > media-gfx/exiv2[xmp] > media-libs/lcms:2 > >=media-libs/lensfun-0.2.3 > media-libs/libpng:0 > media-libs/openexr > media-libs/tiff:0 > net-misc/curl > opencl? ( virtual/opencl ) > slideshow? ( > media-libs/libsdl > virtual/glu > virtual/opengl > ) > virtual/jpeg > web-services? ( dev-libs/json-glib ) > x11-libs/cairo > x11-libs/gdk-pixbuf:2 > x11-libs/gtk+:2 > x11-libs/pango" >RDEPEND="${CDEPEND} > kde? ( kde-base/kwalletd )" >DEPEND="${CDEPEND} > virtual/pkgconfig > nls? ( sys-devel/gettext )" > >pkg_pretend() { > if use openmp ; then > tc-has-openmp || die "Please switch to an openmp compatible compiler" > fi >} > >src_prepare() { > sed -e "s:\(/share/doc/\)darktable:\1${PF}:" \ > -e "s:LICENSE::" \ > -i doc/CMakeLists.txt || die > > epatch_user >} > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_use colord COLORD) > $(cmake-utils_use_use flickr FLICKR) > $(cmake-utils_use_use geo GEO) > $(cmake-utils_use_use gnome-keyring GNOME_KEYRING) > $(cmake-utils_use_use gphoto2 CAMERA_SUPPORT) > $(cmake-utils_use_use graphicsmagick GRAPHICSMAGICK) > $(cmake-utils_use_use jpeg2k OPENJPEG) > $(cmake-utils_use_use nls NLS) > $(cmake-utils_use_use opencl OPENCL) > $(cmake-utils_use_use openmp OPENMP) > $(cmake-utils_use !rawspeed DONT_USE_RAWSPEED) > $(cmake-utils_use_use squish SQUISH) > $(cmake-utils_use_build slideshow SLIDESHOW) > $(cmake-utils_use_use web-services GLIBJSON) > $(cmake-utils_use_use gphoto-import USE_CAMERA_IMPORT) > -DCUSTOM_CFLAGS=ON > -DINSTALL_IOP_EXPERIMENTAL=ON > -DINSTALL_IOP_LEGACY=ON > ) > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > > if use pax_kernel && use opencl ; then > pax-mark Cm "${ED}"/usr/bin/${PN} || die > eqawarn "USE=pax_kernel is set meaning that ${PN} will be run" > eqawarn "under a PaX enabled kernel. To do so, the ${PN} binary" > eqawarn "must be modified and this *may* lead to breakage! If" > eqawarn "you suspect that ${PN} is broken by this modification," > eqawarn "please open a bug." > fi >} > >pkg_preinst() { > gnome2_icon_savelist >} > >pkg_postinst() { > gnome2_icon_cache_update > fdo-mime_desktop_database_update > if use gphoto-import ; then > ewarn "You enable import from camera through gphoto, this is an" > ewarn "unmaintained and probably harmful feature as it would" > ewarn "continue import without notice in case of probelms, like" > ewarn "disk full or such. Which means that your pictures are" > ewarn "deleted from cam after import when they couldn't be written" > ewarn "somewhere, when you have selected to do so." > fi >} > >pkg_postrm() { > gnome2_icon_cache_update > fdo-mime_desktop_database_update >}
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 475814
:
352670
|
352672