Package Details: uxplay-git r1383.f767941-3

Git Clone URL: https://aur.archlinux.org/uxplay-git.git (read-only, click to copy)
Package Base: uxplay-git
Description: AirPlay Unix mirroring server
Upstream URL: https://github.com/FDH2/UxPlay
Keywords: airplay apple ios ipados
Licenses: GPL-3.0-or-later
Conflicts: uxplay
Provides: uxplay
Submitter: D3SOX
Maintainer: D3SOX (fduncanh)
Last Packager: D3SOX
Votes: 11
Popularity: 0.000421
First Submitted: 2020-08-30 22:36 (UTC)
Last Updated: 2026-02-19 12:34 (UTC)

Latest Comments

1 2 3 Next › Last »

D3SOX commented on 2026-02-19 12:34 (UTC)

@paulequilibrio Thanks, fixed

paulequilibrio commented on 2026-02-19 10:52 (UTC) (edited on 2026-02-19 10:53 (UTC) by paulequilibrio)

There is an error in the PKGBUILD. The last two install should not have -$pkgver.

I believe these lines

# install BlueToothLE beacon script
install -Dm 755 "$srcdir/$_gitname-$pkgver/Bluetooth_LE_beacon/dbus/uxplay-beacon.py" "$pkgdir/usr/bin/uxplay-beacon.py"
# install beacon script manpage
install -Dm 644 "$srcdir/$_gitname-$pkgver/Bluetooth_LE_beacon/dbus/uxplay-beacon.1" "$pkgdir/usr/share/man/man1/uxplay-beacon.1"

should be

# install BlueToothLE beacon script
install -Dm 755 "$srcdir/$_gitname/Bluetooth_LE_beacon/dbus/uxplay-beacon.py" "$pkgdir/usr/bin/uxplay-beacon.py"
# install beacon script manpage
install -Dm 644 "$srcdir/$_gitname/Bluetooth_LE_beacon/dbus/uxplay-beacon.1" "$pkgdir/usr/share/man/man1/uxplay-beacon.1"

D3SOX commented on 2025-12-03 20:34 (UTC) (edited on 2026-01-28 09:10 (UTC) by D3SOX)

@suDisdain That was an oversight from my side. Thanks, fixed

suDisdain commented on 2025-12-03 20:32 (UTC) (edited on 2025-12-03 20:32 (UTC) by suDisdain)

install -Dm 644 "$srcdir/$_gitname-$pkgver/uxplay.service" "$pkgdir/etc/systemd/user/uxplay.service"

needs to be replaced by install -Dm 644 "$srcdir/$_gitname/uxplay.service" "$pkgdir/etc/systemd/user/uxplay.service" to function, it seems. i.e, the -$pkgver must be deleted.

Nugget commented on 2025-07-22 16:03 (UTC)

@D3SOX Thanks, btw!

D3SOX commented on 2025-07-22 11:17 (UTC)

@Nugget Added btw

Nugget commented on 2025-07-14 20:44 (UTC)

Please add the user service file! (It's in the git repo btw.)

DJQmUKV commented on 2022-02-28 07:28 (UTC)

The latest commit added a CMake option to disable -march=native flag [1], this option will prevent "illegal hardware instruction" error for some users (especially unoffcial repositories or installing pre-compiled package on different machines).

[1] https://github.com/FDH2/UxPlay/commit/61392631001eb385ade2d5428562c7ae77f7374c

hexsix commented on 2021-12-19 03:13 (UTC)

I got a core dump

$ uxplay
using system MAC address dc:71:96:xx:xx:xx
Initialized server socket(s)
zsh: illegal hardware instruction (core dumped)  uxplay

sal5 commented on 2021-08-29 01:38 (UTC)

Thank you