Summary: | audio/audacity: FFmpeg support causes conflicting type in build | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jordan Irwin <antumdeluge> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed DUPLICATE | ||
Severity: | Affects Only Me | CC: | gja822, rm, xxjack12xx |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(xxjack12xx) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jordan Irwin
2015-07-17 18:15:58 UTC
Yes, audacity does not support the current ffmpeg 2.7 version. Working with the audacity developers to see what we can do. 201589 is a patch to solve this issue. This is fixed in r392979. Please update your ports tree. *** This bug has been marked as a duplicate of bug 201589 *** Just the same error with audacity-2.1.0_2 and ffmpeg-2.7.2,1. Checked port with svn till r395046. uname: FreeBSD 10.2-STABLE #0 r286946 I can't reproduce it on 10.2-RELEASE-p1 (in poudriere), nor on -head (r286663). Here is the log for 10.2: https://people.freebsd.org/~rm/audacity-2.1.0_2.log So it may be some local issue, or some 10.2-STABLE regression (doubtful). Please provide us with full buildlog and output of `make showconfig` in /usr/ports/audio/audacity. Well, it happens to be compiler dependant. Since, I used to compile with port's gcc (gcc48 in this case). Anyway, there are conflicts in the source as you can see from my output, are there? By the way, have you tried to load libavformat.so.56 in your compiled version of audacity? My manually hacked version (I deleted/ or installed - don't remember - "const" from mentioned with Errors declarations.) writes that it was compiled with .55 version and I give it system .56 version, so it refuses to work. http://94.180.117.72/audacity.log audacity doesn't work with the latest version of ffmpeg, only specific versions. Trying to get the audacity people to make the newer ffmpeg compatible. |