Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 571294 Details for
Bug 682074
emerge doesn't support cmake's ExternalProject
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild showing the problem
kdenlive-9999.ebuild (text/plain), 2.20 KB, created by
Rafal Lalik
on 2019-03-30 19:49:03 UTC
(
hide
)
Description:
Ebuild showing the problem
Filename:
MIME Type:
Creator:
Rafal Lalik
Created:
2019-03-30 19:49:03 UTC
Size:
2.20 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >KDE_HANDBOOK="optional" >inherit kde5 > >DESCRIPTION="Non-linear video editing suite by KDE" >HOMEPAGE="https://www.kdenlive.org/" > >LICENSE="GPL-2" >KEYWORDS="" >IUSE="freesound gles2 jogshuttle semantic-desktop v4l -refactoring" > >RDEPEND=" > $(add_frameworks_dep karchive) > $(add_frameworks_dep kbookmarks) > $(add_frameworks_dep kcompletion) > $(add_frameworks_dep kconfig) > $(add_frameworks_dep kconfigwidgets) > $(add_frameworks_dep kcoreaddons) > $(add_frameworks_dep kcrash) > $(add_frameworks_dep kdbusaddons) > $(add_frameworks_dep kguiaddons) > $(add_frameworks_dep ki18n) > $(add_frameworks_dep kiconthemes) > $(add_frameworks_dep kio) > $(add_frameworks_dep kitemviews) > $(add_frameworks_dep kjobwidgets) > $(add_frameworks_dep knewstuff) > $(add_frameworks_dep knotifications) > $(add_frameworks_dep knotifyconfig) > $(add_frameworks_dep kservice) > $(add_frameworks_dep ktextwidgets) > $(add_frameworks_dep kwidgetsaddons) > $(add_frameworks_dep kxmlgui) > $(add_frameworks_dep solid) > $(add_qt_dep qtdbus) > $(add_qt_dep qtdeclarative) > $(add_qt_dep qtgui 'gles2=') > $(add_qt_dep qtnetwork) > $(add_qt_dep qtquickcontrols) > $(add_qt_dep qtscript) > $(add_qt_dep qtsvg) > $(add_qt_dep qtwidgets) > $(add_qt_dep qtxml) > >=media-libs/mlt-6.6.0-r1[ffmpeg,kdenlive,melt,qt5,sdl,sdl2(+),xml] > virtual/ffmpeg[encode,sdl,X] > virtual/opengl > freesound? ( $(add_qt_dep qtwebkit) ) > semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) > v4l? ( media-libs/libv4l ) >" >DEPEND="${RDEPEND} > $(add_qt_dep qtconcurrent) > sys-devel/gettext >" > >src_unpack() { > if use refactoring; then > EGIT_BRANCH="refactoring_timeline" > fi > > kde5_src_unpack >} > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_find_package freesound Qt5WebKitWidgets) > -DWITH_JogShuttle=$(usex jogshuttle) > $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) > $(cmake-utils_use_find_package v4l LibV4L2) > -DBUILD_TESTING=no > ) > > kde5_src_configure >} > >pkg_postinst() { > kde5_pkg_postinst > > # Gentoo bug 603168 > if ! has_version "media-libs/mlt[fftw]" ; then > elog "For 'Crop and Transform/Rotate and Shear' effect, please build media-libs/mlt with USE=fftw enabled." > fi >}
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 682074
: 571294