opal-media-player-bin

LOW
maintainer debpalash 0 votes scanned 2026-08-28 05:34:42.090166
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Palash <via github.com/debpalash>
2# AUR binary package for Opal — repackages the official release tarball.
3# push-to-aur.sh replaces pkgver from the release tag before publication and
4# updpkgsums fills the checksum once that artifact is public.
5pkgname=opal-media-player-bin
6pkgver=0.6.6
7pkgrel=1
8pkgdesc="Play everything — media player, universal search, torrent streaming, local AI (official binary)"
9arch=('x86_64')
10url="https://github.com/debpalash/Opal"
11license=('GPL-3.0-only')
12provides=("opal-media-player=$pkgver")
13conflicts=('opal-media-player')
14depends=(
15 'mpv'
16 'sdl2'
17 'sqlite'
18 'libtorrent-rasterbar'
19 'curl'
20 'ffmpeg'
21)
22optdepends=(
23 'yt-dlp: YouTube playback and downloads'
24 'streamlink: live stream resolution'
25 'onnxruntime: OCR bubble detection'
26 'python: voice helper scripts (STT/TTS servers)'
27)
28source=("https://github.com/debpalash/Opal/releases/download/v$pkgver/opal-$pkgver-linux-x86_64.tar.gz")
29sha256sums=('52d3220f18d54cc325c1b6663f8e04942290ac79b5c7ae3521d4b09963c7716d')
30
31package() {
32 cd "opal-$pkgver-linux-x86_64"
33
34 # The binary's rpath includes $ORIGIN/../lib/opal, so the wrapper lib
35 # resolves from /usr/lib/opal without ldconfig fiddling.
36 install -Dm755 opal "$pkgdir/usr/bin/opal"
37 install -Dm755 libtorrent_wrapper.so "$pkgdir/usr/lib/opal/libtorrent_wrapper.so"
38 cp -r engines "$pkgdir/usr/lib/opal/engines"
39 install -Dm755 scripts/camoufox_bridge.py "$pkgdir/usr/lib/opal/scripts/camoufox_bridge.py"
40 cp -r web "$pkgdir/usr/lib/opal/web"
41 install -Dm644 plugins-manifest.json "$pkgdir/usr/lib/opal/plugins-manifest.json"
42 install -Dm644 manga-sources-sfw.json "$pkgdir/usr/lib/opal/manga-sources-sfw.json"
43 install -Dm644 opal.desktop "$pkgdir/usr/share/applications/opal.desktop"
44 install -Dm644 opal.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/opal.svg"
45 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 05:34:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion