Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341580 Details for
Bug 460570
media-lib/spandsp-0.0.6_pre21: readd CPU USE flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
spandsp-0.0.6_pre21.ebuild.diff
spandsp-0.0.6_pre21.ebuild.diff (text/plain), 1.83 KB, created by
Andrew Savchenko
on 2013-03-10 17:28:16 UTC
(
hide
)
Description:
spandsp-0.0.6_pre21.ebuild.diff
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2013-03-10 17:28:16 UTC
Size:
1.83 KB
patch
obsolete
>--- spandsp-0.0.6_pre21.ebuild.orig 2013-02-07 03:20:19.000000000 +0400 >+++ spandsp-0.0.6_pre21.ebuild 2013-03-10 20:51:05.000000000 +0400 >@@ -2,9 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild,v 1.1 2013/02/06 23:20:19 mattst88 Exp $ > >-EAPI="2" >+EAPI="5" > >-inherit multilib versionator >+inherit base multilib versionator > > DESCRIPTION="SpanDSP is a library of DSP functions for telephony." > HOMEPAGE="http://www.soft-switch.org/" >@@ -13,7 +13,7 @@ > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" >-IUSE="doc fixed-point static-libs" >+IUSE="doc fixed-point mmx sse sse2 sse3 sse41 sse42 sse4a ssse3 static-libs" > > RDEPEND="media-libs/tiff" > DEPEND="${RDEPEND} >@@ -22,6 +22,8 @@ > > S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) > >+PATCHES=( "${FILESDIR}/${P}-sse4x.patch" ) >+ > # TODO: > # there are two tests options: tests and test-data > # they need audiofile, fftw, libxml and probably more >@@ -32,12 +34,20 @@ > --disable-dependency-tracking \ > $(use_enable doc) \ > $(use_enable fixed-point) \ >+ $(use_enable mmx) \ >+ $(use_enable sse) \ >+ $(use_enable sse2) \ >+ $(use_enable sse3) \ >+ $(use_enable sse41 sse4_1) \ >+ $(use_enable sse42 sse4_2) \ >+ $(use_enable sse4a) \ >+ $(use_enable ssse3) \ > $(use_enable static-libs static) > } > > src_install () { >- emake DESTDIR="${D}" install || die "emake install failed" >- dodoc AUTHORS ChangeLog DueDiligence NEWS README || die "dodoc failed" >+ emake DESTDIR="${D}" install >+ dodoc AUTHORS ChangeLog DueDiligence NEWS README > > if ! use static-libs; then > # remove useless la file when not installing static lib >@@ -45,6 +55,6 @@ > fi > > if use doc; then >- dohtml -r doc/{api/html/*,t38_manual} || die "dohtml failed" >+ dohtml -r doc/{api/html/*,t38_manual} > fi > }
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 460570
:
341142
|
341144
|
341576
| 341580