diff options
-rw-r--r-- | media-libs/libogg/libogg-1.0.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/media-libs/libogg/libogg-1.0.ebuild b/media-libs/libogg/libogg-1.0.ebuild index c23b71640c94..ae25e797c533 100644 --- a/media-libs/libogg/libogg-1.0.ebuild +++ b/media-libs/libogg/libogg-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.0.ebuild,v 1.1 2002/07/19 23:26:19 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.0.ebuild,v 1.2 2002/07/20 05:00:05 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="the Ogg media file format library" @@ -31,3 +31,13 @@ src_install () { dohtml doc/*.{html,png} } +pkg_postinst() { + einfo + einfo "Note the 1.0 version of libogg has been installed" + einfo "Applications that used pre-1.0 ogg libraries will" + einfo "need to be recompiled for the new version." + einfo "Now that the vorbis folks have finalized the API" + einfo "this should be the last time for a while that" + einfo "recompilation is needed for these things." + einfo +} |