From 88e200a5f79a7c987f2fdb8e256d2454265cb8e29622c4aef1361c89946e6b90 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 15 May 2012 10:42:12 +0000 Subject: [PATCH] 0.1 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/webrtc-audio-processing?expand=0&rev=1 --- .gitattributes | 23 ++++++ .gitignore | 1 + webrtc-audio-processing-0.1.tar.xz | 3 + webrtc-audio-processing.changes | 5 ++ webrtc-audio-processing.spec | 120 +++++++++++++++++++++++++++++ 5 files changed, 152 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 webrtc-audio-processing-0.1.tar.xz create mode 100644 webrtc-audio-processing.changes create mode 100644 webrtc-audio-processing.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/webrtc-audio-processing-0.1.tar.xz b/webrtc-audio-processing-0.1.tar.xz new file mode 100644 index 0000000..9ef9b74 --- /dev/null +++ b/webrtc-audio-processing-0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc +size 392540 diff --git a/webrtc-audio-processing.changes b/webrtc-audio-processing.changes new file mode 100644 index 0000000..a84ac6b --- /dev/null +++ b/webrtc-audio-processing.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue May 15 10:40:38 CET 2012 - pascal.bleser@opensuse.org + +- initial version (0.1) + diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec new file mode 100644 index 0000000..3f92a79 --- /dev/null +++ b/webrtc-audio-processing.spec @@ -0,0 +1,120 @@ +# vim: set sw=4 ts=4 et nu: +# +# spec file for package webrtc-audio-processing +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 Pascal Bleser +# +# 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/ +# + + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ + +Name: webrtc-audio-processing +%define soname 0 +Version: 0.1 +Release: 0 +Summary: Real-Time Communication Library for Web Browsers +License: BSD-3-Clause +Group: System/Libraries +Source: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-%{version}.tar.xz +Url: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: glibc-devel +BuildRequires: libtool +BuildRequires: make +BuildRequires: pkgconfig +BuildRequires: xz + +%description +WebRTC is an open source project that enables web browsers with Real-Time +Communications (RTC) capabilities via simple Javascript APIs. The WebRTC +components have been optimized to best serve this purpose. + +WebRTC implements the W3C's proposal for video conferencing on the web. + +%package -n libwebrtc_audio_processing%{soname} +Summary: Real-Time Communication Library for Web Browsers +Group: System/Libraries + +%description -n libwebrtc_audio_processing%{soname} +WebRTC is an open source project that enables web browsers with Real-Time +Communications (RTC) capabilities via simple Javascript APIs. The WebRTC +components have been optimized to best serve this purpose. + +WebRTC implements the W3C's proposal for video conferencing on the web. + +%package -n libwebrtc_audio_processing-devel +Summary: Real-Time Communication Library for Web Browsers +Group: Development/Libraries/C and C++ +Requires: libwebrtc_audio_processing%{soname} = %{version} + +%description -n libwebrtc_audio_processing-devel +WebRTC is an open source project that enables web browsers with Real-Time +Communications (RTC) capabilities via simple Javascript APIs. The WebRTC +components have been optimized to best serve this purpose. + +WebRTC implements the W3C's proposal for video conferencing on the web. + +%package -n libwebrtc_audio_processing-devel-static +Summary: Real-Time Communication Library for Web Browsers +Group: Development/Libraries/C and C++ +Requires: libwebrtc_audio_processing-devel = %{version} + +%description -n libwebrtc_audio_processing-devel-static +WebRTC is an open source project that enables web browsers with Real-Time +Communications (RTC) capabilities via simple Javascript APIs. The WebRTC +components have been optimized to best serve this purpose. + +WebRTC implements the W3C's proposal for video conferencing on the web. + +%prep +%setup -q +%__sed -i 's/\r$//' AUTHORS + +%build +%configure +%__make %{?_smp_mflags} V=1 + +%install +%makeinstall + +%__rm -f "%{buildroot}%{_libdir}"/*.la + +%post -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig + +%postun -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig + +%clean +%{?buildroot:%__rm -rf "%{buildroot}"} + +%files -n libwebrtc_audio_processing%{soname} +%defattr(-,root,root) +%doc AUTHORS COPYING NEWS PATENTS README +%{_libdir}/libwebrtc_audio_processing.so.%{soname} +%{_libdir}/libwebrtc_audio_processing.so.%{soname}.*.* + +%files -n libwebrtc_audio_processing-devel +%defattr(-,root,root) +%{_includedir}/webrtc_audio_processing +%{_libdir}/libwebrtc_audio_processing.so +%{_libdir}/pkgconfig/webrtc-audio-processing.pc + +%files -n libwebrtc_audio_processing-devel-static +%defattr(-,root,root) +%{_libdir}/libwebrtc_audio_processing.a + +%changelog