Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 260856 Details for
Bug 352950
net-im/psimedia-1.0.3: Missing dev-util/pkgconfig dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch, works fine for me
psimedia-1.0.3.ebuild.patch (text/plain), 1.75 KB, created by
Nikoli
on 2011-01-27 12:40:21 UTC
(
hide
)
Description:
patch, works fine for me
Filename:
MIME Type:
Creator:
Nikoli
Created:
2011-01-27 12:40:21 UTC
Size:
1.75 KB
patch
obsolete
>--- /usr/portage/net-im/psimedia/psimedia-1.0.3.ebuild 2010-11-06 22:07:18.000000000 +0300 >+++ psimedia-1.0.3.ebuild 2011-01-25 18:41:22.000000000 +0300 >@@ -1,10 +1,10 @@ >-# Copyright 1999-2010 Gentoo Foundation >+# Copyright 1999-2011 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-im/psimedia/psimedia-1.0.3.ebuild,v 1.10 2010/11/06 19:04:49 halcy0n Exp $ > >-EAPI="2" >+EAPI=2 > >-inherit eutils qt4 multilib >+inherit qt4-r2 multilib eutils > > DESCRIPTION="Psi plugin for voice/video calls" > HOMEPAGE="http://delta.affinix.com/psimedia/" >@@ -15,16 +15,16 @@ > KEYWORDS="amd64 ~arm hppa ppc ppc64 x86" > IUSE="demo" > >-DEPEND=">=dev-libs/glib-2.18 >+COMMON_DEPEND=" >+ >=dev-libs/glib-2.18 > >=media-libs/gstreamer-0.10.22 > >=media-libs/gst-plugins-base-0.10.22 > media-libs/gst-plugins-good > >=dev-libs/liboil-0.3 >- x11-libs/qt-core >- x11-libs/qt-gui >- >=media-libs/speex-1.2_rc1" >- >-RDEPEND="${DEPEND} >+ >=x11-libs/qt-gui-4.4:4 >+ >=media-libs/speex-1.2_rc1 >+" >+RDEPEND="${COMMON_DEPEND} > media-plugins/gst-plugins-speex > >=media-plugins/gst-plugins-vorbis-0.10.22 > >=media-plugins/gst-plugins-theora-0.10.22 >@@ -35,16 +35,24 @@ > media-plugins/gst-plugins-jpeg > !<net-im/psi-0.13_rc1 > " >+DEPEND="${COMMON_DEPEND} >+ dev-util/pkgconfig >+" > > src_prepare() { > sed -e '/^TEMPLATE/a CONFIG += ordered' -i psimedia.pro || die > # Don't build demo if we don't need that. >- use demo || { sed -e '/^SUBDIRS[[:space:]]*+=[[:space:]]*demo[[:space:]]*$/d;' -i psimedia.pro || die; } >+ if use !demo; then >+ sed -e '/^SUBDIRS[[:space:]]*+=[[:space:]]*demo[[:space:]]*$/d;' \ >+ -i psimedia.pro || die >+ fi > } > > src_configure() { > # qconf generaged configure script... > ./configure || die >+ >+ eqmake4 > } > > src_install() {
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 352950
:
260853
| 260856