Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 368204 Details for
Bug 448706
media-plugins/frei0r-plugins-1.3 - defish0r plugin makes kdenlive rendering fail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposal for frei0r-plugins-1.4.1-r1.ebuild
frei0r-plugins-1.4-r1.ebuild (text/plain), 1.45 KB, created by
Bernhard Stiftner
on 2014-01-20 00:31:31 UTC
(
hide
)
Description:
Proposal for frei0r-plugins-1.4.1-r1.ebuild
Filename:
MIME Type:
Creator:
Bernhard Stiftner
Created:
2014-01-20 00:31:31 UTC
Size:
1.45 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-plugins/frei0r-plugins/frei0r-plugins-1.4.ebuild,v 1.2 2013/08/27 20:38:19 aballier Exp $ > >EAPI=4 >inherit cmake-utils multilib > >DESCRIPTION="A minimalistic plugin API for video effects" >HOMEPAGE="http://www.dyne.org/software/frei0r/" >SRC_URI="http://files.dyne.org/frei0r/releases/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" >IUSE="doc +facedetect +scale0tilt" > >RDEPEND="x11-libs/cairo > facedetect? ( >=media-libs/opencv-2.3.0 ) > scale0tilt? ( >=media-libs/gavl-1.2.0 )" >DEPEND="${RDEPEND} > virtual/pkgconfig > doc? ( app-doc/doxygen )" > >DOCS=( AUTHORS ChangeLog README TODO ) > >src_prepare() { > # http://bugs.gentoo.org/448706 > epatch "${FILESDIR}/${P}-link-with-mathlib.patch" > > local f=CMakeLists.txt > > sed -i \ > -e '/set(CMAKE_C_FLAGS/d' \ > -e "/LIBDIR.*frei0r-1/s:lib:$(get_libdir):" \ > ${f} || die > > # http://bugs.gentoo.org/418243 > sed -i \ > -e '/set.*CMAKE_C_FLAGS/s:"): ${CMAKE_C_FLAGS}&:' \ > src/filter/*/${f} || die >} > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use "!facedetect" "WITHOUT_GAVL" ) > $(cmake-utils_use "!scale0tilt" "WITHOUT_OPENCV") > ) > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile > > if use doc; then > pushd doc > doxygen || die > popd > fi >} > >src_install() { > cmake-utils_src_install > > use doc && dohtml -r doc/html >}
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 448706
:
333398
|
368202
| 368204