mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to version 0.9.1
PR: ports/63333 Submitted by: michael johnson <ahze@ahze.net>
This commit is contained in:
parent
8208ef1d0e
commit
f04c50144e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102040
3 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libfame
|
PORTNAME= libfame
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.1
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= fame
|
MASTER_SITE_SUBDIR= fame
|
||||||
|
@ -18,6 +18,8 @@ COMMENT= A video encoding library
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
MAN3= fame_close.3 fame_encode_frame.3 fame_get_object.3 fame_init.3 \
|
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_encode_slice.3 \
|
fame_open.3 fame_register.3 fame_unregister.3 fame_encode_slice.3 \
|
||||||
fame_start_frame.3 fame_end_frame.3
|
fame_start_frame.3 fame_end_frame.3
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (libfame-0.9.0.tar.gz) = 256d93f51820e5ec5e1ba97a67ef4d20
|
MD5 (libfame-0.9.1.tar.gz) = 880085761e17a3b4fc41f4f6f198fd3b
|
||||||
SIZE (libfame-0.9.0.tar.gz) = 236651
|
SIZE (libfame-0.9.1.tar.gz) = 296837
|
||||||
|
|
|
@ -27,5 +27,5 @@ include/fame_syntax_mpeg4.h
|
||||||
include/fame_version.h
|
include/fame_version.h
|
||||||
lib/libfame.a
|
lib/libfame.a
|
||||||
lib/libfame.so
|
lib/libfame.so
|
||||||
lib/libfame-0.9.so.0
|
lib/libfame-0.9.so.1
|
||||||
share/aclocal/libfame.m4
|
share/aclocal/libfame.m4
|
||||||
|
|
Loading…
Add table
Reference in a new issue