[Bug 1076928] Re: FTBFS with libav9

2019-06-17 Thread Bug Watch Updater
** Changed in: audacity
   Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1076928]

2019-06-17 Thread James-k-crook
Why do we keep FFmpeg in the lib-src build tree if this is not-a-bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1076928]

2019-06-17 Thread Petersampsonaudacity
Steve wrote in email to me as we discussed this:

>It's been a long time since I attempted to build against the libav project, 
>but I've never managed to get this to work, even when carefully following 
>our documentation and using the versions stated.
>
>I have always disagreed with Gale's assertion that users should manually build
>and install an obsolete version of FFmpeg in order to use FFmpeg with Audacity.
>If Audacity is to remain a mainstream application on Linux, it must work 
>against system library versions that are commonly found in current versions of
>Linux. For common libraries, distribution maintainers will attempt to build 
>Audacity against system libraries. If Audacity does not work when built that 
>way, it will be dropped from their repository, and Audacity will no longer be 
>a mainstream application for Linux, and would essentially become 
>Windows / Mac only.
>
>Currently, Audacity builds against the system version of FFmpeg on Ubuntu 
>16.04.
>The last time I checked, it also worked with Ubuntu 18.04, so both of the 
>current "LTS" versions of Ubuntu appear to be covered for now.

I agree with Steve's assertion:  
>I have always disagreed with Gale's assertion that users should manually build
>and install an obsolete version of FFmpeg in order to use FFmpeg with Audacity.

Accordingly I shall close this as not a bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1076928]

