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
commit5cde4538a97f058fadcb35d41457bb26d90b48a5 (patch)
tree8994bf9fa35116696f8eac128f70cc00d346742a /media-video/mplayer
parentMasked latex-floatflt and latex-foiltex, pending locating a mirror that doesn... (diff)
downloadgentoo-2-5cde4538a97f058fadcb35d41457bb26d90b48a5.tar.gz
gentoo-2-5cde4538a97f058fadcb35d41457bb26d90b48a5.tar.bz2
gentoo-2-5cde4538a97f058fadcb35d41457bb26d90b48a5.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/*