Skip to content

Commit

Permalink
musicplayer 20210719.0.0 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke authored Aug 7, 2024
1 parent 9e9456d commit 49bd412
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions index/mu/musicplayer/musicplayer-20210719.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name = "musicplayer"
description = "A Music Player"
version = "20210719"

authors = ["Jeff Carter"]
maintainers = ["Bent Bracke <[email protected]>"]
maintainers-logins = ["bracke"]
licenses = "BSD-3-Clause"
website = "https://github.com/bracke/MP"
tags = ["music", "audio", "player"]
long-description = """
# MP
A Music Player
Uses the Gnoga audio widget to create a music player.
This does what I want from a music player. Considering all the features that most music players have that this doesn't, I presume that most people will find MP lacking. However, it may serve someone as the basis for a more complex player.
The audio widget seems to require relative paths to the audio files. The file browser in this program will only choose audio files that are in the program's working directory, or in a directory under that.
MP uses [the Gnoga File Selection widget](https://github.com/jrcarter/Gnoga_File_Selection), which has only been tested on Linux.
MP uses [the PragmAda Reusable Components](https://github.com/jrcarter/PragmARC).
"""
executables = ["mp"]

[build-switches]
"*".style_checks = "No"
"*".ada_version = "Ada12"

[[depends-on]] # Avoid bug in GNAT 13
gnat = "<13.0 | >=13.3"

[[depends-on]]
ada_gui = "^20240224.0.0"

[[depends-on]]
pragmarc = "^20240323.0.0"

[[depends-on]]
ssl = "^3.0.2"

[origin]
commit = "495babedd83cc48294de981baafd4f7c488ab8f6"
url = "git+https://github.com/bracke/MP.git"

0 comments on commit 49bd412

Please sign in to comment.