summaryrefslogtreecommitdiff
path: root/multimedia/xine-ui/patches
diff options
context:
space:
mode:
authormycroft <mycroft>2004-03-28 21:11:35 +0000
committermycroft <mycroft>2004-03-28 21:11:35 +0000
commitaec6fcf7a3e59ca27afb416112a8c59810e51933 (patch)
treec0f31d96511d56215ce946976bc92861f38e2ae3 /multimedia/xine-ui/patches
parent719d0267222e4c8575ccff73cdb2a6d6ad39720e (diff)
downloadpkgsrc-aec6fcf7a3e59ca27afb416112a8c59810e51933.tar.gz
Update to 0.9.23. Nothing earth-shattering.
xine-ui (0.9.23) unstable; urgency=low * xinerama bug fixes (very fullscreen, window position when switching from fullscreen to normal mode), * shiny new help dialog, * some small usability improvements, * fix some memleaks, * main menu reorg, localized, * new deinterlacing, it use post plugins now, * add --bug-report and --list-plugins option to xine-ui, * splash screen per skin is possible, * all meta infos are retrieve at the same time, when playing audio CD, * support new unscaled OSD (note: osd need a complete rework), * new playlist management command in xine-remote, * new "stop after this stream" feature, * grab streams recusively (with enqueuing and file browser), * fix reference mrl handling, * add 'loop' and two new playlist options 'first' and 'last', in session control, * fix shortcut grabber, * sound volume control can be sets with sound card mixer or software amplification, * add help in chain reaction window, * double clicking in output window is a fullscreen toggle now, * subtitle autoload feature added, * new TVout feature, using libnvtvsimple for nVIDIA cards, and atitvout for ATI, * store spu offset in toxine's playlist, * fix skin downloder, * fix support of huge playlists, * contextual menu popup in playlist window, * fix control's window sliders, * ton of fbxine improvments (post plugin, deinterlacing, spu, stream infos...), * bunch of other fix.
Diffstat (limited to 'multimedia/xine-ui/patches')
-rw-r--r--multimedia/xine-ui/patches/patch-aa16
-rw-r--r--multimedia/xine-ui/patches/patch-ad12
-rw-r--r--multimedia/xine-ui/patches/patch-ah23
3 files changed, 37 insertions, 14 deletions
diff --git a/multimedia/xine-ui/patches/patch-aa b/multimedia/xine-ui/patches/patch-aa
index 06a9a7717be..8cdb2635bdc 100644
--- a/multimedia/xine-ui/patches/patch-aa
+++ b/multimedia/xine-ui/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/26 13:04:47 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/28 21:11:35 mycroft Exp $
---- doc/man/Makefile.in.orig 2003-08-07 19:39:57.000000000 +0200
-+++ doc/man/Makefile.in 2003-08-24 12:57:44.000000000 +0200
-@@ -159,7 +159,7 @@
- am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
+--- doc/man/Makefile.in.orig 2003-12-24 14:21:02.000000000 +0000
++++ doc/man/Makefile.in 2004-03-28 21:04:11.000000000 +0000
+@@ -223,7 +223,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
-SUBDIRS = fr es en pl de
+SUBDIRS = en
subdir = doc/man
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
diff --git a/multimedia/xine-ui/patches/patch-ad b/multimedia/xine-ui/patches/patch-ad
index a8d6f4d6aec..d4cfcc4206f 100644
--- a/multimedia/xine-ui/patches/patch-ad
+++ b/multimedia/xine-ui/patches/patch-ad
@@ -1,12 +1,12 @@
-$NetBSD: patch-ad,v 1.1.1.1 2004/01/26 13:04:47 jmmv Exp $
+$NetBSD: patch-ad,v 1.2 2004/03/28 21:11:35 mycroft Exp $
---- src/xitk/panel.c.orig Thu Mar 13 06:28:54 2003
-+++ src/xitk/panel.c
-@@ -1320,14 +1320,14 @@ void panel_init (void) {
+--- src/xitk/panel.c.orig 2003-11-18 16:48:22.000000000 +0000
++++ src/xitk/panel.c 2004-03-28 20:49:10.000000000 +0000
+@@ -1430,14 +1430,14 @@
{
pthread_attr_t pth_attrs;
--#if ! defined (__OpenBSD__)
+-#if !defined (__OpenBSD__)
+#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
struct sched_param pth_params;
#endif
@@ -14,7 +14,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2004/01/26 13:04:47 jmmv Exp $
pthread_attr_init(&pth_attrs);
/* this won't work on linux, freebsd 5.0 */
--#if ! defined (__OpenBSD__)
+-#if !defined (__OpenBSD__)
+#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
pthread_attr_getschedparam(&pth_attrs, &pth_params);
pth_params.sched_priority = sched_get_priority_min(SCHED_OTHER);
diff --git a/multimedia/xine-ui/patches/patch-ah b/multimedia/xine-ui/patches/patch-ah
new file mode 100644
index 00000000000..bec971a4e15
--- /dev/null
+++ b/multimedia/xine-ui/patches/patch-ah
@@ -0,0 +1,23 @@
+$NetBSD: patch-ah,v 1.1 2004/03/28 21:11:35 mycroft Exp $
+
+--- src/common/utils.c.orig 2003-12-18 00:30:11.000000000 +0000
++++ src/common/utils.c 2004-03-28 20:55:10.000000000 +0000
+@@ -34,7 +34,6 @@
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+ #include <sys/utsname.h>
+-#include <alloca.h>
+
+ #ifdef HAVE_X11
+ #include <X11/Xlib.h>
+@@ -47,6 +46,10 @@
+ #include <X11/Xutil.h>
+ #endif /* !HAVE_X11 */
+
++#ifdef HAVE_ALLOCA_H
++#include <alloca.h>
++#endif
++
+ #include <xine/xineutils.h>
+
+ #include "utils.h"