UltraDV: add Deskbar Symlink, add debuginfo (#2037)

This commit is contained in:
fbrosson
2018-01-01 23:55:45 +00:00
parent 4c2feda91a
commit 695733d4a4

View File

@@ -4,10 +4,10 @@ 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/"
HOMEPAGE="https://github.com/Barrett17/UltraDV"
COPYRIGHT="1998-2017 UltraDV Project"
LICENSE="MIT"
REVISION="3"
REVISION="4"
gitCommit="886aad8b0456372d049642de424cc58663b9a977"
SOURCE_URI="https://github.com/Barrett17/UltraDV/archive/$gitCommit.tar.gz"
CHECKSUM_SHA256="eb2f23a964613eaf3ae364e70a1d4338363b06d99f3a788f044d70ece028c1cb"
@@ -34,6 +34,9 @@ BUILD_PREREQUIRES="
cmd:which
"
defineDebugInfoPackage ultradv \
$appsDir/UltraDV
BUILD()
{
# not an autotools configure
@@ -43,7 +46,7 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/UltraDV/
cp generated/distro-haiku-x86-*-debug/UltraDV $appsDir/UltraDV/
install -d $appsDir
install -t $appsDir generated/distro-haiku-x86-*-debug/UltraDV
addAppDeskbarSymlink $appsDir/UltraDV
}