diff options
Diffstat (limited to 'multimedia/plex-home-theater/plex-home-theater.SlackBuild')
-rw-r--r-- | multimedia/plex-home-theater/plex-home-theater.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/plex-home-theater/plex-home-theater.SlackBuild b/multimedia/plex-home-theater/plex-home-theater.SlackBuild index 3f0a9beffc..c23fad3237 100644 --- a/multimedia/plex-home-theater/plex-home-theater.SlackBuild +++ b/multimedia/plex-home-theater/plex-home-theater.SlackBuild @@ -78,6 +78,10 @@ sed -i 's/ ShairPort//' plex/CMakeModules/PlatformConfigLINUX.cmake # Disables AES for VIA CPU's due to segfaults. Thanks to Philip van der Hoeven. patch -p0 < $CWD/disable_via_ace.patch +# Find fribidi-0.19.7 +# https://raw.githubusercontent.com/foux/fouxlay/master/media-tv/plex-home-theater/files/fribidi.patch +patch -p1 < $CWD/fribidi.patch + mkdir build cd build |