diff options
-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 602c3d7b6bc6..0551f676da0c 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 dd4031f40499..82d85f881a6e 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" |