mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Grab maintainership
Stage Fix build
This commit is contained in:
parent
b2d6b0519c
commit
8854205b5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364979
@ -6,7 +6,7 @@ PORTVERSION= 0.7.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= Multi-source, social, and smart music player
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -25,6 +25,7 @@ RUN_DEPENDS= qca-ossl>=2.0.0.b3_4:${PORTSDIR}/security/qca-ossl
|
||||
|
||||
CMAKE_ARGS+= -DWITH_BREAKPAD:BOOL="OFF" \
|
||||
-DCLUCENE_CONFIG_PATH:PATH="${LOCALBASE}/share/clucene"
|
||||
CXXFLAGS+= -Wno-cast-align
|
||||
|
||||
GH_ACCOUNT= tomahawk-player
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
@ -36,14 +37,14 @@ OPTIONS_DEFINE= QTWEETLIB
|
||||
OPTIONS_DEFAULT= GSTREAMER QTWEETLIB
|
||||
OPTIONS_RADIO= PHONON
|
||||
OPTIONS_RADIO_PHONON= GSTREAMER VLC XINE
|
||||
OPTIONS_SUB= yes
|
||||
QTWEETLIB_DESC= Enable Twitter SIP plugin
|
||||
VLC_DESC= Multimedia support for VLC
|
||||
|
||||
PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} \
|
||||
PORTVERSION=${PORTVERSION}
|
||||
|
||||
USES= cmake pkgconfig
|
||||
NO_STAGE= yes
|
||||
USES= cmake pkgconfig desktop-file-utils
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -304,7 +304,7 @@ lib/cmake/Tomahawk/TomahawkLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/Tomahawk/TomahawkLibraryDepends.cmake
|
||||
lib/cmake/Tomahawk/TomahawkUse.cmake
|
||||
lib/libtomahawk_account_google.so
|
||||
lib/libtomahawk_account_twitter.so
|
||||
%%QTWEETLIB%%lib/libtomahawk_account_twitter.so
|
||||
lib/libtomahawk_account_xmpp.so
|
||||
lib/libtomahawk_account_zeroconf.so
|
||||
lib/libtomahawk_infoplugin_charts.so
|
||||
|
Loading…
Reference in New Issue
Block a user