Date: Sun, 23 Mar 2014 21:34:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348892 - in head/multimedia: lives tunapie Message-ID: <201403232134.s2NLYiuJ009431@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Mar 23 21:34:43 2014 New Revision: 348892 URL: http://svnweb.freebsd.org/changeset/ports/348892 QAT: https://qat.redports.org/buildarchive/r348892/ Log: Remove dependency on expiring and forbidden xmms With hat: portmgr Modified: head/multimedia/lives/Makefile head/multimedia/tunapie/Makefile Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Sun Mar 23 21:31:08 2014 (r348891) +++ head/multimedia/lives/Makefile Sun Mar 23 21:34:43 2014 (r348892) @@ -3,6 +3,7 @@ PORTNAME= lives PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -38,7 +39,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplu ogmmerge:${PORTSDIR}/multimedia/ogmtools \ transcode:${PORTSDIR}/multimedia/transcode \ x264:${PORTSDIR}/multimedia/x264 \ - xmms:${PORTSDIR}/multimedia/xmms \ cdrecord:${PORTSDIR}/sysutils/cdrtools WRKSRC= ${WRKDIR}/${DISTNAME:L} Modified: head/multimedia/tunapie/Makefile ============================================================================== --- head/multimedia/tunapie/Makefile Sun Mar 23 21:31:08 2014 (r348891) +++ head/multimedia/tunapie/Makefile Sun Mar 23 21:34:43 2014 (r348892) @@ -3,7 +3,7 @@ PORTNAME= tunapie PORTVERSION= 2.1.18 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.1 DISTNAME= ${PORTNAME}-${PORTVERSION:S,.r,rc,} @@ -19,13 +19,12 @@ USE_PYTHON= yes USE_WX= 2.6+ WX_COMPS= python:run -OPTIONS_DEFINE= ADULT AMAROK TOTEM VLC XINE AUDACIOUS +OPTIONS_DEFINE= ADULT AMAROK TOTEM VLC XINE ADULT_DESC= non-censored TV listings AMAROK_DESC= use amarok instead of mplayer TOTEM_DESC= use totem instead of mplayer VLC_DESC= use vlc instead of mplayer XINE_DESC= use xine instead of mplayer -AUDACIOUS_DESC= use audacious instead of xmms .if !defined(NO_INSTALL_MANPAGES) MAN1= tunapie.1 @@ -74,10 +73,6 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multim .endif # default AUDIOPLAYER -.if ${PORT_OPTIONS:MAUDACIOUS} RUN_DEPENDS+= audacious:${PORTSDIR}/multimedia/audacious -.else -RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms -.endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403232134.s2NLYiuJ009431>