This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A cross-platform midi file player based on libfluidsynth and Qt. Log: add software name--QMidiPlayer
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
package: | ||
id: io.github.QMidiPlayer | ||
name: QMidiPlayer | ||
version: 0.8.7.2 | ||
kind: app | ||
description: | | ||
A cross-platform midi file player based on libfluidsynth and Qt. | ||
runtime: | ||
id: org.deepin.Runtime | ||
version: 23.0.0 | ||
|
||
depends: | ||
- id: fluidsynth | ||
type: runtime | ||
version: 2.3.4 | ||
- id: glfw/3.3.8 | ||
- id: rtmidi | ||
type: runtime | ||
version: 4.0.0 | ||
|
||
variables: | ||
extra_args: | | ||
-DBUILD_VISUALIZATION=OFF | ||
source: | ||
kind: git | ||
url: https://github.com/chirs241097/QMidiPlayer.git | ||
commit: 07ee50be7c390668f8c600b8eb5805f56cf6a8a1 | ||
patch: patches/0001-install.patch | ||
|
||
build: | ||
kind: cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From d58bed5c49137979a109ba959479fbc77a04d0b0 Mon Sep 17 00:00:00 2001 | ||
From: wjyrich <[email protected]> | ||
Date: Sun, 25 Feb 2024 18:44:29 +0800 | ||
Subject: [PATCH] install | ||
|
||
--- | ||
qmidiplayer-desktop/qmidiplayer.desktop | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/qmidiplayer-desktop/qmidiplayer.desktop b/qmidiplayer-desktop/qmidiplayer.desktop | ||
index 2884d18..8837b14 100644 | ||
--- a/qmidiplayer-desktop/qmidiplayer.desktop | ||
+++ b/qmidiplayer-desktop/qmidiplayer.desktop | ||
@@ -5,7 +5,7 @@ Name=QMidiPlayer | ||
Version=0.8.1 | ||
GenericName=MIDI Player | ||
Comment=QMidiPlayer is a midi file player based on Fluidsynth and Qt. | ||
-Exec=/usr/bin/qmidiplayer | ||
+Exec=qmidiplayer | ||
Icon=qmidiplyr | ||
Keywords=audio;sound; | ||
Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt; | ||
-- | ||
2.33.1 | ||
|