diff options
Diffstat (limited to 'abs/extra/openpht/PKGBUILD')
-rw-r--r-- | abs/extra/openpht/PKGBUILD | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/abs/extra/openpht/PKGBUILD b/abs/extra/openpht/PKGBUILD index 4962a65..d359bd1 100644 --- a/abs/extra/openpht/PKGBUILD +++ b/abs/extra/openpht/PKGBUILD @@ -5,7 +5,7 @@ pkgname=openpht pkgver=1.8.0.148 _pkghash=573b6d73 -pkgrel=1 +pkgrel=2 pkgdesc='OpenPHT is a community driven fork of Plex Home Theater' arch=('i686' 'x86_64') url='https://github.com/RasPlex/OpenPHT/' @@ -21,18 +21,22 @@ depends=('alsa-lib' 'avahi' 'boost-libs' 'curl' 'expat' 'ffmpeg2.8' 'freetype2' 'libxext' 'libxrandr' 'lzo' 'pcre' 'python2' 'sdl' 'sdl_image' 'sdl_mixer' 'sqlite' 'smbclient' 'taglib' 'tinyxml' 'yajl' 'zlib' 'rtmpdump') makedepends=('boost' 'cmake' 'doxygen' 'git' 'java-environment' 'shairplay' - 'libcec' 'libplist' 'nasm' 'swig' 'unzip' 'zip' 'gcc-libs' 'glibc' 'llvm-libs') + 'libplist' 'nasm' 'swig' 'unzip' 'zip' 'gcc-libs' 'glibc' 'llvm-libs') optdepends=('libplist: AirPlay support' 'libcec: Pulse-Eight USB-CEC adapter support' 'shairplay: Shairplay Support') source=("https://github.com/RasPlex/OpenPHT/archive/v${pkgver}-${_pkghash}.tar.gz" 'plex_lib.conf' 'fribidi.patch' + 'websocketSSL.patch' + 'plexNetwork.patch' 'plexhometheater.desktop') prepare() { cd OpenPHT-${pkgver}-${_pkghash} patch -Np1 <../fribidi.patch + patch -Np2 <../plexNetwork.patch + patch -Np1 <../websocketSSL.patch } build() { @@ -49,7 +53,8 @@ build() { -DENABLE_AUTOUPDATE='FALSE' \ -DENABLE_PYTHON='TRUE' \ -DPYTHON_EXEC='/usr/bin/python2' \ - -DUSE_INTERNAL_FFMPEG='FALSE' + -DUSE_INTERNAL_FFMPEG='FALSE' \ + -DENABLE_CEC:BOOL=OFF make } @@ -65,7 +70,9 @@ package() { # add in plex_lib.conf install -D -m0744 ${srcdir}/plex_lib.conf ${pkgdir}/etc/gen_lib_xml.d/plex_lib.conf } -md5sums=('cd2fff943de57123008c0f10f7fb20d1' +md5sums=('7eddac9c7638d70c2a25d04cc451ddcc' 'b9524fe29d0cc65087ba447d1b892da2' 'a5980579c1b6341a6d06e80d9da2a924' + 'ed2262e0991a4f28483542abc05d8d90' + 'b4abf25d4da8e4f8e8722a9233fe7fc1' 'e530e2b4d8333863ba1c87862c291ba1') |