diff options
author | shaun <shaun@FreeBSD.org> | 2009-04-11 10:26:10 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2009-04-11 10:26:10 +0800 |
commit | 94f9fabd0013abf6181c6f738a441801b1c7a0cd (patch) | |
tree | e662e2ca3fcb0adb253885b85c15eca27974306d /audio/amarok-kde4 | |
parent | 758971fb41e4987c40da9e6d7c43d47fcccdd327 (diff) | |
download | freebsd-ports-gnome-94f9fabd0013abf6181c6f738a441801b1c7a0cd.tar.gz freebsd-ports-gnome-94f9fabd0013abf6181c6f738a441801b1c7a0cd.tar.zst freebsd-ports-gnome-94f9fabd0013abf6181c6f738a441801b1c7a0cd.zip |
- Port doesn't build on sparc64.
- Add some extra information to pkg-message for users without the full
KDE desktop.
PR: ports/133340
Submitted by: Matt Tosto <datahead4@gmail.com> (maintainer)
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 | ||||
-rw-r--r-- | audio/amarok-kde4/pkg-message | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 65d13d4a9442..592da48f99af 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -29,6 +29,9 @@ USE_MYSQL= embedded USE_CMAKE= yes USE_LDCONFIG= yes +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON_sparc64= "GCC-related build error" + OPTIONS= GPOD "iPod support" on \ MTP "MTP device support" on \ LOUDMOUTH "Loudmouth support" on diff --git a/audio/amarok-kde4/pkg-message b/audio/amarok-kde4/pkg-message index 0e01c3fe0b05..2e730e55b59c 100644 --- a/audio/amarok-kde4/pkg-message +++ b/audio/amarok-kde4/pkg-message @@ -6,3 +6,9 @@ able to mount USB devices as the user running Amarok. Read more on how to set this up on FreeBSD here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html + +If you are not running a KDE4 desktop, you should consider installing the +x11/kdebase4-runtime and multimedia/phonon ports along with Amarok. You will +also need to pick a Phonon backend port (multimedia/phonon-xine or +multimedia/phonon-gstreamer). It has been reported that icons and audio will +not work properly without these additional ports. |