diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-04 13:47:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-04 13:47:09 +0000 |
commit | d0eacd5bec989a43a27c5ae64004cf482d71c8f1 (patch) | |
tree | fef3fdc7a3242b3045d5ff6a03e168b0ce2edc89 /multimedia/xine-ui/patches/patch-ai | |
parent | 7eef18a2a9552629e5ea9c04ebf65d4829253445 (diff) | |
download | pkgsrc-d0eacd5bec989a43a27c5ae64004cf482d71c8f1.tar.gz |
update to 0.99.7
changes: better M3U playlist handling, various
UI fixes (including a deadlock fix and a crash fix), use of XScreenSaver,
and two overflow bug fixes
Diffstat (limited to 'multimedia/xine-ui/patches/patch-ai')
-rw-r--r-- | multimedia/xine-ui/patches/patch-ai | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/xine-ui/patches/patch-ai b/multimedia/xine-ui/patches/patch-ai deleted file mode 100644 index d1801c453a2..00000000000 --- a/multimedia/xine-ui/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.4 2010/05/07 17:46:25 drochner Exp $ - ---- src/xitk/stdctl.c.orig 2010-03-11 09:36:27.000000000 +0000 -+++ src/xitk/stdctl.c -@@ -170,7 +170,7 @@ void stdctl_start(void) { - int err; - - stdctl.fd = STDIN_FILENO; -- stdctl.fbk = gGui->stdout; -+ stdctl.fbk = STDOUT_FILENO; - - if((err = pthread_create(&(stdctl.thread), NULL, xine_stdctl_loop, NULL)) != 0) { - fprintf(stderr, _("%s(): can't create new thread (%s)\n"), __XINE_FUNCTION__, strerror(err)); |