diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-12-04 16:19:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-04 16:19:46 +0700 |
commit | 8ef8474a7650235843dc7c2c0a0ad0817d735d36 (patch) | |
tree | c956f470d627a03052c2a6d96486681061eb19c9 /multimedia | |
parent | 98ebe64d738e9ff979727ff20cca159e4c17e19f (diff) | |
download | slackbuilds-8ef8474a7650235843dc7c2c0a0ad0817d735d36.tar.gz |
multimedia/plex-home-theater: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/plex-home-theater/plex-home-theater.SlackBuild | 6 | ||||
-rw-r--r-- | multimedia/plex-home-theater/plex-home-theater.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/plex-home-theater/plex-home-theater.SlackBuild b/multimedia/plex-home-theater/plex-home-theater.SlackBuild index 602c3d7b6b..0551f676da 100644 --- a/multimedia/plex-home-theater/plex-home-theater.SlackBuild +++ b/multimedia/plex-home-theater/plex-home-theater.SlackBuild @@ -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 \ diff --git a/multimedia/plex-home-theater/plex-home-theater.info b/multimedia/plex-home-theater/plex-home-theater.info index dd4031f404..82d85f881a 100644 --- a/multimedia/plex-home-theater/plex-home-theater.info +++ b/multimedia/plex-home-theater/plex-home-theater.info @@ -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" |