|
hi,
i just realized that you have a amarok-cvs ebuild. however, it is missing the mysql USEflag. i modified it a bit, and added the mysql support. works for me: [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 ) >=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 noamazon then myconf=\"$myconf --disable-amazon\" fi if use mysql then myconf=\"$myconf --enable-mysql\" fi kde_src_compile myconf configure kde_src_compile make } src_install() { kde_src_install } [/code:1] |
|
just realized it compiles without \"pic\", which is usefull for us prelinkers :P
[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 pic\" 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 ) >=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 noamazon then myconf=\"$myconf --disable-amazon\" fi if use mysql then myconf=\"$myconf --enable-mysql\" fi if use pic then myconf=\"$myconf --with-pic\" fi kde_src_compile myconf configure kde_src_compile make } src_install() { kde_src_install } [/code:1] |
|
[code:1]
DESCRIPTION=\"A user friendly IRC Client for KDE3.x\" [/code:1] ? |
Registered Member
|
What? Are you trying to say that you don\'t like amaroK irc client?! ;)
btw, keywords should say ~x86, and you made a typo in DEPEND. Here\'s the corrections. If this is okay then it would be a good idea to replace the outdated version on the cvs page :)
Hm, the code tag inserts a space in \'pkgconfig-0 .9.0\' in DEPEND. Post edited by: LightEater, at: 2005/02/09 11:03 |
Registered Member
|
thx for the edits. well, i simply took this from the amarok page, and it already sayed irc client and the typos have been in, though thx anyway
actually as i mentioned above i just added the \"pic\" and \"mysql\" useflags. |
Registered Member
|
I noticed that the cvs ebuild is not compatible with the split kde ebuilds and tries to pull a bunch of wierd stuff with USE="arts" ;) Nothing a quick copy&paste from the official 1.2.3 ebuild can\'t fix tho.
(and something is wrong with attaching files ) Post edited by: LightEater, at: 2005/04/23 10:52 |
|
Can you please post the right and working ebuild on bugs.gentoo.org?
Would be nice, if it can be portage. |
Registered users: Bing [Bot], gfielding, Google [Bot], markhm, Sogou [Bot], Yahoo [Bot]