From 06b265dbe5f80771633cc09d1bd0213307baa723 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 4 Aug 2001 13:01:02 +0000 Subject: The VideoLAN Client. A program capable of playing encrypted DVDs. --- multimedia/vlc/Makefile | 20 ++++++++++++++++++++ multimedia/vlc/distinfo | 1 + multimedia/vlc/pkg-comment | 1 + multimedia/vlc/pkg-descr | 17 +++++++++++++++++ multimedia/vlc/pkg-plist | 23 +++++++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 multimedia/vlc/Makefile create mode 100644 multimedia/vlc/distinfo create mode 100644 multimedia/vlc/pkg-comment create mode 100644 multimedia/vlc/pkg-descr create mode 100644 multimedia/vlc/pkg-plist (limited to 'multimedia/vlc') diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile new file mode 100644 index 000000000000..c35481048995 --- /dev/null +++ b/multimedia/vlc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: vlc +# Date created: 3rd August 2001 +# Whom: Brian Somers +# +# $FreeBSD$ +# + +PORTNAME= vlc +PORTVERSION= 0.2.81 +CATEGORIES= graphics +MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/0.2.81/ + +MAINTAINER= brian@Awfulhak.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_BZIP2= yes + +.include diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo new file mode 100644 index 000000000000..998d4bfc13ab --- /dev/null +++ b/multimedia/vlc/distinfo @@ -0,0 +1 @@ +MD5 (vlc-0.2.81.tar.bz2) = 67486ba0112613c2e8abd4e1082657a2 diff --git a/multimedia/vlc/pkg-comment b/multimedia/vlc/pkg-comment new file mode 100644 index 000000000000..c0426ee24399 --- /dev/null +++ b/multimedia/vlc/pkg-comment @@ -0,0 +1 @@ +An X11 MPEG2 client/server solution diff --git a/multimedia/vlc/pkg-descr b/multimedia/vlc/pkg-descr new file mode 100644 index 000000000000..549301fcec7c --- /dev/null +++ b/multimedia/vlc/pkg-descr @@ -0,0 +1,17 @@ +vlc -- the VideoLAN Client + +The vlc is distributed with a GPL license. See the file COPYING in the +base directory. + +The vlc is part of the VideoLAN project, a full MPEG2 client/server +solution. The VideoLAN Client can also be used as a standalone program +to play MPEG2 streams from a hard disk or a DVD. + +vlc@videolan.org is a mailing list for support and discussion + +The VideoLAN web site at http://www.videolan.org/ is a good start for +information about MPEG and DVD playing. Have a look at the documentation +section (http://www.videolan.org/doc.html), as well as the bookmarks. + +vlc is in it's early days. It may be necessary to run it with with +``-V x11'' to make it work. diff --git a/multimedia/vlc/pkg-plist b/multimedia/vlc/pkg-plist new file mode 100644 index 000000000000..902f8e2d0ed6 --- /dev/null +++ b/multimedia/vlc/pkg-plist @@ -0,0 +1,23 @@ +bin/vlc +include/videolan/dvdcss.h +lib/libdvdcss.a +lib/libdvdcss.so.0.0.1 +lib/videolan/vlc/dsp.so +lib/videolan/vlc/x11.so +lib/videolan/vlc/xvideo.so +share/videolan/default8x16.psf +share/videolan/default8x9.psf +share/videolan/gnome-vlc.png +share/videolan/gvlc.png +share/videolan/kvlc.png +share/videolan/qvlc.png +share/videolan/vlc.png +share/videolan/gnome-vlc.xpm +share/videolan/gvlc.xpm +share/videolan/kvlc.xpm +share/videolan/qvlc.xpm +share/videolan/vlc.xpm +@dirrm lib/videolan/vlc +@dirrm lib/videolan +@dirrm include/videolan +@dirrm share/videolan -- cgit v1.2.3