kino (0.80-1ubuntu7) dapper; urgency=low * Add some magic in the preinst to migrate from the old and broken udev conffile location to the new one, by removing the directory. -- Adam Conrad Wed, 17 May 2006 16:56:36 +1000 kino (0.80-1ubuntu6) dapper; urgency=low * Move debian/kino.rules to debian/85-kino.rules, and invoke dh_install correctly, so it doesn't end up getting installed in a sub-directory of /etc/udev/rules.d and confusing udev on boot (launchpad.net/41646) -- Adam Conrad Tue, 16 May 2006 20:52:29 +1000 kino (0.80-1ubuntu5) dapper; urgency=low * debian/rules: Generate a POT file at build time. * debian/control: Add intltool build dependency. -- Martin Pitt Fri, 5 May 2006 10:21:08 +0200 kino (0.80-1ubuntu4) dapper; urgency=low * Add missing "|| true" in case rmdir fails. -- Scott James Remnant Fri, 21 Apr 2006 11:10:24 +0100 kino (0.80-1ubuntu3) dapper; urgency=low * Remove old hotplug rules and update udev rules to Ubuntu standards. -- Scott James Remnant Thu, 20 Apr 2006 12:33:50 +0100 kino (0.80-1ubuntu2) dapper; urgency=low * fix the orig.tar.gz difference with debian -- Oliver Grawert Mon, 19 Dec 2005 14:38:44 +0100 kino (0.80-1ubuntu1) dapper; urgency=low * resyncronize with debian * drop build-dep on libavcodec-dev to make package main compliant -- Oliver Grawert Sun, 18 Dec 2005 20:17:16 +0100 kino (0.80-1) unstable; urgency=low * New upstream release (closes: #341078) + Add libxml-parser-perl to Build-Depends + Update old patches to new uptstream sources * Plugins kino-timefx and kino-dvtitler integrated upstream + Update package description accordingly + Remove both timefx and dvtitler from Recommends + Add {Conflicts,Replaces,Provides}: for them + Add Roland Mas to the Uploaders field * Add missing Build-Depends on libasound2-dev (closes: #326801) * Add udev rules, add udev in Suggests and postinst/rm (closes: #338747) * Drop patch 70, everything happens in configure.in -- Paul Brossier Sun, 11 Dec 2005 23:23:56 +0000 kino (0.80-0ubuntu2) dapper; urgency=low * fix Recommends and Replaces lines, dvtitler and timfx are included now -- Oliver Grawert Wed, 7 Dec 2005 12:30:36 +0100 kino (0.80-0ubuntu1) dapper; urgency=low * New upstream release * add 20_64bit_filechooser patch for open/save (see last changelog entry) * drop all old patches -- Oliver Grawert Tue, 6 Dec 2005 10:34:40 +0100 kino (0.76-5) unstable; urgency=low * Patches added: + [40_gcc40_64bit_fixes] Thanks to Tollef Fog Heen (closes: #319031) Cast the NULL value passed to gtk_file_chooser_dialog_new as NULL is defined as 0 in C++, not (void *)0 or something like that. Ubuntu #13627, Debian #319031 + [80_move_doc] Move /usr/share/kino/help to /usr/share/doc/kino/help * Rebuild against new libavcodec-dev (>= 0.cvs20050918-3) (closes: #319096) * Use version=3 in watch file. -- Paul Brossier Thu, 22 Sep 2005 16:00:46 +0100 kino (0.76-4) unstable; urgency=low * Update to new quicktime headers location (closes: #328026) Thanks to Dan Frazier for the patch. * Rebuild against newer libquicktime (closes: #325647) -- Paul Brossier Tue, 20 Sep 2005 16:49:39 +0100 kino (0.76-3) unstable; urgency=low * Added the following patches: + [20_segfault_empty_chapter] Fix segfaults in dvdauth dump when no chapters + [30_fix_avi_packing] Fix packed attributes in avi.h + [40_fix_no_mplex] Fix segfault when no mplex is set (closes: #287248) + [50_fix_virtual_destructors] Add virtual destructors where needed (g++-4.0) + [60_fix_bigendian_warning.dpatch] Avoid unused variable on big endian arch * Cleaned up obsolete checks in debian/rules: - Kino.desktop is now capitalised in upstream archive - libquicktime1 version is now >= 0.9.2release-2 in stable - Fix update of config.* in debian/rules, add xpm icon install * Remove libsamplerate from copyright, add homepage in control * Create kino.xpm to use same icon in menu as in .desktop -- Paul Brossier Wed, 3 Aug 2005 20:01:29 +0100 kino (0.76-2) unstable; urgency=low * New upstream fixed $HOME issues (closes: #311115) * Upload to unstable (closes: #313050) * New maintainer (closes: #298106) * Added watch file, bumped Standards-Version -- Paul Brossier Mon, 11 Jul 2005 14:27:13 +0100 kino (0.76-1) experimental; urgency=low * New upstream version (aka 0.7.6). + Properly tags exported divx files. Closes: #308669 + Fixes remaining oddities in directory handling of the file chooser. Closes: #226549 * Updated patches: + [10_desktop_fix] Rediffed. * Removed patches: + [10_fix_dvcapture_device] + [10_gtype_fix] + [10_jogshuttle_memhog_workaround] + [20_64bit_cast_fix] + [20_endian_types] + [30_wav_endian_fixes] + [40_gcc40_fixes] + [40_yuvdisplay_endian_fixes] Merged upstream. -- Daniel Kobras Thu, 19 May 2005 16:54:18 +0200 kino (0.75-7ubuntu2) breezy; urgency=low * Cast the NULL value passed to gtk_file_chooser_dialog_new as NULL is defined as 0 in C++, not (void *)0 or something like that. Ubuntu #13627, Debian #319031 -- Tollef Fog Heen Thu, 22 Sep 2005 14:05:24 +0200 kino (0.75-7ubuntu1) breezy; urgency=low * Build against libdv for DV decoding as ffmpeg will move to multiverse -- Sebastian Dröge Mon, 29 Aug 2005 15:59:13 +0200 kino (0.75-7build1) breezy; urgency=low * Rebuild package for new C++ ABI -- Matthias Klose Sat, 28 May 2005 16:54:46 +0000 kino (0.75-7) unstable; urgency=high * Added patches: [10_gtype_fix] Use correctly typed variable to query gtk types. Fixes startup crashes on 64bit architectures. Closes: #304247 -- Daniel Kobras Tue, 12 Apr 2005 11:04:05 +0200 kino (0.75-6) unstable; urgency=high * Added patches: + [40_yuvdisplay_endian_fixes] Unroll YUV components independent of host endianness to fix Xv display method on big-endian machines. Closes: #289182 + [40_gcc40_fixes] Fix compile errors with gcc 4.0 when dereferencing member variables of base classes. Closes: #300864 -- Daniel Kobras Fri, 25 Mar 2005 16:11:34 +0100 kino (0.75-5) unstable; urgency=medium * Updated patches: + [30_wav_endian_fixes] One more strategic cast to fix the hopefully last build failure on big-endian architectures. -- Daniel Kobras Mon, 7 Mar 2005 19:57:32 +0100 kino (0.75-4) unstable; urgency=medium * Updated patches: + [30_wav_endian_fixes] Sprinkle a few casts at strategic places to fix compile errors on big-endian. Fix wrong order of function arguments when using libsamplerate resampling. -- Daniel Kobras Mon, 7 Mar 2005 17:54:23 +0100 kino (0.75-3) unstable; urgency=medium * Added patches: + [30_wav_endian_fixes] Try to fix audio import/export bugs on big-endian architectures. Addresses part of bug #289182. + [20_64bit_cast_fix] Fix bogus cast on 64bit architectures, uncovered by gcc 4.0. Closes: #284864 * Updated patches: + [20_endian_types] Clean up and provide big-endian types as well. * debian/control: Build-depend on libavcodec-dev. * debian/rules: configure with avcodec support. Should significantly improve decoding speed on non-x86 architectures, and might also cure on-screen decoding bugs on big-endian machines (another part of bug #289182). Encoding still uses libdv. Closes: #224974 * debian/README.Debian: Update documentation now that ffmpeg is available from the main archives. -- Daniel Kobras Sun, 6 Mar 2005 22:06:13 +0100 kino (0.75-2) unstable; urgency=medium * Added patches: + [10_jogshuttle_memhog_workaround] Split constructor of class Preferences into several smaller functions to lower memory usage at compile time. Fixes build failure on ARM. -- Daniel Kobras Sat, 27 Nov 2004 17:55:49 +0100 kino (0.75-1) unstable; urgency=low * New upstream version (aka 0.7.5). Closes: #282018 + Fixes typo in VCD export. Closes: #278240 * Added patches: + [10_fix_dvcapture_device] In preferences, hide the device node text field when raw1394 capture is selected. Name can only be changed with dv1394. Closes: #279094 * Updated patches: + [10_desktop_fix] Most changes merged upstream. Only fix for French entry remains. + [20_endian_types] Rediffed. * debian/control: Drop build dependency on netpbm. * debian/kino.xpm: 32x32 icon was dropped from upstream distribution and replaced by larger versions. Keep the small icon in the Debian diff as it is the only one that complies with menu policy. * debian/rules: Remove icon conversions. Icon in Debian diff already has the correct format. -- Daniel Kobras Fri, 26 Nov 2004 18:10:47 +0100 kino (0.74-2) unstable; urgency=medium * Updated patches: + [10_desktop_fix] Fix Czech and French translations, remove broken Greek translation. Closes: #275664 * debian/control: Remove oggenc from Suggests. The correct package name is vorbis-tools, and that's been suggested for ages already. Closes: #276097 * debian/control: Add build dependency on netpbm. * debian/kino.menu: Make use of xpm icon in Debian menu. * debian/rules: Convert 32x32 menu icon from png to xpm format. * debian/rules: Rename kino.desktop to Kino.desktop because KDE otherwise outright ignores the file. Works around: #270702 -- Daniel Kobras Tue, 12 Oct 2004 18:20:06 +0200 kino (0.74-1) unstable; urgency=low * New upstream version (aka 0.7.4). * Updated patches: + [10_desktop_fix] Merge with upstream changes. Add German translation. * Removed patches: + [01_CVS_mpeg_export_fix] + [01_CVS_null_pointer_fix] + [01_CVS_time_state_fix] + [01_CVS_transition_frame_fix] + [01_CVS_dv1394_deadlock_fix] + [02_CVS_ieee1394_stop_fix] + [10_debashify_exports] + [10_document_fileext] + [10_root_prjdir_fix] + [10_shell_quoting] Merged upstream. * debian/copyright: Update download location. -- Daniel Kobras Thu, 7 Oct 2004 17:38:42 +0200 kino (0.73-2) unstable; urgency=high * Added patches: + [10_desktop_fix] New. Remove empty lines from kino.desktop file to prevent menu entries without text. Add further transations by Jordi Mallach and from upstream CVS. Closes: #268191 -- Daniel Kobras Thu, 16 Sep 2004 19:38:17 +0200 kino (0.73-1) unstable; urgency=medium * New upstream version (aka 0.7.3). Closes: #267599 + Detects mp3 encoder with recent ffmpeg as well. Closes: #260682 * Added patches: + [01_CVS_mpeg_export_fix] From upstream CVS. Fix cleanup logic when exporting to mpegs fails. + [01_CVS_null_pointer_fix] From upstream CVS. Fix segfaults when dereferencing NULL frames during capture. + [01_CVS_time_state_fix] From upstream CVS. Fix initialization of time variables in SMIL. + [01_CVS_transition_frame_fix] From upstream CVS. Fix calculation of end frame in video transitions. + [01_CVS_dv1394_deadlock_fix] From upstream CVS. Fix deadlock when stopping dv1394 capture. + [02_CVS_ieee1394_stop_fix] From upstream CVS. Fix deadlock when stopping raw1394 capture. + [10_root_prjdir_fix] New. Fix segfault when using / as project directory. Addresses part of #226549. * Updated patches: + [10_debashify_exports] Merge with changes from new upstream version. + [10_shell_quoting] Merge with changes from new upstream version. * Removed patches: + [01_CVS_fixes] Merged upstream. * debian/kino.doc-base: Fix path to online documentation. Closes: #262915 * debian/control: Add ffmpeg, lame, and oggenc to Suggests. * debian/README.Debian: Add hint about where to obtain ffmpeg. Closes: #258699 -- Daniel Kobras Tue, 24 Aug 2004 16:23:32 +0200 kino (0.71-2) unstable; urgency=low * Added patches: + [01_CVS_fixes] New. Collection of selected bug fixes from upstream CVS. * Updated patches: + [10_debashify_exports] Also include fixes for dvd exporter and publishing subdir. + [20_endian_types] Remove .rej file that slipped in by mistake. * debian/control: Build-depend on libxt-dev, which is needed by configure. Closes: #254152 -- Daniel Kobras Sun, 13 Jun 2004 16:44:27 +0200 kino (0.71-1) unstable; urgency=low * New upstream version (aka 0.7.1). * Updated patches: + [10_shell_quoting] Rediffed. + [20_endian_types] Rediffed. * Removed patches: + [10_include_cassert] Obsoleted by upstream change. * debian/control: Build-depend on libsamplerate0-dev and libdv4-dev. This kino version requires libdv 0.102 at least, so an alternative build-dep on libdv2-dev is not possible. * debian/control: Build-depend on libx11-dev, libxv-dev, libxext-dev, following the xlibs-dev split. * debian/control: Build-dep on version of libquicktime-dev linked with libdv4. * debian/control: Add hotplug to Suggests (for jogshuttle support). * debian/kino.menu: Quote all strings to shut up lintian. * debian/rules: Override hotplug script and usermap dir. Rename usermap file to kino.usermap. * debian/rules: Override libquicktime shlibs info to make kino depend on a version that links with libdv4. -- Daniel Kobras Thu, 22 Apr 2004 12:50:37 +0200 kino (0.70-2) unstable; urgency=low * Added patches: + [10_documents_fileext] New. Document file formats and encodings kino can handle. Closes: #226322 + [10_debashify_exports] New. Remove bashisms from export shell scripts. Closes: #225123 + [10_shell_quoting] New. Dynamically allocate and quote user-supplied strings that are passed to shell scripts. With this patch, most special characters are now allowed in filenames. Closes: #225023 * debian/control: Recommend various plugins now available as Debian packages. * README.Debian: Update plugin part to refer to Debian packages. -- Daniel Kobras Sat, 14 Feb 2004 22:08:59 +0100 kino (0.70-1) unstable; urgency=low * New upstream version (aka 0.7.0). * Updated patches: + [10_include_cassert] Rediffed. + [20_endian_types] Rediffed. * Removed patches: + [30_videodev_include] Obsolete, bug was fixed in linux-kernel-headers package. * debian/control: Switch build dependencies to Gnome2. * debian/control: Bump standards version. * debian/copyright: Update list of copyright holders. * debian/README: Add caveat about 0.70 compatibility of external plugins. Added hints on how to setup appropriate permissions of device nodes. * debian/NEWS: Warn about plugin incompatibility. * debian/kino.dirs: Install (empty) plugin directory /usr/lib/kino-gtk2. -- Daniel Kobras Mon, 22 Dec 2003 18:48:38 +0100 kino (0.65-1) unstable; urgency=low * New upstream version (aka 0.6.5). * Applied patches: + [10_include_cassert] Old, converted to dpatch. Include where appropriate to keep g++ 3.3 happy. + [20_endian_types] Old, converted to dpatch. Ensure correct AVI on-disk format on big-endian an 64-bit archs. + [30_videodev_include] New. Compile with local, modified copy of v4l1 header because v4l2 breaks with current glibc. v4l2 is not used in kino anyway. Closes: #221058 * Removed patches: + [20_encapsulate_gnome_gettext] (Aka the safe_gnome hack.) gnome.h still sucks, but kino upstream has re-enabled gettext support as a workaround. * debian/rules: Convert to dpatch. * debian/control: Build-depend on dpatch. * debian/control: Add mjpegtools to Suggests to make people who don't read README.Debian read README.Debian when they find out that there is no official mjpegtools package. Closes: #218621 * debian/README.Debian: Document some mjpegtools quirks. Upload plugin information. -- Daniel Kobras Sat, 6 Dec 2003 22:18:44 +0100 kino (0.64-4) unstable; urgency=low * src/Makefile.{am,in}: Install safe_gnome.h in /usr/include/kino. Some kino headers reference it. Closes: #202270 -- Daniel Kobras Mon, 21 Jul 2003 21:43:52 +0200 kino (0.64-3) unstable; urgency=low * src/{avi,filehandler,page_export_1394,riff}.cc: Include . Adapted from dvgrab patch by Kevin Kreamer. * src/safe_gnome.h, src/Makefile.am, src/Makefile.in: New header safe_gnome.h that prevents gnome.h from messing with gettext defines. * src/*: Include safe_gnome.h instead of gnome.h. * All of the above fix build errors with g++ 3.3. Closes: #197757 -- Daniel Kobras Thu, 19 Jun 2003 19:01:06 +0200 kino (0.64-2) unstable; urgency=low * src/Makefile.{am,in}, src/endian_types.h: New class providing basic types in little-endian storage. * src/{avi,riff}.{h,cc}: Fix AVI on-disk format on big-endian and 64bit archs. * src/avi.cc, src/filehandler.cc: Proper error checking in WriteFrame method. -- Daniel Kobras Tue, 15 Apr 2003 10:18:27 +0200 kino (0.64-1) unstable; urgency=low * New upstream version (aka 0.6.4, you know the story). Closes: #180200 * debian/control: Build dep on libquicktime. Tighten versions on libdv and libavc1394 build deps. Explicitly build depend on libglib. * debian/control: gnome-help is no more. Remove from suggests. * debian/control: Bump standards version. * debian/rules: Use debhelper compat level 4. * debian/rules: Enable quicktime support. * debian/rules: Do not install Makefiles in pixmaps dir. -- Daniel Kobras Wed, 2 Apr 2003 17:31:38 +0200 kino (0.60.1-1) unstable; urgency=low * New upstream version. (NB: Again, upstream calls this version 0.6, and the tarball is labelled as 0.6-1. It is my firm belief that me slightly tweaking the version causes less confusion than an epoch hell.) * debian/README.Debian: Updated notes on third-party plugins. * debian/rules: No longer need to clean up after upstream install target. -- Daniel Kobras Sat, 26 Oct 2002 21:43:58 +0200 kino (0.51-1) unstable; urgency=low * New upstream version. * Raise libdv build dep. * Do not provide video1394.* any longer. Recent enough versions have been in the kernel for ages. * fx.html doc file missing in release--add from upstream CVS. * Suggest sox and vorbis-tools for audio export. * Some export filters use packages not yet in Debian. Added download hints to README.Debian. * Install some headers in /usr/include/kino, so external plugins can be built against this package. (Provide kino-dev? Humm..., not yet.) * Document some potential plugin pitfalls in README.Debian. -- Daniel Kobras Thu, 8 Aug 2002 15:30:23 +0200 kino (0.50-3) unstable; urgency=medium * Adapt to libdv 0.9.5. Adjust build-deps accordingly. * Added Arch line back to any. kino is really useful even without IEEE 1394 hardware. * Include libgtkxmhtml-dev and libzvt-dev to build deps. -- Daniel Kobras Sun, 21 Apr 2002 17:31:41 +0200 kino (0.50-2) unstable; urgency=low * Do not pass whole DV frames via the stack, keep alpha happy. Closes: #123164 -- Daniel Kobras Tue, 11 Dec 2001 16:52:09 +0100 kino (0.50-1) unstable; urgency=low * New upstream version. (NB: Upstream calls this version 0.5 in some places and 0.50 in others. Chose 0.50 to avoid an epoch.) * Suggest gnome-help--we have online docs now. * Mozilla doesn't like local filenames. Expand location of help files to full URLs. * Add menu entry to Apps/Graphics. * Build depends on libxml2-dev now. -- Daniel Kobras Mon, 19 Nov 2001 15:18:07 +0100 kino (0.46-1) unstable; urgency=low * New upstream version. * Added NEWS file to docs. -- Daniel Kobras Fri, 21 Sep 2001 08:41:42 +0200 kino (0.45-1) unstable; urgency=low * New upstream version. Closes: #112148 * Man page was merged upstream. Removed Debian-specific version. * Backup config.{guess,sub} before clobbering with uptodate version. Restore on clean. * Patch from upstream CVS: remove extraneous comma in video1394.c. * Patch from upstream CVS: fix corruption when recording with audio enabled. -- Daniel Kobras Tue, 18 Sep 2001 14:23:39 +0200 kino (0.43-2) unstable; urgency=low * [This is basically upstream 0.44, but as the upstream tarball is screwed, I rather distribute the (few) changes as a Debian patch against sane upstream 0.43.] * Fix PAL playback when using XV display. * Include upstream BUGS file that wasn't distributed in 0.43. * Added ludicrous architectures line to keep m68k maintainer happy. (Took out s390 and hurd-i386 as well. This solution is ugly as hell, but there's no better alternative right now.) -- Daniel Kobras Thu, 21 Jun 2001 17:14:11 +0200 kino (0.43-1) unstable; urgency=low * Initial release. Closes: #89512 * Added man page for kino(1). -- Daniel Kobras Thu, 14 Jun 2001 18:55:35 +0200