From d42994cee705f4071290c66481f7738f74000885 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Sun, 19 Mar 2017 15:54:07 +0100 Subject: [PATCH] Revert "UltraDV: new recipe (#1222)" This reverts commit 03100e3c6fd84b03d842d35b6753d410232f9f75. Sorry for the noise, there was a misunderstanding with miqlas. --- haiku-apps/ultradv/ultradv-1.0~git.recipe | 49 ----------------------- 1 file changed, 49 deletions(-) delete mode 100644 haiku-apps/ultradv/ultradv-1.0~git.recipe diff --git a/haiku-apps/ultradv/ultradv-1.0~git.recipe b/haiku-apps/ultradv/ultradv-1.0~git.recipe deleted file mode 100644 index c1e4e6c18..000000000 --- a/haiku-apps/ultradv/ultradv-1.0~git.recipe +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY="A video editor for Haiku" -DESCRIPTION="UltraDV is a full-featured non-linear video editing application \ -created by Mediapede Inc in 1998. Features include 8 tracks of video, video \ -capture, audio capture, transitions, real-time preview, and much more. The \ -goal of this project is to complete the port to Haiku, and also provide a \ -showcase for the awesomeness of the Haiku media server." -HOMEPAGE="https://github.com/Barrett17/UltraDV/" -COPYRIGHT="1998-2017 UltraDV Project" -LICENSE="MIT" -REVISION="3" -gitCommit="6831440a5073e2b7e5c7758f89241dcc97790f66" -SOURCE_URI="https://github.com/Barrett17/UltraDV/archive/$gitCommit.tar.gz" -CHECKSUM_SHA256="de53deecaec1c8c2fb47c93dcc70734f3b6a51948acb11794d48590e186e0960" -SOURCE_DIR="UltraDV-$gitCommit" - -ARCHITECTURES="x86_gcc2 !x86 !x86_64" - -PROVIDES=" - ultradv = $portVersion - app:UltraDV = $portVersion - " -REQUIRES=" - haiku - cmd:grep - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - cmd:jam - cmd:gcc - cmd:ld - cmd:which - " - -BUILD() -{ - # not an autotools configure - ./configure --prefix=$prefix - jam $jobArgs -} - -INSTALL() -{ - mkdir -p $appsDir/UltraDV/ - - cp generated/objects-haiku-x86-gcc2-debug/UltraDV $appsDir/UltraDV/ -}