mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: UxPlay-1.68.3
This commit is contained in:
parent
46847f567f
commit
63829a07da
2 changed files with 26 additions and 0 deletions
5
srcpkgs/UxPlay/files/README.voidlinux
Normal file
5
srcpkgs/UxPlay/files/README.voidlinux
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Additional GStreamer plugins you may need to install:
|
||||||
|
- `gstreamer-vaapi` is needed for hardware-accelerated h264 video decoding by Intel or AMD graphics (but not for use with NVIDIA using proprietary drivers)
|
||||||
|
- `gstreamer1-pipewire` may be needed for audio sharing when your system is set up to use pipewire
|
||||||
|
|
||||||
|
Additionally, UxPlay requires a running DNS-SD server (for example `avahi`).
|
21
srcpkgs/UxPlay/template
Normal file
21
srcpkgs/UxPlay/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'UxPlay'
|
||||||
|
pkgname=UxPlay
|
||||||
|
version=1.68.3
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DNO_MARCH_NATIVE=ON"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="openssl-devel libplist-devel avahi-compat-libs-devel gstreamer1-devel gst-plugins-base1-devel libX11-devel"
|
||||||
|
depends="gst-plugins-base1 gst-libav gst-plugins-good1 gst-plugins-bad1"
|
||||||
|
short_desc="AirPlay Unix mirroring server"
|
||||||
|
maintainer="T0mstone <realt0mstone@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/FDH2/UxPlay"
|
||||||
|
changelog="https://github.com/FDH2/UxPlay/releases"
|
||||||
|
distfiles="https://github.com/FDH2/UxPlay/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=aa3f15e6a8568fdc3ad1f0a02956178964ca122e9bcdbff544e25a59a61127ae
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc ${FILESDIR}/README.voidlinux
|
||||||
|
mv $DESTDIR/usr/share/doc/uxplay/* $DESTDIR/usr/share/doc/UxPlay/
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue