diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-08 14:31:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-08 14:31:36 +0000 |
commit | c6132d1eeec6ebeaa56084cd76c9c0f4ddbd852f (patch) | |
tree | 2308cdc8284af6d1ee5558180fe48d2379ffb8cb /graphics/xtheater | |
parent | a81d431346c57e415fad15422e5c93cc78b34067 (diff) | |
download | FreeBSD-ports-c6132d1eeec6ebeaa56084cd76c9c0f4ddbd852f.zip FreeBSD-ports-c6132d1eeec6ebeaa56084cd76c9c0f4ddbd852f.tar.gz |
add xtheater 1.0.0p1
MPEG-1 player in GTK+ capable of playing MPEG-1 format streams
Diffstat (limited to 'graphics/xtheater')
-rw-r--r-- | graphics/xtheater/Makefile | 33 | ||||
-rw-r--r-- | graphics/xtheater/distinfo | 1 | ||||
-rw-r--r-- | graphics/xtheater/files/patch-smpeg::Makefile.in | 11 | ||||
-rw-r--r-- | graphics/xtheater/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xtheater/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/xtheater/pkg-plist | 13 |
6 files changed, 65 insertions, 0 deletions
diff --git a/graphics/xtheater/Makefile b/graphics/xtheater/Makefile new file mode 100644 index 0000000..4e66a2e --- /dev/null +++ b/graphics/xtheater/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: xtheater +# Date created: Jun 7, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xtheater +PORTVERSION= 1.0.0p1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= Xtheater-${PORTVERSION:S/p/-pre/} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ + smpeg:${PORTSDIR}/graphics/smpeg \ + aviplay:${PORTSDIR}/graphics/avifile + +USE_BZIP2= yes +USE_XLIB= yes +USE_GTK= yes +USE_MESA= yes +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ + CPPFLAGS="${CXXFLAGS} -I${LOCALBASE} ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE} ${PTHREAD_LIBS}" +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/graphics/xtheater/distinfo b/graphics/xtheater/distinfo new file mode 100644 index 0000000..4756592 --- /dev/null +++ b/graphics/xtheater/distinfo @@ -0,0 +1 @@ +MD5 (Xtheater-1.0.0-pre1.tar.bz2) = b44c7eb4d33d9672296cf8ce3fa1275a diff --git a/graphics/xtheater/files/patch-smpeg::Makefile.in b/graphics/xtheater/files/patch-smpeg::Makefile.in new file mode 100644 index 0000000..18c27a2 --- /dev/null +++ b/graphics/xtheater/files/patch-smpeg::Makefile.in @@ -0,0 +1,11 @@ +--- plugins/player/smpeg/Makefile.in.orig Sat Jun 8 02:47:41 2002 ++++ plugins/player/smpeg/Makefile.in Sat Jun 8 02:47:57 2002 +@@ -94,7 +94,7 @@ + @USE_GL_TRUE@GL_LIBS = -lGL -lGLU + @USE_GL_FALSE@GL_LIBS = + LIBS = $(SMPEG_LIBS) $(GL_LIBS) +-INCLUDES = -I.. $(SMPEG_CFLAGS) $(GLIB_CFLAGS) ++INCLUDES = -I.. $(SMPEG_CFLAGS) $(GLIB_CFLAGS) -I${X11BASE}/include + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = diff --git a/graphics/xtheater/pkg-comment b/graphics/xtheater/pkg-comment new file mode 100644 index 0000000..37c9b0d --- /dev/null +++ b/graphics/xtheater/pkg-comment @@ -0,0 +1 @@ +MPEG-1 player in GTK+ capable of playing MPEG-1 format streams diff --git a/graphics/xtheater/pkg-descr b/graphics/xtheater/pkg-descr new file mode 100644 index 0000000..dcdd995 --- /dev/null +++ b/graphics/xtheater/pkg-descr @@ -0,0 +1,6 @@ +Xtheater is a Media Player for linux capable of playing MPEG video and audio +files, network streams, and VCDs, as well as AVI and ASF files. It tries to +keep things simple and straightforward to provide the simplest, most stable +behavior as possilbe, while at the same time offering a nice featureset. + +WWW: http://xtheater.sourceforge.net/ diff --git a/graphics/xtheater/pkg-plist b/graphics/xtheater/pkg-plist new file mode 100644 index 0000000..537163b --- /dev/null +++ b/graphics/xtheater/pkg-plist @@ -0,0 +1,13 @@ +bin/xtheater +Xtheater/player/libsmpeg-1.0.0-pre1.so +Xtheater/player/libsmpeg.a +Xtheater/player/libsmpeg.la +Xtheater/player/libsmpeg.so +Xtheater/ui/libgtkui-1.0.0-pre1.so +Xtheater/ui/libgtkui.a +Xtheater/ui/libgtkui.la +Xtheater/ui/libgtkui.so +Xtheater/config +@dirrm Xtheater/player +@dirrm Xtheater/ui +@dirrm Xtheater |