From 715b5e2f20d9cd225321d542fd98e484f4b59af4 Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Fri, 10 Sep 2004 17:39:06 +0000 Subject: Version bump --- media-tv/mythfrontend/ChangeLog | 8 +- media-tv/mythfrontend/Manifest | 2 + .../mythfrontend/files/digest-mythfrontend-0.16 | 1 + media-tv/mythfrontend/mythfrontend-0.16.ebuild | 161 +++++++++++++++++++++ 4 files changed, 171 insertions(+), 1 deletion(-) create mode 100644 media-tv/mythfrontend/files/digest-mythfrontend-0.16 create mode 100644 media-tv/mythfrontend/mythfrontend-0.16.ebuild (limited to 'media-tv') diff --git a/media-tv/mythfrontend/ChangeLog b/media-tv/mythfrontend/ChangeLog index 0d87891ca24c..97e61c376af4 100644 --- a/media-tv/mythfrontend/ChangeLog +++ b/media-tv/mythfrontend/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/mythfrontend # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.19 2004/06/28 16:54:01 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.20 2004/09/10 17:37:46 aliz Exp $ + +*mythfrontend-0.16 (10 Sep 2004) + + 10 Sep 2004; Daniel Ahlberg mythfrontend-0.16.ebuild: + Version bump. I've re-done some of the ebuild layout and added a myth eclass + to save some code. 28 Jun 2004; Daniel Goller mythfrontend-0.15.1.ebuild: Applied patch to allow compiling with gcc-3.4 conditionally diff --git a/media-tv/mythfrontend/Manifest b/media-tv/mythfrontend/Manifest index dc395af69934..3bd83798d954 100644 --- a/media-tv/mythfrontend/Manifest +++ b/media-tv/mythfrontend/Manifest @@ -1,5 +1,6 @@ MD5 d53ee898a67b47e23920a4650f365e08 mythfrontend-0.15.1.ebuild 5271 MD5 718b0bd72f8bac27fbf6f687d128a4c6 mythfrontend-0.14-r1.ebuild 4228 +MD5 787e0bbfbca79c75a6ee458b983ff663 mythfrontend-0.16.ebuild 6319 MD5 31247cce705afa71aca3b58989862205 mythfrontend-0.13.ebuild 2786 MD5 a219376024abf797d5f27d6137a2a3ef ChangeLog 3006 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 @@ -7,4 +8,5 @@ MD5 788cdcff1808794391bf5ef2e157b5fb files/digest-mythfrontend-0.15.1 67 MD5 f34c79d00b235a08f18cf9f2107d6390 files/mythtv-0.15-directfb.patch 1185 MD5 e7cc68f54ad1c6128aec944e105189e3 files/gcc-3.4-fix.patch 1773 MD5 a01439b4ddf480862e31867fc4689698 files/digest-mythfrontend-0.13 65 +MD5 fb4505fe7e8b832e115d777bf836d3bc files/digest-mythfrontend-0.16 66 MD5 24ab1e90e64fb0be4704e74b633e96b1 files/digest-mythfrontend-0.14-r1 65 diff --git a/media-tv/mythfrontend/files/digest-mythfrontend-0.16 b/media-tv/mythfrontend/files/digest-mythfrontend-0.16 new file mode 100644 index 000000000000..078feaa2e6ef --- /dev/null +++ b/media-tv/mythfrontend/files/digest-mythfrontend-0.16 @@ -0,0 +1 @@ +MD5 0eba17cf64c96ea3ead23e7e15419cc0 mythtv-0.16.tar.bz2 13497653 diff --git a/media-tv/mythfrontend/mythfrontend-0.16.ebuild b/media-tv/mythfrontend/mythfrontend-0.16.ebuild new file mode 100644 index 000000000000..406ef6c0be5a --- /dev/null +++ b/media-tv/mythfrontend/mythfrontend-0.16.ebuild @@ -0,0 +1,161 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.16.ebuild,v 1.1 2004/09/10 17:37:46 aliz Exp $ + +inherit myth + +DESCRIPTION="Homebrew PVR project frontend." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="alsa arts dvb directfb lcd lirc nvidia cle266 opengl X xv oss debug mmx" + +DEPEND="virtual/x11 + >=x11-libs/qt-3.1 + >=media-sound/lame-3.93.1 + >=media-libs/freetype-2.0 + >=sys-apps/sed-4 + alsa? ( media-libs/alsa-lib ) + arts? ( kde-base/arts ) + directfb? ( dev-libs/DirectFB ) + dvb? ( media-libs/libdvb ) + lcd? ( app-misc/lcdproc ) + lirc? ( app-misc/lirc ) + nvidia? ( media-video/nvidia-glx ) + cle266? ( media-libs/libddmpeg )" + +RDEPEND="${DEPEND} + !media-tv/mythtv" + +S="${WORKDIR}/mythtv-${PV}" + +pkg_setup() { + local qt_use="$(