svn commit: r311884 - head/audio/clementine-player
Pawel Pekala
pawel at FreeBSD.org
Thu Feb 7 19:48:46 UTC 2013
Author: pawel
Date: Thu Feb 7 19:48:45 2013
New Revision: 311884
URL: http://svnweb.freebsd.org/changeset/ports/311884
Log:
- Add missing deps that package links to on live systems
- Remove leading article from COMMENT
- Replace tab by space in WWW: line
- OPTIONS_DEFAULTS -> OPTIONS_DEFAULT
PR: ports/175934
Submitted by: myself
Approved by: Veniamin Gvozdikov <g.veniamin at googlemail.com> (maintainer)
Modified:
head/audio/clementine-player/Makefile
head/audio/clementine-player/pkg-descr
Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile Thu Feb 7 19:40:36 2013 (r311883)
+++ head/audio/clementine-player/Makefile Thu Feb 7 19:48:45 2013 (r311884)
@@ -3,12 +3,13 @@
PORTNAME= clementine
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -player
MAINTAINER= g.veniamin at googlemail.com
-COMMENT= A cross-platform music player based on Amarok 1.4
+COMMENT= Cross-platform music player based on Amarok 1.4
LICENSE= GPLv3
@@ -17,7 +18,8 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/
notify:${PORTSDIR}/devel/libnotify \
protobuf-lite:${PORTSDIR}/devel/protobuf \
xine:${PORTSDIR}/multimedia/libxine \
- qjson:${PORTSDIR}/devel/qjson
+ qjson:${PORTSDIR}/devel/qjson \
+ fftw3:${PORTSDIR}/math/fftw3
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX}
@@ -26,7 +28,7 @@ USE_CMAKE= yes
USE_ICONV= yes
USE_GL= glew
USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \
- linguist_build network sql opengl qtestlib corelib
+ linguist_build network sql opengl qtestlib corelib webkit
USE_GCC= 4.2+
INSTALLS_ICONS= yes
USE_GSTREAMER= gio ogg mp3 flac soup vorbis
@@ -51,7 +53,7 @@ SPOTIFY_DESC= Spotify support: core cod
VISUALISATION_DESC= Visualisations from projectM
WIIMOTEDEV_DESC= Wiimote support
-OPTIONS_DEFAULTS= AUDIOCD DBUS DEVICEKIT GIO GOOGLE_DRIVE LASTFM MTP SPOTIFY \
+OPTIONS_DEFAULT= AUDIOCD DBUS DEVICEKIT GIO GOOGLE_DRIVE LASTFM MTP SPOTIFY \
VISUALISATION WIIMOTEDEV
.include <bsd.port.options.mk>
Modified: head/audio/clementine-player/pkg-descr
==============================================================================
--- head/audio/clementine-player/pkg-descr Thu Feb 7 19:40:36 2013 (r311883)
+++ head/audio/clementine-player/pkg-descr Thu Feb 7 19:48:45 2013 (r311884)
@@ -7,4 +7,4 @@ Features:
- Edit tags on MP3 and OGG files, organise your music
- Download missing album cover art from Last.fm
-WWW: http://www.clementine-player.org
+WWW: http://www.clementine-player.org
More information about the svn-ports-head
mailing list