diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2014-12-29 21:00:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-31 19:21:58 +0700 |
commit | c424df7e249b1fa2cdb69f0fce5fcfde585d88a6 (patch) | |
tree | d001abe6ce72d10725c54594a16342f7dd341be8 /multimedia | |
parent | d1aac92279ef58764e5f8bf184a85d1518a48160 (diff) | |
download | slackbuilds-c424df7e249b1fa2cdb69f0fce5fcfde585d88a6.tar.gz |
multimedia/mythplugins: Updated for version 0.27.4
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mythplugins/mythplugins.SlackBuild | 8 | ||||
-rw-r--r-- | multimedia/mythplugins/mythplugins.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mythplugins/mythplugins.SlackBuild b/multimedia/mythplugins/mythplugins.SlackBuild index 69022f7fa4..6a4dc38760 100644 --- a/multimedia/mythplugins/mythplugins.SlackBuild +++ b/multimedia/mythplugins/mythplugins.SlackBuild @@ -28,7 +28,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mythplugins -VERSION=0.27 +VERSION=0.27.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,9 +64,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf mythtv-fixes-$VERSION -tar xvf $CWD/mythtv-fixes-$VERSION.tar.gz -cd mythtv-fixes-$VERSION +rm -rf mythtv-fixes-0.27 +tar xvf $CWD/mythtv-fixes-0.27.tar.gz +cd mythtv-fixes-0.27 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/multimedia/mythplugins/mythplugins.info b/multimedia/mythplugins/mythplugins.info index 3b83ce79a0..fe0a560e20 100644 --- a/multimedia/mythplugins/mythplugins.info +++ b/multimedia/mythplugins/mythplugins.info @@ -1,8 +1,8 @@ PRGNAM="mythplugins" -VERSION="0.27" +VERSION="0.27.4" HOMEPAGE="http://www.mythtv.org/" -DOWNLOAD="http://downloads.sourceforge.net/project/mythtv.mirror/MythTV%200.27/mythtv-fixes-0.27.tar.gz" -MD5SUM="2c7a2ebf3b9551a4d025d8e877381435" +DOWNLOAD="http://downloads.sourceforge.net/project/mythtv.mirror/MythTV%200.27.4/mythtv-fixes-0.27.tar.gz" +MD5SUM="dc663ddb329ad8ee28be5840d3e7de94" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dcraw mythtv perl-Date-Manip perl-SOAP-Lite perl-DateTime-Format-ISO8601 perl-Image-Size perl-XML-XPath python-oauth perl-JSON" |