From 8120e92d1ea91153b6909a7540ec01389a3dffcf Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 7 Feb 2013 19:48:45 +0000 Subject: [PATCH] - 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 (maintainer) --- audio/clementine-player/Makefile | 10 ++++++---- audio/clementine-player/pkg-descr | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index b377c4c5e223..dc97235f6205 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,12 +3,13 @@ PORTNAME= clementine PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player MAINTAINER= g.veniamin@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/libexecinfo \ 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 code 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 diff --git a/audio/clementine-player/pkg-descr b/audio/clementine-player/pkg-descr index 844204bec4d9..cac13c68fc37 100644 --- a/audio/clementine-player/pkg-descr +++ b/audio/clementine-player/pkg-descr @@ -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