diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-05-17 12:33:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-05-17 12:33:04 +0000 |
commit | 2d43904d9d205963b2bd830d69f7dc71ea833c46 (patch) | |
tree | ff4cb8dce89582ffec7b9eea4f40e5ce5f66a59e /devel/smpeg | |
parent | 138260e643d8ec28c74bc91437312489d226cea8 (diff) | |
download | pkgsrc-2d43904d9d205963b2bd830d69f7dc71ea833c46.tar.gz |
Update smpeg to 0.4.3. Changes:
0.4.3:
* Updated for Simple DirectMedia Layer version 1.2.0
* Fixed crash in gtv when doubling the video on Windows
* Fixed audio stream detection in non-standard MPEG streams
* Fixed hang on rewind when stream header contains no timestamp
* SMPEG now uses the SDL_RWops file abstraction internally
* Fixed bug where the audio was not updating the current time
* Added some changes for the popcorn MPEG library
* Added smpeg.m4
* SDL 1.2.0 supports 24 bpp displays, allow that in plaympeg
* Ported to MacOS X - one line fix. I love portable code! :)
It's still unusably slow, but it works! :)
* Fixed a hang playing invalid MPEG files
* Fixed memory leak when used with OpenAL
* Return a non-zero status from plaympeg if playback fails
* Changes to compile correctly on QNX RTP
* Fixed SMPEG_renderFinal() to a different display surface
* Fixed plaympeg fullscreen toggling for multiple videos
* Fixed MPEGSystem::TotalTime() hanging on small files
* Fixed system header decoding (caused misdetection of system streams)
* Added bilinear filter toggling with the 'f' key in plaympeg
* Use the correct SDL configuration script on FreeBSD
0.4.2:
* Check for the GLU library when seeing if we can build the OpenGL example
* Fixed crash when loading files of zero bytes
* Added --enable-threaded-system configure option (defaults off)
* Fixed end of stream detection
* Fixed crashes in gtv when trying to play MP3 files with no video
* Disabled the system thread by default.
You can re-enable it by looking for USE_SYSTEM_THREAD in MPEGsystem.cpp
* Fixed RenderFinal() to a different surface than the original one
* Fixed seeking in MPEG files
* Fixed crash in system data decoding
* Removed movie size limitations from glmovie, works great!
* Fixed hang when audio data was partially corrupt in the first block
* Fixed bug where audio was always mono
* Fixed UDP port binding for raw:// MPEG support
* Fixed spurious empty audio buffer at start of playback
* SMPEG_playAudio() now returns the amount of audio data mixed
* SMPEG_playAudioSDL() wraps SMPEG_playAudio, as a callback hook for SDL.
* Added a configure option --disable-threaded-audio
* Fixed various compiler warnings
* Added abstraction support for hardware acceleration (no card support yet)
* Fixed lseek problem on FreeBSD
Diffstat (limited to 'devel/smpeg')
-rw-r--r-- | devel/smpeg/Makefile | 7 | ||||
-rw-r--r-- | devel/smpeg/distinfo | 6 | ||||
-rw-r--r-- | devel/smpeg/pkg/PLIST | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile index 819d36f102e..74ed52d72ea 100644 --- a/devel/smpeg/Makefile +++ b/devel/smpeg/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 14:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/17 12:33:04 hubertf Exp $ # -DISTNAME= smpeg-0.4.1 +DISTNAME= smpeg-0.4.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.linuxgames.com/loki/open-source/smpeg/ +MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ + ftp://ftp.linuxgames.com/loki/open-source/smpeg/ MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www.lokigames.com/development/smpeg.php3 diff --git a/devel/smpeg/distinfo b/devel/smpeg/distinfo index 1f3cb96d808..6f78f8002aa 100644 --- a/devel/smpeg/distinfo +++ b/devel/smpeg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:47 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/05/17 12:33:04 hubertf Exp $ -SHA1 (smpeg-0.4.1.tar.gz) = f7a82d21c460b4e393535454670f6fdb8f796f10 -Size (smpeg-0.4.1.tar.gz) = 303296 bytes +SHA1 (smpeg-0.4.3.tar.gz) = 30b76738ab3adb78799eadf9620499984ccc3774 +Size (smpeg-0.4.3.tar.gz) = 313624 bytes SHA1 (patch-aa) = 16f6ef7c165e55c1481296fa819cad90329d5af1 diff --git a/devel/smpeg/pkg/PLIST b/devel/smpeg/pkg/PLIST index 4d6466b5146..4851a040b89 100644 --- a/devel/smpeg/pkg/PLIST +++ b/devel/smpeg/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/03/19 11:14:15 skrll Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/05/17 12:33:05 hubertf Exp $ bin/glmovie bin/gtv bin/plaympeg @@ -14,12 +14,13 @@ include/smpeg/MPEGstream.h include/smpeg/MPEGsystem.h include/smpeg/MPEGvideo.h include/smpeg/smpeg.h -lib/libsmpeg.so lib/libsmpeg-0.4.so lib/libsmpeg-0.4.so.1 -lib/libsmpeg-0.4.so.1.0 +lib/libsmpeg-0.4.so.1.2 lib/libsmpeg.a lib/libsmpeg.la +lib/libsmpeg.so man/man1/gtv.1 man/man1/plaympeg.1 +share/aclocal/smpeg.m4 @dirrm include/smpeg |