diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-15 10:01:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-15 10:01:39 +0000 |
commit | 52f5fed45ad21d8f4c23b2418ee47ecfab98bc50 (patch) | |
tree | 775a3972d52120b40f882fafbf5cd12ec9c84525 /devel/smpeg | |
parent | 047886d90349f6d642c6e551081e727f9c031bd2 (diff) | |
download | pkgsrc-52f5fed45ad21d8f4c23b2418ee47ecfab98bc50.tar.gz |
Update smpeg to 0.4.4.
Changes since 0.4.3:
* Fixed some hangs that occurred when seeking in MPEG files
* Reworked the looping code - it should work better now
* Fixed memory leak when sound was disabled
* Widened initial search for audio streams in MPEG files
* plaympeg now shows the name of the MPEG file in the caption
* Added a check for the socklen_t type (thanks Michael Pruett)
* Fixed crash with incorrectly encoded macroblock sequences
* Fixed crash when the MPEG file can't be opened
* Fixed crash in gtv when seeking without a file loaded
Patch provided in PR pkg/19389 by Juan RP, with some minor modifications
by me.
Diffstat (limited to 'devel/smpeg')
-rw-r--r-- | devel/smpeg/Makefile | 4 | ||||
-rw-r--r-- | devel/smpeg/PLIST | 4 | ||||
-rw-r--r-- | devel/smpeg/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile index 66ab2a76835..406b7090268 100644 --- a/devel/smpeg/Makefile +++ b/devel/smpeg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/08/27 18:29:35 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2002/12/15 10:01:39 jmmv Exp $ # -DISTNAME= smpeg-0.4.3 +DISTNAME= smpeg-0.4.4 CATEGORIES= devel MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ ftp://ftp.linuxgames.com/loki/open-source/smpeg/ diff --git a/devel/smpeg/PLIST b/devel/smpeg/PLIST index 0694f6812dc..3263a0498b9 100644 --- a/devel/smpeg/PLIST +++ b/devel/smpeg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:52 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/15 10:01:39 jmmv Exp $ bin/glmovie bin/gtv bin/plaympeg @@ -16,7 +16,7 @@ include/smpeg/MPEGvideo.h include/smpeg/smpeg.h lib/libsmpeg-0.4.so lib/libsmpeg-0.4.so.1 -lib/libsmpeg-0.4.so.1.2 +lib/libsmpeg-0.4.so.1.3 lib/libsmpeg.a lib/libsmpeg.la lib/libsmpeg.so diff --git a/devel/smpeg/distinfo b/devel/smpeg/distinfo index 36e807633e2..9c0fbc54a44 100644 --- a/devel/smpeg/distinfo +++ b/devel/smpeg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/06/28 21:29:29 jlam Exp $ +$NetBSD: distinfo,v 1.5 2002/12/15 10:01:39 jmmv Exp $ -SHA1 (smpeg-0.4.3.tar.gz) = 30b76738ab3adb78799eadf9620499984ccc3774 -Size (smpeg-0.4.3.tar.gz) = 313624 bytes +SHA1 (smpeg-0.4.4.tar.gz) = 6d7f4449472e6270ab435b2224f3fad951c35259 +Size (smpeg-0.4.4.tar.gz) = 315054 bytes |