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

dirty patch for freebsd amarok 1.3.1 port

Tags: None
(comma "," separated)
Tim Middleton
Registered Member
Posts
2
Karma
0
Still no amarok 1.3+ port on FreeBSD....

Following is a few minor changes to the port to get it to build, however I\'m not updating the pkg-plist as I have no time for it, so you risk leaving a mess (it won\'t deinstall properly)... also, all of the build options for this port probably are what make it so labour intensive to build and test. I have just built with my options... xine, gstreamer, opengl, amazon... seems to work.

First change the Makefile... change the PORTVERSION line to read 1.3.1, and delete the PORTVERSION line.

Then at shell prompt execute \"make makesum\" . This should fetch the source tarball if the above edits don\'t break anything.

Next just replace the files/patch-configure with the following (it\'s exactly the same patch as the version 1.2.4 port, but just the line numbers adjusted):


[code:1]
*** configure.orig Fri Sep 16 21:57:37 2005
--- configure Fri Sep 16 22:00:04 2005
***************
*** 35931,35945 ****
fi


! if test x$SDL_CONFIG = xyes; then
! sdl_cflags=`sdl-config --cflags`
! sdl_libs=`sdl-config --libs`
fi




! if test x$PKGCONFIGFOUND = xyes -a x$SDL_CONFIG = xyes; then


succeeded=no
--- 35931,35945 ----
fi


! if test -n $SDL_CONFIG; then
! sdl_cflags=`$SDL_CONFIG --cflags`
! sdl_libs=`$SDL_CONFIG --libs`
fi




! if test x$PKGCONFIGFOUND = xyes -a -n $SDL_CONFIG; then


succeeded=no
[/code:1]

Then of course... make install.

Or wait for the port maintainer, or someone, to get around to updating the port for real...


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]