Your message dated Sat, 31 Jan 2009 16:35:43 +0000
with message-id <[email protected]>
and subject line Bug#481338: fixed in audacity 1.3.6-3
has caused the Debian Bug report #481338,
regarding use libtwolame for MP2 export support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
481338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481338
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: audacity
version: 1.3.5-1
severity: wishlist
tags: patch

Hi,

please enable libtwolame for MP2 export support in audacity. I have tested the attached patch and it works.

Cheers,
Fabian
--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax:     +49 (0)234 / 32-14227
E-Mail:  [email protected]
diff -Naru audacity-1.3.5/debian/control audacity-1.3.5+twolame/debian/control
--- audacity-1.3.5/debian/control	2008-05-06 18:05:38.000000000 +0200
+++ audacity-1.3.5+twolame/debian/control	2008-05-06 17:13:38.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Debian Multimedia Team <[email protected]>
 Uploaders: Matt Brubeck <[email protected]>, Free Ekanayaka <[email protected]>
 Standards-Version: 3.7.2
-Build-Depends: cdbs (>=0.4.4), debhelper (>= 5.0.0), libwxgtk2.6-dev, libvorbis-dev (>=1.0.0-3), libogg-dev (>=1.0.0-1), libmad0-dev, libid3tag0-dev, libsndfile1-dev, gettext, zip, libflac++-dev, libexpat1-dev, libjack-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libsoundtouch1-dev, libgtk2.0-dev
+Build-Depends: cdbs (>=0.4.4), debhelper (>= 5.0.0), libwxgtk2.6-dev, libvorbis-dev (>=1.0.0-3), libogg-dev (>=1.0.0-1), libmad0-dev, libid3tag0-dev, libsndfile1-dev, gettext, zip, libflac++-dev, libexpat1-dev, libjack-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libsoundtouch1-dev, libgtk2.0-dev, libtwolame-dev
 
 Package: audacity
 Architecture: any
diff -Naru audacity-1.3.5/debian/rules audacity-1.3.5+twolame/debian/rules
--- audacity-1.3.5/debian/rules	2008-05-06 18:05:38.000000000 +0200
+++ audacity-1.3.5+twolame/debian/rules	2008-05-06 17:12:27.000000000 +0200
@@ -29,7 +29,8 @@
 			     --with-expat=system \
 			     --with-portaudio=v19 \
 			     --enable-unicode \
-			     --without-portmixer
+			     --without-portmixer \
+			     --with-libtwolame
 
 DEB_COMPRESS_EXCLUDE := *.htb
 

--- End Message ---
--- Begin Message ---
Source: audacity
Source-Version: 1.3.6-3

We believe that the bug you reported is fixed in the latest version of
audacity, which is due to be installed in the Debian FTP archive:

audacity-data_1.3.6-3_all.deb
  to pool/main/a/audacity/audacity-data_1.3.6-3_all.deb
audacity-dbg_1.3.6-3_amd64.deb
  to pool/main/a/audacity/audacity-dbg_1.3.6-3_amd64.deb
audacity_1.3.6-3.diff.gz
  to pool/main/a/audacity/audacity_1.3.6-3.diff.gz
audacity_1.3.6-3.dsc
  to pool/main/a/audacity/audacity_1.3.6-3.dsc
