pkgsrc/graphics/mplayer-share/Makefile.depends

29 lines
907 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.depends,v 1.6 2002/09/29 06:37:07 jlam Exp $
Update the mplayer packages to 0.90pre5. NetBSD pkgsrc changes: - Move the depencencies out of Makefile.common so that mplayer-share doesn't depends on unnecessary packages - Add nas support to mplayer and gmplayer (from Frederick Bruckman) - Add mad support (from Frederick Bruckman) - Add libungif support - Use the x11 buildlink file - Disable ossaudio support, because the sun audio support works better - Don't use the Buildlink's ${CFLAGS}, which would turn off all the processor-specific optimizations (from Frederick Bruckman) Changes since 0.90pre4: docs: - lots of DOCS fixes, updates, cleanups - new README containing really quick install guide - tech level docs on libavcodec encoding options - html doc is now IE 6.0.2600 compatible! :))) input/codecs: - subreader (ascii subtitle file parser) fixes - spudec cleanup/fixes, a new (faster, better) scaler, bbox support - mmst:// streaming support - .ogm (Ogg) audio/video stream selection - native msmpeg4v1 (MPG4) codec, error concealement for all mpeg4s - various libavcodec encoding improvements - mpeg1 && -vo x11 crash fixed when height%16!=0 - raw (uncompressed) video fixed (avi & mov) - flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc) - introduced codecs.conf versioning to avoid problems caused by too old conf output: - some more X11 cleanup, icewm fullscreen fixes, -vo gl/gl2 fixed - disabling xscreensaver (optional, disabled by default) - pan&scan support in xv, xmga, xvidix - Xv yv12 stride problems fixed when width%8!=0 - vidix r128/radeon driver synced with mplayerxp, various xvidix fixes - DVB a-v sync fixes, libfame updated to 0.9.0 - native -ao arts driver, ac3 passthrough support for -ao alsa9, -ao nas fixed other: - Gui: VCD and URL support, some bugs fixed - some cleanup of messages (less debug stuff) printed by mplayer - gcc 3.1 support - various portability fixes (cygwin, darwin, 64bit sparc/alpha)
2002-06-09 01:41:55 +02:00
DEPENDS+= mplayer-share-${MPLAYER_PKG_VERSION}${PKGREVISION:Dnb${PKGREVISION}}:../../graphics/mplayer-share
.if (${OPSYS} == "NetBSD")
2002-08-28 09:00:45 +02:00
. include "../../devel/binutils/buildlink2.mk"
.endif
.if ${MACHINE_ARCH} == "i386"
DEPENDS+= win32-codecs>=011227:../../graphics/win32-codecs
2002-08-28 09:00:45 +02:00
. if ${MPLAYER_USE_REALMEDIA} == "YES"
DEPENDS+= realplayer>=8:../../audio/realplayer
2002-08-28 09:00:45 +02:00
. endif
.endif
2002-08-28 09:00:45 +02:00
USE_X11= # defined
.include "../../audio/mad/buildlink2.mk"
.include "../../audio/faad2/buildlink2.mk"
2002-08-28 09:00:45 +02:00
.include "../../devel/SDL/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/libungif/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
2002-08-28 09:00:45 +02:00
.include "../../misc/libdvdread/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"