summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-15 14:37:54 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-15 14:37:54 +0000
commit0771cbf24569eda15f563df742fc81d74b997b61 (patch)
tree5b3fa5e5482f86813794de980858b96f3b38c80e /media-tv
parentadd additionally documentation, bug #46131; fix creation of fax group, bug #5... (diff)
downloadhistorical-0771cbf24569eda15f563df742fc81d74b997b61.tar.gz
historical-0771cbf24569eda15f563df742fc81d74b997b61.tar.bz2
historical-0771cbf24569eda15f563df742fc81d74b997b61.zip
Closing #64012
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythfrontend/ChangeLog5
-rw-r--r--media-tv/mythfrontend/Manifest4
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.16.ebuild3
3 files changed, 7 insertions, 5 deletions
diff --git a/media-tv/mythfrontend/ChangeLog b/media-tv/mythfrontend/ChangeLog
index 82d80221979c..455983858ef6 100644
--- a/media-tv/mythfrontend/ChangeLog
+++ b/media-tv/mythfrontend/ChangeLog
@@ -1,9 +1,10 @@
# 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.23 2004/09/15 14:25:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.24 2004/09/15 14:37:54 aliz Exp $
15 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythfrontend-0.16.ebuild:
- Added flag-o-matic. Found by D-Work on irc.
+ + Fix build error, closing #64012.
+ + Added flag-o-matic. Found by D-Work on irc.
12 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythfrontend-0.16.ebuild:
Make compilation distcc friendly, closing #63672.
diff --git a/media-tv/mythfrontend/Manifest b/media-tv/mythfrontend/Manifest
index 6bd12da47da3..da899c3add85 100644
--- a/media-tv/mythfrontend/Manifest
+++ b/media-tv/mythfrontend/Manifest
@@ -1,8 +1,8 @@
MD5 d53ee898a67b47e23920a4650f365e08 mythfrontend-0.15.1.ebuild 5271
MD5 718b0bd72f8bac27fbf6f687d128a4c6 mythfrontend-0.14-r1.ebuild 4228
-MD5 c424a11e0aef067b718bb6544f79ac68 mythfrontend-0.16.ebuild 5344
+MD5 3d3ea4cb54e348d695fc53fba6d96780 mythfrontend-0.16.ebuild 5363
MD5 31247cce705afa71aca3b58989862205 mythfrontend-0.13.ebuild 2786
-MD5 5e66f7b5ab2a5ac477c6012b4efab0ea ChangeLog 3571
+MD5 27b27ea938464797994c75562ef1d2ff ChangeLog 3610
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 788cdcff1808794391bf5ef2e157b5fb files/digest-mythfrontend-0.15.1 67
MD5 f34c79d00b235a08f18cf9f2107d6390 files/mythtv-0.15-directfb.patch 1185
diff --git a/media-tv/mythfrontend/mythfrontend-0.16.ebuild b/media-tv/mythfrontend/mythfrontend-0.16.ebuild
index c0313a72f706..4bc0675a2459 100644
--- a/media-tv/mythfrontend/mythfrontend-0.16.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.16.ebuild
@@ -1,6 +1,6 @@
# 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.5 2004/09/15 14:25:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.16.ebuild,v 1.6 2004/09/15 14:37:54 aliz Exp $
inherit myth flag-o-matic
@@ -153,6 +153,7 @@ src_compile() {
sed -i -e "s:OPTFLAGS=.*:OPTFLAGS=${CFLAGS}:g" config.mak
qmake -o "Makefile" "mythtv.pro"
+ make qmake || die
emake -C libs/libavcodec || die
emake -C libs/libavformat || die
emake -C libs/libmyth || die