multimedia/tomahawk: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-19 23:35:09 -05:00
parent 2c2eb8dd11
commit 526888cdef
2 changed files with 1 additions and 12 deletions

View File

@ -4,20 +4,9 @@ A new kind of music player that invites all your streams, downloads,
cloud music storage, playlists, radio stations and friends to the same
party. It's about time they all mingle.
QT5 Warning:
If you have Qt5 installed, you will need to add the following cmake
configure flag to the qtkeychain SlackBuild as qtkeychain builds
with Qt5 by default if it's found. The Qt5 interface to Tomahawk is
experimental and not yet complete.
-DBUILD_WITH_QT4="ON"
This will require gst-plugins-ugly for mp3 support
This optionally requires:
Telepathy-Qt: Telepathy-Qt is needed for sharing Jabber/GTalk accounts
with Telepathy.
KDE4: Provides support for configuring Telepathy Accounts from inside
Tomahawk.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://download.tomahawk-player.org/tomahawk-0.8.4.tar.bz2"
MD5SUM="04832abe1786edcc55805875b5882445"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jreen libechonest LucenePlusPlus qtkeychain sparsehash quazip-qt4 libwebsocketpp"
REQUIRES="jreen libechonest LucenePlusPlus sparsehash quazip-qt4 libwebsocketpp"
MAINTAINER="Thorn Inurcide"
EMAIL="thorn_inurcide@zoho.com"