mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
Merged in atalax/haikuports (pull request #296)
Add recipe for VirtualBeLive
This commit is contained in:
46
haiku-apps/virtualbelive/virtualbelive-20140718.recipe
Normal file
46
haiku-apps/virtualbelive/virtualbelive-20140718.recipe
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
SUMMARY="Video editing software."
|
||||||
|
DESCRIPTION="
|
||||||
|
VirtualBeLive is a software for video editing. It supports basic transitions, \
|
||||||
|
cutting and a few effects.
|
||||||
|
"
|
||||||
|
HOMEPAGE="https://github.com/HaikuArchives/VirtualBeLive"
|
||||||
|
SRC_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51"
|
||||||
|
REVISION="1"
|
||||||
|
LICENSE="Public Domain"
|
||||||
|
COPYRIGHT="Public Domain"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
virtualbelive = $portVersion
|
||||||
|
app:VirtualBeLive = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:mkdepend
|
||||||
|
cmd:make
|
||||||
|
cmd:g++
|
||||||
|
cmd:xres
|
||||||
|
cmd:grep
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $appsDir
|
||||||
|
cp objects/VirtualBeLive $appsDir/VirtualBeLive
|
||||||
|
addAppDeskbarSymlink $appsDir/VirtualBeLive
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user