From 566b5a4b7f213fa1cf7a6c2bc77108d45f227211 Mon Sep 17 00:00:00 2001 From: vg Date: Sun, 25 Aug 2013 09:07:50 +0000 Subject: - Removed support IMOBILEDEVICE because developers does not support it details: http://code.google.com/p/clementine-player/source/detail?r=3d434f1c8818 PR: ports/178687 Submitted by: Justin Approved by: eadler (mentor) --- audio/clementine-player/Makefile | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'audio') diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 46294b872f07..4ed9c8484252 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player @@ -35,10 +35,11 @@ USE_GSTREAMER= gio ogg mp3 flac soup vorbis MAKE_JOBS_UNSAFE= yes CONFLICTS_BUILD= qt-3.* -CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" +CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" \ + -DENABLE_IMOBILEDEVICE=OFF OPTIONS_DEFINE= AUDIOCD BREAKPAD DEVICEKIT GIO GOOGLE_DRIVE GPOD \ - IMOBILEDEVICE LASTFM MTP SPOTIFY VISUALISATION WIIMOTEDEV + LASTFM MTP SPOTIFY VISUALISATION WIIMOTEDEV AUDIOCD_DESC= Devices: Audio CD support BREAKPAD_DESC= Crash reporting @@ -46,7 +47,6 @@ DEVICEKIT_DESC= Devices: DeviceKit backend GIO_DESC= Devices: GIO device backend GOOGLE_DRIVE_DESC= Google Drive support GPOD_DESC= iPod support -IMOBILEDEVICE_DESC= Devices: iPod Touch, iPhone, iPad support LASTFM_DESC= Support Last.fm service (requires ruby) MTP_DESC= MTP device support SPOTIFY_DESC= Support for Spotify service @@ -98,15 +98,6 @@ LIB_DEPENDS+= gpod:${PORTSDIR}/audio/libgpod CMAKE_ARGS+= -DENABLE_LIBGPOD=OFF .endif -.if ${PORT_OPTIONS:MIMOBILEDEVICE} -CMAKE_ARGS+= -DENABLE_IMOBILEDEVICE=ON -LIB_DEPENDS+= imobiledevice:${PORTSDIR}/comms/libimobiledevice \ - plist:${PORTSDIR}/devel/libplist \ - usbmuxd:${PORTSDIR}/comms/usbmuxd -.else -CMAKE_ARGS+= -DENABLE_IMOBILEDEVICE=OFF -.endif - .if ${PORT_OPTIONS:MLASTFM} CMAKE_ARGS+= -DENABLE_LIBLASTFM=ON LIB_DEPENDS+= lastfm:${PORTSDIR}/audio/liblastfm -- cgit