diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:19:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:19:53 +0000 |
commit | 95ca7a6f1757d815abf291d4af9d14b16f46c083 (patch) | |
tree | 5e40298d11b6683605939b666f342472b6154516 /media-plugins/mythphone | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-95ca7a6f1757d815abf291d4af9d14b16f46c083.tar.gz gentoo-2-95ca7a6f1757d815abf291d4af9d14b16f46c083.tar.bz2 gentoo-2-95ca7a6f1757d815abf291d4af9d14b16f46c083.zip |
Fixed deps for removed mythfrontend
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythphone/files/digest-mythphone-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythphone/files/digest-mythphone-0.18 | 1 | ||||
-rw-r--r-- | media-plugins/mythphone/files/mythphone-0.16-include.patch | 11 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.16.ebuild | 35 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.17.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.18.ebuild | 29 |
7 files changed, 8 insertions, 80 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index f7ce6fdac2c9..50ea29c0c51c 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythphone # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.7 2005/05/31 14:56:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.8 2005/06/06 09:16:48 cardoe Exp $ + + 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> + -files/mythphone-0.16-include.patch, -mythphone-0.16.ebuild, + mythphone-0.17.ebuild, -mythphone-0.18.ebuild: + Fixed deps for removed mythfrontend 31 May 2005; David Holm <dholm@gentoo.org> mythphone-0.18.1.ebuild: Added to ~ppc. diff --git a/media-plugins/mythphone/files/digest-mythphone-0.16 b/media-plugins/mythphone/files/digest-mythphone-0.16 deleted file mode 100644 index f6daefb9bf22..000000000000 --- a/media-plugins/mythphone/files/digest-mythphone-0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ccbee1f55a011ea1233febb7d6fd8f6 mythphone-0.16.tar.bz2 135427 diff --git a/media-plugins/mythphone/files/digest-mythphone-0.18 b/media-plugins/mythphone/files/digest-mythphone-0.18 deleted file mode 100644 index 297d44c23408..000000000000 --- a/media-plugins/mythphone/files/digest-mythphone-0.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735 diff --git a/media-plugins/mythphone/files/mythphone-0.16-include.patch b/media-plugins/mythphone/files/mythphone-0.16-include.patch deleted file mode 100644 index da135158ef26..000000000000 --- a/media-plugins/mythphone/files/mythphone-0.16-include.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mythphone/h263.h 2004-09-10 20:27:41.193428175 +0000 -+++ mythphone/h263.h 2004-09-10 20:27:59.847902032 +0000 -@@ -20,7 +20,7 @@ - #include "rtp.h" - - extern "C" { --#include "libavcodec/avcodec.h" -+#include "mythtv/ffmpeg/avcodec.h" - } - - diff --git a/media-plugins/mythphone/mythphone-0.16.ebuild b/media-plugins/mythphone/mythphone-0.16.ebuild deleted file mode 100644 index c87a4762546f..000000000000 --- a/media-plugins/mythphone/mythphone-0.16.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.16.ebuild,v 1.5 2005/04/18 08:18:00 eradicator Exp $ - -inherit myth eutils - -DESCRIPTION="Phone and video calls with SIP." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" -IUSE="debug nls" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" - -DEPEND=">=sys-apps/sed-4 - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" - -setup_pro() { - return 0 -} - -src_unpack() { - myth_src_unpack - - epatch ${FILESDIR}/${P}-include.patch -} - -src_compile() { - econf || die - - # currently broken, #64503 - #`use_enable festival` - - myth_src_compile -} diff --git a/media-plugins/mythphone/mythphone-0.17.ebuild b/media-plugins/mythphone/mythphone-0.17.ebuild index 7cfc79e5a245..36d4dcb81e76 100644 --- a/media-plugins/mythphone/mythphone-0.17.ebuild +++ b/media-plugins/mythphone/mythphone-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.17.ebuild,v 1.2 2005/04/18 08:18:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.17.ebuild,v 1.3 2005/06/06 09:16:48 cardoe Exp $ inherit myth eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND=">=sys-apps/sed-4 - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" + ~media-tv/mythtv-${PV}" setup_pro() { return 0 diff --git a/media-plugins/mythphone/mythphone-0.18.ebuild b/media-plugins/mythphone/mythphone-0.18.ebuild deleted file mode 100644 index 8fbcc58388db..000000000000 --- a/media-plugins/mythphone/mythphone-0.18.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.18.ebuild,v 1.1 2005/04/18 08:18:00 eradicator Exp $ - -inherit myth eutils - -DESCRIPTION="Phone and video calls with SIP." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -DEPEND=">=sys-apps/sed-4 - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" - # festival? ( app-accessibility/festival ) - - -setup_pro() { - return 0 -} - -src_compile() { - # currently broken, #64503 - #myconf=$(use_enable festival) - - myth_src_compile -} |