Your message dated Sat, 30 Jul 2005 16:47:41 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#272622: fixed in jack 3.1.1-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Sep 2004 03:28:33 +0000
>From [EMAIL PROTECTED] Mon Sep 20 20:28:33 2004
Return-path: <[EMAIL PROTECTED]>
Received: from maxwell.derobert.net [207.188.193.82] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C9bKT-0000px-00; Mon, 20 Sep 2004 20:28:33 -0700
Received: from bohr.home ([192.168.65.5])
        by Maxwell.derobert.net with esmtp (Exim 3.35 #1 (Debian))
        id 1C9bKS-0006me-00; Mon, 20 Sep 2004 23:28:32 -0400
Received: from anthony by bohr.home with local (Exim 4.34)
        id 1C9bKS-0005vQ-1P; Mon, 20 Sep 2004 23:28:32 -0400
Content-Type: multipart/mixed; boundary="===============0742096271=="
MIME-Version: 1.0
From: Anthony DeRobertis <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: No longer able to specify custom encoders in the config file, it seems
X-Mailer: reportbug 2.63
Date: Mon, 20 Sep 2004 23:28:31 -0400
Message-Id: <[EMAIL PROTECTED]>
Sender: Anthony DeRobertis <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0742096271==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: jack
Version: 3.0.0-8
Severity: important
Tags: patch

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

Looks like I have to modify jack_helpers.py to add new encoders now. Not
good, because that was one of jack 2.x's best features.... 

I'd like to have ogg encoding throug DistributedCommand back; attached is a
patch.

- -- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (130, 'unstable'), (120, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-bohr
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages jack depends on:
ii  cdparanoia                    3a9.8-11   An audio extraction tool for sampl
ii  python                        2.3.4-1    An interactive high-level object-o
ii  python-cddb                   1.4-3      Python interface to CD-IDs and Fre
ii  python-id3                    1.2-6.1    Python module for id3-tags manipul
ii  python-id3lib                 0.5.1-1    id3lib wrapper for Python - dummy 
ii  python-pyvorbis               1.3-1      A Python interface to the Ogg Vorb
ii  vorbis-tools                  1.0.1-1    Several Ogg Vorbis Tools

- -- no debconf information

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

iD8DBQFBT5/f+z+IwlXqWf4RAojnAJ0dqDgbm8h36Vs2tVNpZsHJ97kjnACfVdp7
jL/sWCIyqQBXfzMPEUsqxSo=
=3D+z
-----END PGP SIGNATURE-----

--===============0742096271==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="34_add_distcmd_oggenc.patch"

diff -rdbU3 jack-3.0.0/jack_helpers.py jack-3.0.0.new/jack_helpers.py
--- jack-3.0.0/jack_helpers.py  2003-10-11 21:54:21.000000000 -0400
+++ jack-3.0.0.new/jack_helpers.py      2004-09-20 23:26:26.000000000 -0400
@@ -59,6 +59,41 @@
 """,
     },
 
+    'distcmd-oggenc': { # based on a patch kindly provided by Bryan Larsen.
+               # modified by Anthony DeRobertis
+        'type': "encoder",
+        'target': "ogg",
+        'can_tag': 1,
+        #'vbr-cmd': "oggenc -o %o -t %t -a %a -N %n -l %l -G %g -d %y -b %r 
%i",
+        'vbr-cmd': "DistCmd ogg %i %o -t %t -a %a -N %n -l %l -G %g -d %y -q 
%q",
+        'tags': {
+            'ogg': {
+                'track': "-t %s",
+                'artist': "-a %s",
+                'number': "-N %s",
+                'album': "-l %s",
+                'genre': "-G %s",
+                'date': "-d %s",
+            },
+        },
+        'status_blocksize': 64,
+        'bitrate_factor': 1,
+        'status_start': "%",
+        'percent_fkt': r"""
+s = string.split(i['buf'], '\r')
+if len(s) >= 2:
+    s = s[-2]
+if len(s) == 1:
+    s = s[0]
+y0 = string.find(s, "[")
+y1 = string.find(s, "%]")
+if y0 != -1 and y1 != -1:
+    percent = float(s[y0 + 1:y1])
+else:
+    percent = 0
+""",
+    },
+
     'mp3enc': {
         'type': "encoder",
         'target': "mp3",

--===============0742096271==--

---------------------------------------
Received: (at 272622-close) by bugs.debian.org; 31 Jul 2005 01:32:36 +0000
>From [EMAIL PROTECTED] Sat Jul 30 18:32:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dz13N-0002vu-00; Sat, 30 Jul 2005 16:47:41 -0700
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#272622: fixed in jack 3.1.1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 30 Jul 2005 16:47:41 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: jack
Source-Version: 3.1.1-7

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

jack_3.1.1-7.diff.gz
  to pool/main/j/jack/jack_3.1.1-7.diff.gz
jack_3.1.1-7.dsc
  to pool/main/j/jack/jack_3.1.1-7.dsc
jack_3.1.1-7_i386.deb
  to pool/main/j/jack/jack_3.1.1-7_i386.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.
Martin Michlmayr <[EMAIL PROTECTED]> (supplier of updated jack 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.7
Date: Sun, 31 Jul 2005 00:37:30 +0100
Source: jack
Binary: jack
Architecture: source i386
Version: 3.1.1-7
Distribution: unstable
Urgency: low
Maintainer: Michael Banck <[EMAIL PROTECTED]>
Changed-By: Martin Michlmayr <[EMAIL PROTECTED]>
Description: 
 jack       - Rip and encode CDs with one command
Closes: 200233 272622 277932 293339
Changes: 
 jack (3.1.1-7) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * debian/watch: Add a watch file.
   * debian/patches/81_check_space.patch: Fix the code which checks whether
     disk space has been freed outside of jack; closes: #200233.
   * debian/patches/82_update_defaults.patch: Update defaults in --help
     with commands passed via command line arguments; closes: #293339.
   * debian/patches/83_man_plugin.patch: Describe the plug-in mechanism
     in the man page; closes: #272622
   * debian/examples: Ship the plug-in exampls files jack_plugin_cddb.py
     and jack_plugin_lame.py.
   * debian/patches/65_fix_genre.patch: Fix the --id3-genre option that
     got broken in 60_utf8_support.patch.
   * debian/patches/84_dyear_dgenre.patch: Add support for DYEAR and
     DYEAR as defined in CDDB protocol level 5; closes: #277932.
   * debian/patches/85_fix_environ.patch: Check whether any files have
     been added to the playlist; to fix a problem in 77_exec_environ.patch.
Files: 
 1aa1b5ed3151840b0102d8b7ebd23718 650 sound optional jack_3.1.1-7.dsc
 fb3627868e687c7ced2609a830be8a28 52209 sound optional jack_3.1.1-7.diff.gz
 2785128c6b79dd97b9d7ba702d1455d7 122932 sound optional jack_3.1.1-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC7A+aKb5dImj9VJ8RAjmfAJ93e7OMuJru4uOVoYlt1Kn6jCSOywCeOjAu
3fVBE9ylWjofylim+S9kSpo=
=bKya
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to