summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Multimedia Maintainers [Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)]
Add keywords to desktop file
Fix exec command
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Forwarded: no
Gbp-Pq: Name 0004-desktop.patch
Martin Steghöfer [Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)]
Workaround for wx bug causing layout problems in recovery dialog
Forwarded: lllucius@gmail.com, 2014-10-20
Bug-Debian: http://bugs.debian.org/765341
Workaround for a bug in wxWidgets 3.0 that causes the Fit()
function to fail in certain desktop environments (gnome, xfce)
before the first window of the same style class is shown on
screen (http://trac.wxwidgets.org/ticket/16440). As a workaround,
call Fit() and other methods that depend on its results again
*after* we know that the window has been shown. While the bug
may affect other calls to Fit() on a low level, the workaround
is necessary only for the recovery dialog, which is particularly
vulnerable because:
1. It is shown very, very early in the program execution and
therefore very likely to be the first dialog of its style class
shown on screen.
2. It doesn't have scrollbars or flexible-size controls that
could compensate the wrong dialog size.
Gbp-Pq: Name 0002-workaround-wxwidgets-fit-recovery.patch
Benjamin Drung [Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)]
Fix autoreconf for the minimal audacity source tarball.
The minimal audacity source tarball does not ship every library in lib-src.
Gbp-Pq: Name 0001-fix-minsrc-autoreconf.patch
James Cowgill [Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)]
audacity (2.2.2-1) unstable; urgency=medium
* Team upload.
[ James Cowgill ]
* New upstream release.
- Fixes FTBFS with FFmpeg 4.0. (Closes: #888332)
* d/changelog: Remove trailing whitespace.
* d/control:
- Use a secure Homepage URL.
- Mark audacity-data Multi-Arch foreign.
- Bump standards version to 4.1.4.
* d/compat: Use debhelper compat 11.
* d/copyright: Update copyright years.
* d/gbp.conf: Remove filter-pristine-tar option.
* d/patches:
- Refresh patches.
- Drop 0003-spelling.patch - applied upstream.
* d/source/lintian-overrides:
- Move from d/source.lintian-overrides.
- Remove source-contains-* overrides.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
[ Felipe Sateler ]
* Change maintainer address to debian-multimedia@lists.debian.org
[dgit import unpatched audacity 2.2.2-1]
James Cowgill [Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)]
Import audacity_2.2.2.orig.tar.gz
[dgit import orig audacity_2.2.2.orig.tar.gz]
James Cowgill [Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)]
Import audacity_2.2.2-1.debian.tar.xz
[dgit import tarball audacity 2.2.2-1 audacity_2.2.2-1.debian.tar.xz]