diff options
author | nivit <nivit@FreeBSD.org> | 2010-09-16 00:16:58 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2010-09-16 00:16:58 +0800 |
commit | 077a2819e1078b1dcdf01aa706f0e7cc571e95c0 (patch) | |
tree | 7c37eaaa0ae38be65bf39aa91cb98fcedee2aca3 | |
parent | 6bf795583154a216676d5420e15255312ba9132e (diff) | |
download | freebsd-ports-gnome-077a2819e1078b1dcdf01aa706f0e7cc571e95c0.tar.gz freebsd-ports-gnome-077a2819e1078b1dcdf01aa706f0e7cc571e95c0.tar.zst freebsd-ports-gnome-077a2819e1078b1dcdf01aa706f0e7cc571e95c0.zip |
- Update to 2.1.18
- Add options WITH_AMAROK and WITH_TOTEM
-rw-r--r-- | multimedia/tunapie/Makefile | 14 | ||||
-rw-r--r-- | multimedia/tunapie/distinfo | 6 |
2 files changed, 13 insertions, 7 deletions
diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index 61fa149d7eb1..d87c84bea2c7 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -6,8 +6,8 @@ # PORTNAME= tunapie -PORTVERSION= 2.1.17 -PORTREVISION= 5 +PORTVERSION= 2.1.18 +PORTREVISION= 0 CATEGORIES= multimedia audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.1 DISTNAME= ${PORTNAME}-${PORTVERSION:S,.r,rc,} @@ -24,6 +24,8 @@ USE_WX= 2.6+ WX_COMPS= python:run OPTIONS= ADULT "non-censored TV listings" off \ + AMAROK "use amarok instead of mplayer" off \ + TOTEM "use totem instead of mplayer" off \ VLC "use vlc instead of mplayer" off \ XINE "use xine instead of mplayer" off \ AUDACIOUS "use audacious instead of xmms" off \ @@ -61,7 +63,11 @@ ADULT_TVLIST= --adult .endif # default VIDEOPLAYER -.if defined(WITH_XINE) +.if defined(WITH_AMAROK) +RUN_DEPENDS+= amarok:${PORTSDIR}/audio/amarok +.elif defined(WITH_TOTEM) +RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem +.elif defined(WITH_XINE) RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine .elif defined(WITH_VLC) RUN_DEPENDS+= vlc:${PORTSDIR}/multimedia/vlc @@ -71,7 +77,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer # default AUDIOPLAYER .if defined(WITH_AUDACIOUS) -RUN_DEPENDS+= ${PREFIX}/lib/audacious/Container/pls.so:${PORTSDIR}/multimedia/audacious-plugins +RUN_DEPENDS+= audacious:${PORTSDIR}/multimedia/audacious .elifdef(WITH_BEEP_MEDIA_PLAYER) RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player .else diff --git a/multimedia/tunapie/distinfo b/multimedia/tunapie/distinfo index 252ba1edff83..28c556f8c779 100644 --- a/multimedia/tunapie/distinfo +++ b/multimedia/tunapie/distinfo @@ -1,3 +1,3 @@ -MD5 (tunapie-2.1.17.tar.gz) = f10d744162f56707682e8ac01d55a86a -SHA256 (tunapie-2.1.17.tar.gz) = d3cf0d102df52da37ee50125fbaa8f9709b18d9f8bc13dd9fa3932e4f28828f6 -SIZE (tunapie-2.1.17.tar.gz) = 50165 +MD5 (tunapie-2.1.18.tar.gz) = 391684c1f26be1b12ff356e00f8c61f5 +SHA256 (tunapie-2.1.18.tar.gz) = bb92915b9a53468b21c9b3f25d766d95163ddab790d96f85ce2faaef21c46609 +SIZE (tunapie-2.1.18.tar.gz) = 49496 |