summaryrefslogtreecommitdiff
path: root/devel/smpeg
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Remove buildlink.mk files that aren't used by any other files in pkgsrc.jlam1-50/+0
2002-08-27buildlink1 -> buildlink2jlam1-5/+6
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+22
buildlink2.mk files back into the main trunk.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-2/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-3/+3
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28The only consumer of smpeg wants >=0.4.3, so make that the default.jlam1-2/+2
2001-06-28Use the correct version number in the dependency line.jlam1-2/+2
2001-06-28- Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-4/+54
- Add buildlink.mk file for use by other package Makefiles.
2001-06-28Use LTCONFIG_OVERRIDE instead of patching configure script.jlam3-17/+5
2001-06-26o remove my buildlink.mk hacks until I find out why ${BUILDLINK_DIR} is ↵zuntum1-20/+6
/usr/pkgsrc/[...] but smpeg-config contains /usr/_cvs_/pkgsrc/[...]
2001-06-26o fix smpeg-config script by removing buildlink directory referenceszuntum1-1/+14
(oops)
2001-06-26o converted to use buildlink.mkzuntum1-7/+8
2001-05-17Update smpeg to 0.4.3. Changes:hubertf3-9/+11
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
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-19Fix PLIST problem noted by recent alpha bulk build.skrll1-2/+1
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-12/+13
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-04Fix PLIST to remove libtool -release argument.skrll1-4/+4
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-03needs gtk+ to build gtv; also add smpeg-config to PLISThubertf2-5/+7
2000-10-22Change dependency: SDL-1.1.5 -> SDL>=1.1.5rh1-2/+2
2000-10-15Completed PLISTwulf1-1/+24
2000-10-15Initial import of smpeg, the SDL MPEG player librarywulf7-0/+41