New package: libpipewire0.2
Add libpipewire0.2 to common/shlibs
This commit is contained in:
parent
1a5abac783
commit
ef3c556ae9
|
@ -3272,6 +3272,7 @@ libarcan_shmif_ext.so.0.11 arcan-0.5.4.3_1
|
|||
libarcan_shmif_server.so.0.11 arcan-0.5.4.3_1
|
||||
libarcan_tui.so.0.11 arcan-0.5.4.3_1
|
||||
liblwipv6.so.2 lwipv6-1.5a_1
|
||||
libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
|
||||
libpipewire-0.3.so.0 libpipewire-0.3.6_1
|
||||
libvolk.so.2.2.1 volk-2.2.1_1
|
||||
libgnuradio-runtime.so.3.8.0 gnuradio-3.8.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libpipewire0.2
|
|
@ -0,0 +1,36 @@
|
|||
# Template file for 'libpipewire0.2'
|
||||
pkgname=libpipewire0.2
|
||||
version=0.2.7
|
||||
revision=1
|
||||
wrksrc=pipewire-${version}
|
||||
build_style=meson
|
||||
configure_args="-Dgstreamer=disabled -Ddocs=false -Dsystemd=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel alsa-lib-devel eudev-libudev-devel"
|
||||
short_desc="Server and user space API to deal with multimedia pipelines (v0.2)"
|
||||
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
||||
license="MIT"
|
||||
homepage="https://pipewire.org/"
|
||||
changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
|
||||
distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz"
|
||||
checksum=bfaa0f6ae6c0791e2e0b59234d399753bf24f1b33dbf587682363a8463dd8df1
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/{etc,usr/bin}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libpipewire0.2-devel_package() {
|
||||
depends="${pkgname}-${version}_${revision}"
|
||||
short_desc+=" - pipewire and libspa development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/libpipewire-0.2.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue