summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-07-20 05:00:05 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-07-20 05:00:05 +0000
commitd1516760e86985d58167fd7e37e11b838f872e01 (patch)
treea369c91cdbd7740461ff0cac181490836807763c /media-libs/libogg
parentcleanups (diff)
downloadhistorical-d1516760e86985d58167fd7e37e11b838f872e01.tar.gz
historical-d1516760e86985d58167fd7e37e11b838f872e01.tar.bz2
historical-d1516760e86985d58167fd7e37e11b838f872e01.zip
add info about the new 1.0 libraries.
Diffstat (limited to 'media-libs/libogg')
-rw-r--r--media-libs/libogg/libogg-1.0.ebuild12
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
+}