Hello community, here is the log from the commit of package glava for openSUSE:Leap:15.2 checked in at 2020-02-19 18:43:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/glava (Old) and /work/SRC/openSUSE:Leap:15.2/.glava.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glava" Wed Feb 19 18:43:41 2020 rev:1 rq:775373 version:1.6.3 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.glava.new.26092/glava.changes 2020-02-19 18:43:42.862475646 +0100 @@ -0,0 +1,41 @@ +------------------------------------------------------------------- +Wed Mar 13 07:48:32 UTC 2019 - [email protected] + +- Update to 1.6.3: + * Fixed a spelling error in utils/premutliply.frag that broke + native transparency in most modules +- Changes from 1.6.2: + * Fixed a critical issue with --stdin that caused the alpha + channel to be garbage data + * Added a premultiply step to bars to allow for proper handling + of the alpha channel on "native" transparency. This is disabled + by default, assign USE_ALPHA to 1 in bars.glsl to enable. +- Changes from 1.6.1: + * A problem with artifacting in circle has been fixed, see #107 + * --stdin has been added, which binds simple GLSL datatypes to + STDIN in shaders. This evaluates to a uniform, and thus can be + used to stream some data at runtime to GLava. + +------------------------------------------------------------------- +Mon Mar 11 11:47:52 UTC 2019 - [email protected] + +- Update to 1.6.0: + * FIFO support has been added. See README.md for details, also see #78 + * Added sampling modes for the GLSL smoothing pass to allow for more accurate output + * Added support for disabling shader passes through GLSL, see #97 + * Enhanced rendering and options for graph, courtesy of @arch1t3cht30[3], see #97 + * Fixed clickthrough on Openbox (and potentially other window managers), see #80 + * Fixed the two lowest-frequency bars having the same value while running the bars module + * Fixed some build issues on Ubuntu, musl, see #94, #91 + * Fixed a bug with circle that only manifested on some integrated graphics chips, see #70 + +------------------------------------------------------------------- +Sun Feb 24 09:41:29 UTC 2019 - [email protected] + +- Add Requires libglvnd-devel + See: https://github.com/wacossusca34/glava/issues/100 + +------------------------------------------------------------------- +Fri Nov 30 12:10:23 UTC 2018 - [email protected] + +- Initial package for openSUSE in version 1.5.8 New: ---- glava.changes glava.spec v1.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glava.spec ++++++ # # spec file for package glava # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: glava Version: 1.6.3 Release: 0 Summary: OpenGL audio spectrum visualizer License: GPL-3.0-only Group: Productivity/Multimedia/Sound/Visualization URL: https://github.com/wacossusca34/glava Source: https://github.com/wacossusca34/glava/archive/v%{version}.tar.gz BuildRequires: gcc #BuildRequires: libglfw-devel >= 3.1 BuildRequires: libXcomposite-devel BuildRequires: libXext-devel BuildRequires: libXrender-devel BuildRequires: libpulse-devel #See: https://github.com/wacossusca34/glava/issues/100 Requires: libglvnd-devel %description OpenGL audio spectrum visualizer. Its primary use case is for desktop windows or backgrounds. %prep %setup -q %build #ENABLE_GLFW=1 make %{?_smp_mflags} make %{?_smp_mflags} %install %make_install %files %license LICENSE %doc README.md %{_sysconfdir}/xdg/glava/ %{_bindir}/glava %changelog
