svn commit: r364979 - head/audio/tomahawk
Tilman Keskinoz
arved at FreeBSD.org
Fri Aug 15 15:08:05 UTC 2014
Author: arved
Date: Fri Aug 15 15:08:04 2014
New Revision: 364979
URL: http://svnweb.freebsd.org/changeset/ports/364979
QAT: https://qat.redports.org/buildarchive/r364979/
Log:
Grab maintainership
Stage
Fix build
Modified:
head/audio/tomahawk/Makefile
head/audio/tomahawk/pkg-plist
Modified: head/audio/tomahawk/Makefile
==============================================================================
--- head/audio/tomahawk/Makefile Fri Aug 15 14:47:48 2014 (r364978)
+++ head/audio/tomahawk/Makefile Fri Aug 15 15:08:04 2014 (r364979)
@@ -6,7 +6,7 @@ PORTVERSION= 0.7.0
PORTREVISION= 2
CATEGORIES= audio
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= arved at 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:${PORT
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
Modified: head/audio/tomahawk/pkg-plist
==============================================================================
--- head/audio/tomahawk/pkg-plist Fri Aug 15 14:47:48 2014 (r364978)
+++ head/audio/tomahawk/pkg-plist Fri Aug 15 15:08:04 2014 (r364979)
@@ -304,7 +304,7 @@ lib/cmake/Tomahawk/TomahawkLibraryDepend
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
More information about the svn-ports-all
mailing list