summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-07-20 05:00:16 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-07-20 05:00:16 +0000
commit371dabc84e1afd2f668382ef3c4f3de1c2c095a9 (patch)
tree07815bc4bad3ea52b1a473b185c08cd21238512b /media-libs/libvorbis
parentadd info about the new 1.0 libraries. (diff)
downloadgentoo-2-371dabc84e1afd2f668382ef3c4f3de1c2c095a9.tar.gz
gentoo-2-371dabc84e1afd2f668382ef3c4f3de1c2c095a9.tar.bz2
gentoo-2-371dabc84e1afd2f668382ef3c4f3de1c2c095a9.zip
info
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r--media-libs/libvorbis/libvorbis-1.0.ebuild13
1 files changed, 12 insertions, 1 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.0.ebuild b/media-libs/libvorbis/libvorbis-1.0.ebuild
index 8c343ba0a9fd..1d0b09168b06 100644
--- a/media-libs/libvorbis/libvorbis-1.0.ebuild
+++ b/media-libs/libvorbis/libvorbis-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/libvorbis/libvorbis-1.0.ebuild,v 1.1 2002/07/19 23:26:47 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0.ebuild,v 1.2 2002/07/20 05:00:16 lostlogic Exp $
inherit libtool
@@ -48,3 +48,14 @@ src_install () {
dodoc doc/*.txt
dohtml -r doc
}
+
+pkg_postinst() {
+ einfo
+ einfo "Note the 1.0 version of libvorbis has been installed"
+ einfo "Applications that used pre-1.0 vorbis 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
+}