Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310043 Details for
Bug 372667
media-video/qt-recordmydesktop improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qt-recordmydesktop-0.3.8-r2.ebuild.patch
qt-recordmydesktop-0.3.8-r2.ebuild.patch (text/plain), 1.89 KB, created by
Michael Palimaka (kensington)
on 2012-04-25 13:36:23 UTC
(
hide
)
Description:
qt-recordmydesktop-0.3.8-r2.ebuild.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2012-04-25 13:36:23 UTC
Size:
1.89 KB
patch
obsolete
>--- qt-recordmydesktop-0.3.8-r1.ebuild >+++ qt-recordmydesktop-0.3.8-r2.ebuild >@@ -2,11 +2,13 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.8-r1.ebuild,v 1.1 2010/11/15 20:38:20 radhermit Exp $ > >-EAPI="2" >+EAPI=4 > >-inherit qt4-r2 eutils >+PYTHON_DEPEND="2:2.6" >+RESTRICT_PYTHON_ABIS="3.*" >+inherit autotools base eutils python > >-DESCRIPTION="QT4 interface for RecordMyDesktop" >+DESCRIPTION="Qt4 interface for RecordMyDesktop" > HOMEPAGE="http://recordmydesktop.sourceforge.net/" > SRC_URI="mirror://sourceforge/recordmydesktop/${P}.tar.gz" > >@@ -14,6 +16,7 @@ > SLOT="0" > KEYWORDS="~amd64 ~x86" > IUSE="" >+ > # Test is buggy : bug #186752 > # Tries to run intl-toolupdate without it being substituted from > # configure, make test tries run make check in flumotion/test what >@@ -21,17 +24,34 @@ > # much care... > RESTRICT="test" > >-RDEPEND="x11-libs/qt-gui:4 >- >=dev-python/PyQt4-4.1[X] >- >=media-video/recordmydesktop-0.3.8 >+RDEPEND=">=media-video/recordmydesktop-0.3.8 > x11-apps/xwininfo" >-DEPEND="${RDEPEND}" >+DEPEND="${RDEPEND} >+ >=dev-python/PyQt4-4.1[X]" > >-src_prepare() { >- epatch "${FILESDIR}"/${P}-check-for-jack.patch >+DOCS=( AUTHORS ChangeLog NEWS README ) >+ >+PATCHES=( >+ "${FILESDIR}/${P}-check-for-jack.patch" >+ "${FILESDIR}/${P}-desktopfile.patch" >+) >+ >+pkg_setup() { >+ python_set_active_version 2 >+ python_pkg_setup > } > >-src_install() { >- emake DESTDIR="${D}" install || die >- dodoc NEWS README AUTHORS ChangeLog >+src_prepare() { >+ base_src_prepare >+ >+ # these deps are required by PyQt4, not this package >+ sed -e '/^PKG_CHECK_MODULES/d' -i configure.ac || die "sed failed" >+ eautoreconf >+ >+ python_convert_shebangs 2 src/qt-recordMyDesktop.in >+ >+ sed -e 's/@ALL_LINGUAS@//' -i po/Makefile.in.in \ >+ || die "respect linguas sed failed" >+ strip-linguas -i po >+ echo ${LINGUAS} | tr ' ' '\n' > po/LINGUAS > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 372667
:
277863
| 310043 |
310045