summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-08-13 07:07:42 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-08-13 07:07:42 +0000
commit157a94435defd8c2a840246bd9acd60edd6b0cb2 (patch)
treeb90c41d09bac78e7929c5bb0415fc758e6b72e96 /media-video/mplayer
parentMasked latex-floatflt and latex-foiltex, pending locating a mirror that doesn... (diff)
downloadhistorical-157a94435defd8c2a840246bd9acd60edd6b0cb2.tar.gz
historical-157a94435defd8c2a840246bd9acd60edd6b0cb2.tar.bz2
historical-157a94435defd8c2a840246bd9acd60edd6b0cb2.zip
also install header for libpostproc.a
Diffstat (limited to 'media-video/mplayer')
-rw-r--r--media-video/mplayer/mplayer-0.90_pre6-r3.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild b/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild
index 99ac8db87c73..ce1619d0bb85 100644
--- a/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild
+++ b/media-video/mplayer/mplayer-0.90_pre6-r3.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-video/mplayer/mplayer-0.90_pre6-r3.ebuild,v 1.2 2002/08/12 19:00:30 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild,v 1.3 2002/08/13 07:07:42 azarah Exp $
# NOTE to myself: Test this thing with and without dvd/gtk+ support,
# as it seems the mplayer guys dont really care to
@@ -188,7 +188,11 @@ src_install() {
install || die
# Some stuff like transcode can use this one.
- dolib ${S}/postproc/libpostproc.a
+ if [ -f ${S}/postproc/libpostproc.a ] ; then
+ dolib ${S}/postproc/libpostproc.a
+ insinto /usr/include
+ doins ${S}/postproc/postprocess.h
+ fi
# Install the documentation
dohtml -r ${S}/DOCS/*