From 61f9599424beee3aaf133a8f9759127ca8d6fb7a Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Wed, 7 Jan 2015 16:12:15 +0100 Subject: [PATCH] Clockwerk: Update to newest git revision, add $jobArgs to build, rewrap description --- haiku-apps/clockwerk/clockwerk-git.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/haiku-apps/clockwerk/clockwerk-git.recipe b/haiku-apps/clockwerk/clockwerk-git.recipe index b80fab883..ca74c2402 100644 --- a/haiku-apps/clockwerk/clockwerk-git.recipe +++ b/haiku-apps/clockwerk/clockwerk-git.recipe @@ -1,14 +1,14 @@ SUMMARY="An open source media compositing tool for the Haiku platform" -DESCRIPTION="Clockwerk is an Open Source media compositing tool for the -Haiku platform. It has been in development from Jan 2006 to July 2008 -by Mindwork (www.mindwork.de) as one of the main in-house components of -an application suit to realize distributed multimedia playback on +DESCRIPTION="Clockwerk is an Open Source media compositing tool for the \ +Haiku platform. It has been in development from Jan 2006 to July 2008 \ +by Mindwork (www.mindwork.de) as one of the main in-house components of \ +an application suit to realize distributed multimedia playback on \ Haiku client machines." HOMEPAGE="https://github.com/stippi/Clockwerk" -SRC_URI="git+https://github.com/stippi/Clockwerk.git#8c3a33e" +SRC_URI="git+https://github.com/stippi/Clockwerk.git#6eab4202c857c7dc6f21b6e3262cff0b503acb0e" -REVISION="1" +REVISION="2" LICENSE="GNU GPL v2" COPYRIGHT=" @@ -42,7 +42,7 @@ USER_SETTINGS_FILES=" BUILD() { - jam -q + jam -q $jobArgs } INSTALL()