Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82791 Details for
Bug 127091
ekiga-bar-2.0.1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ekiga-2.0.1.ebuild
ekiga-2.0.1.ebuild (text/plain), 2.14 KB, created by
David PIRY
on 2006-03-21 08:54:11 UTC
(
hide
)
Description:
ekiga-2.0.1.ebuild
Filename:
MIME Type:
Creator:
David PIRY
Created:
2006-03-21 08:54:11 UTC
Size:
2.14 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License, v2 or later ># Maintainer: David PIRY <klessou@gmail.com> ># $Header:$ > >IUSE="avahi dbus gnome sdl ssl" > >S="${WORKDIR}/${P}" > >DESCRIPTION="Ekiga SIP and H.323 compatible VoIP." >SRC_URI="http://www.ekiga.org/admin/downloads/latest/sources/sources/${P}.tar.gz" >HOMEPAGE="http://www.ekiga.org" >LICENSE="GPL-2" > >KEYWORDS="~amd64 ~ppc ~sparc ~x86" > >RDEPEND=">=dev-libs/pwlib-1.10.0 > >=dev-libs/opal-2.2.1 > ~net-libs/openh323-1.15.6 > >=net-nds/openldap-2.0.0 > >=x11-libs/gtk+-2.4.0 > >=dev-libs/glib-2.4.0 > >=dev-libs/libxml2-2.6.1 > >=media-sound/esound-0.2.28 > ssl? ( >=dev-libs/openssl-0.9.6g ) > sdl? ( >=media-libs/libsdl-1.2.4 ) > dbus? ( >=sys-apps/dbus-0.36 ) > avahi? ( >=net-dns/avahi-0.6 ) > 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 )" > >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.12.0 > >=dev-util/intltool-0.20 > dev-lang/perl > dev-perl/XML-Parser > >=sys-devel/automake-1.7 > sys-devel/autoconf > gnome? ( app-text/scrollkeeper )" > >src_compile() { > local myconf > > # filter -O3, causes trouble with plugins (bug #88710) > replace-flags -O3 -O2 > > # > # i'm going to break your fingers if you touch these! > # > 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" > > use dbus \ > && myconf="${myconf} --enable-dbus" > > use avahi \ > || myconf="${myconf} --disable-avahi" > > econf \ > --prefix=/usr \ > --host=${CHOST} \ > ${myconf} \ > $(use_enable ipv6) || die "configure failed" > emake -j1 || die >} > >src_install() { > # gconf shemas modification in rw mode > addwrite "/etc/gconf/gconf.xml.defaults/" > make DESTDIR=${D} install || die "make install failed" > > # Install documentation. > dodoc AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README 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 127091
:
82790
| 82791