[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Mon Jul 30 15:27:22 CEST 2012
commit d3ebf7474a9144f2f6f03e948a9b294a18466389
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 30 Jul 2012 06:27:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d3ebf7474a9144f2f6f03e948a9b294a18466389
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
audio/vmpk/BUILD +7/-0
audio/vmpk/DEPENDS +4/-0
audio/vmpk/DETAILS +19/-0
web/chromium/BUILD +2/-0
web/chromium/DETAILS +4/-1
5 files changed, 0 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/vmpk/BUILD
@@ -0,0 +1,7 @@
+(
+ #Bugfix for cmake 2.8.8
+ sedit s/"FATAL_ERROR \"Program pkg-config not found\""/"STATUS \"Program pkg-config not found\""/ CMakeLists.txt &&
+
+ default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/vmpk/DEPENDS
@@ -0,0 +1,4 @@
+depends qt4
+depends alsa-lib
+
+optional_depends "jack" "-DENABLE_JACK=on" "-DENABLE_JACK=off" "for jack midi support"
--- /dev/null
+++ b/audio/vmpk/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=vmpk
+ VERSION=0.5.0
+ SOURCE=$MODULE-${VERSION}rc.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:955354ed371c689370ecc2e08cf0129002bf0c77
+ WEB_SITE=http://vmpk.sourceforge.net/
+ ENTERED=20120706
+ UPDATED=20120730
+ SHORT="Virtual Midi Keyboard"
+
+cat << EOF
+Virtual MIDI Piano Keyboard is a MIDI events generator and receiver.
+It doesn't produce any sound by itself, but can be used to drive
+a MIDI synthesizer (either hardware or software, internal or external).
+You can use the computer's keyboard to play MIDI notes, and also the mouse.
+You can use the Virtual MIDI Piano Keyboard to display
+the played MIDI notes from another instrument or MIDI file player.
+To do so, connect the other MIDI port to the input port of VMPK.
+EOF
--- a/web/chromium/BUILD
+++ b/web/chromium/BUILD
@@ -1,4 +1,6 @@
(
+ patch_it $SOURCE3 1 &&
+
sedit "s/'-Werror'/''/" build/common.gypi &&
cp -f $SCRIPT_DIRECTORY/nacl.gypi chrome/ &&
--- a/web/chromium/DETAILS
+++ b/web/chromium/DETAILS
@@ -2,13 +2,16 @@
VERSION=20.0.1132.57
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-fixes-1.patch.bz2
+ SOURCE3=$MODULE-bison-2.6.patch
SOURCE_URL=http://commondatastorage.googleapis.com/chromium-browser-official
SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:3209d2ba19b4112fbae66580c319039199261e9d
SOURCE2_VFY=sha1:99a61908c84fca43766c64835f345eff05fee5b1
+ SOURCE3_VFY=sha1:8b8d258badff6961b33108c73952e565be0c07d3
WEB_SITE=http://www.chromium.org/Home
ENTERED=20100104
- UPDATED=20120710
+ UPDATED=20120730
SHORT="Open-source version of Google Chrome web browser"
cat << EOF
More information about the Lunar-commits
mailing list