New package: webrtc-audio-processing-0.1.
This commit is contained in:
parent
59582383fd
commit
26cd314889
|
@ -972,3 +972,4 @@ libiptcdata.so.0 libiptcdata libiptcdata-devel
|
|||
libutempter.so.0 libutempter libutempter-devel
|
||||
libxatracker.so.1 MesaLib MesaLib-devel
|
||||
libtumbler-1.so.0 tumbler tumbler-devel
|
||||
libwebrtc_audio_processing.so.0 webrtc-audio-processing webrtc-audio-processing-devel
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
webrtc-audio-processing
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.1"
|
||||
api_depends="${abi_depends}"
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'webrtc-audio-processing'
|
||||
pkgname=webrtc-audio-processing
|
||||
version=0.1
|
||||
homepage="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
|
||||
distfiles="$homepage/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="AudioProcessing library based on Google's implementation of WebRTC"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc
|
||||
long_desc="
|
||||
This package contains an ${short_desc}:
|
||||
|
||||
http://code.google.com/p/webrtc/
|
||||
|
||||
Which has been converted to be built with GNU autotools."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
vinstall PATENTS 644 usr/share/licenses/${pkgname}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'webrtc-audio-processing--devel'.
|
||||
#
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run ${sourcepkg} ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
Loading…
Reference in New Issue