Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 529954 Details for
Bug 654974
media-gfx/darktable-9999 with GCC 8.1 - .../work/darktable-9999/src/bauhaus/bauhaus.h:37:32: error: unnecessary parentheses in declaration of 'dt_bh_get_type' [-Werror=parentheses]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patched ebuild
darktable-9999.ebuild (text/plain), 3.42 KB, created by
Helmut Jarausch
on 2018-05-05 14:49:46 UTC
(
hide
)
Description:
patched ebuild
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2018-05-05 14:49:46 UTC
Size:
3.42 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit cmake-utils eutils flag-o-matic git-r3 gnome2-utils pax-utils toolchain-funcs versionator xdg-utils > >EGIT_REPO_URI="https://github.com/darktable-org/${PN}.git" > >DESCRIPTION="A virtual lighttable and darkroom for photographers" >HOMEPAGE="https://www.darktable.org/" > >LICENSE="GPL-3 CC-BY-3.0" >SLOT="0" >#KEYWORDS="~amd64 ~x86" >LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk" ># TODO add lua once dev-lang/lua-5.2 is unmasked >IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto2 graphicsmagick jpeg2k kwallet >nls opencl openmp openexr pax_kernel webp >${LANGS// / l10n_}" > ># sse3 support is required to build darktable >REQUIRED_USE="cpu_flags_x86_sse3" > >CDEPEND=" > dev-db/sqlite:3 > dev-libs/json-glib > dev-libs/libxml2:2 > dev-libs/pugixml:0= > gnome-base/librsvg:2 > >=media-gfx/exiv2-0.25-r2:0=[xmp] > media-libs/lcms:2 > >=media-libs/lensfun-0.2.3:0= > media-libs/libpng:0= > media-libs/tiff:0 > net-libs/libsoup:2.4 > net-misc/curl > sys-libs/zlib:= > virtual/jpeg:0 > x11-libs/cairo > >=x11-libs/gtk+-3.14:3 > x11-libs/pango > colord? ( x11-libs/colord-gtk:0= ) > cups? ( net-print/cups ) > flickr? ( media-libs/flickcurl ) > geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 ) > gnome-keyring? ( >=app-crypt/libsecret-0.18 ) > gphoto2? ( media-libs/libgphoto2:= ) > graphicsmagick? ( media-gfx/graphicsmagick ) > jpeg2k? ( media-libs/openjpeg:2= ) > opencl? ( virtual/opencl ) > openexr? ( media-libs/openexr:0= ) > webp? ( media-libs/libwebp:0= )" >RDEPEND="${CDEPEND} > kwallet? ( >=kde-frameworks/kwallet-5.34.0-r1 )" >DEPEND="${CDEPEND} > dev-util/intltool > virtual/pkgconfig > nls? ( sys-devel/gettext ) > opencl? ( > >=sys-devel/clang-4 > >=sys-devel/llvm-4 > )" > >pkg_pretend() { > if use openmp ; then > tc-has-openmp || die "Please switch to an openmp compatible compiler" > fi >} > >src_prepare() { > use cpu_flags_x86_sse3 && append-flags -msse3 > sed -i -e 's/define DT_BAUHAUS_WIDGET_TYPE (dt_bh_get_type())/define DT_BAUHAUS_WIDGET_TYPE dt_bh_get_type()/' src/bauhaus/bauhaus.h > cmake-utils_src_prepare >} > >src_configure() { > local mycmakeargs=( > -DBUILD_PRINT=$(usex cups) > -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" > -DCUSTOM_CFLAGS=ON > -DUSE_CAMERA_SUPPORT=$(usex gphoto2) > -DUSE_COLORD=$(usex colord) > -DUSE_FLICKR=$(usex flickr) > -DUSE_GRAPHICSMAGICK=$(usex graphicsmagick) > -DUSE_KWALLET=$(usex kwallet) > -DUSE_LIBSECRET=$(usex gnome-keyring) > -DUSE_LUA=OFF > -DUSE_MAP=$(usex geolocation) > -DUSE_NLS=$(usex nls) > -DUSE_OPENCL=$(usex opencl) > -DUSE_OPENEXR=$(usex openexr) > -DUSE_OPENJPEG=$(usex jpeg2k) > -DUSE_OPENMP=$(usex openmp) > -DUSE_WEBP=$(usex webp) > ) > CMAKE_BUILD_TYPE="RELWITHDEBINFO" > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > > for lang in ${LANGS} ; do > use l10n_${lang} || rm -r "${ED}"/usr/share/locale/${lang/-/_} > done > > 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 > xdg_desktop_database_update >} > >pkg_postrm() { > gnome2_icon_cache_update > xdg_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 654974
: 529954