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
This commit is contained in:
parent
c3c004771c
commit
ab99e4b8d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489184
1 changed files with 5 additions and 15 deletions
|
@ -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" \
|
||||
|
@ -37,16 +37,6 @@ DESKTOP_ENTRIES="Last.fm Scrobbler" \
|
|||
"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}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/lastfm-desktop.sh ${STAGEDIR}${PREFIX}/bin/lastfm-desktop
|
||||
|
|
Loading…
Reference in a new issue