diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libfame/Makefile | 23 | ||||
-rw-r--r-- | graphics/libfame/distinfo | 1 | ||||
-rw-r--r-- | graphics/libfame/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/libfame/pkg-descr | 15 | ||||
-rw-r--r-- | graphics/libfame/pkg-plist | 28 | ||||
-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 |
11 files changed, 137 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 71402e526256..004b660e44bc 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -155,6 +155,7 @@ SUBDIR += libdv SUBDIR += libdvdcss SUBDIR += libdvdread + SUBDIR += libfame SUBDIR += libflash SUBDIR += libfpx SUBDIR += libgdgeda diff --git a/graphics/libfame/Makefile b/graphics/libfame/Makefile new file mode 100644 index 000000000000..38a6683b7a79 --- /dev/null +++ b/graphics/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/graphics/libfame/distinfo b/graphics/libfame/distinfo new file mode 100644 index 000000000000..4b83cfcaaffe --- /dev/null +++ b/graphics/libfame/distinfo @@ -0,0 +1 @@ +MD5 (libfame-0.8.9.tar.gz) = 58703db1b46a7e4fb3c35be69ed7c458 diff --git a/graphics/libfame/pkg-comment b/graphics/libfame/pkg-comment new file mode 100644 index 000000000000..fca29237d561 --- /dev/null +++ b/graphics/libfame/pkg-comment @@ -0,0 +1 @@ +A video encoding library diff --git a/graphics/libfame/pkg-descr b/graphics/libfame/pkg-descr new file mode 100644 index 000000000000..e6a7be5a0744 --- /dev/null +++ b/graphics/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/graphics/libfame/pkg-plist b/graphics/libfame/pkg-plist new file mode 100644 index 000000000000..ef31d36c238c --- /dev/null +++ b/graphics/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 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 |