summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Keyte2016-07-04 12:17:43 -0500
committerJeff Keyte2016-07-04 12:17:43 -0500
commitf92c3823d97418ab8c6027de5e04e383179fb897 (patch)
tree0b508e72d2b4a65a709676523a2b0a8b2d5e6a5f
parent5d764dc2da602c27e841efafcddb72eb82453ea7 (diff)
downloadaur-f92c3823d97418ab8c6027de5e04e383179fb897.tar.gz
Added rtmpdump to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c194d4a815f..35901578eb3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openpht
pkgdesc = OpenPHT is a community driven fork of Plex Home Theater
pkgver = 1.6.2.123
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/RasPlex/OpenPHT/
arch = i686
arch = x86_64
@@ -62,6 +62,7 @@ pkgbase = openpht
depends = tinyxml
depends = yajl
depends = zlib
+ depends = rtmpdump
optdepends = libplist: AirPlay support
optdepends = libcec: Pulse-Eight USB-CEC adapter support
optdepends = pulseaudio: PulseAudio support
diff --git a/PKGBUILD b/PKGBUILD
index 22d45a0bc4de..a5f2f5c244c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openpht
pkgver=1.6.2.123
_pkghash=e23a7eef
-pkgrel=1
+pkgrel=3
pkgdesc='OpenPHT is a community driven fork of Plex Home Theater '
arch=('i686' 'x86_64')
url='https://github.com/RasPlex/OpenPHT/'
@@ -16,7 +16,7 @@ depends=('openpht-ffmpeg' 'alsa-lib' 'avahi' 'boost-libs' 'curl' 'expat' 'freety
'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate' 'llvm-libs'
'libssh' 'libtiff' 'libusb-compat' 'libva' 'libvdpau' 'libx11'
'libxext' 'libxrandr' 'lzo' 'pcre' 'python2' 'sdl' 'sdl_image'
- 'sdl_mixer' 'sqlite' 'smbclient' 'taglib' 'tinyxml' 'yajl' 'zlib')
+ 'sdl_mixer' 'sqlite' 'smbclient' 'taglib' 'tinyxml' 'yajl' 'zlib' 'rtmpdump')
makedepends=('boost' 'cmake' 'doxygen' 'git' 'java-environment'
'libcec' 'libplist' 'nasm' 'swig' 'unzip' 'zip' 'gcc-libs<=5.3.0' 'glibc<=2.23-1' 'llvm-libs<=3.7.1')
optdepends=('libplist: AirPlay support'