forked from pool/pulseeffects
Accepting request 674205 from home:alois:branches:multimedia:apps
- Initial package (v4.5.0) OBS-URL: https://build.opensuse.org/request/show/674205 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
3
pulseeffects-4.5.0.tar.gz
Normal file
3
pulseeffects-4.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f80503f2889d7cf2afdf2df5781509c8143b97dee2d0b34b12a08ae3e9b7ab5
|
||||
size 1124647
|
4
pulseeffects.changes
Normal file
4
pulseeffects.changes
Normal file
@@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 17:09:09 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Initial package (v4.5.0)
|
103
pulseeffects.spec
Normal file
103
pulseeffects.spec
Normal file
@@ -0,0 +1,103 @@
|
||||
#
|
||||
# spec file for package pulseeffects
|
||||
#
|
||||
# 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 https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: pulseeffects
|
||||
Version: 4.5.0
|
||||
Release: 0
|
||||
Summary: Audio effects for Pulseaudio applications
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Mixers
|
||||
URL: https://github.com/wwmm/pulseeffects
|
||||
Source0: https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zita-convolver-devel
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56
|
||||
BuildRequires: pkgconfig(glibmm-2.4)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||
BuildRequires: pkgconfig(libbs2b)
|
||||
BuildRequires: pkgconfig(libebur128)
|
||||
BuildRequires: pkgconfig(lilv-0)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(samplerate)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
Requires: dconf
|
||||
Requires: gstreamer-plugins-bad
|
||||
Requires: gstreamer-plugins-good
|
||||
Requires: ladspa-swh-plugins
|
||||
Requires: pulseaudio
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
PulseEffects is a limiter, compressor, reverberation, stereo equalizer and auto volume
|
||||
effects for Pulseaudio applications.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# we don't need this
|
||||
sed -i '/^meson.add_install_script/d' meson.build
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%suse_update_desktop_file -r com.github.wwmm.pulseeffects "GTK;AudioVideo;Audio;Mixer;"
|
||||
|
||||
%find_lang pulseeffects
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%endif
|
||||
|
||||
%files lang -f pulseeffects.lang
|
||||
%exclude %{_datadir}/help/C/%{name}
|
||||
|
||||
%files
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/com.github.wwmm.%{name}.desktop
|
||||
%{_datadir}/dbus-1/services/com.github.wwmm.%{name}.service
|
||||
%{_datadir}/help/C/%{name}
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/glib-2.0/schemas/com.github.wwmm.%{name}.*.xml
|
||||
%{_datadir}/metainfo/com.github.wwmm.%{name}.appdata.xml
|
||||
%{_libdir}/gstreamer-1.0/libgstpeadapter.so
|
||||
%{_libdir}/gstreamer-1.0/libgstpeautogain.so
|
||||
%{_libdir}/gstreamer-1.0/libgstpeconvolver.so
|
||||
%{_libdir}/gstreamer-1.0/libgstpecrystalizer.so
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user