parent
5737baa232
commit
9c352db04b
|
@ -1900,3 +1900,26 @@ libqtkeychain.so.0 qtkeychain-0.4.0_1
|
|||
libjreen.so.1 jreen-1.2.0_1
|
||||
libtelepathy-qt4.so.2 telepathy-qt-0.9.5_1
|
||||
libtelepathy-qt4-farstream.so.2 telepathy-qt-farstream-0.9.5_1
|
||||
libtomahawk_configstorage_telepathy.so tomahawk-0.8.2_1
|
||||
libtomahawk_account_google.so tomahawk-0.8.2_1
|
||||
libtomahawk_account_xmpp.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_charts.so tomahawk-0.8.2_1
|
||||
libtomahawk_account_hatchet.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_fdonotify.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_hypem.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_newreleases.so tomahawk-0.8.2_1
|
||||
libtomahawk.so.0.8.2 tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_mpris.so tomahawk-0.8.2_1
|
||||
libtomahawk_viewpage_dashboard.so tomahawk-0.8.2_1
|
||||
libtomahawk-playdarapi.so.0.8.2 tomahawk-0.8.2_1
|
||||
libtomahawk_viewpage_whatsnew_0_8.so tomahawk-0.8.2_1
|
||||
libtomahawk_viewpage_newreleases.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_musicbrainz.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_echonest.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_spotify.so tomahawk-0.8.2_1
|
||||
libtomahawk_account_zeroconf.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_rovi.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_musixmatch.so tomahawk-0.8.2_1
|
||||
libtomahawk_viewpage_charts.so tomahawk-0.8.2_1
|
||||
libtomahawk_infoplugin_discogs.so tomahawk-0.8.2_1
|
||||
libtomahawk-widgets.so.0.8.2 tomahawk-0.8.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
tomahawk
|
|
@ -0,0 +1,38 @@
|
|||
# Template file for 'tomahawk'
|
||||
pkgname=tomahawk
|
||||
version=0.8.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_options="upower hatchet kde xmpp"
|
||||
desc_option_hatchet="Enable support for http://hatchet.is"
|
||||
desc_option_kde="Enable support for KDE"
|
||||
desc_option_xmpp="Enable support for XMPP"
|
||||
build_options_default=${build_options}
|
||||
configure_args="-DBUILD_RELEASE=ON \
|
||||
$(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \
|
||||
-DBUILD_WITH_QT4=ON \
|
||||
-DWITH_CRASHREPORTER=OFF
|
||||
$(vopt_if kde '-DWITH_KDE4=ON' '-DWITH_KDE4=OFF') \
|
||||
$(vopt_if upower '-DWITH_UPOWER=ON' '-DWITH_UPOWER=OFF')"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="boost-devel qt-devel qjson-devel taglib-devel sparsehash gnutls-devel
|
||||
qca-devel Lucene++-devel attica-devel quazip-devel qtkeychain-devel
|
||||
phonon-devel liblastfm-devel libechonest-devel libressl-devel
|
||||
$(vopt_if hatchet websocketpp) $(vopt_if xmpp jreen-devel)
|
||||
$(vopt_if kde kde-baseapps-devel) $(vopt_if kde telepathy-qt-devel)"
|
||||
depends="virtual?phonon-backend qt-plugin-sqlite $(vopt_if xmpp qca-ossl)"
|
||||
short_desc="Multi-source social music player"
|
||||
maintainer="Duncan Overbruck <mail@duncano.de>"
|
||||
license="GPL-3"
|
||||
homepage="http://tomahawk-player.org/"
|
||||
distfiles="http://download.tomahawk-player.org/${pkgname}-${version}.tar.bz2"
|
||||
checksum=522d2ef873f8548990ac1fc736c11dd08c347687c77d63b520f55207f19db3ae
|
||||
|
||||
tomahawk-devel_package() {
|
||||
depends="tomahawk>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue