summaryrefslogtreecommitdiff
path: root/graphics/mplayer-share/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-29 16:18:49 +0000
committerwiz <wiz>2002-09-29 16:18:49 +0000
commited2527df587a2d11fd8a2b630db055fd2e98407b (patch)
tree29b1b0d15da1502cee3a325cb4d20c7ab9c2ad77 /graphics/mplayer-share/patches
parentcd5d2a3becfac5adfe3fd98759f0bcbf358383d5 (diff)
downloadpkgsrc-ed2527df587a2d11fd8a2b630db055fd2e98407b.tar.gz
Update to 0.90pre8. Changes:
pre8: A fix for the http:// infinite memory leak bug, some WMS9 mms:// fixes, various SPARC, HP/UX, and NetBSD/OpenBSD portability fixes, demuxer fixes for >2GB nuppelvideo files, an mencoder -ss fix for 3-pass encoding, another fix for the gui.conf locale bug, an X11 fullscreen switching fix, and a MOV files edit-list handling fix were made. The manpage has been re-formatted, small DOCS updates were made, and the ChangeLog files came back. Code cleanup was continued (more obsolete files were removed or merged), and the Win32 DLL loader has been synced with AviFile CVS. pre7: Obsolete code (such as libvo2 and old input methods) was removed. libmpcodecs was cleaned up. The behavior the of -afm/-vfm options has changed. Various demuxer and codec fixes were mad for realvideo support. The 'sipr' audio codec was added. New 2-pass bitrate control was implemented, and various rv10 and MPEG4 en/decoding fixes were made in libavcodec. New video filters include soft-eq, halfpack, and film noise. Networking fixes were made. Live.com support was improved. The v4l capturing code was nearly rewritten. A new audio input layer is used. Libmpdvdkit was upgraded to use libdvdcss 1.2.2. Better ac3 passthrough was implemented with ALSA 9. Various GUI fixes were made. Subtitle selection and drag & drop support was added.
Diffstat (limited to 'graphics/mplayer-share/patches')
-rw-r--r--graphics/mplayer-share/patches/patch-aa8
-rw-r--r--graphics/mplayer-share/patches/patch-ab16
-rw-r--r--graphics/mplayer-share/patches/patch-ac6
3 files changed, 7 insertions, 23 deletions
diff --git a/graphics/mplayer-share/patches/patch-aa b/graphics/mplayer-share/patches/patch-aa
index 7cec60946e9..308ec925f6f 100644
--- a/graphics/mplayer-share/patches/patch-aa
+++ b/graphics/mplayer-share/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/05/25 07:51:22 veego Exp $
+$NetBSD: patch-aa,v 1.2 2002/09/29 16:18:50 wiz Exp $
---- configure.orig Mon May 13 22:52:10 2002
-+++ configure Tue May 14 18:57:42 2002
-@@ -269,8 +269,8 @@
+--- configure.orig Tue Sep 17 21:47:55 2002
++++ configure
+@@ -294,8 +294,8 @@ for ac_option do
_inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
--with-extralibdir=*)
diff --git a/graphics/mplayer-share/patches/patch-ab b/graphics/mplayer-share/patches/patch-ab
deleted file mode 100644
index 6ef668aeca1..00000000000
--- a/graphics/mplayer-share/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2002/08/07 13:06:45 veego Exp $
-
---- mplayer.c.orig Mon Aug 5 20:37:14 2002
-+++ mplayer.c Wed Aug 7 15:00:51 2002
-@@ -2390,9 +2390,9 @@
- }
- #endif
- } break;
-- case MP_CMD_MUTE: {
-+ case MP_CMD_MUTE:
- mixer_mute();
-- }
-+ break;
- case MP_CMD_LOADFILE : {
- play_tree_t* e = play_tree_new();
- play_tree_add_file(e,cmd->args[0].v.s);
diff --git a/graphics/mplayer-share/patches/patch-ac b/graphics/mplayer-share/patches/patch-ac
index 606db3044a9..79964255a22 100644
--- a/graphics/mplayer-share/patches/patch-ac
+++ b/graphics/mplayer-share/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2002/09/27 00:31:01 dillo Exp $
+$NetBSD: patch-ac,v 1.2 2002/09/29 16:18:51 wiz Exp $
---- libmpcodecs/ad_faad.c.orig Sun Aug 4 17:33:41 2002
+--- libmpcodecs/ad_faad.c.orig Sat Aug 31 15:09:23 2002
+++ libmpcodecs/ad_faad.c
-@@ -46,7 +46,8 @@ static int preinit(sh_audio_t *sh)
+@@ -45,7 +45,8 @@ static int preinit(sh_audio_t *sh)
static int init(sh_audio_t *sh)
{