[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Jan 13 11:47:24 UTC 2015
Date: Tuesday, January 13, 2015 @ 12:47:24
Author: alucryd
Revision: 125871
upgpkg: plex-home-theater 1.3.5.431-1
Modified:
plex-home-theater/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-13 10:58:24 UTC (rev 125870)
+++ PKGBUILD 2015-01-13 11:47:24 UTC (rev 125871)
@@ -3,7 +3,7 @@
# Contributor: Daniel Wallace <daniel.wallace at gatech.edu>
pkgname=plex-home-theater
-_pkgver=1.3.3.427-1fa83b88
+_pkgver=1.3.5.431-7966a4df
pkgver=${_pkgver%-*}
pkgrel=1
pkgdesc='Plex Home Theater'
@@ -14,18 +14,20 @@
'libmicrohttpd' 'libmpeg2' 'libsamplerate' 'libssh' 'libusb-compat'
'libvdpau' 'libxrandr' 'lzo' 'sdl_image' 'sdl_mixer' 'smbclient'
'taglib' 'tinyxml' 'yajl')
-makedepends=('boost' 'cmake' 'doxygen' 'java-environment' 'libcec' 'libplist'
- 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+makedepends=('boost' 'cmake' 'doxygen' 'git' 'java-environment' 'libcec'
+ 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
optdepends=('libplist: AirPlay support'
'libshairport: AirPlay support'
'libcec: Pulse-Eight USB-CEC adapter support'
'pulseaudio: PulseAudio support')
-source=("https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz"
+#source=("https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz"
+source=("git+https://github.com/plexinc/plex-home-theater-public.git#commit=${_pkgver##*-}"
'plex-ffmpeg-compat.patch'
'plex-libcec-2.2.0.patch'
'plex-lirc-socket.patch'
'plexhometheater.sh')
-sha256sums=('f119d11e13ce2ea8a31805a5ea91b65d95f0fc9370d49d8da51bda1e028b564c'
+#sha256sums=('f119d11e13ce2ea8a31805a5ea91b65d95f0fc9370d49d8da51bda1e028b564c'
+sha256sums=('SKIP'
'5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
'13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
'630070125ad5239163d89fed5bf7f83abf4a411ac3e24aa2e41f99c5c3c8fb7f'
@@ -32,7 +34,8 @@
'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
prepare() {
- cd plex-home-theater-public-${_pkgver}
+ #cd plex-home-theater-public-${_pkgver}
+ cd plex-home-theater-public
patch -Np1 -i ../plex-libcec-2.2.0.patch
patch -Np1 -i ../plex-lirc-socket.patch
@@ -40,7 +43,8 @@
}
build() {
- cd plex-home-theater-public-${_pkgver}
+ #cd plex-home-theater-public-${_pkgver}
+ cd plex-home-theater-public
if [[ -d build ]]; then
rm -rf build
@@ -57,7 +61,8 @@
}
package() {
- cd plex-home-theater-public-${_pkgver}/build
+ #cd plex-home-theater-public-${_pkgver}/build
+ cd plex-home-theater-public/build
make DESTDIR="${pkgdir}" install
install -dm 755 "${pkgdir}"/usr/{lib/plexhometheater,share/{applications,pixmaps}}
More information about the arch-commits
mailing list