Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 716694 Details for
Bug 796560
media-video/shotcut-21.06.15 Version Bump (switch to mlt-7)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Simple bumped shotcut-21.06.15.ebuild
shotcut-21.06.15.ebuild (text/plain), 1.35 KB, created by
Sven Eden
on 2021-06-18 07:59:12 UTC
(
hide
)
Description:
Simple bumped shotcut-21.06.15.ebuild
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2021-06-18 07:59:12 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit qmake-utils xdg > >DESCRIPTION="A free, open source, cross-platform video editor" >HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/" >if [[ ${PV} != 9999* ]] ; then > SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >else > inherit git-r3 > EGIT_REPO_URI="https://github.com/mltframework/shotcut/" >fi > >IUSE="debug" > >LICENSE="GPL-3+" >SLOT="0" > >BDEPEND=" > dev-qt/linguist-tools:5 >" >COMMON_DEPEND=" > dev-qt/qtcore:5 > dev-qt/qtdeclarative:5[widgets] > dev-qt/qtgui:5 > dev-qt/qtmultimedia:5 > dev-qt/qtnetwork:5 > dev-qt/qtopengl:5 > dev-qt/qtprintsupport:5 > dev-qt/qtquickcontrols2:5 > dev-qt/qtsql:5 > dev-qt/qtwebsockets:5 > dev-qt/qtwidgets:5 > dev-qt/qtxml:5 > >=media-libs/mlt-7.0.1[ffmpeg,frei0r,fftw,jack,melt(+),opengl,qt5,sdl,xml] > media-video/ffmpeg >" >DEPEND="${COMMON_DEPEND} > dev-qt/qtconcurrent:5 > dev-qt/qtx11extras:5 >" >RDEPEND="${COMMON_DEPEND} > dev-qt/qtgraphicaleffects:5 > dev-qt/qtquickcontrols:5 > virtual/jack >" > >src_configure() { > local myqmakeargs=( > PREFIX="${EPREFIX}/usr" > SHOTCUT_VERSION="${PV}" > DEFINES+=SHOTCUT_NOUPGRADE > ) > use debug || myqmakeargs+=(DEFINES+=NDEBUG) > > eqmake5 "${myqmakeargs[@]}" >} > >src_install() { > emake INSTALL_ROOT="${D}" install > einstalldocs >}
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 796560
: 716694