diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-11 17:26:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-11 17:26:02 +0000 |
commit | ce3be8b79df48151915d96a36a29d0ed0f1765de (patch) | |
tree | 8c205d8e6b68666d6eaeefcd466e6ef6bb6a797e /multimedia/xine-lib/patches/patch-ao | |
parent | aa53ce07af81627422b3c0b6f4a14f4b642a5cbe (diff) | |
download | pkgsrc-ce3be8b79df48151915d96a36a29d0ed0f1765de.tar.gz |
Update to 1rc3a. Summary of changes since rc0a:
- Fixed some bugs which caused xine to segfault under certain conditions,
and a long-standing issue that would make xine hang with the NPTL
implementation in Linux kernel 2.6.
- Stabilized core engine and much improved subtitles.
- Built-in VCD navigation, XvMC support and better handling of funny filenames.
- A security hole regarding the "#save" MRL option has been closed.
- Added a feature: append "#save:filename" to an MRL to save the stream during
playback.
- Lots of bugfixes.
Diffstat (limited to 'multimedia/xine-lib/patches/patch-ao')
-rw-r--r-- | multimedia/xine-lib/patches/patch-ao | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/xine-lib/patches/patch-ao b/multimedia/xine-lib/patches/patch-ao index 1d56562cb8e..06e77cfd234 100644 --- a/multimedia/xine-lib/patches/patch-ao +++ b/multimedia/xine-lib/patches/patch-ao @@ -1,8 +1,8 @@ -$NetBSD: patch-ao,v 1.1.1.1 2004/01/26 13:03:38 jmmv Exp $ +$NetBSD: patch-ao,v 1.2 2004/03/11 17:26:02 jmmv Exp $ ---- src/libw32dll/wine/Makefile.in.orig 2003-08-02 13:50:27.000000000 +0000 -+++ src/libw32dll/wine/Makefile.in 2003-10-02 12:54:19.000000000 +0000 -@@ -194,6 +194,7 @@ +--- src/libw32dll/wine/Makefile.in.orig 2003-12-28 16:25:04.000000000 +0100 ++++ src/libw32dll/wine/Makefile.in +@@ -219,6 +219,7 @@ VORBIS_CFLAGS = @VORBIS_CFLAGS@ VORBIS_LIBS = @VORBIS_LIBS@ W32DLL_DEP = @W32DLL_DEP@ W32_NO_OPTIMIZE = @W32_NO_OPTIMIZE@ @@ -10,12 +10,12 @@ $NetBSD: patch-ao,v 1.1.1.1 2004/01/26 13:03:38 jmmv Exp $ XINE_ACFLAGS = @XINE_ACFLAGS@ XINE_BIN_AGE = @XINE_BIN_AGE@ XINE_BUILD_CC = @XINE_BUILD_CC@ -@@ -258,7 +259,7 @@ - win32.c +@@ -329,7 +330,7 @@ CONFIG_CLEAN_FILES = + LTLIBRARIES = $(noinst_LTLIBRARIES) - --libwine_la_LIBADD = stubs.lo wrapper.lo -+libwine_la_LIBADD = stubs.lo wrapper.lo ${WINE_LIBS} - - noinst_HEADERS = \ - avifmt.h \ + libwine_la_LDFLAGS = +-libwine_la_LIBADD = ++libwine_la_LIBADD = ${WINE_LIBS} + am_libwine_la_OBJECTS = afl.lo driver.lo elfdll.lo ext.lo ldt_keeper.lo \ + module.lo pe_image.lo pe_resource.lo resource.lo registry.lo \ + vfl.lo win32.lo stubs.lo wrapper.lo |