File hydrogen.changes of Package hydrogen

-------------------------------------------------------------------
Sun Nov 15 11:46:57 UTC 2020 - munix9@googlemail.com

- Update to version 1.0.1
  * Fixed compilation with libtar
  * Fixed jack transport tempo drift when using non-integer bpm values
  * Disabled "development mode" warning
  * Fix crash on saving ladspa settings
  * Added manual + tutorial files to Windows and OS X Installers

- Update to version 1.0.0
  * QT5 support
  * MIDI feedback
  * OSC support (incl. feedback)
  * Playback track
  * Menu redesign
  * Note probability property
  * Velocity automation
  * Full screen mode
  * New default kit: GMRockKit

- Add fix-obsolete-appdata.patch
- Add fix-version-soversion.patch (replaces hydrogen-0.9.6-lib64.patch)
- Remove hydrogen-no-current-time.patch (__DATE__ and __TIME__
  are considered by SOURCE_DATE_EPOCH and the compiler)
- Remove hydrogen-fix-qt5.15.patch (fixed upstream)
- Remove hydrogen-gcc47.patch (obsolete)
- Remove hydrogen-0.9.6-lib64.patch (obsolete)
- h2cli.1 is now created during %install
- Clean up spec file

-------------------------------------------------------------------
Wed Jun 03 09:32:49 UTC 2020 - davejplater@gmail.com

- Update to version 0.99+git20200527 and fix factory build against
  qt 5.15 with hydrogen-fix-qt5.15.patch
- Remove incorporated patches:
  hydrogen-ongEditorPanel-clean-up-scroll-signals.patch,
  hydrogen-SongEditorPanel-Add-methods-to-show-Timeline-Playbac.patch
  and hydrogen-SongEditor-Fix-timeline-scrolling.patch
