mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/mythplugins: Updated for version 0.27.4
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
d1aac92279
commit
c424df7e24
2 changed files with 7 additions and 7 deletions
|
@ -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 \) \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue