diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-13 02:57:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-13 02:57:23 +0000 |
commit | 339056c53c532d1a41607a015d50880de5b1c212 (patch) | |
tree | 460ae5726354306577f1b8a0d0923cc66a5c7d37 /media-video/xine-ui | |
parent | fixed an oops in the gnome check from || to && (diff) | |
download | gentoo-2-339056c53c532d1a41607a015d50880de5b1c212.tar.gz gentoo-2-339056c53c532d1a41607a015d50880de5b1c212.tar.bz2 gentoo-2-339056c53c532d1a41607a015d50880de5b1c212.zip |
See ChangeLog
Diffstat (limited to 'media-video/xine-ui')
-rw-r--r-- | media-video/xine-ui/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.9.8-r1.ebuild | 5 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.9.8-r2.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/media-video/xine-ui/ChangeLog b/media-video/xine-ui/ChangeLog index ae3a53154f83..a0824c83b543 100644 --- a/media-video/xine-ui/ChangeLog +++ b/media-video/xine-ui/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-video/xine-ui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.4 2002/03/12 23:42:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.5 2002/03/13 02:57:23 seemant Exp $ *xine-ui-0.9.7-r2 (12 Mar 2002) 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : @@ -8,6 +8,9 @@ Added checking of nls in USE toggles. Also added checking of gnome in USE toggles to have xine-ui use ORBit. However, I had initially done use gnome || enable ORBit instead of &&. Found it thanks to supox. + OK no this still does not work. ORBit support in xine seems questionable, at + best. I am commenting that stuff out in the ebuild until I can find some + answers about it. 19 Feb 2002; M.Schlemmer <azarah@gentoo.org> xine-ui-0.9.8-r1.ebuild : diff --git a/media-video/xine-ui/xine-ui-0.9.8-r1.ebuild b/media-video/xine-ui/xine-ui-0.9.8-r1.ebuild index ac27b6967a41..95bcde579946 100644 --- a/media-video/xine-ui/xine-ui-0.9.8-r1.ebuild +++ b/media-video/xine-ui/xine-ui-0.9.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.9.8-r1.ebuild,v 1.1 2002/02/19 19:52:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.9.8-r1.ebuild,v 1.2 2002/03/13 02:57:23 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems" @@ -49,6 +49,3 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } - - - diff --git a/media-video/xine-ui/xine-ui-0.9.8-r2.ebuild b/media-video/xine-ui/xine-ui-0.9.8-r2.ebuild index 8d1ec03a7648..63c5b76748ed 100644 --- a/media-video/xine-ui/xine-ui-0.9.8-r2.ebuild +++ b/media-video/xine-ui/xine-ui-0.9.8-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.9.8-r2.ebuild,v 1.2 2002/03/12 23:42:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.9.8-r2.ebuild,v 1.3 2002/03/13 02:57:23 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems" @@ -31,7 +31,7 @@ src_compile() { local myconf use X || myconf="${myconf} --disable-x11 --disable-xv" use nls || myconf="${myconf} --disable-nls" - use gnome && myconf="${myconf} --enable-orbit" +# use gnome && myconf="${myconf} --enable-orbit" # use aalib || myconf="${myconf} --disable-aalib --disable-aalibtest" ./configure --host=${CHOST} \ |