Index: head/multimedia/libfame/Makefile =================================================================== --- head/multimedia/libfame/Makefile (revision 362002) +++ head/multimedia/libfame/Makefile (revision 362003) @@ -1,35 +1,28 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libfame PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Video encoding library -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes -OPTIONS_DEFINE= SSE MMX -OPTIONS_DEFAULT= MMX +OPTIONS_DEFINE= MMX +OPTIONS_DEFAULT=MMX -SSE_DESC= SSE optimized routines (no effect in this release) +MMX_CONFIGURE_ENABLE= mmx -SSE_CONFIGURE_ON= --enable-sse -MMX_CONFIGURE_ON= --enable-mmx - post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure @${REINPLACE_CMD} \ -e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \ ${WRKSRC}/libfame.m4 ${WRKSRC}/libfame.m4.in - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfame-0.9.so.1 .include Index: head/multimedia/libfame/files/patch-mmx_one-gcc34 =================================================================== --- head/multimedia/libfame/files/patch-mmx_one-gcc34 (revision 362002) +++ head/multimedia/libfame/files/patch-mmx_one-gcc34 (nonexistent) @@ -1,22 +0,0 @@ ---- src/half_sse.h.orig Tue Dec 7 10:24:14 2004 -+++ src/half_sse.h Tue Dec 7 10:24:29 2004 -@@ -19,7 +19,7 @@ - */ - /**************************** half-pixel interpolation ***********************/ - --static short const _mmx_one[] = { 1, 1, 1, 1 }; -+const _mmx_one[] = { 1, 1, 1, 1 }; - static unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1}; - - ---- src/half_mmx.h.orig Tue Dec 7 10:23:21 2004 -+++ src/half_mmx.h Tue Dec 7 10:23:32 2004 -@@ -18,7 +18,7 @@ - */ - /**************************** half-pixel interpolation ***********************/ - --static short const _mmx_one[] = { 1, 1, 1, 1 }; -+const _mmx_one[] = { 1, 1, 1, 1 }; - - static void inline mmx_interpolate(unsigned char **ref, - int pitch, Property changes on: head/multimedia/libfame/files/patch-mmx_one-gcc34 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/libfame/pkg-plist =================================================================== --- head/multimedia/libfame/pkg-plist (revision 362002) +++ head/multimedia/libfame/pkg-plist (revision 362003) @@ -1,43 +1,42 @@ 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_malloc.h include/fame_monitor.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_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 include/fame_syntax_mpeg4.h include/fame_version.h +lib/libfame-0.9.so.1 +lib/libfame-0.9.so.1.0.0 lib/libfame.a -lib/libfame.la lib/libfame.so -lib/libfame-0.9.so -lib/libfame-0.9.so.1 man/man3/fame_close.3.gz man/man3/fame_encode_frame.3.gz man/man3/fame_encode_slice.3.gz man/man3/fame_end_frame.3.gz man/man3/fame_get_object.3.gz man/man3/fame_init.3.gz man/man3/fame_open.3.gz man/man3/fame_register.3.gz man/man3/fame_start_frame.3.gz man/man3/fame_unregister.3.gz share/aclocal/libfame.m4