Commit graph

33 commits

Author SHA1 Message Date
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
ee75b8c8c1 libsmpeg is linked against libintl, so include gettext-lib's buildlink2.mk
to avoid build failures from packages using this package.

Debugged by Quentin Garnier, thanks!
2003-03-26 14:34:34 +00:00
jmmv
52f5fed45a 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.
2002-12-15 10:01:39 +00:00
jlam
a36f1836ae Remove buildlink.mk files that aren't used by any other files in pkgsrc. 2002-08-28 08:05:31 +00:00
jlam
944d6c32d5 buildlink1 -> buildlink2 2002-08-27 18:29:35 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
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-08-17 21:14:00 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
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-20 01:54:31 +00:00
jlam
9943bc93db Allow overriding of *_CONFIG variables in a package Makefile when using
USE_BUILDLINK_ONLY.
2001-07-02 05:33:56 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
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-29 04:54:49 +00:00
jlam
ae41bf5bf0 The only consumer of smpeg wants >=0.4.3, so make that the default. 2001-06-28 22:03:41 +00:00
jlam
9c3863cd89 Use the correct version number in the dependency line. 2001-06-28 21:53:39 +00:00
jlam
61789ad8dd - Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
- Add buildlink.mk file for use by other package Makefiles.
2001-06-28 21:48:15 +00:00
jlam
48e43d8694 Use LTCONFIG_OVERRIDE instead of patching configure script. 2001-06-28 21:29:29 +00:00
zuntum
4f6fb1bb56 o remove my buildlink.mk hacks until I find out why ${BUILDLINK_DIR} is /usr/pkgsrc/[...]
but smpeg-config contains /usr/_cvs_/pkgsrc/[...]
2001-06-26 10:41:59 +00:00
zuntum
16146e0beb o fix smpeg-config script by removing buildlink directory references
(oops)
2001-06-26 10:26:24 +00:00
zuntum
1a5f333e33 o converted to use buildlink.mk 2001-06-26 10:18:56 +00:00
hubertf
2d43904d9d 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
2001-05-17 12:33:04 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
skrll
2fb471eb70 Fix PLIST problem noted by recent alpha bulk build. 2001-03-19 11:14:15 +00:00
skrll
a8d1e7fa28 Re-enable the -release option of libtool. ELF is fully supported with a.out
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-12 11:23:01 +00:00
skrll
955ba0dbb6 Fix PLIST to remove libtool -release argument. 2001-03-04 18:10:15 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
hubertf
05a2f46fa9 needs gtk+ to build gtv; also add smpeg-config to PLIST 2001-01-03 13:59:54 +00:00
rh
9dbcc6460b Change dependency: SDL-1.1.5 -> SDL>=1.1.5 2000-10-22 16:56:08 +00:00
wulf
530f04a774 Completed PLIST 2000-10-15 09:06:57 +00:00
wulf
8c3ba98764 Initial import of smpeg, the SDL MPEG player library 2000-10-15 08:48:33 +00:00