upgrade to 0.8.10
PR: 38472 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
This commit is contained in:
parent
eba53fe206
commit
a59dea34ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59852
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libfame-0.8.9.tar.gz) = 58703db1b46a7e4fb3c35be69ed7c458
|
||||
MD5 (libfame-0.8.10.tar.gz) = d0c1d8e78e9e77c9d270f516cd94add2
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libfame-0.8.9.tar.gz) = 58703db1b46a7e4fb3c35be69ed7c458
|
||||
MD5 (libfame-0.8.10.tar.gz) = d0c1d8e78e9e77c9d270f516cd94add2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user