diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-24 19:13:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-24 19:13:13 +0000 |
commit | 64491432c4332e117122ed549c6469a285239519 (patch) | |
tree | d338b5e9194dd38f0946496250154bf21a1b78b5 /multimedia/libfame | |
parent | 19222c9a51f684d1c63bcee0ffaff50393c4d2a6 (diff) | |
download | ports-64491432c4332e117122ed549c6469a285239519.tar.gz ports-64491432c4332e117122ed549c6469a285239519.zip |
Notes
Diffstat (limited to 'multimedia/libfame')
-rw-r--r-- | multimedia/libfame/Makefile | 23 | ||||
-rw-r--r-- | multimedia/libfame/distinfo | 1 | ||||
-rw-r--r-- | multimedia/libfame/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/libfame/pkg-descr | 15 | ||||
-rw-r--r-- | multimedia/libfame/pkg-plist | 28 |
5 files changed, 68 insertions, 0 deletions
diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile new file mode 100644 index 000000000000..38a6683b7a79 --- /dev/null +++ b/multimedia/libfame/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: libfame +# Date created: Mar 23, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libfame +PORTVERSION= 0.8.9 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= fame + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +MAN3= fame_close.3 fame_encode_frame.3 fame_get_object.3 fame_init.3 \ + fame_open.3 fame_register.3 fame_unregister.3 + +.include <bsd.port.mk> diff --git a/multimedia/libfame/distinfo b/multimedia/libfame/distinfo new file mode 100644 index 000000000000..4b83cfcaaffe --- /dev/null +++ b/multimedia/libfame/distinfo @@ -0,0 +1 @@ +MD5 (libfame-0.8.9.tar.gz) = 58703db1b46a7e4fb3c35be69ed7c458 diff --git a/multimedia/libfame/pkg-comment b/multimedia/libfame/pkg-comment new file mode 100644 index 000000000000..fca29237d561 --- /dev/null +++ b/multimedia/libfame/pkg-comment @@ -0,0 +1 @@ +A video encoding library diff --git a/multimedia/libfame/pkg-descr b/multimedia/libfame/pkg-descr new file mode 100644 index 000000000000..e6a7be5a0744 --- /dev/null +++ b/multimedia/libfame/pkg-descr @@ -0,0 +1,15 @@ +libfame is a video encoding library. + +It can currently encode MPEG-1 and MPEG-4 rectangular video, as well as +MPEG-4 video with arbitrary shape. + +Objectives + - Compliance : Provide bitstreams compliant to the MPEG-1, MPEG-2 and + MPEG-4 video standards. + - Speed : Provide a fast implementation of the techniques used in MPEG + standards. + - Flexibility : Allow the user to choose between different options for + speed, compression ratio and quality. + - Portability : Support many different platforms and architectures. + +WWW: http://fame.sourceforge.net/ diff --git a/multimedia/libfame/pkg-plist b/multimedia/libfame/pkg-plist new file mode 100644 index 000000000000..ef31d36c238c --- /dev/null +++ b/multimedia/libfame/pkg-plist @@ -0,0 +1,28 @@ +bin/libfame-config +include/fame.h +include/fame_bitbuffer.h +include/fame_decoder.h +include/fame_decoder_mpeg.h +include/fame_encoder.h +include/fame_encoder_mpeg.h +include/fame_motion.h +include/fame_motion_fourstep.h +include/fame_motion_none.h +include/fame_motion_pmvfast.h +include/fame_profile.h +include/fame_profile_mpeg.h +include/fame_profile_mpeg1.h +include/fame_profile_mpeg4_shape.h +include/fame_profile_mpeg4_simple.h +include/fame_rate.h +include/fame_shape.h +include/fame_syntax.h +include/fame_syntax_mpeg1.h +include/fame_syntax_mpeg4.h +include/fame_version.h +lib/libfame-0.8.so +lib/libfame-0.8.so.8 +lib/libfame.a +lib/libfame.la +lib/libfame.so +share/aclocal/libfame.m4 |