diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-22 19:23:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-22 19:23:08 +0800 |
commit | 98462d640f9e4738aea1c25cd3c1007212bd402b (patch) | |
tree | b576e4c45d257cf277848d1655b3f071d7bd7485 /multimedia | |
parent | 66814b74170811d3a594448c9919aad7476fd538 (diff) | |
download | freebsd-ports-gnome-98462d640f9e4738aea1c25cd3c1007212bd402b.tar.gz freebsd-ports-gnome-98462d640f9e4738aea1c25cd3c1007212bd402b.tar.zst freebsd-ports-gnome-98462d640f9e4738aea1c25cd3c1007212bd402b.zip |
A plugin for WoozTalk to see and chat with other people watching the same
video or listening the same music with VLC.
WWW: http://www.wooztalk.com
PR: ports/132878
Submitted by: David <tech at wooztalk.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/vlconwooztalk/Makefile | 43 | ||||
-rw-r--r-- | multimedia/vlconwooztalk/distinfo | 3 | ||||
-rw-r--r-- | multimedia/vlconwooztalk/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/vlconwooztalk/pkg-message | 2 | ||||
-rw-r--r-- | multimedia/vlconwooztalk/pkg-plist | 8 |
6 files changed, 65 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 710eae023a80..00f171ef09c7 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -276,6 +276,7 @@ SUBDIR += vcdpad SUBDIR += vcdtools SUBDIR += vlc + SUBDIR += vlconwooztalk SUBDIR += vodcatcher SUBDIR += vstream-client SUBDIR += vtkmpeg2encode diff --git a/multimedia/vlconwooztalk/Makefile b/multimedia/vlconwooztalk/Makefile new file mode 100644 index 000000000000..26a94226a60e --- /dev/null +++ b/multimedia/vlconwooztalk/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: wooztalk +# Date created: 2009-03-20 +# Whom: David <tech@wooztalk.com> +# +# $FreeBSD$ +# + +PORTNAME= vlconwooztalk +PORTVERSION= 0.9.9 +CATEGORIES= multimedia +MASTER_SITES= http://www.wooztalk.com/download/ +DISTNAME= ${PORTNAME}-freebsd + +MAINTAINER= tech@wooztalk.com +COMMENT= Meet your World Wide Web neighbors with VLC + +RUN_DEPENDS= vlc:${PORTSDIR}/multimedia/vlc + +USE_LDCONFIG= yes +USE_BZIP2= yes +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= run only on 7.x +.endif + +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + +do-install: + @${MKDIR} ${PREFIX}/share/wooztalk/plugins/vlc + @${INSTALL_DATA} ${WRKSRC}/libvlc.so ${PREFIX}/share/wooztalk/plugins/vlc + @${INSTALL_DATA} ${WRKSRC}/vlc.png ${PREFIX}/share/wooztalk/plugins/vlc + @${INSTALL_DATA} ${WRKSRC}/vlc_dis.png ${PREFIX}/share/wooztalk/plugins/vlc + @${INSTALL_DATA} ${WRKSRC}/wooztalk.html ${PREFIX}/share/vlc/http/ + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> diff --git a/multimedia/vlconwooztalk/distinfo b/multimedia/vlconwooztalk/distinfo new file mode 100644 index 000000000000..707d710a7f10 --- /dev/null +++ b/multimedia/vlconwooztalk/distinfo @@ -0,0 +1,3 @@ +MD5 (vlconwooztalk-freebsd.tar.bz2) = c369f2aabfc18f84b0bc37f77515745c +SHA256 (vlconwooztalk-freebsd.tar.bz2) = 3140e1a38943c4dabafd0a33664ebdaf23d440f2c55cfe9553216fb8331778f8 +SIZE (vlconwooztalk-freebsd.tar.bz2) = 8324 diff --git a/multimedia/vlconwooztalk/pkg-descr b/multimedia/vlconwooztalk/pkg-descr new file mode 100644 index 000000000000..32036181b1de --- /dev/null +++ b/multimedia/vlconwooztalk/pkg-descr @@ -0,0 +1,8 @@ +WoozTalk is a new innovative and free Internet service that let you see and +chat with anyone else visiting the same website, listening to the same music, +or watching the same video at the same time as you! + +Thanks to this plugin, you can see and chat with people who are currently +watching the same video when you use VLC. + +WWW: http://www.wooztalk.com diff --git a/multimedia/vlconwooztalk/pkg-message b/multimedia/vlconwooztalk/pkg-message new file mode 100644 index 000000000000..c06ec0ad7c8b --- /dev/null +++ b/multimedia/vlconwooztalk/pkg-message @@ -0,0 +1,2 @@ + +Please restart WoozTalk and VLC to enable VLC On WoozTalk diff --git a/multimedia/vlconwooztalk/pkg-plist b/multimedia/vlconwooztalk/pkg-plist new file mode 100644 index 000000000000..18afa97393ff --- /dev/null +++ b/multimedia/vlconwooztalk/pkg-plist @@ -0,0 +1,8 @@ +share/wooztalk/plugins/vlc/vlc_dis.png +share/wooztalk/plugins/vlc/vlc.png +share/wooztalk/plugins/vlc/libvlc.so +share/vlc/http/wooztalk.html +@dirrmtry share/wooztalk/plugins/vlc +@dirrmtry share/wooztalk/plugins +@dirrmtry share/wooztalk +@dirrmtry share/vlc/http |