mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Merged in humdinger/haikuports/mev (pull request #515)
Improved MeV recipe.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A Media sequencer"
|
||||
SUMMARY="A MIDI/Media sequencer"
|
||||
DESCRIPTION="
|
||||
Based on a MIDI sequencer developed by Talin, MeV is currently being updated \
|
||||
to run on Haiku. The long term goal is to completely separate the sequencer \
|
||||
@@ -7,7 +7,7 @@ LICENSE="MPL v1.1"
|
||||
COPYRIGHT="2000-2001 The MeV Team"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MeV"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/MeV.git#0e14d24"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="?x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -17,17 +17,18 @@ PROVIDES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
build.sh
|
||||
addattr -t mime BEOS:TYPE application/x-vnd.BeUnited.MeV-Document app/songs/*
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user