Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bug in ebuild gstream-0.6.0-r2.ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Tanj
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2002
Posts: 79
Location: London Ontario Canada

PostPosted: Thu Feb 20, 2003 12:32 am    Post subject: Bug in ebuild gstream-0.6.0-r2.ebuild Reply with quote

Code:
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.6.0-r2.ebuild,v 1.4 2003/02/13 12:45:17 vapier Exp $

inherit eutils flag-o-matic libtool

# Create a major/minor combo for our SLOT and executables suffix
PVP=($(echo " $PV " | sed 's:[-\._]: :g'))
PV_MAJ_MIN=${PVP[0]}.${PVP[1]}

IUSE="doc"

S=${WORKDIR}/gstreamer-0.6.0
DESCRIPTION="Streaming media framework"
SRC_URI="mirror://sourceforge/gstreamer/gstreamer-0.6.0.tar.bz2"
HOMEPAGE="http://gstreamer.sourceforge.net"

SLOT=${PV_MAJ_MIN}
LICENSE="LGPL-2"
KEYWORDS="x86 ~ppc ~sparc ~alpha"

DEPEND=">=dev-libs/glib-2.0.4
   >=dev-libs/libxml2-2.4
   >=dev-libs/popt-1.5
   x86? ( >=dev-lang/nasm-0.90 )
   >=sys-libs/zlib-1.1.4"

# disable docs for now
#   doc? ( >=dev-util/gtk-doc-0.9
#      media-gfx/transfig
#      dev-libs/libxslt
#      app-text/docbook-xsl-stylesheets
#      app-text/passivetex
#      app-text/xpdf
#      app-text/ghostscript )




DEPEND=">=dev-libs/glib-2.0.4
>=dev-libs/libxml2-2.4 #this line used to read >=dev-libs/lxml2-2.4
>=dev-libs/popt-1.5
x86? ( >=dev-lang/nasm-0.90 )
>=sys-libs/zlib-1.1.4"

this caused me a big head ache when i wanted to emerge gnome

where do i submit this bug? :?:

edit: looked on my dad's gentoo box and noticed that his didn't have this problem

may just be localized
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum