zynjacku (6-2) unstable; urgency=low

  * Add patch to port zynjacku to GtkBuilder.
  * Add patch to fix a startup bug when lash daemon is not installed.
  * debian/control:
    - Demote python-lash to Suggests.
    - Drop python-glade2 from Depends.
    - Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Wed, 27 Apr 2011 18:57:50 +0200

zynjacku (6-1) unstable; urgency=low

  * New upstream release:
    - Fixes and improvements that improve interoperability with these
      plugins:
      + The Composite Sampler
      + EQ10Q
      + Calf
    - Support the new dynamic manifest extension and thus NASPRO 0.2.90.
    - It is now possible to supply on commandline a regular expression
      instead of URI. The regexp must match only one URI.
    - Plugin GUI windows now have WM_WINDOW_ROLE set to "plugin_ui" (for
      WM kludges etc).
    - Various improvements in lv2 turtle rdf parsing.
    - A commandline parsing bug that prevented use of state file is fixed.
    - Better reporting and handling of ttl syntax errors.
    - The plugin scanner got some speed an memory optimizations.
    - Windows of the generic GUIs are now smaller when the plugin is not
      dynparam one.
    - The Author column is now named Maintainer to better match
      doap:maintainer semantics.
    - Change installation layout to better suit Debian and hopefully
      other distros as well.
    -  In single plugin mode, exit if UI show failed.
    - Properly handle scan when there are no lv2 plugins installed (patch
      by Orcan Ogetbil); https://bugzilla.redhat.com/show_bug.cgi?id=551480
    - Fix syntax error exception. #15558
    - When rack was being cleared, some plugin UI windows were not being
      closed. This bug was fixed.
  * Drop patches applied upstream:
    - 0001-fix_scan_without_plugins_installed.patch
    - 0002-handle_empty_doapmaintainer_field.patch
    - 0003-syntax_error_exception.patch
    - 0004-flex_parser_recognizes_datatype_uris_and_lang_suffixes.patch
    - 0005-lv2_parser_ignores_datatype_uris_and_lang_suffixes.patch
    - 0006-ui_gtk_threads_init.patch
    - 0007-unknown_ui_types.patch
    - 0008-continue_on_missing_ui_plugin_req.patch
    - 0009-regex_uris_command_line.patch
    - 0010-external_gui_cleanup.patch
    - 0011-check_ui_is_visible.patch
    - 0012-fix_parsing_lv2rack_cmdline.patch
    - 0013-hangs_on_missing_license_field.patch
  * Refresh 1002-buildsystem.patch.
  * debian/control:
    - Set Provides: lv2-host.
    - Demote lashd to Suggests.
    - Remove Breaks: ${python:Breaks}.
  * debian/rules:
    - Compile with all python installed versions.
  * debian/gbp.conf: Set compression = bzip2.

 -- Alessio Treglia <alessio@debian.org>  Thu, 31 Mar 2011 09:37:29 +0200

zynjacku (5.2-5) unstable; urgency=low

  * 0013-hangs_on_missing_license_field.patch.
    - Prevent hangs when a .ttl file lacks the 'license' field.
  * Switch to dh_python2:
    - debian/control:
      + Remove XB-Python-Version field.
      + Bump minimum required python-all-dev to 2.6.6-3.
      + Drop python-support from Build-Depends field.
      + Introduce Breaks field and set it to ${python:Breaks).
    - debian/rules: Enable dh_python2.
  * debian/rules: Remove 'rubbish' left by libtool (means: .la files).
  * Introduce dh-autoreconf.
  * Add patch to avoid FTBFS with autoreconf.

 -- Alessio Treglia <alessio@debian.org>  Thu, 10 Mar 2011 00:16:41 +0100

zynjacku (5.2-4) unstable; urgency=low

  * Depends on lashd (LP: #613145).
  * Bump Standards.
  * Remove DM-Upload-Allowed: yes, unnecessary.
  * Switch to DH 7 + autotools_dev helper.
  * Update gbp's config file.
  * Add -Wl,--as-needed to the linking flags.
  * Build-dep on python-dev >= 2.6.
  * Rename patches.
  * 0001-fix_scan_without_plugins_installed.patch:
    - Properly handle scan when there are no LV2 plugins installed.
  * 0002-handle_empty_doapmaintainer_field.patch:
    - Handle empty doap:maintainer.
      EQ10Q-1.0 does not define the foaf prefix and this causes empty
      doap:maintainer.
  * 0003-syntax_error_exception.patch:
    - Fix syntax error exception.
  * 0004-flex_parser_recognizes_datatype_uris_and_lang_suffixes.patch:
    - In the flex parser, recognize datatype URIs and language suffixes
      for string literals
    - Add ttl.l flex description file.
  * 0005-lv2_parser_ignores_datatype_uris_and_lang_suffixes.patch:
    - In the LV2 parser, ignore datatype URIs and language suffixes for
      string literals.
  * 0006-ui_gtk_threads_init.patch:
    - Call gtk.gdk.threads_init() before doing any GTK+ stuff.
      When using the Composite Sampler plugin, the UI would freeze (but
      the audio would be functional).
  * 0007-unknown_ui_types.patch:
    - React better to unknown or unspecified UI types.
    - Minor refactoring.
  * 0008-continue_on_missing_ui_plugin_req.patch:
    - Do not give up too easily when not being able to meet UI plugin's
      requirement. Just try another one.
  * 0009-regex_uris_command_line.patch:
    - Add command line support for /regex/ syntax for URIs.
  * 0010-external_gui_cleanup.patch:
    - Call cleanup on the external GUI.
  * 0011-check_ui_is_visible.patch:
    - Make sure that ui_run didn't shut down the GUI.
  * 0012-fix_parsing_lv2rack_cmdline.patch:
    - Fix parsing of lv2rack commandline.

 -- Alessio Treglia <alessio@debian.org>  Thu, 10 Feb 2011 17:22:55 +0100

zynjacku (5.2-3) unstable; urgency=low

  * Switch to 3.0 (quilt) format.
  * Add debian/gbp.conf file.
  * Add .gitignore file.
  * Depends on python-glade2; thanks to Grant Diffey
    for reporting this (Closes: #589310).
  * Update Standards to 3.9.0.
  * Correct shebang line.

 -- Alessio Treglia <alessio@debian.org>  Fri, 16 Jul 2010 19:51:44 +0200

zynjacku (5.2-2) unstable; urgency=low

  [ Jaromír Mikeš ]
  * Icons and menu entry added.

  [ Alessio Treglia ]
  * Fix Vcs-Browser tag.

 -- Alessio Treglia <alessio@debian.org>  Sun, 13 Jun 2010 20:41:17 +0200

zynjacku (5.2-1) unstable; urgency=low

  * Initial release (Closes: #523850)  

 -- Jaromír Mikeš <mira.mikes@seznam.cz>  Mon, 03 May 2010 01:08:15 +0200
