Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88532 Details for
Bug 135785
ekiga-2.0.2.ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ekiga-2.0.2.ebuild
ekiga-2.0.2.ebuild (text/plain), 2.72 KB, created by
David PIRY
on 2006-06-06 09:15:48 UTC
(
hide
)
Description:
ekiga-2.0.2.ebuild
Filename:
MIME Type:
Creator:
David PIRY
Created:
2006-06-06 09:15:48 UTC
Size:
2.72 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/ekiga/ekiga-2.0.1.ebuild,v 1.4 2006/03/25 10:13:29 genstef Exp $ > >inherit gnome2 eutils flag-o-matic > >DESCRIPTION="H.323 and SIP VoIP softphone" >HOMEPAGE="http://www.ekiga.org/" >SRC_URI="http://www.gnomemeeting.net/misc/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="avahi dbus gnome ipv6 sdl ssl v4l" > >RDEPEND="~dev-libs/pwlib-1.10.1 > ~net-libs/opal-2.2.2 > >=net-nds/openldap-2.0.0 > >=x11-libs/gtk+-2.4.0 > >=dev-libs/glib-2.0.0 > >=dev-libs/libxml2-2.6.1 > ssl? ( >=dev-libs/openssl-0.9.6g ) > sdl? ( >=media-libs/libsdl-1.2.4 ) > dbus? ( >=sys-apps/dbus-0.61 ) > avahi? ( net-dns/avahi ) > gnome? ( >=gnome-base/libbonoboui-2.2.0 > >=gnome-base/libbonobo-2.2.0 > >=gnome-base/libgnomeui-2.2.0 > >=gnome-base/libgnome-2.2.0 > >=gnome-base/gnome-vfs-2.2.0 > >=gnome-base/gconf-2.2.0 > >=gnome-base/orbit-2.5.0 > gnome-extra/evolution-data-server > >=media-sound/esound-0.2.28 )" > > >DEPEND="${RDEPEND} > dev-lang/perl > >=dev-util/pkgconfig-0.12.0 > >=dev-util/intltool-0.20 > gnome? ( app-text/scrollkeeper )" > >pkg_setup() { > if ! built_with_use dev-libs/pwlib ldap; then > einfo "You need to build dev-libs/pwlib with USE=ldap enabled." > die "Pwlib w/o ldap-support detected." > fi >} > >src_unpack() { > unpack ${A} > > cd ${S} > # Fix configure to install schemafile into the proper directory > epatch ${FILESDIR}/${PN}-1.99.0-configure.patch >} > >src_compile() { > local myconf > > # filter -O3, causes trouble with plugins (bug #88710) > replace-flags -O3 -O2 > > # > # don't touch! yes, it works this way. > # no, changing to use_enable / use_with breaks it > # > if use ssl; then > myconf="${myconf} --with-openssl-libs=/usr/lib" > myconf="${myconf} --with-openssl-includes=/usr/include/openssl" > fi > > use sdl \ > && myconf="${myconf} --with-sdl-prefix=/usr" \ > || myconf="${myconf} --disable-sdltest" > > use gnome \ > || myconf="${myconf} --disable-gnome --disable-scrollkeeper --disable-schemas-install" > > use dbus \ > && myconf="${myconf} --enable-dbus" > > use avahi \ > || myconf="${myconf} --disable-avahi" > > > econf \ > $(use_enable ipv6) \ > ${myconf} || die "configure failed" > > emake || die "emake failed" >} > >src_install() { > if use gnome; then > gnome2_src_install > else > make DESTDIR=${D} install || die "make install failed" > rm -rf ${D}/usr/lib/bonobo > > dodoc AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO > fi >} > >pkg_postinst() { > if use gnome; then > gnome2_pkg_postinst > # we need to fix the GConf permissions, see bug #59764 > # <obz@gentoo.org> > einfo "Fixing GConf permissions for ekiga" > ekiga-config-tool --fix-permissions > fi >} > >DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO"
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 135785
:
88532
|
88533
|
88534
|
88536