audacity_1.3.6-3_amd64.deb
  to pool/main/a/audacity/audacity_1.3.6-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabian Greffrath <[email protected]> (supplier of updated audacity 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 20 Jan 2009 15:45:00 +0100
Source: audacity
Binary: audacity audacity-data audacity-dbg
Architecture: source all amd64
Version: 1.3.6-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Fabian Greffrath <[email protected]>
Description: 
 audacity   - A fast, cross-platform audio editor
 audacity-data - A fast, cross-platform audio editor (data)
 audacity-dbg - A fast, cross-platform audio editor (debug)
Closes: 405623 448762 459198 463955 481338 486147
Changes: 
 audacity (1.3.6-3) unstable; urgency=low
 .
   * Added myself to Uploaders.
   * Wrapped Uploaders and Build-Depends fields.
   * Ordered and cleaned up Build-Depends, added autotools-dev.
   * Bumped Standards-Version to 3.8.0.
   * Moved Homepage from package description to Source stanza.
   * Added ${misc:Depends} to Depends.
   * Added MP2-support via libtwolame (Closes: #448762, #481338).
   * Removed obsolete audacity.dirs and blank lines in
     debian/audacity.install and debian/rules.
   * Use Applications/Sound in audacity.menu.
   * Use sf.net redirector in debian/watch.
   * Fixed syntax errors in architecture checks in debian/rules
     (Closes: #486147).
   * Removed redundant debhelper calls from debian/rules and force remove
     of the license file.
   * Added patch to fix hyphen-used-as-minus-sign, thanks lintian.
   * Added an audacity-dbg debug package.
   * Versioned Build-Depends on libsoundtouch1-dev (>= 1.3.1-2) and
     explicitely enable it in the configure flags (Closes: #459198).
   * Added advice to also remove '~/.audacity' to debian/NEWS (Closes: #463955).
   * Added Build-Conflicts against libwxbase2.6-dev and wx2.6-headers
     (Closes: #405623).
   * Explicitely built against the system libsamplerate, effectively disabling
     the internal libresample. This may break support for proprietary VST
     plug-ins! Left a notice in debian/NEWS.
   * Reordered configure flags in debian/rules and renamed
     T1_DEB_CONFIGURE_EXTRA_FLAGS to the more descriptive WITH_JACK_CONFFLAG.
   * Audacity suggests libmp3lame0.
   * Added an arch:all audacity-data package that contains most of the
     architecture-independent content of the '/usr/share' directory.
   * Fixed faulty confflags --with-libid3tag and --with-libvorbis.
   * Remove the redundant LICENSE.txt file immediately after the install rule.
   * Do not manually remove lib-src/libpormixer.a in the clean rule. We build
     --without-portmixer anyway.
Checksums-Sha1: 
 3cc1c6e76978dd1df43b0810a02fa47390a4553c 1760 audacity_1.3.6-3.dsc
 8bd4f888de6b86bf0728bd8ac51ed218fe70206d 29242 audacity_1.3.6-3.diff.gz
 e5814b8cff295e2b02c4b6baaa0ea66e7d8f9e65 1712898 audacity-data_1.3.6-3_all.deb
 4d70c475061f008700caf968b2cdf670abc80a5a 2001048 audacity_1.3.6-3_amd64.deb
 e3517db6b08d0401997c3deed12b2942f3806866 10565716 
audacity-dbg_1.3.6-3_amd64.deb
Checksums-Sha256: 
 9812dee15b560db9eab6155e388a4e1b83956efb4f033565177d9d1a7605ca7c 1760 
audacity_1.3.6-3.dsc
 a4fb99b91c3417be1b9a0c0042abc66d5e0e7d692b8e83c378a42319d4b79a7d 29242 
audacity_1.3.6-3.diff.gz
 551a2c8c0ac5af304ead52feb6c0e3db9c781d5d56ff2c85f8c4497b576b8d97 1712898 
audacity-data_1.3.6-3_all.deb
 3b9449741fabcb6b18a5ab799b0258db756a0207652dcc5110ce7cc1ff129247 2001048 
audacity_1.3.6-3_amd64.deb
 c6d7bf6b109ac3645401e6277828065148346da30bd4b051f72e8be3bdcbe516 10565716 
audacity-dbg_1.3.6-3_amd64.deb
Files: 
 625371a1a93d418cf0ab0fd16947d413 1760 sound optional audacity_1.3.6-3.dsc
 44f29b6abc34f5aff5759f1145d7e866 29242 sound optional audacity_1.3.6-3.diff.gz
 bdb2726d6942d0a66ee4ffa085c2e9fb 1712898 sound optional 
audacity-data_1.3.6-3_all.deb
 c780b18a8bf04879e60d1e6311dad795 2001048 sound optional 
audacity_1.3.6-3_amd64.deb
 440e8aa59a813107337969e53472682b 10565716 devel extra 
audacity-dbg_1.3.6-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmAyuAACgkQcanJGlcVnlmHxwCff85gAeTE+LYhzDHOFb68GPlD
yG4Ani12ivmoxsY8magexnei6FGsZr5X
=Y+ag
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to