Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 436006 Details for
Bug 565472
net-libs/pjproject-2.5: New addition (Asterisk dependency)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pjproject-2.5.ebuild
pjproject-2.5.ebuild (text/plain), 2.22 KB, created by
Jaco Kroon
on 2016-06-01 11:03:57 UTC
(
hide
)
Description:
pjproject-2.5.ebuild
Filename:
MIME Type:
Creator:
Jaco Kroon
Created:
2016-06-01 11:03:57 UTC
Size:
2.22 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" >HOMEPAGE="http://www.pjsip.org/" >SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="alsa doc epoll examples +ext-sound ffmpeg g711 g722 g7221 gsm gsm-builtin ilbc ipp l16 large-filter libsamplerate libyuv opencore-amr openh264 opus oss portaudio python resample resample-dll sdl +shared silk small-filter sound speex speex-aec speex-builtin +srtp ssl v4l2 video webrtc" > >DEPEND="alsa? ( media-libs/alsa-lib ) > gsm? ( media-sound/gsm ) > ilbc? ( dev-libs/ilbc-rfc3951 ) > speex? ( media-libs/speex ) > srtp? ( net-libs/libsrtp ) > ssl? ( net-libs/gnutls )" > >RDEPEND="${DEPEND}" > >src_configure() { > econf \ > $(use_enable epoll) \ > $(use_enable shared) \ > $(use_enable resample) \ > $(use_enable sound) \ > $(use_enable oss) \ > $(use_enable video) \ > $(use_enable ext-sound) \ > $(use_enable small-filter) \ > $(use_enable large-filter) \ > $(use_enable speex-aec) \ > $(use_enable g711 g711-codec) \ > $(use_enable l16 l16-codec) \ > $(use_enable gsm-builtin gsm-codec) \ > $(use_enable g722 g722-codec) \ > $(use_enable g7221 g7221-codec) \ > $(use_enable speex-builtin speex-codec) \ > $(use_enable ilbc ilbc-codec) \ > $(use_enable libsamplerate) \ > $(use_enable resample-dll) \ > $(use_enable sdl) \ > $(use_enable ffmpeg) \ > $(use_enable v4l2) \ > $(use_enable openh264) \ > $(use_enable libyuv) \ > $(use_enable webrtc) \ > $(use_enable ipp) \ > $(use_enable ssl) \ > $(use_enable opencore-amr) \ > $(use_enable silk) \ > $(use_enable opus) \ > $(use_with speex external-speex) \ > $(use_with gsm external-gsm) \ > $(use_with srtp external-srtp) \ > $(use_with portaudio external-pa) >} > >src_compile () { > emake -j1 >} > >src_install() { > emake install DESTDIR="${D}" > > if use python; then > pushd pjsip-apps/src/python > ${EPYTHON} setup.py install --prefix="${D}/usr/" > popd > fi > > if use doc; then > dodoc README.txt README-RTEMS > fi > > if use examples; then > insinto "/usr/share/doc/${P}/examples" > doins "${S}/pjsip-apps/src/samples/"* > fi > > # Remove files that pjproject should not install > rm -r "${D}/usr/lib/libportaudio.a" \ > "${D}/usr/lib/libsrtp.a" >}
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 565472
:
416664
|
417472
|
417474
|
417482
|
421344
|
429066
|
429068
|
433894
|
434076
|
434078
|
436004
|
436006
|
436216
|
436766