diff options
author | veego <veego> | 2002-06-08 23:41:55 +0000 |
---|---|---|
committer | veego <veego> | 2002-06-08 23:41:55 +0000 |
commit | b823a1033c93a57074be08a7d143d755dc781a04 (patch) | |
tree | f69dde66f8753ae9f81389f1e2d518889902795f | |
parent | 147bf69f002337d227bf18594952b26022302416 (diff) | |
download | pkgsrc-b823a1033c93a57074be08a7d143d755dc781a04.tar.gz |
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)
-rw-r--r-- | graphics/gmplayer/Makefile | 12 | ||||
-rw-r--r-- | graphics/gmplayer/distinfo | 6 | ||||
-rw-r--r-- | graphics/mencoder/Makefile | 11 | ||||
-rw-r--r-- | graphics/mencoder/distinfo | 6 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 18 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.depends | 15 | ||||
-rw-r--r-- | graphics/mplayer-share/PLIST | 10 | ||||
-rw-r--r-- | graphics/mplayer-share/distinfo | 6 | ||||
-rw-r--r-- | graphics/mplayer/Makefile | 12 | ||||
-rw-r--r-- | graphics/mplayer/distinfo | 6 |
10 files changed, 50 insertions, 52 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile index 6460ec2a3ab..14ffddf4fa8 100644 --- a/graphics/gmplayer/Makefile +++ b/graphics/gmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/05/25 07:56:01 veego Exp $ +# $NetBSD: Makefile,v 1.8 2002/06/08 23:41:55 veego Exp $ .include "../../graphics/mplayer-share/Makefile.common" @@ -40,8 +40,6 @@ SITES_${skin}= ${SKIN_SITES} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${SKINS} -DEPENDS+= mplayer-share>=0.90rc4nb1:../../graphics/mplayer-share - CONFIGURE_ARGS+= --enable-gui CONFIGURE_ARGS+= --disable-mencoder @@ -56,11 +54,7 @@ do-install: @${CHMOD} -R a+r ${PREFIX}/share/mplayer/Skin @${CHMOD} a+rx ${PREFIX}/share/mplayer/Skin/* -.include "../../devel/SDL/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../misc/libdvdread/buildlink.mk" +.include "../../audio/nas/buildlink.mk" .include "../../x11/gtk/buildlink.mk" -.include "../../mk/ossaudio.buildlink.mk" -.include "../../mk/pthread.buildlink.mk" +.include "../../graphics/mplayer-share/Makefile.depends" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gmplayer/distinfo b/graphics/gmplayer/distinfo index cc43933b001..84b786b8b02 100644 --- a/graphics/gmplayer/distinfo +++ b/graphics/gmplayer/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2002/05/25 07:56:01 veego Exp $ +$NetBSD: distinfo,v 1.11 2002/06/08 23:41:55 veego Exp $ -SHA1 (mplayer/MPlayer-0.90pre4.tar.bz2) = 54621d010d5fb28e1ad2f857135543c3bd466d50 -Size (mplayer/MPlayer-0.90pre4.tar.bz2) = 2424843 bytes +SHA1 (mplayer/MPlayer-0.90pre5.tar.bz2) = 1a78063dd055ce99985001072fb2057156f8cd2a +Size (mplayer/MPlayer-0.90pre5.tar.bz2) = 2438747 bytes SHA1 (mplayer/default.tar.bz2) = 72eb4f088e19b20d3b861180525dffde4796a27d Size (mplayer/default.tar.bz2) = 167746 bytes SHA1 (mplayer/MidnightLove.tar.bz2) = 7464060fbffd8ac93402616426620a590fda8d7f diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile index 30798da5387..e9895bd9d1c 100644 --- a/graphics/mencoder/Makefile +++ b/graphics/mencoder/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/25 07:58:01 veego Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/08 23:41:56 veego Exp $ .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mencoder-${MPLAYER_PKG_VERSION} COMMENT= Simple movie encoder for MPlayer-playable movies -DEPENDS+= mplayer-share>=0.90rc4:../../graphics/mplayer-share +CONFIGURE_ARGS+= --disable-nas ALL_TARGET= mencoder @@ -14,10 +14,5 @@ do-install: ${LN} -s ${PREFIX}/man/man1/mplayer.1 ${PREFIX}/man/man1/mencoder.1 .include "../../audio/lame/buildlink.mk" -.include "../../devel/SDL/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../misc/libdvdread/buildlink.mk" -.include "../../mk/ossaudio.buildlink.mk" -.include "../../mk/pthread.buildlink.mk" +.include "../../graphics/mplayer-share/Makefile.depends" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mencoder/distinfo b/graphics/mencoder/distinfo index 84da7427da4..b683ff0635e 100644 --- a/graphics/mencoder/distinfo +++ b/graphics/mencoder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/05/25 07:58:01 veego Exp $ +$NetBSD: distinfo,v 1.2 2002/06/08 23:41:56 veego Exp $ -SHA1 (mplayer/MPlayer-0.90pre4.tar.bz2) = 54621d010d5fb28e1ad2f857135543c3bd466d50 -Size (mplayer/MPlayer-0.90pre4.tar.bz2) = 2424843 bytes +SHA1 (mplayer/MPlayer-0.90pre5.tar.bz2) = 1a78063dd055ce99985001072fb2057156f8cd2a +Size (mplayer/MPlayer-0.90pre5.tar.bz2) = 2438747 bytes SHA1 (patch-aa) = 2c1c6f35caf047f188871ac223d672ce453c26ec diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index 686137d1ae5..b8cb791031d 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,10 +1,13 @@ -# $NetBSD: Makefile.common,v 1.2 2002/06/01 20:31:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/06/08 23:41:56 veego Exp $ -MPLAYER_DIST_VERSION= 0.90pre4 +MPLAYER_DIST_VERSION= 0.90pre5 + +# There is no need to change anything below here. + +# This variable is used in all packages which depend on this package MPLAYER_PKG_VERSION= ${MPLAYER_DIST_VERSION:S/pre/rc/} DISTNAME= MPlayer-${MPLAYER_DIST_VERSION} -PKGREVISION=1 CATEGORIES?= graphics MASTER_SITES= http://www.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ @@ -26,7 +29,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} # no source on the ftp server because of the css source code in it NO_SRC_ON_FTP= ${RESTRICTED} -USE_X11= YES USE_GMAKE= YES HAS_CONFIGURE= YES @@ -37,6 +39,11 @@ CONFIGURE_ARGS+= --with-extraincdir="${BUILDLINK_DIR}/include" CONFIGURE_ARGS+= --with-extralibdir="${LOCALBASE}/lib" #CONFIGURE_ARGS+= --enable-dvdread CONFIGURE_ARGS+= --disable-mpdvdkit +CONFIGURE_ARGS+= --disable-ossaudio + +# Buildlink's ${CFLAGS} setting triggers configure's bozo switch, turning +# off all the processor-specific optimizations. +CONFIGURE_ENV+= CFLAGS="" # The configure script attempts to test-execute compiled programs in /tmp, # but that directory may be mounted as noexec; work this around by setting @@ -48,6 +55,3 @@ CONFIGURE_ENV+= TMPDIR=${WRKDIR} .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --with-win32libdir="${LOCALBASE}/lib/win32" .endif - -.include "../../devel/binutils/buildlink.mk" -.include "../../lang/gcc/Makefile.gcc" diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends new file mode 100644 index 00000000000..e1d51d5fe53 --- /dev/null +++ b/graphics/mplayer-share/Makefile.depends @@ -0,0 +1,15 @@ +# $NetBSD: Makefile.depends,v 1.1 2002/06/08 23:41:56 veego Exp $ + +DEPENDS+= mplayer-share-${MPLAYER_PKG_VERSION}${PKGREVISION:Dnb${PKGREVISION}}:../../graphics/mplayer-share + +.include "../../audio/mad/buildlink.mk" +.include "../../devel/binutils/buildlink.mk" +.include "../../devel/SDL/buildlink.mk" +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/libungif/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../lang/gcc/Makefile.gcc" +.include "../../misc/libdvdread/buildlink.mk" +.include "../../mk/ossaudio.buildlink.mk" +.include "../../mk/pthread.buildlink.mk" +.include "../../mk/x11.buildlink.mk" diff --git a/graphics/mplayer-share/PLIST b/graphics/mplayer-share/PLIST index 9eeef8efa43..42ca303ccff 100644 --- a/graphics/mplayer-share/PLIST +++ b/graphics/mplayer-share/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/25 07:51:22 veego Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/06/08 23:41:56 veego Exp $ man/man1/mplayer.1 share/mplayer/DOCS/DVB share/mplayer/DOCS/DXR3 @@ -18,7 +18,6 @@ share/mplayer/DOCS/German/documentation.html share/mplayer/DOCS/German/encoding.html share/mplayer/DOCS/German/faq.html share/mplayer/DOCS/German/formats.html -share/mplayer/DOCS/German/gcc-2.96-3.0.html share/mplayer/DOCS/German/mencoder.1 share/mplayer/DOCS/German/mplayer.1 share/mplayer/DOCS/German/sound.html @@ -42,7 +41,6 @@ share/mplayer/DOCS/Italian/documentation.html share/mplayer/DOCS/Italian/encoding.html share/mplayer/DOCS/Italian/faq.html share/mplayer/DOCS/Italian/formats.html -share/mplayer/DOCS/Italian/gcc-2.96-3.0.html share/mplayer/DOCS/Italian/skin-it.html share/mplayer/DOCS/Italian/sound.html share/mplayer/DOCS/Italian/users_against_developers.html @@ -63,9 +61,6 @@ share/mplayer/DOCS/Polish/skin-pl.html share/mplayer/DOCS/Polish/sound.html share/mplayer/DOCS/Polish/users_against_developers.html share/mplayer/DOCS/Polish/video.html -share/mplayer/DOCS/SGML/DO_NOT_USE -share/mplayer/DOCS/SGML/c -share/mplayer/DOCS/SGML/docs.sgml share/mplayer/DOCS/bugreports.html share/mplayer/DOCS/cd-dvd.html share/mplayer/DOCS/codecs-in.html @@ -74,7 +69,6 @@ share/mplayer/DOCS/documentation.html share/mplayer/DOCS/encoding.html share/mplayer/DOCS/faq.html share/mplayer/DOCS/formats.html -share/mplayer/DOCS/gcc-2.96-3.0.html share/mplayer/DOCS/mplayer.1 share/mplayer/DOCS/skin-en.html share/mplayer/DOCS/sound.html @@ -87,6 +81,7 @@ share/mplayer/DOCS/tech/dr-methods.txt share/mplayer/DOCS/tech/formats-hun.txt share/mplayer/DOCS/tech/formats.txt share/mplayer/DOCS/tech/hwac3.txt +share/mplayer/DOCS/tech/libavc-rate-control.txt share/mplayer/DOCS/tech/libvo.txt share/mplayer/DOCS/tech/libvo2.txt share/mplayer/DOCS/tech/mpsub.sub @@ -94,6 +89,7 @@ share/mplayer/DOCS/tech/osd.txt share/mplayer/DOCS/tech/patches.txt share/mplayer/DOCS/tech/playtree share/mplayer/DOCS/tech/playtree-hun +share/mplayer/DOCS/tech/porting-status.txt share/mplayer/DOCS/tech/subcp.txt share/mplayer/DOCS/tech/tech-eng.txt share/mplayer/DOCS/tech/vidix.txt diff --git a/graphics/mplayer-share/distinfo b/graphics/mplayer-share/distinfo index 9ec50013b2b..50a663ddede 100644 --- a/graphics/mplayer-share/distinfo +++ b/graphics/mplayer-share/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/05/25 07:51:22 veego Exp $ +$NetBSD: distinfo,v 1.2 2002/06/08 23:41:56 veego Exp $ -SHA1 (mplayer/MPlayer-0.90pre4.tar.bz2) = 54621d010d5fb28e1ad2f857135543c3bd466d50 -Size (mplayer/MPlayer-0.90pre4.tar.bz2) = 2424843 bytes +SHA1 (mplayer/MPlayer-0.90pre5.tar.bz2) = 1a78063dd055ce99985001072fb2057156f8cd2a +Size (mplayer/MPlayer-0.90pre5.tar.bz2) = 2438747 bytes SHA1 (mplayer/mp-arial-iso-8859-1.zip) = 535809c2745d5dfa79d1243cbe225ee030e626ac Size (mplayer/mp-arial-iso-8859-1.zip) = 272659 bytes SHA1 (mplayer/mp-arial-iso-8859-2.zip) = a1ef7ea4f4349cd4451052351f7c300597a1b5d3 diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 69edc7ee43a..33d3d9e45b1 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,21 +1,15 @@ -# $NetBSD: Makefile,v 1.25 2002/05/25 07:56:02 veego Exp $ +# $NetBSD: Makefile,v 1.26 2002/06/08 23:41:56 veego Exp $ .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mplayer-${MPLAYER_PKG_VERSION} COMMENT= Software only MPEG-1/2/4 video decoder -DEPENDS+= mplayer-share>=0.90rc4nb1:../../graphics/mplayer-share - CONFIGURE_ARGS+= --disable-mencoder do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin -.include "../../devel/SDL/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../misc/libdvdread/buildlink.mk" -.include "../../mk/ossaudio.buildlink.mk" -.include "../../mk/pthread.buildlink.mk" +.include "../../audio/nas/buildlink.mk" +.include "../../graphics/mplayer-share/Makefile.depends" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo index 1bde2c70eb1..ccac3f933d3 100644 --- a/graphics/mplayer/distinfo +++ b/graphics/mplayer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2002/05/25 07:56:02 veego Exp $ +$NetBSD: distinfo,v 1.14 2002/06/08 23:41:56 veego Exp $ -SHA1 (mplayer/MPlayer-0.90pre4.tar.bz2) = 54621d010d5fb28e1ad2f857135543c3bd466d50 -Size (mplayer/MPlayer-0.90pre4.tar.bz2) = 2424843 bytes +SHA1 (mplayer/MPlayer-0.90pre5.tar.bz2) = 1a78063dd055ce99985001072fb2057156f8cd2a +Size (mplayer/MPlayer-0.90pre5.tar.bz2) = 2438747 bytes SHA1 (patch-aa) = 2c1c6f35caf047f188871ac223d672ce453c26ec |