forked from pool/pulseeffects
Accepting request 978502 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/978502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=12
This commit is contained in:
commit
15fb71aa94
@ -1,10 +0,0 @@
|
||||
--- src/general_settings_ui.cpp.orig 2021-03-15 03:42:56.000000000 +1000
|
||||
+++ src/general_settings_ui.cpp 2022-05-01 10:43:35.189139334 +1000
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <giomm/file.h>
|
||||
#include <glibmm.h>
|
||||
#include <boost/filesystem.hpp>
|
||||
+#include <boost/filesystem/fstream.hpp>
|
||||
#include "util.hpp"
|
||||
|
||||
namespace {
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
|
||||
size 2028531
|
3
pulseeffects-4.8.7.tar.gz
Normal file
3
pulseeffects-4.8.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d841f27df87b99747349be6b8de62d131422369908fcb57a81f39590437a8099
|
||||
size 2028489
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 22 06:55:48 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||
|
||||
- Update to versin 4.8.7
|
||||
* Improved compatibility with `Boost 1.79`
|
||||
- remove 01-fix-boost-include.patch
|
||||
- version 4.8.6
|
||||
* Fixed a crash that happened when the compressor plugin was
|
||||
initialized with LSP `1.2.0`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 1 00:48:49 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||
|
||||
|
@ -17,13 +17,12 @@
|
||||
|
||||
|
||||
Name: pulseeffects
|
||||
Version: 4.8.5
|
||||
Version: 4.8.7
|
||||
Release: 0
|
||||
Summary: Audio effects for Pulseaudio applications
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/wwmm/pulseeffects
|
||||
Source0: https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: 01-fix-boost-include.patch
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: itstool
|
||||
@ -63,8 +62,7 @@ effects for Pulseaudio applications.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
%setup -q -n easyeffects-%{version}
|
||||
# we don't need this
|
||||
sed -i '/^meson.add_install_script/d' meson.build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user