Please update Thoggen to version 0.6.0

Bug #66526 reported by Aaron Whitehouse
4
Affects Status Importance Assigned to Milestone
thoggen (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Here is the release announcement. I realise that we are into a freeze for Edgy, so this is just to get the request into the system. I don't have a Debian bugtracker account, so it would be great if someone that does could upstream this request :).

--------
Thoggen 0.6.0 has just been released. Get it from:

 http://thoggen.net/download/

With this release Thoggen has finally been ported to GStreamer-0.10. It
also contains a nicer cropping dialog and a nicer preview dialog. Please
note the recommended versions of some plugins in the requirements list.

------------------------
 What is Thoggen?
------------------------

Thoggen is a DVD backup utility ("DVD ripper") for Linux, based on Gtk+
and
GStreamer. It creates ogg/theora video files and features an extremely
intuitive and easy to use interface. Thoggen supports picture cropping
and
resizing.

--------------------------------------------
 v0.6.0 - Procrastination
--------------------------------------------

 * Port to GStreamer-0.10

 * Fix pad detection for titles where the
   logical audio stream number does not match
   the physical number used in the mpeg stream

 * New spiffy preview dialog, nicer cropping
   dialog

------------------------
  Requirements
------------------------

 * Gtk+ 2.8.0 or newer
 * libglade 2.4.0 or newer
 * GStreamer core >= 0.10.10
 * gst-plugins-base >= 0.10.10 (STRONGLY RECOMMENDED: 0.10.10.1 CVS or
newer
   becaus of oggmux and audiorate/videorate fixes that are only in CVS)
 * gst-plugins-good >= 0.10.4
 * gst-plugins-ugly >= 0.10.4 (STRONGLY RECOMMENDED: 0.10.4.1 CVS or
newer
   because of a52dec downmixing fixes that are only available in CVS)

 * GStreamer plugins required (debian/ubuntu package names in brackets):
    - a52dec (gstreamer0.10-plugins-ugly)
    - mpeg2dec (gstreamer0.10-plugins-ugly)
    - dvdreadsrc (gstreamer0.10-plugins-ugly)
    - dvddemux (gstreamer0.10-plugins-ugly)
    - dvdlpcmdec (gstreamer0.10-plugins-ugly)
    - dtsdec (gstreamer0.10-plugins-bad)
    - videorate (gstreamer0.10-plugins-base)
    - theoraenc (gstreamer0.10-plugins-base)
    - rawvorbisenc (gstreamer0.10-plugins-base)
    - oggmux (gstreamer0.10-plugins-base)
    - audioconvert (gstreamer0.10-plugins-base)
    - audioscale (gstreamer0.10-plugins-base)
    - ffmpegcolorspace (gstreamer0.10-plugins-base)
 * libdvdread3 >= 0.9.4
 * libdvdcss2 >= 1.2.8 required for encrypted DVDs
 * dbus, dbus-glib >= 0.36
 * hal and libhal >= 0.5.0

More information is available at http://thoggen.net

Revision history for this message
Sebastian Dröge (slomo) wrote :

Hi,
I'm currently packaging it for Debian but for Ubuntu it might be too late. Although it's a really great improvement over the old version the changes are not trivial at all... have to think about it and test it a bit further.

Changed in thoggen:
assignee: nobody → slomo
status: Unconfirmed → Confirmed
Revision history for this message
Sebastian Dröge (slomo) wrote :

Ok, attached are diffstat and changelog diff between both versions...
This new version is likely to fix all DVD ripping problems we had with the older version and works far better for me.

the new debian changelog entries are the following:

thoggen (0.6.0-2) unstable; urgency=low

  * debian/patches/02_implicit-pointer-conversion.patch:
    + Add a missing include to prevent implicit pointer conversion which will
      break on 64 bit archs. The corresponding source file is not built into a
      shipped binary though. (Closes: #393853)
  * debian/patches/03_ac3dec-warning.patch,
    debian/control:
    + Remove ac3dec warning and depend on gstreamer0.10-plugins-ugly
      (>= 0.10.4-2) as this version has the fix.

 -- Sebastian Dröge <email address hidden> Wed, 18 Oct 2006 08:11:21 +0200

thoggen (0.6.0-1) unstable; urgency=low

  [ Sebastian Dröge ]
  * New upstream release, "Procrastination"
  * debian/control:
    + Adjust (Build-)Depends for the GStreamer 0.10 version
    + Update Standards-Version to 3.7.2 (no changes needed)
  * debian/rules:
    + Disable the element checks at build time

  [ Loic Minier ]
  * Add myself as Uploader.

 -- Loic Minier <email address hidden> Tue, 17 Oct 2006 17:47:27 +0200

Changed in thoggen:
status: Confirmed → Unconfirmed
Revision history for this message
Sebastian Dröge (slomo) wrote :
Revision history for this message
Sebastian Dröge (slomo) wrote :
Changed in thoggen:
assignee: slomo → motu-uvf
Revision history for this message
Daniel Holbach (dholbach) wrote :

I personally think it's a good thing to use gstreamer 0.10 and have something fixable and maintainable.

Andrew, Reinhard?

Changed in thoggen:
importance: Undecided → Medium
Revision history for this message
Reinhard Tartler (siretart) wrote :

I think the diffstat looks more scary than it is. I'm okay with this!

Changed in thoggen:
assignee: motu-uvf → slomo
Sebastian Dröge (slomo)
Changed in thoggen:
assignee: slomo → nobody
importance: Medium → Undecided
status: Unconfirmed → Confirmed
Revision history for this message
Sebastian Dröge (slomo) wrote :

Format: 1.7
Date: Wed, 18 Oct 2006 09:50:11 +0200
Source: thoggen
Binary: thoggen
Architecture: source
Version: 0.6.0-2ubuntu1
Distribution: edgy
Urgency: low
Maintainer: Sebastian Droege <email address hidden>
Changed-By: Sebastian Droege <email address hidden>
Description:
 thoggen - DVD backup utility based on GStreamer and Gtk+
Closes: 393853
Changes:
 thoggen (0.6.0-2ubuntu1) edgy; urgency=low
 .
   * UVF exception approved (Ubuntu: #66526)
   * Sync with Debian:
     + debian/control:
       - Lower gstreamer0.10-plugins-ugly dependency to the version where we
         had the ac3dec bugfix
 .
 thoggen (0.6.0-2) unstable; urgency=low
 .
   * debian/patches/02_implicit-pointer-conversion.patch:
     + Add a missing include to prevent implicit pointer conversion which will
       break on 64 bit archs. The corresponding source file is not built into a
       shipped binary though. (Closes: #393853)
   * debian/patches/03_ac3dec-warning.patch,
     debian/control:
     + Remove ac3dec warning and depend on gstreamer0.10-plugins-ugly
       (>= 0.10.4-2) as this version has the fix.
 .
 thoggen (0.6.0-1) unstable; urgency=low
 .
   [ Sebastian Droege ]
   * New upstream release, "Procrastination"
   * debian/control:
     + Adjust (Build-)Depends for the GStreamer 0.10 version
     + Update Standards-Version to 3.7.2 (no changes needed)
   * debian/rules:
     + Disable the element checks at build time
 .
   [ Loic Minier ]
   * Add myself as Uploader.
Files:
 5b79071f4f650f383b5eb9229c9bffdf 904 graphics optional thoggen_0.6.0-2ubuntu1.dsc
 f937f3e06f98c6cc038ea90b57e35820 894410 graphics optional thoggen_0.6.0.orig.tar.gz
 e9982465e2b2ff6ca37f92e49c9d87dc 3933 graphics optional thoggen_0.6.0-2ubuntu1.diff.gz

Changed in thoggen:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.