svn commit: r325333 - head/audio/clementine-player
Veniamin Gvozdikov
vg at FreeBSD.org
Sun Aug 25 09:07:51 UTC 2013
Author: vg
Date: Sun Aug 25 09:07:50 2013
New Revision: 325333
URL: http://svnweb.freebsd.org/changeset/ports/325333
Log:
- 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 <freebsd.users at gmail.com>
Approved by: eadler (mentor)
Modified:
head/audio/clementine-player/Makefile
Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile Sun Aug 25 09:05:35 2013 (r325332)
+++ head/audio/clementine-player/Makefile Sun Aug 25 09:07:50 2013 (r325333)
@@ -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 vor
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 back
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/lib
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
More information about the svn-ports-head
mailing list