Date: Thu, 3 Jan 2019 15:07:22 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489184 - head/audio/lastfm-desktop Message-ID: <201901031507.x03F7Mhj001170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Thu Jan 3 15:07:21 2019 New Revision: 489184 URL: https://svnweb.freebsd.org/changeset/ports/489184 Log: Retire VLC OPTION; subsequently remove OPTIONs for this port Details: - Since the removal of vlc-qt4, gstreamer is the only backend choice. The only OPTION available was choosing between vlc and gstreamer, hence the port no longer supports OPTIONs. - While on it: Pet portlint Reported by: makc Modified: head/audio/lastfm-desktop/Makefile Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Thu Jan 3 15:05:51 2019 (r489183) +++ head/audio/lastfm-desktop/Makefile Thu Jan 3 15:07:21 2019 (r489184) @@ -3,7 +3,7 @@ PORTNAME= lastfm-desktop PORTVERSION= 2.1.36 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -12,7 +12,6 @@ COMMENT= Official Last.fm desktop application suite LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Requires vlc-qt4 which was deprecated on 2018-12-31 DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 @@ -22,12 +21,13 @@ LIB_DEPENDS= liblastfm.so:audio/liblastfm \ libimobiledevice.so:comms/libimobiledevice \ libplist.so:devel/libplist +USES= gettext pkgconfig qmake gmake qt:4 +USE_QT= corelib dbus gui linguist_build moc_build network phonon \ + phonon-gst_run rcc_build sql uic_build webkit xml + USE_GITHUB= yes GH_ACCOUNT= lastfm -USES= gettext pkgconfig qmake gmake qt:4 -USE_QT= corelib dbus gui linguist_build moc_build network phonon \ - rcc_build sql uic_build webkit xml SUB_FILES= lastfm-desktop.sh DESKTOP_ENTRIES="Last.fm Scrobbler" \ @@ -36,16 +36,6 @@ DESKTOP_ENTRIES="Last.fm Scrobbler" \ "lastfm-desktop" \ "AudioVideo;Audio;Qt;" \ true - -OPTIONS_SINGLE= PHONON -OPTIONS_SINGLE_PHONON= GSTREAMER VLC -OPTIONS_DEFAULT= VLC -GSTREAMER_DESC= Multimedia via Phonon-GStreamer -GSTREAMER_USES= qt:4 -GSTREAMER_USE= QT=phonon-gst_run -VLC_DESC= Multimedia via Phonon-VLC -#multimedia/phonon-vlc@qt4 flavor was removed due to depreciation of vlc-qt4 -#VLC_RUN_DEPENDS= phonon-vlc-qt4>=0.6.1:multimedia/phonon-vlc@qt4 do-install: @${MKDIR} ${STAGEDIR}${DATADIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031507.x03F7Mhj001170>