Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97703 Details for
Bug 148580
net-misc/asterisk - patch for broken G.726-32 codec
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
asterisk-1.2.11.ebuild.diff
asterisk-1.2.11.ebuild.diff (text/plain), 1.02 KB, created by
Stefan Briesenick (RETIRED)
on 2006-09-21 15:41:38 UTC
(
hide
)
Description:
asterisk-1.2.11.ebuild.diff
Filename:
MIME Type:
Creator:
Stefan Briesenick (RETIRED)
Created:
2006-09-21 15:41:38 UTC
Size:
1.02 KB
patch
obsolete
>--- asterisk-1.2.11.ebuild 2006-09-14 21:36:06.000000000 +0200 >+++ asterisk-1.2.11-r1.ebuild 2006-09-19 22:18:41.000000000 +0200 >@@ -5,7 +5,7 @@ > inherit eutils > > IUSE="alsa bri curl debug doc gtk genericjb h323 hardened lowmem mmx mysql \ >- nosamples odbc osp postgres pri speex sqlite ssl ukcid zaptel" >+ nosamples odbc osp postgres pri spandsp speex sqlite ssl ukcid zaptel" > > BRI_VERSION="0.3.0-PRE-1s" > AST_PATCHES="1.2.11-patches-1.0" >@@ -47,6 +47,7 @@ > curl? ( net-misc/curl ) > odbc? ( dev-db/unixODBC ) > mysql? ( dev-db/mysql ) >+ spandsp? ( >=media-libs/spandsp-0.0.2_pre26 ) > speex? ( media-libs/speex ) > sqlite? ( <dev-db/sqlite-3.0.0 ) > zaptel? ( >=net-misc/zaptel-1.2.8 ) >@@ -276,6 +277,14 @@ > #sed -i -e "s:^\(GENERIC_JB = \)#-DAST_JB:\1 -DAST_JB:" \ > # Makefile > fi >+ >+ # >+ # replace asterisk's (broken) G.726-32 codec with spandsp codec >+ # >+ if use spandsp; then >+ epatch "${FILESDIR}/1.2.0/spandsp-0.0.2_codecs.diff" >+ cp "${FILESDIR}/1.2.0/spandsp-0.0.2_codec_g726.c" codecs/codec_g726.c >+ fi > } > > src_compile() {
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 148580
:
97701
|
97702
| 97703