|
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 |
|
|
KDE Developer
|
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
|
|
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.
|
KDE Developer
|
I meant portage itself, not the tree. Sounds kinda like it. Anyways, install kdelibs.
Amarok Developer
|
|
zit wrote:
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! |
|
The ebuild is from this very site, so yea, third party. Unless it\'s an ebuild, i usually don\'t install it.
|
|
the gentoo cvs ebuild does not honor mysql support via use flag.
fix? |
|
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] |
Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]