Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119768 - kaffeine 0.7.1 need --with-xinit-workaround when building on xorg-x11-6.8.2-r6
Summary: kaffeine 0.7.1 need --with-xinit-workaround when building on xorg-x11-6.8.2-r6
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 22:20 UTC by Sergey Levashev
Modified: 2006-11-29 11:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Levashev 2006-01-20 22:20:34 UTC
kaffeine 0.7.1 need --with-xinit-workaround when building on xorg-x11-6.8.2-r6
elsewhere it hangs

ebuild
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/kaffeine/kaffeine-0.7.1-r1.ebuild,v 1.2 2006/01/11 22:45:32 flameeyes Exp $

inherit eutils kde

DESCRIPTION="Media player for KDE using xine and gstreamer backends."
HOMEPAGE="http://kaffeine.sourceforge.net/"
SRC_URI="mirror://sourceforge/kaffeine/${P}.tar.bz2"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="dvb gstreamer xinerama"

RDEPEND="|| ( x11-base/xorg-server
              >=x11-base/xorg-x11-6.8.0-r4 )
        >=media-libs/xine-lib-1
        gstreamer? ( =media-libs/gstreamer-0.8*
                =media-libs/gst-plugins-0.8* )
        xinerama? ( || ( x11-libs/libXinerama virtual/x11 ) )"

DEPEND="${RDEPEND}
        xinerama? ( || ( x11-proto/xineramaproto virtual/x11 ) )
        dvb? ( >=sys-kernel/linux-headers-2.6 )
        dev-util/pkgconfig"

# the dependency on xorg-x11 is meant to avoid bug #59746

PATCHES="${FILESDIR}/${P}-systemproto.patch
        ${FILESDIR}/${P}-xinerama.patch"

need-kde 3.2

src_compile() {
        rm ${S}/configure

        myconf="${myconf}
                $(use_with xinerama)
                $(use_with dvb)
                --with-xinit-workaround
                $(use_with gstreamer)"

        kde_src_compile
}
Comment 1 Anton Bolshakov 2006-02-19 09:07:20 UTC
I can confirm the bug.
--with-xinit-workaround should be on for me too.

[ebuild   R   ] x11-base/xorg-x11-6.8.2-r6  -3dfx -3dnow +bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-server -insecure-drivers +ipv6 -minimal +mmx +nls -nocxx +opengl +pam +sdk +sse -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv 0 kB

[ebuild   R   ] x11-libs/qt-3.3.4-r8  +cups -debug -doc -examples -firebird +gif -immqt -immqt-bc +ipv6 -mysql -nas -odbc +opengl -postgres -sqlite -xinerama

Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-11-29 11:32:41 UTC
monolithic X is being phased out and your kaffeine version is ld, sorry.