mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/uxplay: new aport
This commit is contained in:
parent
5f0055503b
commit
17ade0dc9f
46
testing/uxplay/APKBUILD
Normal file
46
testing/uxplay/APKBUILD
Normal file
@ -0,0 +1,46 @@
|
||||
# Contributor: Angelo Verlain <hey@vixalien.com>
|
||||
# Maintainer: Angelo Verlain <hey@vixalien.com>
|
||||
pkgname=uxplay
|
||||
_gitname=UxPlay
|
||||
pkgver=1.68.3
|
||||
pkgrel=4
|
||||
arch="all"
|
||||
url="https://github.com/FDH2/$_gitname"
|
||||
pkgdesc="AirPlay Unix mirroring server"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-libav
|
||||
"
|
||||
makedepends="
|
||||
cmake
|
||||
openssl-dev
|
||||
libplist-dev
|
||||
avahi-dev
|
||||
gstreamer-dev
|
||||
gst-plugins-base-dev
|
||||
"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
|
||||
uxplay.desktop
|
||||
"
|
||||
options="!check"
|
||||
|
||||
builddir="$srcdir/$_gitname-$pkgver"
|
||||
|
||||
build() {
|
||||
cmake -B build
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 "$builddir/build/uxplay" "$pkgdir/usr/bin/uxplay"
|
||||
install -Dm644 "$srcdir/uxplay.desktop" "$pkgdir/usr/share/applications/uxplay.desktop"
|
||||
install -Dm644 "$builddir/uxplay.1" "$pkgdir/usr/share/man/man1/uxplay.1"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9abf668468f63ec96e7af8faf793d06467af410168164c1a78f813928b6c901c39728d5bfde8846b5fac296b8939eef86ee01b6dcf2e67297398e2f309bc35b3 uxplay-1.68.3.tar.gz
|
||||
113ff76fa2761df54ec610f2ae2cdfc50ee6489102e82d2157c61d25b78e381406db94a3e1f119f4d8acd5fc34be3e97e56a693e3fc77086b42a67ca3168da17 uxplay.desktop
|
||||
"
|
10
testing/uxplay/uxplay.desktop
Normal file
10
testing/uxplay/uxplay.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=UxPlay
|
||||
GenericName=AirPlay server
|
||||
Exec=/usr/bin/uxplay
|
||||
Icon=computer-apple-ipad-symbolic
|
||||
Terminal=true
|
||||
Categories=AudioVideo;
|
||||
Comment=AirPlay Unix mirroring server
|
Loading…
Reference in New Issue
Block a user