This forum has been archived. All content is frozen. Please use KDE Discuss instead.

gentoo ebuild [cvs]

Tags: None
(comma "," separated)
zit
Karma
0

gentoo ebuild [cvs]

Sun Jan 02, 2005 3:11 am
I wanted to try out the amarok-cvs ebuild but it doesn\'t seem to work:

[code:1]epitaph amarok-cvs # ebuild amarok-cvs-1.1.ebuild digest
>>> Generating digest file...
>>> Generating manifest file...
<<< amarok-cvs-1.1.ebuild
<<< files/digest-amarok-cvs-1.1
>>> Computed message digests.

epitaph amarok-cvs # emerge amarok-cvs -pv

These are the packages that I would merge, in order:

Calculating dependencies -
emerge: there are no ebuilds to satisfy \"~kde-base/kdelibs-1.1\".

epitaph amarok-cvs #
[/code:1]

Any ideas?

Thanks
zit
Karma
0

Re:gentoo ebuild [cvs]

Sun Jan 02, 2005 3:11 am
Shouldn\'t the ebuild reflect the 1.2 series?
User avatar
eean
KDE Developer
Posts
1016
Karma
0
OS

Re:gentoo ebuild [cvs]

Sun Jan 02, 2005 3:43 am
Version numbers don\'t make any difference really, its CVS. I have no idea why it was looking for a kdelibs-1.1. Are you on a stable architecture (meaning, x86 not ~x86)? Maybe your portage is fscked or something.

The ebuild I use is at http://monroe.nu/amarok-1.1.2.ebuild


Amarok Developer
Zit
Karma
0

Re:gentoo ebuild [cvs]

Sun Jan 02, 2005 8:12 am
using an ~x86 environment. I doubt my tree is hosed. Maybe I\'m missing a variable in make.conf. I\'ve never attempted to use a cvs ebuild.
User avatar
eean
KDE Developer
Posts
1016
Karma
0
OS

Re:gentoo ebuild [cvs]

Sun Jan 02, 2005 12:05 pm
I meant portage itself, not the tree. Sounds kinda like it. Anyways, install kdelibs.


Amarok Developer
hds
Karma
0

Re:gentoo ebuild [cvs]

Sun Jan 02, 2005 9:46 pm
zit wrote:
I wanted to try out the amarok-cvs ebuild but it doesn\'t seem to work:

looks like this is a 3rd party ebuild, i can not find it in portage at all:
[code:1]
hds root # esearch amarok-cvs
[ Results for search key : amarok-cvs ]
[ Applications found : 0 ]
[/code:1]
however, simply compile from CVS like descibed here:
http://amarok.kde.org/content/view/14/2#anoncvs

works alright for me on my gentoo. my configureline:
[code:1]
./configure --with-pic --enable-mysql --prefix=`kde-config --prefix`
[/code:1]
good luck!
zit
Karma
0

Re:gentoo ebuild [cvs]

Mon Jan 03, 2005 6:32 pm
The ebuild is from this very site, so yea, third party. Unless it\'s an ebuild, i usually don\'t install it.
hendrik
Karma
0

Re:gentoo ebuild [cvs]

Sun Jan 09, 2005 7:54 am
the gentoo cvs ebuild does not honor mysql support via use flag.

fix?
hendrik
Karma
0

Re:gentoo ebuild [cvs]

Sun Jan 09, 2005 8:02 am
nevermind, fixed it myself, use the following code if you like otherwise tell me if i **** up :-)

[code:1]# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
inherit kde-base

need-kde 3.2

# bluemchen.kde.org is up-to-date with kde\'s current cvs while anoncvs.kde.org is synced every 2 hours or so.
ECVS_SERVER=\"bluemchen.kde.org:/home/kde\"
KCVS_MODULE=kdeextragear-1
KCVS_SUBDIR=amarok
inherit kde-source

IUSE=\"cjk gstreamer xmms arts opengl xine libvisual noamazon mysql\"

DESCRIPTION=\"A user friendly IRC Client for KDE3.x\"
HOMEPAGE=\"http://amarok.kde.org\"
LICENSE=\"GPL-2\"
KEYWORDS=\"~x86 ~ppc ~amd64\"

DEPEND=\">=kde-base/kdemultimedia-3.2
arts? ( >=kde-base/arts-1.2 )
gstreamer? ( >=media-libs/gst-plugins-0.8.1 )
opengl? ( virtual/opengl )
xmms? ( >=media-sound/xmms-1.2 )
xine? ( >=media-libs/xine-lib-1_rc4 )
libvisual? ( >=media-libs/libvisual-0.1.6 )
mysql? ( >=dev-db/mysql-4.0 )
>=dev-util/pkgconfig-0.9.0
>=media-libs/taglib-1.3\"

src_compile() {

if ! use arts && ! use gstreamer && ! use xine
then die \"You must enable either Arts, Gstreamer, or Xine\"
fi

PREFIX=\"`kde-config --prefix`\"
myconf=\"`use_with arts` `use_with gstreamer` `use_with opengl` `use_with xine`\"


if use mysql
then myconf=\"$myconf --enable-mysql\"
fi

if use noamazon
then myconf=\"$myconf --disable-amazon\"
fi

kde_src_compile myconf configure
kde_src_compile make
}

src_install() {

kde_src_install
}
[/code:1]


Bookmarks



Who is online

Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]