diff options
author | David Thiel <lx@FreeBSD.org> | 2010-02-17 22:19:48 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2010-02-17 22:19:48 +0000 |
commit | e41d4dbb3677af65233921d8488248057430683d (patch) | |
tree | 51b7aad0111ee9e7fb9dc09f6ace81a813f53faa /audio | |
parent | 64fade192c918aa0a67e9d5caa7b875d2ea8dacc (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/files/patch-main.c | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index 30ebc496beb2..1065a8d0e24e 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-moodbar PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://pwsp.net/~qbob/ \ http://redundancy.redundancy.org/mirror/ diff --git a/audio/gstreamer-plugins-moodbar/files/patch-main.c b/audio/gstreamer-plugins-moodbar/files/patch-main.c new file mode 100644 index 000000000000..945b9a961348 --- /dev/null +++ b/audio/gstreamer-plugins-moodbar/files/patch-main.c @@ -0,0 +1,20 @@ +diff -crB analyzer/main.c analyzer_patched/main.c +*** analyzer/main.c 2006-10-12 07:43:30.000000000 +0200 +--- analyzer_patched/main.c 2010-02-15 20:24:57.000000000 +0100 +*************** +*** 261,267 **** + }; + GOptionContext *ctx; + GError *err = NULL; +! + ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer"); + g_option_context_add_group (ctx, gst_init_get_option_group ()); + g_option_context_add_main_entries (ctx, entries, NULL); +--- 261,267 ---- + }; + GOptionContext *ctx; + GError *err = NULL; +! g_thread_init(NULL); + ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer"); + g_option_context_add_group (ctx, gst_init_get_option_group ()); + g_option_context_add_main_entries (ctx, entries, NULL); |