summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-02-12 17:33:12 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-02-12 17:33:12 +0000
commitf05f67c1f5dc43c5d8e9dfe41c995a67083cfddb (patch)
tree49fd53bc1ddb70142cc8ae6a6109f974502da36d /sys-block/seekwatcher
parentsparc/x86 stable (diff)
downloadgentoo-2-f05f67c1f5dc43c5d8e9dfe41c995a67083cfddb.tar.gz
gentoo-2-f05f67c1f5dc43c5d8e9dfe41c995a67083cfddb.tar.bz2
gentoo-2-f05f67c1f5dc43c5d8e9dfe41c995a67083cfddb.zip
Add a postinst note that generating movies needs mencoder or png2theora per bug #209779.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-block/seekwatcher')
-rw-r--r--sys-block/seekwatcher/ChangeLog9
-rw-r--r--sys-block/seekwatcher/seekwatcher-0.6.ebuild11
-rw-r--r--sys-block/seekwatcher/seekwatcher-0.9.ebuild11
3 files changed, 25 insertions, 6 deletions
diff --git a/sys-block/seekwatcher/ChangeLog b/sys-block/seekwatcher/ChangeLog
index 17f2c1d72b0b..b74d824f4c81 100644
--- a/sys-block/seekwatcher/ChangeLog
+++ b/sys-block/seekwatcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-block/seekwatcher
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/ChangeLog,v 1.5 2007/12/16 10:31:17 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/ChangeLog,v 1.6 2008/02/12 17:33:12 robbat2 Exp $
+
+ 12 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> seekwatcher-0.6.ebuild,
+ seekwatcher-0.9.ebuild:
+ Add a postinst note that generating movies needs mencoder or png2theora per
+ bug #209779.
16 Dec 2007; Samuli Suominen <drac@gentoo.org> seekwatcher-0.6.ebuild:
amd64 stable wrt #202250
diff --git a/sys-block/seekwatcher/seekwatcher-0.6.ebuild b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
index dca417421427..dfae59887be2 100644
--- a/sys-block/seekwatcher/seekwatcher-0.6.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/seekwatcher-0.6.ebuild,v 1.4 2007/12/16 10:31:17 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/seekwatcher-0.6.ebuild,v 1.5 2008/02/12 17:33:12 robbat2 Exp $
DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize IO patterns and performance."
HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/"
@@ -19,3 +19,10 @@ src_install() {
dobin seekwatcher
dohtml README.html
}
+
+pkg_postinst() {
+ elog "If you want to generate IO-movies from captured data, you must"
+ elog "install at least one of the following packages:"
+ elog "- media-video/mplayer with USE=encode"
+ elog "- media-libs/libtheora with USE=examples"
+}
diff --git a/sys-block/seekwatcher/seekwatcher-0.9.ebuild b/sys-block/seekwatcher/seekwatcher-0.9.ebuild
index bc2ac47ea718..6bb294dd61bb 100644
--- a/sys-block/seekwatcher/seekwatcher-0.9.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/seekwatcher-0.9.ebuild,v 1.1 2007/12/14 12:58:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/seekwatcher/seekwatcher-0.9.ebuild,v 1.2 2008/02/12 17:33:12 robbat2 Exp $
DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize IO patterns and performance."
HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/"
@@ -19,3 +19,10 @@ src_install() {
dobin seekwatcher
dohtml README.html
}
+
+pkg_postinst() {
+ elog "If you want to generate IO-movies from captured data, you must"
+ elog "install at least one of the following packages:"
+ elog "- media-video/mplayer with USE=encode"
+ elog "- media-libs/libtheora with USE=examples"
+}