forked from pool/filter_audio
Accepting request 323421 from home:MargueriteSu
OBS-URL: https://build.opensuse.org/request/show/323421 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/filter_audio?expand=0&rev=1
This commit is contained in:
commit
413e277a2d
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
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/irungentoo/filter_audio/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">0.0.0+git%cd.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">filter_audio-*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">filter_audio</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/irungentoo/filter_audio/</param>
|
||||
<param name="changesrevision">612c5a102550c614e4c8f859e753ea64c0b7250c</param></service></servicedata>
|
3
filter_audio-0.0.0+git20150516.612c5a1.tar.xz
Normal file
3
filter_audio-0.0.0+git20150516.612c5a1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ba36151e397b59eeca6e2eb9f85113cb786e076f36f2d6d87d98027cd938c96
|
||||
size 159004
|
16
filter_audio.changes
Normal file
16
filter_audio.changes
Normal file
@ -0,0 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 04:29:10 UTC 2015 - i@marguerite.su
|
||||
|
||||
- initial version 0.0.0+git20150516.612c5a1:
|
||||
+ Make samplerates work above 32kHz while preserving behaviour of filter_audio
|
||||
+ Fix whitespace
|
||||
+ Fixed 32kHz sample rate
|
||||
+ Makefile: avoid non-posix option in sed
|
||||
+ Disable 16kHz and 24kHz sample rates:
|
||||
+ Fixed bugs from last PR.
|
||||
+ add webrtc_vad to project
|
||||
+ remove useless code
|
||||
+ add OSS test sample
|
||||
+ Improvements to filter_audio.
|
||||
+ Removed useless file.
|
||||
|
78
filter_audio.spec
Normal file
78
filter_audio.spec
Normal file
@ -0,0 +1,78 @@
|
||||
#
|
||||
# spec file for package filter_audio
|
||||
#
|
||||
# Copyright (c) 2015 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: filter_audio
|
||||
Version: 0.0.0+git20150516.612c5a1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Lightweight audio filtering library made from webrtc code
|
||||
Url: https://github.com/irungentoo/filter_audio
|
||||
Group: Productivity/Multimedia/Other
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Lightweight audio filtering library made from webrtc code.
|
||||
|
||||
%package -n libfilteraudio0
|
||||
Summary: Shared libraries for filter_audio
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libfilteraudio0
|
||||
Lightweight audio filtering library made from webrtc code.
|
||||
|
||||
This package provides shared libraries for filter_audio.
|
||||
|
||||
%package devel
|
||||
Summary: Development headers for filter audio
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfilteraudio0 = %{version}
|
||||
|
||||
%description devel
|
||||
Lightweight audio filtering library made from webrtc code.
|
||||
|
||||
This package provides development headers for filter_audio.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=/%{_lib}
|
||||
|
||||
%install
|
||||
make install PREFIX=%{_prefix} LIBDIR=/%{_lib} DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||
|
||||
find %{buildroot} -name "*.a" -print -delete
|
||||
|
||||
%post -n libfilteraudio0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libfilteraudio0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libfilteraudio0
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%{_libdir}/libfilteraudio.so.0
|
||||
%{_libdir}/libfilteraudio.so.0.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}.h
|
||||
%{_libdir}/libfilteraudio.so
|
||||
%{_libdir}/pkgconfig/filteraudio.pc
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user