You are not logged in.
I have decided to install the SVN version of amaroK, so I downloaded the PKGBUILDs from AUR for amarok-base-svn and amarok-engine-xine-svn, as well as the PKGBUILDs for versionpkg and unsermake.
with amarok-base-svn everything went fine, I ran `versionpkg` in the directory of the PKGBUILD and then 'pacman -A'd the package.
now when I do `versionpkg` in the directory of amarok-engine-xine-svn, it seems to pass the configuration stage successfully, then when it reaches the make stage I get an error. here's the output:
{.....checking stuff comes here.....}
==========================
=== amaroK - WARNING ========================================================
==========================
=
= The optional GStreamer-engine will not be built. If you want to use the
= powerful GStreamer multimedia framework with amaroK, please download
= version or higher from http://gstreamer.freedesktop.org/
= If you are sure GStreamer is already installed then there is most likely a
= problem with your pkg-config setup, see amarok/README
=
==========================
=== amaroK - INFORMATION ====================================================
==========================
=
= exscalibar could not be found, this means that support for Moodbar
= will be disabled.
=
==========================
=== amaroK - PLUGINS ========================================================
==========================
=
= The following extra functionality will NOT be included:
= - aRts-engine
= - GStreamer-engine
= - NMM-engine
= - MAS-engine
= - Helix-engine
= - MySql Support
= - Postgresql Support
= - Moodbar Support
= - iPod Support
= - iRiver iFP Support
=
= The following extra functionality will be included:
= + xine-engine
= + libvisual Support
= + XMMS Visualization Wrapper
= + Konqueror Sidebar
= + MusicBrainz Support
= + MP4/AAC Tag Support
=
===============================================================================
Good - your configure finished. Start make now
amarok/src/engine/xine/Makefile.am: no rule to create target: ../../../../amarok /src/engine/libengine.la(../../../../amarok/src/engine/xine/libamarok_xine-engin e.la)
==> ERROR: Build Failed. Aborting...
==> ERROR: Reverting pkgver...
Then I get the prompt. Does Anybody have an idea of what can the problem be?
Thanks in advance.
Offline
Anyone? please, I'm just dying to have this SVN version of amaroK, as it has a true gapless playback...
Offline
Just a guess but the amarok-base-svn in AUR is configured with the --without-xine option. It might cause the error you're getting. Try building amarok-base-svn with:
./configure --prefix=/opt/kde --without-arts --without-gstreamer --with-xine
Offline
Didn't help... same error
Offline
I'd assume there is an error in the PKGBUILD there I think. Not all the SVN PKGBUILDs work with versionpkg straight away, sometimes they need a bit of tweaking.
Often I find when I get errors that deleting the checkout tree and checking out from scratch helps
Offline