- Upstream changes:
  * Fix buffer and period size calculation
  * hydrogen.cpp: change return value behavior of audioEngine_process()
  * Fix prefs dialog buffersize driver restart message
  * Fail gracefully on failure to set ALSA period (Fix #879)
  * Bugfix for #857: Check audioEngine_process() ret. value when exporting
  * Do not update specific UI parts if song export is active  (see #857)
  * More smaller fixes which address compiler warnings..
  * ExportMidiDialog: initialize pSmfWriter
  * Fix #874 - improve scrolling to newly selected pattern (#875)

-------------------------------------------------------------------
Wed Feb 12 17:42:55 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

- hydrogen-ongEditorPanel-clean-up-scroll-signals.patch,
  hydrogen-SongEditorPanel-Add-methods-to-show-Timeline-Playbac.patch,
  hydrogen-SongEditor-Fix-timeline-scrolling.patch,
  * adjusted git commits from upstream, which fix scrolling in
    Song Editor (boo#1163519)

-------------------------------------------------------------------
Sun Apr  7 14:27:51 UTC 2019 - plater <davejplater@gmail.com>

- Update to 1.0.0-beta named version 0.9.9pre1
- Now builds with qt5
- Rebased hydrogen-0.9.6-lib64.patch, hydrogen-gcc47.patch and
  hydrogen-no-current-time.patch.
- Removed hydrogen-0.9.6-desktop.patch.

-------------------------------------------------------------------
Wed Mar  7 06:22:36 UTC 2018 - davejplater@gmail.com

- Remove lash dependency and enable pulse audio support.

-------------------------------------------------------------------
Wed Apr 12 14:10:18 UTC 2017 - davejplater@gmail.com

- Modified hydrogen-no-current-time.patch to remove all references
  to current date and time.

-------------------------------------------------------------------
Wed Jan 25 23:00:56 UTC 2017 - jengelh@inai.de

- Trim description and fix all the incomplete sentences.

-------------------------------------------------------------------
Thu Jan 12 21:22:08 UTC 2017 - wbauer@tmo.at

- Update to version 0.9.7, adapt patches
- Drop hydrogen.1 source file, move the included man page to the
  right place instead of installing our own version
- Updated h2cli.1 man page
- Use desktop-file-utils macros instead of update-desktop-database
- Upstream changes:
  * The color of the SongEditors squares is now configurable
  * Added support for midi cymbal choking
  * Added support for midi hihat pressure control
  * Added hihat pressure groups
  * Added basic non session manager support
  * Added instrument components
  * Basic lilypond export
  * New windows cross compilation script
  * Support for soundlibrary images
  * Configurable sample selection algorithm
  * Support for soundlibraries with images
  * New midi action:
  * SELECT_PREV_PATTERN_RELATIVE

-------------------------------------------------------------------
Sun Nov 09 04:34:00 UTC 2014 - Led <ledest@gmail.com>

- fix bashisms in post/postun scripts

-------------------------------------------------------------------
Fri Sep  5 21:18:32 UTC 2014 - wbauer@tmo.at

- Update to final version 0.9.6, adapt patches
- Changed hydrogen-0.9.6-desktop.patch to not add quotes to the
  german Name and GenericName entries in the .desktop file, this
  doesn't really make sense and looks bad in the application menu
- Updated h2cli.1 and hydrogen.1 man pages
- Upstream changes (compared to 0.9.5):
  * Release 0.9.6
  * new build system (cmake)
  * add undo for song/pattern editor
  * jack-session support
  * jack-midi support
  * several bug fixes
  * tabbed interface
  * several small changes to the GUI
  * improve ExportSong add use of TimeLineBPM,
    RubberbandBatch processor and different types of resample interpolation

-------------------------------------------------------------------
Sat Nov 23 12:57:20 UTC 2013 - wbauer@tmo.at

- Update to version 0.9.6-beta3, adapt patches
- Upstream changes:
  * Release 0.9.6
  * new build system (cmake)
  * add undo for song/pattern editor
  * jack-session support
  * jack-midi support
  * several bug fixes
  * tabbed interface
  * several small changes to the GUI
  * improve ExportSong add use of TimeLineBPM,
    RubberbandBatch processor and different types of resample interpolation

-------------------------------------------------------------------
Sun Jun  2 17:11:10 UTC 2013 - andreas.stieger@gmx.de

- remove build requirements subversion and rsync

-------------------------------------------------------------------
Sat Mar 17 20:38:28 UTC 2012 - boris@steki.net

- Add hydrogen-gcc47.patch: Fix build with gcc 4.7.

-------------------------------------------------------------------
Tue Oct 25 14:29:14 UTC 2011 - coolo@suse.com

- fix another link into %buildroot

-------------------------------------------------------------------
Fri Oct 14 14:23:05 UTC 2011 - davejplater@gmail.com

- Changed build to release due to the default debug build being
  sluggish.

-------------------------------------------------------------------
Tue Oct 11 14:37:43 UTC 2011 - davejplater@gmail.com

- Gave libhydrogen-core.so a SONAME and fixed the <= 11.4 build 
  which needed Qt webkit to have QtXmlPatterns with
  BuildRequires: pkgconfig(QtXmlPatterns)

-------------------------------------------------------------------
Wed Oct  5 15:36:50 UTC 2011 - davejplater@gmail.com

- Update to version 0.9.6, all patches obsolete, remade
  hydrogen-no-current-time.patch & hydrogen-0.9.6-desktopfile.patch
- Build system now uses cmake, rewrote the Build section and added
  man page for h2cli. Created devel and libhydrogen-core-0_9_6-0
  sub packages.
- Upstream changes :
  *Release 0.9.6
  *new build system (cmake)
  *add undo for song/pattern editor
  *jack-session support
  *some bug fixes

-------------------------------------------------------------------
Mon Aug 15 01:40:40 CEST 2011 - ro@suse.de

- make it build even if python reports platform as linux3 

-------------------------------------------------------------------
Fri Mar 18 01:18:26 UTC 2011 - davejplater@gmail.com

- Update to Version 0.9.5 added portaudio.patch from upstream.
- Made hydrogen-no-current-time.patch use __TIMESTAMP__ instead of
  __DATE__
- No more kde3 dependency since version 0.9.4, now uses Qt4.
- Added man page created with hepl2man.
- Added hydrogen-0.9.5-desktopfile.patch which replaces 
  linux/hydrogen.desktop file which is installed with the one in
  the top source directory.
- Upstream changes :
 *load playlists at startup
 *midi-learn works now with shift-click on some gui elements
 *multi-track export and LADI support
 *maximum number of bars is now configurable
 *added czech translation
 *fixed serveral export song failures
 *added ogg, flac, aiff export support
 *added some new commandline parameter for no_gui version
 *added rubberband-cli support
 *several improvements on sample editor
 *added support for app bundles on OSX
 *non destructive sample editor
 *piano roll editor and instrument midi out
 *destructive midi recording and added czech translation
 *support for midi "note off" messages & virtual patterns
 *time line to change song tempo and add tags
 *director and at least several small changes
 *Xml handling is now done by QtXml instead of TinyXML
 *improved support for non-ascii filenames / strings
 *remove direct dependencies to libflac
- For earlier 0.9.4 changes see ChangeLog

-------------------------------------------------------------------
Fri Mar 26 19:48:05 UTC 2010 - coolo@novell.com

- disable parallel make to avoid the random failures we see

-------------------------------------------------------------------
Mon May 18 14:54:20 CEST 2009 - tiwai@suse.de

- fix build with gcc 4.4; add missing stdio.h inclusions

-------------------------------------------------------------------
Mon Oct 22 15:48:26 CEST 2007 - tiwai@suse.de

- fix build with gcc 4.3

-------------------------------------------------------------------
Mon Jun  4 23:38:34 CEST 2007 - dmueller@suse.de

- remove FLAC 1.1.4 patch for < 10.3

-------------------------------------------------------------------
Mon May  7 10:17:29 CEST 2007 - stbinner@suse.de

- fix build on < 10.3

-------------------------------------------------------------------
Thu May  3 13:42:02 CEST 2007 - wstephenson@suse.de

- fix buildrequires: libraptor1-devel -> libraptor-devel

-------------------------------------------------------------------
Thu May  3 06:40:43 CEST 2007 - lrupp@suse.de

- fix buildrequires: raptor-devel -> libraptor1-devel

-------------------------------------------------------------------
Mon Apr 16 11:11:49 CEST 2007 - tiwai@suse.de

- fix build with FLAC 1.1.4.

-------------------------------------------------------------------
Thu Jan 18 15:32:33 CET 2007 - tiwai@suse.de

- use RPM_OPT_FLAGS for plugins.

-------------------------------------------------------------------
Mon Jul 31 18:39:55 CEST 2006 - tiwai@suse.de

- updated to version 0.9.3:
  * mostly bugfixes, including memory leak (#194576)
  * new plugins

-------------------------------------------------------------------
Thu Jun 15 11:31:36 CEST 2006 - dmueller@suse.de

- build parallel

-------------------------------------------------------------------
Wed Jan 25 21:32:55 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Oct 18 18:06:40 CEST 2005 - tiwai@suse.de

- fixed for gcc 4.1.

-------------------------------------------------------------------
Wed Oct 12 20:07:55 CEST 2005 - tiwai@suse.de

- removed glib* from neededforbuild.

-------------------------------------------------------------------
Wed Jul 27 17:23:57 CEST 2005 - tiwai@suse.de

- updated to version 0.9.2.

-------------------------------------------------------------------
Wed May 11 14:56:15 CEST 2005 - schwab@suse.de

- Fix library order.
- Fix broken cast.

-------------------------------------------------------------------
Thu Apr 14 17:17:06 CEST 2005 - sbrabec@suse.cz

- Added audiofile-devel to neededforbuild.

-------------------------------------------------------------------
Fri Jan 21 16:26:27 CET 2005 - tiwai@suse.de

- updated to version 0.9.1.

-------------------------------------------------------------------
Thu Dec 16 12:13:29 CET 2004 - coolo@suse.de

- tried to fix Makefiles, but disabled unsermake in the middle

-------------------------------------------------------------------
Wed Aug 25 06:03:48 CEST 2004 - mana@suse.de

- update to 0.8.2 (non-beta)

-------------------------------------------------------------------
Mon Aug 16 16:58:23 CEST 2004 - ro@suse.de

- run update_admin

-------------------------------------------------------------------
Tue Mar  2 12:57:25 CET 2004 - tiwai@suse.de

- updated to version 0.8.2beta1.

-------------------------------------------------------------------
Fri Feb 20 13:12:50 CET 2004 - tiwai@suse.de

- fixed the installation of desktop file.

-------------------------------------------------------------------
Wed Jan 14 15:46:05 CET 2004 - tiwai@suse.de

- updated to version 0.8.1.
  libhydrogen is merged again.

-------------------------------------------------------------------
Sat Jan 10 17:15:46 CET 2004 - adrian@suse.de

- build as user

-------------------------------------------------------------------
Fri Sep 19 13:05:56 CEST 2003 - tiwai@suse.de

- fixed the desktop icon path.

-------------------------------------------------------------------
Mon Sep 15 16:52:55 CEST 2003 - tiwai@suse.de

- added desktop icons.

-------------------------------------------------------------------
Fri Aug 29 16:48:26 CEST 2003 - tiwai@suse.de

- added %run_ldconfig.
- fixed categories.

-------------------------------------------------------------------
Thu Aug 28 11:56:06 CEST 2003 - tiwai@suse.de

- fixed the change of types in the recent JACK.

-------------------------------------------------------------------
Thu Aug 14 17:33:03 CEST 2003 - tiwai@suse.de

- added desktop file.

-------------------------------------------------------------------
Mon Jul  7 17:41:43 CEST 2003 - tiwai@suse.de

- updated to version 0.8.0.

-------------------------------------------------------------------
Tue Apr  1 17:21:31 CEST 2003 - tiwai@suse.de

- initial version: 0.7.6.

openSUSE Build Service is sponsored by