Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 30, 2024
2 parents a98516d + 2438bc7 commit 95fe366
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions rules/openmpt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"patterns": ["\\bopenmpt\\b"],
"dependencies": [
{
"packages": ["libopenmpt-dev", "portaudio19-dev"],
"constraints": [
{
"os": "linux",
"distribution": "ubuntu"
},
{
"os": "linux",
"distribution": "debian"
}
]
},
{
"packages": ["libopenmpt-devel", "portaudio-devel"],
"constraints": [
{
"os": "linux",
"distribution": "opensuse"
},
{
"os": "linux",
"distribution": "fedora"
}
]
},
{
"packages": ["libopenmpt-devel", "portaudio-devel"],
"pre_install": [
{ "command": "yum install -y epel-release" }
],
"constraints": [
{
"os": "linux",
"distribution": "centos"
},
{
"os": "linux",
"distribution": "rockylinux"
},
{
"os": "linux",
"distribution": "redhat"
}
]
},
{
"packages": ["libopenmpt-dev", "portaudio-dev"],
"constraints": [
{
"os": "linux",
"distribution": "alpine",
"versions": [ "3.18", "3.19", "3.20", "edge" ]
}
]
}
]
}

0 comments on commit 95fe366

Please sign in to comment.