mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
libpipewire0.2: remove package
This commit is contained in:
parent
3ebf5dd4da
commit
f4fa6b6d61
4 changed files with 3 additions and 39 deletions
|
@ -3217,7 +3217,6 @@ libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
|
|||
libarcan_tui.so.0.15 arcan-0.6.1.1_1
|
||||
libarcan_a12.so.0.1 arcan-0.6.1.1_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.5 volk-2.5.0_1
|
||||
libgnuradio-runtime.so.3.10.3 gnuradio-3.10.3.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libpipewire0.2
|
|
@ -1,36 +0,0 @@
|
|||
# Template file for 'libpipewire0.2'
|
||||
pkgname=libpipewire0.2
|
||||
version=0.2.7
|
||||
revision=2
|
||||
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="${sourcepkg}-${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
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=74
|
||||
revision=75
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -260,6 +260,8 @@ replaces="
|
|||
libmpd<=11.8.17_3
|
||||
libopencv-python<=3.4.15_1
|
||||
libopencv4-python<=4.5.3_2
|
||||
libpipewire0.2<=0.2.7_1
|
||||
libpipewire0.2-devel<=0.2.7_1
|
||||
libpng12<=1.2.59_1
|
||||
libpyside-python3<=5.15.0_2
|
||||
libqmatrixclient-devel<=0.5.3.2_1
|
||||
|
|
Loading…
Add table
Reference in a new issue