diff options
author | lioux <lioux@FreeBSD.org> | 2006-12-15 01:53:30 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-12-15 01:53:30 +0000 |
commit | 815160cfa05f21885857d6ef5e99873d0c52b7eb (patch) | |
tree | b4f05c7e137b2816fffa5d84f413dd3f51f4e7b5 /multimedia/libmpeg2 | |
parent | 47191f369a7e0d440b8e2261a8361a1feed2b8fb (diff) | |
download | FreeBSD-ports-815160cfa05f21885857d6ef5e99873d0c52b7eb.zip FreeBSD-ports-815160cfa05f21885857d6ef5e99873d0c52b7eb.tar.gz |
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 <tkato432@yahoo.com>
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 11 | ||||
-rw-r--r-- | multimedia/libmpeg2/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 6b749eb..986d655 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 2facaf5..247e2f8 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 |