Bug 113240

Summary: Upgrade audio/audacity to 1.2.6
Product: Ports & Packages Reporter: Jack <xxjack12xx>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff none

Description Jack 2007-06-02 01:10:04 UTC
Upgrade audacity to 1.2.6

Fix: Patch attached
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-02 04:34:04 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Craig Boston 2007-06-02 16:19:56 UTC
Audacity fails to compile with this patch applied:

In file included from sse_optimized.cpp:70:
/usr/include/xmmintrin.h:34:3: #error "SSE instruction set not enabled"
sse_optimized.cpp: In member function `virtual double
soundtouch::TDStretchSSE::calcCrossCorrStereo(const float*, const float*) const':
sse_optimized.cpp:76: error: `__m128' was not declared in this scope
sse_optimized.cpp:76: error: expected `;' before "vSum"
sse_optimized.cpp:106: error: `pVec2' was not declared in this scope
sse_optimized.cpp:106: error: expected primary-expression before ')' token
sse_optimized.cpp:106: error: expected `;' before "pV2"
sse_optimized.cpp:107: error: `vSum' was not declared in this scope
sse_optimized.cpp:107: error: `_mm_setzero_ps' was not declared in this scope
sse_optimized.cpp:113: error: `_mm_load_ps' was not declared in this scope
sse_optimized.cpp:113: error: `_mm_mul_ps' was not declared in this scope
sse_optimized.cpp:113: error: `_mm_add_ps' was not declared in this scope

...etc

The actual problem is that it's attempting to compile SSE-specific
instructions when SSE has been explicitly disabled for this port on i386
due to alignment-related crashes.
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2007-06-03 02:53:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 4 araujobsdport 2007-06-17 03:34:56 UTC
Hey dears.

How we can fix this port? Somebody have any idea or another patch?
I wait any position to fix this port.


Best Regards.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 5 araujobsdport 2007-07-12 04:18:47 UTC
Hi guys!

I've a problem for us.
This port don't compiling, because have a problem to find libmad.
Somebody can investigate it with me?

Please look the problem for  to build at:
http://200.247.114.5/tb/errors/6.2-RELEASE/audacity-1.2.6.log

Best Regards.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 6 Marcelo Araujo freebsd_committer freebsd_triage 2007-08-06 00:41:31 UTC
State Changed
From-To: feedback->closed

audacity don't compiling fine with the patch!