Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472538 Details for
Bug 618408
media-libs/libopenshot-0.1.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libopenshot-0.1.5.ebuild
libopenshot-0.1.5.ebuild (text/plain), 2.09 KB, created by
Vladimir
on 2017-05-14 05:55:53 UTC
(
hide
)
Description:
libopenshot-0.1.5.ebuild
Filename:
MIME Type:
Creator:
Vladimir
Created:
2017-05-14 05:55:53 UTC
Size:
2.09 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python3_{4,5} ) > >inherit cmake-utils python-single-r1 toolchain-funcs versionator > >DESCRIPTION="Video editing library used by OpenShot" >HOMEPAGE="http://www.openshotvideo.com/" >SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+imagemagick libav +python test" ># https://github.com/OpenShot/libopenshot/issues/43 >RESTRICT="test" > >REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" > >RDEPEND=" > net-libs/cppzmq > dev-qt/qtcore:5 > dev-qt/qtgui:5 > dev-qt/qtmultimedia:5[widgets] > media-libs/libopenshot-audio > imagemagick? ( media-gfx/imagemagick:0=[cxx] ) > libav? ( media-video/libav:=[encode,x264,xvid,vpx,mp3,theora] ) > !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] ) > python? ( ${PYTHON_DEPS} ) >" >DEPEND=" > ${RDEPEND} > python? ( dev-lang/swig ) > test? ( dev-libs/unittest++ ) >" > ># https://github.com/OpenShot/libopenshot/pull/45 >PATCHES=( ${FILESDIR}/${P}-fix-tests.patch ) > >pkg_pretend() { > if [[ ${MERGE_TYPE} != binary ]] && ! tc-has-openmp; then > eerror "${P} requires a compiler with OpenMP support. Your current" > eerror "compiler does not support it. If you use gcc, you can" > eerror "re-emerge it with the 'openmp' use flag enabled." > die "The current compiler does not support OpenMP" > fi >} > >pkg_setup() { > use python && python-single-r1_pkg_setup >} > >src_prepare() { > # https://github.com/OpenShot/libopenshot/issues/17 > use test || cmake_comment_add_subdirectory tests > cmake-utils_src_prepare >} > >src_configure() { > local mycmakeargs=( > -DENABLE_RUBY=OFF # TODO: add ruby support > -DENABLE_PYTHON=$(usex python) > -DCMAKE_DISABLE_FIND_PACKAGE_ImageMagick=$(usex !imagemagick) > ) > use python && mycmakeargs+=( > -DPYTHON_EXECUTABLE="${PYTHON}" > -DPYTHON_INCLUDE_DIR="$(python_get_includedir)" > -DPYTHON_LIBRARY="$(python_get_library_path)" > ) > cmake-utils_src_configure >} > >src_test() { > cd "${BUILD_DIR}" || die > emake test >} > >src_install() { > cmake-utils_src_install > python_optimize >}
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 618408
: 472538 |
472542