openbsd-ports/multimedia/lives/patches/patch-src_callbacks_c
phessler 442ef90dd6 LiVES is a Video Editing System. It is designed to be simple to use, yet
powerful. It is small in size, yet it has many advanced features.

LiVES mixes realtime video performance and non-linear editing in one
professional quality application. It will let you start editing and
making video right away, without having to worry about formats, frame
sizes, or framerates. It is a very flexible tool which is used by both
professional VJ's and video editors - mix and switch clips from the
keyboard, use dozens of realtime effects, trim and edit your clips in
the clip editor, and bring them together using the multitrack timeline.
You can even record your performance in real time, and then edit it
further or render it straight away.

For the more technically minded, the application is frame and sample
accurate, and it can be controlled remotely or scripted for use as a
video server. And it supports all of the latest free standards.

lots of help from ajacoutot@
OK sebastia@
2011-11-16 16:52:01 +00:00

13 lines
602 B
Plaintext

$OpenBSD: patch-src_callbacks_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
--- src/callbacks.c.orig Wed Nov 16 11:02:32 2011
+++ src/callbacks.c Wed Nov 16 11:02:43 2011
@@ -3598,7 +3598,7 @@ gboolean on_load_set_ok (GtkButton *button, gpointer u
// lock the set
pthread_mutex_lock(&mainw->gtk_mutex);
- com=g_strdup_printf("/bin/touch %s/%s/lock.%d",prefs->tmpdir,mainw->set_name,getpid());
+ com=g_strdup_printf("touch %s/%s/lock.%d",prefs->tmpdir,mainw->set_name,getpid());
dummyvar=system(com);
g_free(com);
pthread_mutex_unlock(&mainw->gtk_mutex);