Package: jack
Version: 3.1.1+cvs20050801-29
Followup-For: Bug #720782

Hi,

The following patch works-around the issue for me:

--- /usr/lib/pymodules/python2.7/jack_helpers.py.orig 2014-07-07 
10:52:19.475502337 +0100
+++ /usr/lib/pymodules/python2.7/jack_helpers.py  2014-07-07 10:49:32.566674682 
+0100
@@ -210,8 +210,8 @@
     'flac': {
         'type': "encoder",
         'target': "flac",
-        'vbr-cmd': "flac -o %o %i",
-        'vbr-otf-cmd': "flac --channels 2 --bps 16 --sample-rate 44100 
--force-raw-format --endian=big --sign=signed -o %o -",
+        'vbr-cmd': "flac --silent -o %o %i",
+        'vbr-otf-cmd': "flac --silent --channels 2 --bps 16 --sample-rate 
44100 --force-raw-format --endian=big --sign=signed -o %o -",
         'status_blocksize': 160,
         'status_start': "%", 
         'percent_fkt': r"""

Of course, adding --silent also breaks display of encoding progress, but this
is not a big deal on a modern machine where ripping is taking most of the time,
and encoding is almost instantaneous.

I have not been able to produce a better fix (probably some vterm magic is
needed to convince flac that it has a real console available), but in the
meantime, I'm very happy with this solution.

Best,
Gabriel

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jack depends on:
ii  cdparanoia      3.10.2+debian-11
ii  flac            1.3.0-2
ii  libc6           2.18-4
ii  libncursesw5    5.9+20140118-1
ii  libtinfo5       5.9+20140118-1
ii  python          2.7.5-5
ii  python-cddb     1.4-5.1+b3
ii  python-eyed3    0.6.18-1
ii  python-mutagen  1.22-1
ii  python-support  1.0.15
ii  vorbis-tools    1.4.0-1

jack recommends no packages.

jack suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to