lp:debian/jessie/zynjacku

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/jessie/zynjacku
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

10. By Alessio Treglia

* Remove any reference to LASH.
* Drop 1001-shebangs.patch, useless.
* Drop 1005-xref_fix.patch, needs more work upstream.
* First attempt to do pygtk2 -> pygi conversion, patch is disabled for now.
* Add patch to port to LV2's first unified release.
* Refresh patches.
* Replace dependency on lv2core with lv2-dev.
* Bump Standards.

9. By Alessio Treglia

Attempt to fix cross-referencing among bundles.
Patch from Stefano D'Angelo.

8. By Alessio Treglia

* 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.

7. By Alessio Treglia

* 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.

6. By Alessio Treglia

* 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.

5. By Alessio Treglia

* 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.

4. By Alessio Treglia

* 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.

3. By Alessio Treglia

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

[ Alessio Treglia ]
* Fix Vcs-Browser tag.

2. By mira

Initial release (Closes: #523850)

1. By mira

Import upstream version 5.2

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/zynjacku
This branch contains Public information 
Everyone can see this information.

Subscribers