summaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv
diff options
context:
space:
mode:
author David Somero <dsomero@hotmail.com>2010-12-29 22:29:00 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-12-29 22:29:00 -0600
commit139f2d0b2ff960137bd91764ef91ea5bd22d809e (patch)
treeb56e67506ccea68f6bdfce5f2d8b176b966ab688 /multimedia/mythtv
parentb4abf85f95623f04ba8578b6f48f57d0e01ae98f (diff)
downloadslackbuilds-139f2d0b2ff960137bd91764ef91ea5bd22d809e.tar.gz
slackbuilds-139f2d0b2ff960137bd91764ef91ea5bd22d809e.tar.xz
multimedia/mythtv: Updated for version 0.24.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r--multimedia/mythtv/README9
-rw-r--r--multimedia/mythtv/mythtv.SlackBuild9
-rw-r--r--multimedia/mythtv/mythtv.info8
3 files changed, 11 insertions, 15 deletions
diff --git a/multimedia/mythtv/README b/multimedia/mythtv/README
index 19f23d74f1..66db911ca9 100644
--- a/multimedia/mythtv/README
+++ b/multimedia/mythtv/README
@@ -1,13 +1,12 @@
MythTV is a GPL licensed suite of programs that allow you to build the
mythical home media convergence box on your own using Open Source software
-and operating systems. MythTV is known to work on Linux and Mac OS X
+and operating systems. MythTV is known to work on Linux and Mac OS X
(PowerPC and Intel).
See README.SLACKWARE after installation for setup information.
-Requires: lame.
+This requires lame, MYSQL-python, lxml, and perl-Net-UPnP.
Optional but recommended:
-libdvdcss, libavc1394, libiec61883, jack-audio-connection-kit,
-xmltv_prereq, xmltv, libvdpau, mjpegtools, xvidcore, x264, transcode, gsm,
-exif, and lirc.
+libdvdcss, libavc1394, libiec61883, jack-audio-connection-kit, libvdpau, gsm,
+xmltv_prereq, xmltv, mjpegtools, xvidcore, x264, transcode, exif, and lirc.
diff --git a/multimedia/mythtv/mythtv.SlackBuild b/multimedia/mythtv/mythtv.SlackBuild
index 0c748a3cf8..075e1c0367 100644
--- a/multimedia/mythtv/mythtv.SlackBuild
+++ b/multimedia/mythtv/mythtv.SlackBuild
@@ -28,16 +28,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mythtv
-VERSION=0.23.1
+VERSION=0.24
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -97,7 +95,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-x11 \
--enable-opengl-vsync
-qmake $PRGNAM.pro
make
make install \
INSTALLDIRS=vendor \
@@ -105,7 +102,7 @@ make install \
mkdir -p $PKG/var/lib/mythtv
mkdir -p $PKG/var/cache/mythtv
-mkdir -p $PKG/etc/{logrotate.d,mythtv,httpd/extra}
+mkdir -p $PKG/etc/{logrotate.d,mythtv}
# Other config/init files
install -D -m 0755 $CWD/files/rc.mythbackend.new $PKG/etc/rc.d/rc.mythbackend.new
@@ -126,7 +123,7 @@ rm -rf contrib/Win32 contrib/OSX
cp -a database contrib $PKG/usr/share/$PRGNAM
# Remove perllocal.pod and other special files that don't need to be installed
- find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
+find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/multimedia/mythtv/mythtv.info b/multimedia/mythtv/mythtv.info
index 3573c277ea..04606bccb8 100644
--- a/multimedia/mythtv/mythtv.info
+++ b/multimedia/mythtv/mythtv.info
@@ -1,10 +1,10 @@
PRGNAM="mythtv"
-VERSION="0.23.1"
+VERSION="0.24"
HOMEPAGE="http://www.mythtv.org/"
-DOWNLOAD="http://ftp.osuosl.org/pub/mythtv/mythtv-0.23.1.tar.bz2"
-MD5SUM="3379a5fd12ae866cd10c5b5d23439898"
+DOWNLOAD="http://ftp.osuosl.org/pub/mythtv/mythtv-0.24.tar.bz2"
+MD5SUM="1abe1d3cc72fdbde6daa4247dedbf29a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
-APPROVED="Erik Hanson"
+APPROVED="rworkman"