1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add mpeg/utf8 functionality. This will unbreak ja-ruby-ming port.

Submitted by:	IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by:	portmgr (kris)
This commit is contained in:
Jun Kuriyama 2003-11-23 08:14:44 +00:00
parent 764f482eab
commit 5bf0dc9bfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94743
3 changed files with 9 additions and 3 deletions

View File

@ -7,9 +7,10 @@
PORTNAME= ming
PORTVERSION= 0.1.5
PORTREVISION= 1
CATEGORIES= japanese graphics
MASTER_SITES= http://blue.ribbon.to/~harpy/ming/jaming/
DISTFILES= jaming-${PORTVERSION}${EXTRACT_SUFX}
DISTNAME= jaming-${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= LGPL'ed Flash 4/5 movie output library with Japanese languages support

View File

@ -45,15 +45,18 @@ SRCS= blocklist.c \
method.c \
morph.c \
mp3.c \
mpeg.c \
output.c \
outputblock.c \
placeobject.c \
rect.c \
shape.c \
sound.c \
soundstream.c \
sprite.c \
text.c \
textfield.c
textfield.c \
utf8.c
INCSGROUPS= INCS BLKS
INCS= blocklist.h \
blocktypes.h \
@ -81,7 +84,7 @@ BLKS= block.h cxform.h \
swf.h blocktypes.h \
character.h libswf.h \
method.h output.h \
rect.h
rect.h mpeg.h utf8.h
BLKS:= ${BLKS:S;^;${.CURDIR}/blocks/;}
BLKSDIR= ${INCSDIR}/blocks

View File

@ -28,6 +28,7 @@ include/ming/blocks/input.h
include/ming/blocks/libswf.h
include/ming/blocks/matrix.h
include/ming/blocks/method.h
include/ming/blocks/mpeg.h
include/ming/blocks/output.h
include/ming/blocks/outputblock.h
include/ming/blocks/placeobject.h
@ -35,6 +36,7 @@ include/ming/blocks/rect.h
include/ming/blocks/sound.h
include/ming/blocks/sprite.h
include/ming/blocks/swf.h
include/ming/blocks/utf8.h
include/ming/mingpp.h
@dirrm include/ming/blocks
@dirrm include/ming