diff options
-rw-r--r-- | graphics/libfame/Makefile | 6 | ||||
-rw-r--r-- | graphics/libfame/distinfo | 2 | ||||
-rw-r--r-- | graphics/libfame/pkg-plist | 7 | ||||
-rw-r--r-- | multimedia/libfame/Makefile | 6 | ||||
-rw-r--r-- | multimedia/libfame/distinfo | 2 | ||||
-rw-r--r-- | multimedia/libfame/pkg-plist | 7 |
6 files changed, 20 insertions, 10 deletions
diff --git a/graphics/libfame/Makefile b/graphics/libfame/Makefile index 11a4b7722d2..88062545f08 100644 --- a/graphics/libfame/Makefile +++ b/graphics/libfame/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libfame -PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTVERSION= 0.8.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fame @@ -20,6 +19,7 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore 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 + fame_open.3 fame_register.3 fame_unregister.3 fame_encode_slice.3 \ + fame_start_frame.3 fame_end_frame.3 .include <bsd.port.mk> diff --git a/graphics/libfame/distinfo b/graphics/libfame/distinfo index 4b83cfcaaff..f75668165d0 100644 --- a/graphics/libfame/distinfo +++ b/graphics/libfame/distinfo @@ -1 +1 @@ -MD5 (libfame-0.8.9.tar.gz) = 58703db1b46a7e4fb3c35be69ed7c458 +MD5 (libfame-0.8.10.tar.gz) = d0c1d8e78e9e77c9d270f516cd94add2 diff --git a/graphics/libfame/pkg-plist b/graphics/libfame/pkg-plist index 4b6c0aec2cb..f36aa41ff26 100644 --- a/graphics/libfame/pkg-plist +++ b/graphics/libfame/pkg-plist @@ -5,6 +5,8 @@ include/fame_decoder.h include/fame_decoder_mpeg.h include/fame_encoder.h include/fame_encoder_mpeg.h +include/fame_malloc.h +include/fame_monitor.h include/fame_motion.h include/fame_motion_fourstep.h include/fame_motion_none.h @@ -14,7 +16,10 @@ include/fame_profile_mpeg.h include/fame_profile_mpeg1.h include/fame_profile_mpeg4_shape.h include/fame_profile_mpeg4_simple.h +include/fame_profile_stats.h include/fame_rate.h +include/fame_rate_1param.h +include/fame_rate_simple.h include/fame_shape.h include/fame_syntax.h include/fame_syntax_mpeg1.h @@ -22,5 +27,5 @@ include/fame_syntax_mpeg4.h include/fame_version.h lib/libfame.a lib/libfame.so -lib/libfame.so.8 +lib/libfame.so.10 share/aclocal/libfame.m4 diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile index 11a4b7722d2..88062545f08 100644 --- a/multimedia/libfame/Makefile +++ b/multimedia/libfame/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libfame -PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTVERSION= 0.8.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fame @@ -20,6 +19,7 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore 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 + fame_open.3 fame_register.3 fame_unregister.3 fame_encode_slice.3 \ + fame_start_frame.3 fame_end_frame.3 .include <bsd.port.mk> diff --git a/multimedia/libfame/distinfo b/multimedia/libfame/distinfo index 4b83cfcaaff..f75668165d0 100644 --- a/multimedia/libfame/distinfo +++ b/multimedia/libfame/distinfo @@ -1 +1 @@ -MD5 (libfame-0.8.9.tar.gz) = 58703db1b46a7e4fb3c35be69ed7c458 +MD5 (libfame-0.8.10.tar.gz) = d0c1d8e78e9e77c9d270f516cd94add2 diff --git a/multimedia/libfame/pkg-plist b/multimedia/libfame/pkg-plist index 4b6c0aec2cb..f36aa41ff26 100644 --- a/multimedia/libfame/pkg-plist +++ b/multimedia/libfame/pkg-plist @@ -5,6 +5,8 @@ include/fame_decoder.h include/fame_decoder_mpeg.h include/fame_encoder.h include/fame_encoder_mpeg.h +include/fame_malloc.h +include/fame_monitor.h include/fame_motion.h include/fame_motion_fourstep.h include/fame_motion_none.h @@ -14,7 +16,10 @@ include/fame_profile_mpeg.h include/fame_profile_mpeg1.h include/fame_profile_mpeg4_shape.h include/fame_profile_mpeg4_simple.h +include/fame_profile_stats.h include/fame_rate.h +include/fame_rate_1param.h +include/fame_rate_simple.h include/fame_shape.h include/fame_syntax.h include/fame_syntax_mpeg1.h @@ -22,5 +27,5 @@ include/fame_syntax_mpeg4.h include/fame_version.h lib/libfame.a lib/libfame.so -lib/libfame.so.8 +lib/libfame.so.10 share/aclocal/libfame.m4 |