multimedia/plex-home-theater: Updated for version 1.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2014-12-04 16:19:46 +07:00 committed by Willy Sudiarto Raharjo
parent 98ebe64d73
commit 8ef8474a76
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=plex-home-theater
VERSION=${VERSION:-1.2.2_2d6426d733}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,8 +62,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz || tar xvf $CWD/pht-v${VERSION}.tar.gz
cd $PRGNAM-$VERSION || cd $PRGNAM-public-pht-v${VERSION}
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="plex-home-theater"
VERSION="1.2.2_2d6426d733"
HOMEPAGE="https://github.com/plexinc/plex-home-theater-public/tree/pht-frodo"
DOWNLOAD="https://s.mos6581.de/static/slackbuilds.org/sources/plex-home-theater-1.2.2_2d6426d733.tar.xz"
MD5SUM="dc2689a6a06076974712a6a56ef0c6bf"
VERSION="1.3.0"
HOMEPAGE="https://github.com/plexinc/plex-home-theater-public"
DOWNLOAD="https://github.com/plexinc/plex-home-theater-public/archive/pht-v1.3.0.tar.gz"
MD5SUM="85f660ef8a95d43160a07d7c8fee5545"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yajl libmicrohttpd tinyxml avahi libmpeg2 libass rtmpdump libva libvdpau libmodplug lame openjdk"