Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516830 - media-libs/spandsp-0.0.6 version bump
Summary: media-libs/spandsp-0.0.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 08:54 UTC by Oliver Jaksch
Modified: 2015-02-03 23:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
updated ebuild (spandsp-0.0.6.ebuild,1.49 KB, text/plain)
2014-07-10 08:54 UTC, Oliver Jaksch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Jaksch 2014-07-10 08:54:29 UTC
Created attachment 380530 [details]
updated ebuild

After some years since the pre-releases the somewhat-stable v0.0.6 appeared.
The things I've changed in the ebuild are the source filename extension that changed from .tgz to .tar.gz and USE flags for sse, ssse3, sse4a and avx. Flags sse4_1, sse4_2 and sse5 are not working with (my?) gcc-4.7
Compiles fine with all mentioned USE flags but needs testing now.
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2014-08-05 10:49:31 UTC
+*spandsp-0.0.6 (05 Aug 2014)
+
+  05 Aug 2014; Tony Vroon <chainsaw@gentoo.org> +spandsp-0.0.6.ebuild:
+  USE-flags reworked by Oliver Jaksch, version bump closes bug #516830.

Many thanks. Could you do me the favour of using unified diffs on your submissions in future please? This had a KEYWORDS change you probably did not intend.
Comment 2 Oliver Jaksch 2014-08-05 11:11:48 UTC
You're welcome! Will doing u-diffs next time...as there's some work for dahdi-2.9.2 to do :)


(In reply to Tony Vroon from comment #1)
> +*spandsp-0.0.6 (05 Aug 2014)
> +
> +  05 Aug 2014; Tony Vroon <chainsaw@gentoo.org> +spandsp-0.0.6.ebuild:
> +  USE-flags reworked by Oliver Jaksch, version bump closes bug #516830.
> 
> Many thanks. Could you do me the favour of using unified diffs on your
> submissions in future please? This had a KEYWORDS change you probably did
> not intend.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-03 23:07:04 UTC
Those reworked USE flags are a big regression. See bug #538710. They not only cause a lot of failed implicity (where is REQUIRED_USE?!) but also most of them do nothing. Like, for example sse4* flags aren't used except for making the build fail by including intrinsics for ssse3 implicitly.