2015-10-16 Thread Benjamin Drung
Gale, do you still have an issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2015-10-16 Thread Gale
(In reply to Benjamin Drung from comment #7)
Don't know at the moment, Benjamin, I am on Ubuntu 14.04 now on the 32-bit 
machine, and I don't have a problem with compiling Audacity against self-built 
FFmpeg 2.2.2 installed into /usr/local and using dynamic loading (i.e. default 
Audacity ./configure).

It will be a while before I can test with dynamic loading disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-08-28 Thread Benjamin Drung
The relevant part of the build log is:

audacity-FFmpeg.o: In function `import_ffmpeg_decode_frame(_streamContext*,
bool)':
/home/gale/audacity/src/FFmpeg.cpp:364: undefined reference to `av_frame_alloc'
/home/gale/audacity/src/FFmpeg.cpp:414: undefined reference to `av_frame_free'
export/audacity-ExportFFmpeg.o: In function `encode_audio':
/home/gale/audacity/src/export/ExportFFmpeg.cpp:520: undefined reference to
`av_frame_alloc'
/home/gale/audacity/src/export/ExportFFmpeg.cpp:592: undefined reference to
`av_frame_free'
export/audacity-ExportFFmpegDialogs.o: In function
`ExportFFmpegOptions::FetchCodecList()':
/home/gale/audacity/src/export/ExportFFmpegDialogs.cpp:1281: undefined
reference to `av_codec_is_encoder'

I failed to reproduce the build failure. My guess is that the header files used
mismatch with the avcodec library that should be linked against. What FFmpeg
libraries do you have installed and where? Can you run these commands to shed
some light on it?

find /usr/ -name avcodec.h
find /usr/ /lib -name 'libavcodec*.so*'
grep -H av_codec_is_encoder $(find /usr/ -name avcodec.h)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-08-28 Thread Gale
(In reply to comment #5)
 What FFmpeg libraries do you have installed and where? 
2.2.2 installed in /usr/local/lib.

 Can you run these commands to shed some light on it?
 find /usr/ -name avcodec.h

/usr/include/libavcodec/avcodec.h
/usr/local/include/libavfilter/avcodec.h
/usr/local/include/libavcodec/avcodec.h


 find /usr/ /lib -name 'libavcodec*.so*'

/usr/lib/vlc/plugins/codec/libavcodec_plugin.so
/usr/lib/i386-linux-gnu/libavcodec.so
/usr/lib/i386-linux-gnu/libavcodec.so.53
/usr/lib/i386-linux-gnu/libavcodec.so.53.35.0
/usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so
/usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53
/usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53.35.0
/usr/local/lib/libavcodec.so
/usr/local/lib/libavcodec.so.55
/usr/local/lib/libavcodec.so.55.52.102

 grep -H av_codec_is_encoder $(find /usr/ -name avcodec.h)

/usr/local/include/libavcodec/avcodec.h:int av_codec_is_encoder(const AVCodec
*codec);


Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-08-22 Thread Gale
(In reply to comment #3)
Gale wrote:
  --disable-dynamic-loading still fails to compile on Ubuntu 13.10 against 
 self-compiled FFmpeg 2.2.2 (even on fresh Audacity checkout). 
That is, it fails with --disable-dynamic-loading the only argument, so using
FFMPEG=system.   

Configuring with --disable-dynamic-loading and --with-lib-preference=local
(i.e. with FFMPEG=local) does build, but the Libraries Preferences are not
disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Update Released

2014-06-26 Thread Scott Kitterman
The verification of the Stable Release Update for audacity has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package audacity - 2.0.5-1ubuntu3.2

---
audacity (2.0.5-1ubuntu3.2) trusty-proposed; urgency=medium

  * Really enable FFmpeg and fix crash on FFmpeg import (LP: #1076928)
 -- Benjamin Drung bdr...@ubuntu.com   Thu, 05 Jun 2014 23:16:16 +0200

** Changed in: audacity (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-21 Thread Jackson Doak
** Changed in: audacity (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-20 Thread Steffen Müller
import, export and everything else work in 14.04.
Please move it as soon as possible to the universe repository. I need it on our 
audio workstations :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-20 Thread Steffen Müller
oh, just forgot:

I have testet it by not enabling the -proposed repository rather then
downloading and installing the packages by hand:

dpkg -i audacity_2.0.5-1ubuntu3.2_amd64.deb
dpkg -i audacity-data_2.0.5-1ubuntu3.2_all.deb

tags:  verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-19 Thread Brian Murray
Hello Reinhard, or anyone else affected,

Accepted audacity into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/audacity/2.0.5-1ubuntu3.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-failed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-19 Thread Doug McMahon
import  export now work with libav9 in 14.04

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-06-14 Thread Gale
Created an attachment (id=492)
make log Ubuntu 13.10 with --disable-dynamic-loading

(In reply to comment #2)
@Benjamin, Audacity compiles for me at r13196 against self-compiled FFmpeg
2.2.2 on Ubuntu 14.04 with --disable-dynamic-loading. --disable-dynamic-loading
still fails to compile on Ubuntu 13.10 against self-compiled FFmpeg 2.2.2 (even
on fresh Audacity checkout). I attach the make log, but it shows similar
undefined reference to `av_codec_is_encoder' errors as before.  

However there is a problem running my self-compiled FFmpeg standalone at the
command-line on 13.10 (I can use FFmpeg in Audacity GUI if I perform default
./configure of Audacity). Running ffmpeg shows this terminal error:

relocation error: /usr/local/lib/libavfilter.so.4: symbol
sws_isSupportedEndiannessConversion, version LIBSWSCALE_2 not defined in file
libswcale.so.2 with link time preference.

Please advise if you think this error is causing Audacity not to compile with
--disable-dynamic-loading.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2014-06-10 Thread Gale
Fixes have recently been committed to support libav 0.8 to 0.10 and FFmpeg 1.2
to 2.2. There are still known issues, see Steps to Reproduce.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-05 Thread Doug McMahon
** Tags removed: verification-needed
** Tags added: verification-failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-05 Thread Doug McMahon
Would have to say failed as the package is built without ffmpeg support

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-05 Thread Doug McMahon
And - 
if it is built with ffmpeg support (libav9), then while the FTBFS is fixed via 
the current patch,  when actually trying to use audacity with ffmpeg  it will 
segfault
(SIGABRT in_libc_message()
However patch/audacity  works fine with libav10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-05 Thread Benjamin Drung
Good catch. The changes to the debian/ directory (containing the re-
enablement of FFmpeg) got lost while preparing the SRU. I fixed that and
located the import crash. The import crash fix is pushed in svn revision
13181 and I have prepared another upload (patch for audacity
2.0.5-1ubuntu3.2 attached).

** Patch added: audacity_2.0.5-1ubuntu3.2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/+attachment/4126047/+files/audacity_2.0.5-1ubuntu3.2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-03 Thread Benjamin Drung
** Description changed:

  Imported from Debian bug http://bugs.debian.org/692809:
  
  Package: audacity
  Version: 2.0.2-1
  Severity: important
  
  Hi,
  
  Audacity currently FTBFS with libav 9:
  
  g++ -c -I../lib-src/portmixer/include -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security  -Wall 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ 
-pthread -I../lib-src/FileDialog 
-I/build/buildd/audacity-2.0.2/lib-src/lib-widget-extra  
-I/usr/include/soundtouch   -I../lib-src/libnyquist-g -O2 -Wall 
-I/usr/include/portSMF   -pthread-fno-strict-aliasing -I./include -I. 
-DLIBDIR=\/usr/lib\ -D__STDC_CONSTANT_MACROS -D_FORTIFY_SOURCE=2  -Wall 
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 AudacityApp.cpp -o 
AudacityApp.o
  In file included from AudacityApp.cpp:70:0:
  FFmpeg.h:356:4: error: 'SampleFormat' does not name a type
  
  It should use AVSampleFormat instead.
  
- Cheers,
- Reinhard
+ [TESTCASE]
+ 1) Create an .ac3 and/or .wma audio file.
+ 2) Open Audacity
+ 3) Select File - Open - Open the .ac3/.wma file.
  
- -- System Information:
- Debian Release: wheezy/sid
-   APT prefers precise-updates
-   APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise')
- Architecture: amd64 (x86_64)
- 
- Kernel: Linux 3.2.0-32-generic (SMP w/4 CPU cores)
- Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
- Shell: /bin/sh linked to /bin/dash
+ Audacity should open the .ac3 and .wma file instead of showing an error
+ that Audacity does not support this file type.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-03 Thread Benjamin Drung
** Description changed:

  Imported from Debian bug http://bugs.debian.org/692809:
- 
- Package: audacity
- Version: 2.0.2-1
- Severity: important
- 
- Hi,
  
  Audacity currently FTBFS with libav 9:
  
- g++ -c -I../lib-src/portmixer/include -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security  -Wall 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ 
-pthread -I../lib-src/FileDialog 
-I/build/buildd/audacity-2.0.2/lib-src/lib-widget-extra  
-I/usr/include/soundtouch   -I../lib-src/libnyquist-g -O2 -Wall 
-I/usr/include/portSMF   -pthread-fno-strict-aliasing -I./include -I. 
-DLIBDIR=\/usr/lib\ -D__STDC_CONSTANT_MACROS -D_FORTIFY_SOURCE=2  -Wall 
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 AudacityApp.cpp -o 
AudacityApp.o
- In file included from AudacityApp.cpp:70:0:
- FFmpeg.h:356:4: error: 'SampleFormat' does not name a type
+ [Impact]
+ Without libav support, you cannot import/export various audio file types 
(.ac3, .wma, .m4a, .opus, ...). Previous Ubuntu releases had libav support 
enabled.
  
- It should use AVSampleFormat instead.
- 
- [TESTCASE]
+ [Testcase]
  1) Create an .ac3 and/or .wma audio file.
  2) Open Audacity
  3) Select File - Open - Open the .ac3/.wma file.
  
  Audacity should open the .ac3 and .wma file instead of showing an error
  that Audacity does not support this file type.
+ 
+ [Regression Potential]
+ The patch re-introduces libav support again. Major changes in the FFmpeg 
module were needed to support libav 9 and newer. There could be (new) bugs in 
the libav import/export due to these changes. Because no other files were 
touched, there shouldn't be regressions in other parts of the program.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-03 Thread Stéphane Graber
Hello Reinhard, or anyone else affected,

Accepted audacity into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/audacity/2.0.5-1ubuntu3.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: audacity (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/audacity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-06-01 Thread Bug Watch Updater
** Changed in: audacity (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-05-31 Thread Benjamin Drung
** Also affects: audacity (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1076928] Re: FTBFS with libav9

2014-05-31 Thread Reinhard Tartler
On Mon, Apr 28, 2014 at 6:52 AM, andrew.46 1076...@bugs.launchpad.net wrote:
 Not a solution, which requires code changes by Audacity developers, but
 a workaround here:

 Audacity under Trusty Tahr: Building it with FFmpeg
 http://ubuntuforums.org/showthread.php?t=2219907

 Probably something similar would work with libav...

Building audacity against an ancient version of FFmpeg (nor Libav for
that matter) is not an option for Ubuntu nor Debian. Audacity really
needs to be updated to use modern versions of libavformat.so


-- 
regards,
Reinhard

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-05-31 Thread Benjamin Drung
Michael Niedermayer did the major porting work and I did some simple
tweaking to make Audacity work with libav 9 and 10. Attached the
uploaded debdiff for Ubuntu 14.04 (trusty):

audacity (2.0.5-1ubuntu3.1) trusty-proposed; urgency=medium

  * Add support for recent FFmpeg/libav versions. Thanks to Michael Niedermayer
for the porting work. (Closes: #740755, LP: #1076928)
  * Fix default LADSPA search paths on Linux. (Closes: #724836, LP: #1261654)

 -- Benjamin Drung bdr...@ubuntu.com  Sat, 31 May 2014 22:18:25 +0200

** Patch added: audacity_2.0.5-1ubuntu3.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/+attachment/4123485/+files/audacity_2.0.5-1ubuntu3.1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-05-31 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-05-31 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/audacity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-04-28 Thread andrew.46
Not a solution, which requires code changes by Audacity developers, but
a workaround here:

Audacity under Trusty Tahr: Building it with FFmpeg 
http://ubuntuforums.org/showthread.php?t=2219907

Probably something similar would work with libav...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-04-22 Thread Robert Hrovat
With Ubuntu 14.04 Audacity just became unusable and for us, so did
Ubuntu :/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-03-09 Thread Bug Watch Updater
** Changed in: audacity (Debian)
   Status: Fix Released = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-03-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: audacity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-03-08 Thread Daniel Letzeisen
** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2014-03-08 Thread Roland (Rolandixor) Taylor
Is anything being done about this? This has a real effect on real
work...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2013-11-08 Thread Chris J Arges
** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2013-10-09 Thread Benjamin Drung
It's not really fixed in Debian. The libav support was disabled in
Debian due to the libav API changes instead of updating Audacity to
support the new API.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2013-10-07 Thread Jackson Doak
This is fixed in debian, sync it this week if you need it for saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2013-09-15 Thread Bug Watch Updater
** Changed in: audacity (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928]

2013-02-19 Thread Aballier
Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.7496
diff -u -B -r1.7496 ChangeLog
--- ChangeLog   14 Feb 2013 22:33:47 -  1.7496
+++ ChangeLog   15 Feb 2013 19:20:37 -
@@ -6,6 +6,10 @@
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  15 Feb 2013; Alexis Ballier aball...@gentoo.org base/package.use.mask:
+  Mask media-sound/audacity[ffmpeg], it needs to be fixed upstream to cope with
+  new releases of FFmpeg/libav. bug #417869
+
   14 Feb 2013; Samuli Suominen ssuomi...@gentoo.org updates/1Q-2013:
   Move rt61-firmware from net-wireless/ to sys-firmware/ category.
 
Index: base/package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.436
diff -u -B -r1.436 package.use.mask
--- base/package.use.mask   11 Feb 2013 09:19:44 -  1.436
+++ base/package.use.mask   15 Feb 2013 19:20:37 -
@@ -6,6 +6,11 @@
 # New entries go on top.
 #
 
+# Alexis Ballier aball...@gentoo.org (15 Feb 2013)
+# Needs a huge patch to build against recent releases of FFmpeg/libav.
+# Mask it until upstream fixes it. Bug #417869
+media-sound/audacity ffmpeg
+
 # Julian Ospald hasuf...@gentoo.org (10 Feb 2013)
 # This flag is experimental and breaks googleearth
 # in numerous ways. Unsupportable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2013-02-19 Thread Bug Watch Updater
** Changed in: audacity (Gentoo Linux)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2012-12-21 Thread Reinhard Tartler
** Bug watch added: Audacity Bugzilla #540
   http://bugzilla.audacityteam.org/show_bug.cgi?id=540

** Also affects: audacity via
   http://bugzilla.audacityteam.org/show_bug.cgi?id=540
   Importance: Unknown
   Status: Unknown

** Bug watch added: Gentoo Bugzilla #417869
   https://bugs.gentoo.org/show_bug.cgi?id=417869

** Also affects: audacity (Gentoo Linux) via
   https://bugs.gentoo.org/show_bug.cgi?id=417869
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2012-12-21 Thread Bug Watch Updater
 cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text LIBREOFFICE_EXTENSIONS=presenter-console presenter-minimizer 
PHP_TARGETS=php5-3 PYTHON_TARGETS=python3_2 python2_7 
QEMU_SOFTMMU_TARGETS=x86_64 QEMU_USER_TARGETS=x86_64 RUBY_TARGETS=ruby19 
USERLAND=GNU VIDEO_CARDS=nvidia XTABLES_ADDONS=quota2 psd pknock lscan 
length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq 
steal rawnat logmark ipmark dhcpmac delude chaos account
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, 
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/0


On 2012-05-27T20:24:35+00:00 Shinydoofy wrote:

Created attachment 313321
bzip2'd build.log

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/1


On 2012-06-17T15:50:16+00:00 J-ago wrote:

*** Bug 421585 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/2


On 2012-06-30T09:46:10+00:00 Richard Ash wrote:

Ack as known upstream issue, and it's the same in 2.0.1.
http://bugzilla.audacityteam.org/show_bug.cgi?id=540

Needs a clever patch to allow configure to detect what symbols FFmpeg is
exporting and select the right code to call them. This gets messy when
added to 0.5 and 0.8 support already present in the code base.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/3


On 2012-11-08T14:49:29+00:00 Aballier wrote:

Note: The fix does not seem trivial at all. Meanwhile this gets fixed
upstream, we will have to mask ffmpeg support in audacity when we will
unmask ffmpeg 1.0 to ~arch.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/4


** Changed in: audacity (Gentoo Linux)
   Status: Unknown = New

** Changed in: audacity (Gentoo Linux)
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2012-12-21 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
http://bugzilla.audacityteam.org/show_bug.cgi?id=540.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-06-30T01:23:22+00:00 Gale wrote:

Created an attachment (id=276)
make error compiling with FFmpeg 11 and FFmpeg SVN

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/3


On 2012-06-30T05:19:27+00:00 Richard Ash wrote:

We should put a check into configure that disables FFmpeg if the available
version is too new, or rather if it doesn't have the symbols we need available.
Could be a bit of a pain to write and maintain however.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/comments/4


** Changed in: audacity
   Status: Unknown = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] [NEW] FTBFS with libav9

2012-11-09 Thread Reinhard Tartler
Public bug reported:

Imported from Debian bug http://bugs.debian.org/692809:

Package: audacity
Version: 2.0.2-1
Severity: important

Hi,

Audacity currently FTBFS with libav 9:

g++ -c -I../lib-src/portmixer/include -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security  -Wall 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ 
-pthread -I../lib-src/FileDialog 
-I/build/buildd/audacity-2.0.2/lib-src/lib-widget-extra  
-I/usr/include/soundtouch   -I../lib-src/libnyquist-g -O2 -Wall 
-I/usr/include/portSMF   -pthread-fno-strict-aliasing -I./include -I. 
-DLIBDIR=\/usr/lib\ -D__STDC_CONSTANT_MACROS -D_FORTIFY_SOURCE=2  -Wall 
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 AudacityApp.cpp -o 
AudacityApp.o
In file included from AudacityApp.cpp:70:0:
FFmpeg.h:356:4: error: 'SampleFormat' does not name a type

It should use AVSampleFormat instead.

Cheers,
Reinhard

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

** Affects: audacity (Ubuntu)
 Importance: High
 Status: New

** Affects: audacity (Debian)
 Importance: Undecided
 Status: New


** Tags: libav9-ftbfs

** Bug watch added: Debian Bug tracker #692809
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692809

** Changed in: audacity (Debian)
 Remote watch: None = Debian Bug tracker #692809

** Changed in: audacity (Ubuntu)
   Importance: Undecided = High

** Summary changed:

- FTBFS with libav in experimental
+ FTBFS with libav9

** Tags added: libav9-ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076928] Re: FTBFS with libav9

2012-11-09 Thread Bug Watch Updater
** Changed in: audacity (Debian)
   Importance: Undecided = Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076928

Title:
  FTBFS with libav9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1076928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs