Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libbuzztrax-core-devel | Distribution: openSUSE:Leap:15.2:PowerPC / ports |
Version: 0.10.2+git20191209 | Vendor: openSUSE |
Release: lp152.2.1 | Build date: Sat May 23 16:16:07 2020 |
Group: Development/Libraries/C and C++ | Build host: obs-power9-07 |
Size: 1650410 | Source RPM: buzztrax-0.10.2+git20191209-lp152.2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://buzztrax.org | |
Summary: Development files for libbuzztrax-core |
This package provides the development files for libbuzztrax-core.
GPL-2.0-or-later
* Tue May 19 2020 Dave Plater <davejplater@gmail.com> - Remove null post and postun macros * Tue May 19 2020 Benjamin Greiner <code@bnavigator.de> - add shared-mime-info dep to post and postun and remove ghosted xml files from %{_datadir}/mime/audio to fix https://lists.opensuse.org/opensuse-packaging/2020-05/msg00054.html - remove the duplicate listing of directories - remove ownership of some standard directories * Mon Dec 23 2019 Dave Plater <davejplater@gmail.com> - Removed conditional for 0001-Fix-build-with-fluidsynth-2.x.patch buzztrax now builds with fluidsynth one and two with the patch. * Thu Dec 19 2019 Dave Plater <davejplater@gmail.com> - Update to git snapshot 0.10.2+git20191209 - Add patch from debian 0001-Fix-build-with-fluidsynth-2.x.patch - Upstream changes: * More synth pannning. Add more module ideas. * Tue Nov 26 2019 Dave Plater <davejplater@gmail.com> - Update to git snapshot version 0.10.2+git20191028 includes Bernard's reproducible build: Use NEWS date instead of build date - Upstream changes: * core:fix format strings in logger * tests:add init handling to fuzzer and update docs * tests:add a fuzzer for reading song files * test:make the test helper builable with older gtk versions * tests:remove unused code * Use NEWS date instead of build date * test:set a GdkDevice in the synthetic events to silence a warning * tests:swap out the screenshoting code. * tests:use top_abs_* more often * tests:update location of valgrind suppressions * tests:extract local var for readability * tests:more debugging for the flaky screenshotting * tests:fix action signal emission. * tests:test the analyzer dialog for the master * sink-bin:guard some properties with a class check * tests:fix bad property in handwritten song * tests:move the call to get the window size out of the ifdef * icons:add the apps dir * tests:disable the cairo hack * help:only copy the images * tests:add ref_sink() before releasing to fix a warning. * edit/tools:extract some common code into a help and add tests * tests:add a workaround for snapshotting images * help:fix typo in path for image generation target * tests:udpate new manual doc path for tests * help:fix make check target * Sun Aug 11 2019 Dave Plater <davejplater@gmail.com> - Update to git snapshot version 0.10.2+git20190809 which no longer uses rarian-scrollkeeper but uses yelp instead for help file generation. - This fixes boo#1141385. - Removed the following incorporated patches: buzztrax-appdata.patch, buzztrax-build.patch, buzztrax-gcc7fix.patch, buzztrax-misleading-indentation.patch and buzztrax-newfix.patch. - Added -Wno-error=format for the i586 build. * Wed Jul 10 2019 Dave Plater <davejplater@gmail.com> - Use %license * Thu Apr 04 2019 olaf@aepfle.de - Use gcc8 in SLE_12 * Fri Jan 18 2019 davejplater@gmail.com - Removed fluidsynth from the build until it catches up with version 2.x.x * Wed Jul 04 2018 bjorn.lie@gmail.com - Drop pkgconfig(gconf-2.0) BuildRequires and the macro gconf_schemas_requires: No longer needed, nor used. * Mon Jun 18 2018 davejplater@gmail.com - Fix Factory/Tumbleweed build failure with buzztrax-newfix.patch. * Mon Jun 11 2018 davejplater@gmail.com - Fix gcc8 build failure with -Wno-error=restrict. * Sat Mar 24 2018 davejplater@gmail.com - Fix build with -Wno-error=incompatible-pointer-types reported upstream https://github.com/Buzztrax/buzztrax/issues/74 * Fri Jan 05 2018 davejplater@gmail.com - Fix build against fluidsynth-1.1.9 by adding workaround flag - Wno-error=deprecated-declarations. Reported upstream: https://github.com/Buzztrax/buzztrax/issues/74 * Mon Oct 30 2017 davejplater@gmail.com - Fixed spec generated baselibs.conf by adding libbuzztrax-gst. * Mon Apr 03 2017 davejplater@gmail.com - Fix gcc7 build with buzztrax-gcc7fix.patch and the following CFLAGS -Wno-error=format-truncation= and - Wno-error=format-overflow= * Tue Jun 28 2016 davejplater@gmail.com - Removed workaround -Wno-error=misleading-indentation flag and made buzztrax-misleading-indentation.patch from upstream git to fix boo#985062 . * Fri Jun 17 2016 davejplater@gmail.com - Added -Wno-error=misleading-indentation to CFLAGS as a work around for boo#985062 and to fix build with gcc6. Will be fixed upstream. * Tue Apr 05 2016 dimstar@opensuse.org - Ensure the icons in hicolor are the REAL files: fdupes links them the 'wrong way around' for xdg-app and appstream-builder. * Tue Mar 01 2016 davejplater@gmail.com - Fixed wrong group for gstreamer-1_0-plugins-buzztrax.boo#968567 * Fri Jan 22 2016 davejplater@gmail.com - Renamed buzztrax-edit.desktop buzztrax.desktop - Added buzztrax-appdata.patch to add name matching desktop file's name field, fix incorrect metadata_licence field and to match the actual desktop file name in the id type field. - Owned directories that weren't uninstalled with package. - Changed license field to GPL-2.0+ in line with copied source. * Wed Jan 06 2016 davejplater@gmail.com - Update to 0.10.2 and replace buzztrax-songio-dir.patch, buzztrax-fixx86build.patch and buzztrax-nolibbml_la-bmlw.patch with buzztrax-build.patch from upstream, to be included in 0.10.3 Upstream changes: - Bumped to upstream buffix release 0.10.2 - Adjusted dependencies (dropped obsolete ones) * Thu Dec 17 2015 davejplater@gmail.com - Renamed gstreamer-1_0-plugins to gstreamer-1_0-plugins-buzztrax - Created Provides/Obsoletes to handle existing package : gstreamer-0_10-plugins-buzztard which will be deleted when buzztrax is in Factory. * Tue Dec 15 2015 davejplater@gmail.com - Fixed i586 build with buzztrax-fixx86build.patch and buzztrax-nolibbml_la-bmlw.patch - Created buzztrax-songio-dir.patch to make the plugin install into the versioned lib directory and moved it to plugins package. * Mon Dec 14 2015 davejplater@gmail.com - Package renamed from buzztard to buzztrax, update to 0.9.0 - Upstream changes: 0.9.0 ascension (13.Jun.2015) ======================================================================== In this cycle we did a lot of finetuning on the gtk+3 port. More deprecated APIs are replaced with the new API. We did a lot of work on theming; e.g. all colors are now defined in the css files and settings let you select theme variants such as a dark theme. The interaction controller library now supports alsa-sequencer. The UI for training the controls of a new midi device is streamlined and much easier. Also the controls from the interaction controller can be used fro playback controls (play/pause/seeking). Finally things got easier for developers too. We merged bml, gst-buzztrax into buzztrax to simplify the build. 0.8.0 bladerunner (24.Oct.2014) ======================================================================== This release port the code base to the recent version of the libraries we're using. We switched from gstreamer-0.10 to 1.2, from gtk+-2.x to gtk+3.x, from gconf to gsettings and replaced gnomecanvas by clutter. We've stared to make use of the new features in some places (e.g. exporting labels in rendered songs).
/usr/include/libbuzztrax-core /usr/include/libbuzztrax-core/application.h /usr/include/libbuzztrax-core/audio-session.h /usr/include/libbuzztrax-core/childproxy.h /usr/include/libbuzztrax-core/cmd-pattern-control-source.h /usr/include/libbuzztrax-core/cmd-pattern.h /usr/include/libbuzztrax-core/core.h /usr/include/libbuzztrax-core/experiments.h /usr/include/libbuzztrax-core/machine.h /usr/include/libbuzztrax-core/parameter-group.h /usr/include/libbuzztrax-core/pattern-control-source.h /usr/include/libbuzztrax-core/pattern.h /usr/include/libbuzztrax-core/persistence.h /usr/include/libbuzztrax-core/processor-machine.h /usr/include/libbuzztrax-core/sequence.h /usr/include/libbuzztrax-core/settings.h /usr/include/libbuzztrax-core/setup.h /usr/include/libbuzztrax-core/sink-bin.h /usr/include/libbuzztrax-core/sink-machine.h /usr/include/libbuzztrax-core/song-info.h /usr/include/libbuzztrax-core/song-io-native-bzt.h /usr/include/libbuzztrax-core/song-io-native-xml.h /usr/include/libbuzztrax-core/song-io-native.h /usr/include/libbuzztrax-core/song-io.h /usr/include/libbuzztrax-core/song.h /usr/include/libbuzztrax-core/source-machine.h /usr/include/libbuzztrax-core/tools.h /usr/include/libbuzztrax-core/value-group.h /usr/include/libbuzztrax-core/version.h /usr/include/libbuzztrax-core/wave.h /usr/include/libbuzztrax-core/wavelevel.h /usr/include/libbuzztrax-core/wavetable.h /usr/include/libbuzztrax-core/wire.h /usr/lib64/libbuzztrax-core.so /usr/lib64/pkgconfig/libbuzztrax-core.pc /usr/share/gir-1.0 /usr/share/gir-1.0/BuzztraxCore-1.1.gir /usr/share/gtk-doc/html/buzztrax-core /usr/share/gtk-doc/html/buzztrax-core/BtApplication.html /usr/share/gtk-doc/html/buzztrax-core/BtAudioSession.html /usr/share/gtk-doc/html/buzztrax-core/BtCmdPattern.html /usr/share/gtk-doc/html/buzztrax-core/BtCmdPatternControlSource.html /usr/share/gtk-doc/html/buzztrax-core/BtMachine.html /usr/share/gtk-doc/html/buzztrax-core/BtParameterGroup.html /usr/share/gtk-doc/html/buzztrax-core/BtPattern.html /usr/share/gtk-doc/html/buzztrax-core/BtPatternControlSource.html /usr/share/gtk-doc/html/buzztrax-core/BtPersistence.html /usr/share/gtk-doc/html/buzztrax-core/BtProcessorMachine.html /usr/share/gtk-doc/html/buzztrax-core/BtSequence.html /usr/share/gtk-doc/html/buzztrax-core/BtSettings.html /usr/share/gtk-doc/html/buzztrax-core/BtSetup.html /usr/share/gtk-doc/html/buzztrax-core/BtSinkBin.html /usr/share/gtk-doc/html/buzztrax-core/BtSinkMachine.html /usr/share/gtk-doc/html/buzztrax-core/BtSong.html /usr/share/gtk-doc/html/buzztrax-core/BtSongIO.html /usr/share/gtk-doc/html/buzztrax-core/BtSongIOBuzz.html /usr/share/gtk-doc/html/buzztrax-core/BtSongIONative.html /usr/share/gtk-doc/html/buzztrax-core/BtSongIONativeBZT.html /usr/share/gtk-doc/html/buzztrax-core/BtSongIONativeXML.html /usr/share/gtk-doc/html/buzztrax-core/BtSongInfo.html /usr/share/gtk-doc/html/buzztrax-core/BtSourceMachine.html /usr/share/gtk-doc/html/buzztrax-core/BtValueGroup.html /usr/share/gtk-doc/html/buzztrax-core/BtWave.html /usr/share/gtk-doc/html/buzztrax-core/BtWavelevel.html /usr/share/gtk-doc/html/buzztrax-core/BtWavetable.html /usr/share/gtk-doc/html/buzztrax-core/BtWire.html /usr/share/gtk-doc/html/buzztrax-core/annotation-glossary.html /usr/share/gtk-doc/html/buzztrax-core/api-index.html /usr/share/gtk-doc/html/buzztrax-core/buzztrax-core-BtChildProxy.html /usr/share/gtk-doc/html/buzztrax-core/buzztrax-core-libbtcore.html /usr/share/gtk-doc/html/buzztrax-core/buzztrax-core.devhelp2 /usr/share/gtk-doc/html/buzztrax-core/ch02.html /usr/share/gtk-doc/html/buzztrax-core/ch03.html /usr/share/gtk-doc/html/buzztrax-core/ch04.html /usr/share/gtk-doc/html/buzztrax-core/conventions.html /usr/share/gtk-doc/html/buzztrax-core/home.png /usr/share/gtk-doc/html/buzztrax-core/index.html /usr/share/gtk-doc/html/buzztrax-core/left-insensitive.png /usr/share/gtk-doc/html/buzztrax-core/left.png /usr/share/gtk-doc/html/buzztrax-core/libbtcore.html /usr/share/gtk-doc/html/buzztrax-core/objecttree.html /usr/share/gtk-doc/html/buzztrax-core/pr01.html /usr/share/gtk-doc/html/buzztrax-core/pt01.html /usr/share/gtk-doc/html/buzztrax-core/pt02.html /usr/share/gtk-doc/html/buzztrax-core/right-insensitive.png /usr/share/gtk-doc/html/buzztrax-core/right.png /usr/share/gtk-doc/html/buzztrax-core/style.css /usr/share/gtk-doc/html/buzztrax-core/up-insensitive.png /usr/share/gtk-doc/html/buzztrax-core/up.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:51:01 2024