summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Keyte2016-06-19 11:36:06 -0500
committerJeff Keyte2016-06-19 11:36:06 -0500
commit7eea978fef1496ae956add47f66a729fb884ec37 (patch)
tree8ceddf792eab4fa796963b9d23bcef0aef9bb785
parentdc97c01c5b295f3eb334d016fb16645382c8f0f4 (diff)
downloadaur-7eea978fef1496ae956add47f66a729fb884ec37.tar.gz
Still won't build at gcc 6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ac358cd3db1..96ed4b190d98 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.1.120
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RasPlex/OpenPHT/
arch = i686
arch = x86_64
@@ -26,9 +26,9 @@ pkgbase = openpht
depends = expat
depends = freetype2
depends = fribidi
- depends = gcc-libs
+ depends = gcc-libs<=5.3.0
depends = glew
- depends = glibc
+ depends = glibc<=2.23-1
depends = glu
depends = libcdio
depends = libgl
@@ -39,7 +39,7 @@ pkgbase = openpht
depends = libpng
depends = libpulse
depends = libsamplerate
- depends = llvm-libs
+ depends = llvm-libs<=3.7.1
depends = libssh
depends = libtiff
depends = libusb-compat
diff --git a/PKGBUILD b/PKGBUILD
index f77b30a2b540..dc9a2c03815b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=openpht
pkgver=1.6.1.120
_pkghash=4ab39d17
-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/'
license=('GPL2')
conflicts=("plex-home-theater")
depends=('openpht-ffmpeg' 'alsa-lib' 'avahi' 'boost-libs' 'curl' 'expat' 'freetype2' 'fribidi'
- 'gcc-libs' 'glew' 'glibc' 'glu' 'libcdio' 'libgl' 'libjpeg' 'libmad'
- 'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate' 'llvm-libs'
+ 'gcc-libs<=5.3.0' 'glew' 'glibc<=2.23-1' 'glu' 'libcdio' 'libgl' 'libjpeg' 'libmad'
+ 'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate' 'llvm-libs<=3.7.1'
'libssh' 'libtiff' 'libusb-compat' 'libva' 'libvdpau' 'libx11'
'libxext' 'libxrandr' 'lzo' 'pcre' 'python2' 'sdl' 'sdl_image'
'sdl_mixer' 'sqlite' 'smbclient' 'taglib' 'tinyxml' 'yajl' 'zlib')