Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add QMidiPlayer
Browse files Browse the repository at this point in the history
    A cross-platform midi file player based on libfluidsynth and Qt.

Log: add software name--QMidiPlayer
  • Loading branch information
wjyrich authored and kamiyadm committed Mar 1, 2024
1 parent a6b7ddd commit 8ad6c8c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
33 changes: 33 additions & 0 deletions io.github.QMidiPlayer/linglong.yaml
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
25 changes: 25 additions & 0 deletions io.github.QMidiPlayer/patches/0001-install.patch
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

0 comments on commit 8ad6c8c

Please sign in to comment.