From 30ae669f73d2915b9813d18c9077ccaf1e642e02 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 15 Dec 2006 01:53:30 +0000 Subject: o Update to bug fix release 0.4.1: - The build system now supports newer versions of the autotools and can find them in weird places on FreeBSD and OS X systems. We also support x86 accelerations on the AMD64 CPU, including on FreeBSD. The AltiVec features are now better detected. - Peter Gubanov found a bug in the 4:4:4 chroma handling, Nicolas Joly found a memory leak in the Xshm code on remote displays and Roberto Huelga found alignment issues in the sample3 and sample5 examples. Gildas Bazin contributed a patch for more tolerance for invalid sequence display extensions. PR: 106144 Submitted by: KATO Tsuguru --- multimedia/libmpeg2/Makefile | 11 ++++------- multimedia/libmpeg2/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 6b749eb19c87..986d655023c8 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libmpeg2 -PORTVERSION= 0.4.0b -PORTREVISION= 3 +PORTVERSION= 0.4.1 CATEGORIES= multimedia MASTER_SITES= http://libmpeg2.sourceforge.net/files/ DISTNAME= mpeg2dec-${PORTVERSION} @@ -15,16 +14,14 @@ DISTNAME= mpeg2dec-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams -USE_GNOME= lthack USE_XLIB= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_GNOME= gnometarget +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared \ --with-x -WRKSRC= ${WRKDIR}/mpeg2dec-0.4.0 - MAN1= extract_mpeg2.1 mpeg2dec.1 PORTDOCS= libmpeg2.txt diff --git a/multimedia/libmpeg2/distinfo b/multimedia/libmpeg2/distinfo index 2facaf54c8ee..247e2f892754 100644 --- a/multimedia/libmpeg2/distinfo +++ b/multimedia/libmpeg2/distinfo @@ -1,3 +1,3 @@ -MD5 (mpeg2dec-0.4.0b.tar.gz) = 52d10ea80595ec83d8557ba7ac6dc8e6 -SHA256 (mpeg2dec-0.4.0b.tar.gz) = 9416376952812e5b479745d67a2bf874fbcad10137517314ce7de37abb756df8 -SIZE (mpeg2dec-0.4.0b.tar.gz) = 473846 +MD5 (mpeg2dec-0.4.1.tar.gz) = 7631b0a4bcfdd0d78c0bb0083080b0dc +SHA256 (mpeg2dec-0.4.1.tar.gz) = c74a76068f8ec36d4bb59a03bf1157be44118ca02252180e8b358b0b5e3edeee +SIZE (mpeg2dec-0.4.1.tar.gz) = 494539 -- cgit v1.2.3